/* ===========================================================
   Slime Studio — stylesheet
   Palette · Ink #221F33 · Bubblegum #EC4D97 · Lime #8DC63F
   Sky #3FBDE3 · Grape #9A6FE0 · Sunburst #F4C430 · Cloud #FBF9F5
   =========================================================== */

:root {
  --ink:#221F33;
  --body:#34313F;
  --muted:#6c6878;
  --cloud:#FBF9F5;
  --pink:#EC4D97;
  --lime:#8DC63F;
  --sky:#3FBDE3;
  --grape:#9A6FE0;
  --grape-deep:#7E4FC4;
  --radius:26px;
  --shadow:0 12px 34px rgba(34,31,51,.06);
  --shadow-lg:0 24px 50px rgba(34,31,51,.12);
  --rainbow:linear-gradient(90deg,#EC4D97,#9A6FE0,#3FBDE3,#8DC63F,#F4C430);
  --max:1200px;
}

* , *::before, *::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:'Hanken Grotesk',system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3 { font-family:'Bricolage Grotesque',sans-serif; margin:0; text-wrap:balance; }
p { text-wrap:pretty; }
a { color:inherit; }
img { max-width:100%; display:block; }

.container { max-width:var(--max); margin:0 auto; padding:0 24px; }

/* ---------- Wordmark ---------- */
.wordmark { font-family:'Baloo 2',cursive; font-weight:800; font-size:28px; line-height:1; text-decoration:none; white-space:nowrap; }
.wordmark__studio { font-family:'Hanken Grotesk',sans-serif; font-weight:700; font-size:13px; letter-spacing:.28em; color:var(--ink); margin-left:9px; vertical-align:middle; }
.wordmark__studio--light { color:#CBB6F2; }

/* ---------- Buttons ---------- */
.btn { display:inline-block; text-decoration:none; font-weight:700; font-size:15px; padding:12px 22px; border-radius:999px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.btn--lg { font-size:17px; padding:17px 34px; }
.btn--primary { color:#fff; background:linear-gradient(90deg,var(--pink),var(--grape)); box-shadow:0 8px 22px rgba(154,111,224,.32); }
.btn--primary:hover { transform:translateY(-3px); box-shadow:0 14px 30px rgba(154,111,224,.46); }
.btn--ghost { color:var(--ink); background:#fff; border:1.5px solid #E3DEEC; }
.btn--ghost:hover { transform:translateY(-3px); border-color:var(--grape); }
.btn--dark { color:#fff; background:var(--ink); }
.btn--dark:hover { transform:translateY(-2px); }

/* ---------- Nav ---------- */
.nav { position:sticky; top:0; z-index:50; background:rgba(255,255,255,.72); backdrop-filter:saturate(1.4) blur(14px); -webkit-backdrop-filter:saturate(1.4) blur(14px); border-bottom:1px solid rgba(34,31,51,.06); }
.nav__inner { max-width:var(--max); margin:0 auto; padding:16px 24px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.nav__links { display:flex; align-items:center; gap:30px; }
.nav__links > a:not(.btn) { text-decoration:none; font-weight:600; font-size:15px; color:var(--body); }
.nav__links > a:not(.btn):hover { color:var(--grape); }

/* ---------- Hero ---------- */
.hero { position:relative; max-width:var(--max); margin:0 auto; padding:56px 24px 64px; min-height:86vh; display:grid; grid-template-columns:1.05fr 1fr; gap:48px; align-items:center; }
.hero__text { position:relative; z-index:2; }
.hero h1 { font-weight:800; font-size:76px; line-height:.98; letter-spacing:-.03em; margin:22px 0 0; }
.hero__sub { font-size:20px; line-height:1.5; color:#4A4658; margin:24px 0 0; max-width:30rem; }
.hero__actions { display:flex; gap:14px; margin-top:34px; flex-wrap:wrap; }
.hero__media { position:relative; z-index:2; }
.hero__badge { position:absolute; bottom:-22px; left:-22px; background:#fff; border-radius:20px; padding:16px 22px; box-shadow:0 16px 40px rgba(34,31,51,.16); display:flex; align-items:center; gap:14px; animation:bob 5s ease-in-out infinite; }
.hero__badge-icon { width:42px; height:42px; border-radius:50%; background:linear-gradient(135deg,var(--lime),var(--sky)); display:flex; align-items:center; justify-content:center; color:#fff; font-size:22px; }
.hero__badge strong { display:block; font-family:'Bricolage Grotesque',sans-serif; font-size:16px; }
.hero__badge span:last-child { font-size:13px; color:#8A8696; }

.pill { display:inline-flex; align-items:center; gap:9px; background:#F1ECFB; color:var(--grape-deep); font-weight:700; font-size:13px; padding:9px 18px; border-radius:999px; }
.gradient-text { background:linear-gradient(90deg,var(--pink),var(--grape),var(--sky),var(--lime)); -webkit-background-clip:text; background-clip:text; color:transparent; }

.blob { position:absolute; border-radius:50%; filter:blur(8px); z-index:0; }
.blob--pink { top:-40px; left:-80px; width:280px; height:280px; background:radial-gradient(circle at 30% 30%,#F8B8D6,#EC4D97); opacity:.42; animation:floaty 7s ease-in-out infinite; }
.blob--purple { bottom:10px; right:-60px; width:220px; height:220px; background:radial-gradient(circle at 30% 30%,#BFA3F2,#9A6FE0); opacity:.38; animation:floaty2 9s ease-in-out infinite; }

.scroll-cue { position:absolute; bottom:16px; left:50%; transform:translateX(-50%); text-decoration:none; color:#9A96A4; font-size:13px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; display:flex; flex-direction:column; align-items:center; gap:8px; z-index:2; }
.scroll-cue span { font-size:20px; animation:bob 1.8s ease-in-out infinite; }

/* ---------- Sections ---------- */
.section { padding:96px 0; }
.section--cloud { background:var(--cloud); }
.section__head { text-align:center; margin-bottom:56px; }
.eyebrow { font-weight:700; font-size:14px; letter-spacing:.16em; text-transform:uppercase; color:var(--grape); }
.section__head h2, .follow__head h2 { font-weight:800; font-size:50px; letter-spacing:-.02em; margin-top:12px; }

.grid { display:grid; gap:24px; }
.grid--4 { grid-template-columns:repeat(4,1fr); }
.grid--3 { grid-template-columns:repeat(3,1fr); align-items:stretch; }

/* Step cards */
.card { background:#fff; border-radius:var(--radius); padding:36px 30px; box-shadow:var(--shadow); }
.step-icon { display:flex; align-items:center; justify-content:center; width:64px; height:64px; border-radius:20px; font-family:'Bricolage Grotesque',sans-serif; font-weight:800; font-size:26px; }
.step-label { display:block; font-family:'Bricolage Grotesque',sans-serif; font-weight:800; font-size:15px; margin-top:24px; }
.card h3 { font-weight:700; font-size:23px; margin:6px 0 8px; }
.card p { font-size:15px; line-height:1.5; color:var(--muted); margin:0; }

/* Pricing */
.price { background:#fff; border:1.5px solid #EFEAFC; border-radius:30px; padding:40px; box-shadow:var(--shadow); transition:transform .3s ease, box-shadow .3s ease; }
.price:hover { transform:translateY(-8px); box-shadow:var(--shadow-lg); }
.price__dot { display:block; width:54px; height:54px; border-radius:50%; }
.price h3 { font-weight:800; font-size:28px; margin:22px 0 4px; }
.price p { font-size:15px; line-height:1.5; color:var(--muted); margin:0 0 22px; min-height:44px; }
.price__amt { font-family:'Bricolage Grotesque',sans-serif; font-weight:800; font-size:40px; }
.price__amt span { font-size:18px; color:#9A98A4; }
.price--feature { position:relative; background:linear-gradient(160deg,#2E2150,#241b3b); color:#fff; border:0; box-shadow:0 24px 54px rgba(46,33,80,.34); }
.price--feature p { color:#CBB6F2; }
.price__tag { position:absolute; top:22px; right:22px; background:#9BE60E; color:var(--ink); font-weight:800; font-size:11px; letter-spacing:.06em; padding:7px 14px; border-radius:999px; }

/* Story */
.section--story { padding-top:0; }
.story { position:relative; border-radius:36px; overflow:hidden; min-height:520px; display:flex; align-items:flex-end; }
.photo--story { position:absolute; inset:0; height:100%; border-radius:0; }
.story__overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(34,31,51,.72) 0%,rgba(34,31,51,.30) 55%,rgba(34,31,51,.10) 100%); }
.story__text { position:relative; z-index:2; padding:56px; max-width:600px; }
.story__text h2 { font-weight:800; font-size:52px; line-height:1.02; letter-spacing:-.02em; color:#fff; }
.story__text p { font-size:19px; line-height:1.7; color:rgba(255,255,255,.92); margin:22px 0 0; }
.story__accent { color:#9BE60E; font-weight:600; }

/* Follow */
.follow__head { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; flex-wrap:wrap; margin-bottom:40px; }
.follow__btns { display:flex; gap:12px; }
.follow__grid { display:grid; grid-template-columns:repeat(6,1fr); grid-auto-rows:180px; gap:14px; }
.follow__grid .photo { border-radius:20px; }
.photo--wide-tall { grid-column:span 2; grid-row:span 2; }
.photo--wide { grid-column:span 2; }

/* Photo placeholders (swap for <img>) */
.photo { position:relative; background:linear-gradient(135deg,#F3EFFA,#FBF9F5); border:1px dashed #D9D2E6; border-radius:var(--radius); min-height:100%; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.photo::after { content:attr(data-label); padding:0 16px; text-align:center; font-size:13px; color:#9A96A4; }
.photo--hero { height:560px; border-style:solid; border-color:#ECE7F4; box-shadow:0 30px 70px rgba(34,31,51,.12); }

/* Footer */
.footer { background:var(--ink); color:#fff; padding:64px 0 40px; }
.footer__inner { display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; align-items:flex-start; }
.footer__brand p { color:rgba(255,255,255,.6); font-size:15px; margin:18px 0 0; max-width:18rem; }
.footer__cols { display:flex; gap:64px; flex-wrap:wrap; }
.footer__cols div { display:flex; flex-direction:column; gap:12px; }
.footer__cols a { text-decoration:none; color:rgba(255,255,255,.86); font-size:15px; }
.footer__cols a:hover { color:#fff; }
.footer__legal { margin-top:48px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.5); font-size:13px; }

/* Scroll reveal */
.reveal { opacity:0; transform:translateY(28px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:none; }

/* Animations */
@keyframes floaty { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-22px)} }
@keyframes floaty2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(18px)} }
@keyframes bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(8px)} }

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width:980px) {
  .hero { grid-template-columns:1fr; min-height:auto; padding-bottom:48px; }
  .hero h1 { font-size:58px; }
  .grid--4 { grid-template-columns:repeat(2,1fr); }
  .follow__grid { grid-template-columns:repeat(4,1fr); }
}
@media (max-width:640px) {
  .nav__links > a:not(.btn) { display:none; }
  .hero h1 { font-size:46px; }
  .hero__sub { font-size:18px; }
  .section { padding:64px 0; }
  .section__head h2, .follow__head h2 { font-size:36px; }
  .grid--4, .grid--3 { grid-template-columns:1fr; }
  .story__text { padding:32px; }
  .story__text h2 { font-size:38px; }
  .follow__grid { grid-template-columns:repeat(2,1fr); grid-auto-rows:150px; }
  .photo--wide-tall, .photo--wide { grid-column:span 2; }
  .photo--wide-tall { grid-row:span 1; }
}
@media (prefers-reduced-motion:reduce) {
  * { animation:none !important; }
  .reveal { opacity:1; transform:none; }
}
