:root {
  --ink: #26243a;
  --muted: #6e6b7d;
  --purple: #7748e8;
  --purple-deep: #5f35c9;
  --lavender: #f4f0ff;
  --border: #e7e1f3;
  --paper: #fffeff;
  --shadow: 0 24px 60px rgba(71, 51, 125, .12);
  --radius-lg: 32px;
  --radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
img, svg, video, canvas { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
main, section, header, footer, .section-shell, .hero, .how-card, .contact-card, .work-card, .service-card { min-width: 0; }
h1, h2, h3, p { overflow-wrap: anywhere; }
body {
  margin: 0;
  color: var(--ink);
  background: #fcfbff;
  font-family: 'Nunito', sans-serif;
  line-height: 1.55;
}
main section[id] { scroll-margin-top: 100px; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #f5c94f; outline-offset: 3px; }

.top-note {
  min-height: 34px;
  padding: 7px 24px;
  display: flex;
  justify-content: center;
  gap: 34px;
  align-items: center;
  background: #6d40d6;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 11px 12px 11px 18px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(67, 49, 120, .05);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 12px;
  z-index: 20;
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 13px;
  display: grid; place-items: center;
  background: #efe7ff;
  font-size: 20px;
}
.brand strong, .footer-brand strong { display: block; font-family: 'Baloo 2', cursive; font-size: 1.35rem; line-height: 1; }
.brand small, .footer-brand small { display: block; color: #8a8797; font-size: .68rem; margin-top: 2px; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 26px; flex: 1; font-size: .84rem; font-weight: 800; color: #5f5b70; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--purple); }
.nav-cta {
  background: var(--ink); color: white; padding: 11px 16px; border-radius: 13px;
  font-size: .8rem; font-weight: 800;
}

.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero {
  min-height: 670px;
  padding: 76px 0 64px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 40px;
  align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  background: #f1ebff; color: var(--purple-deep);
  border-radius: 99px; padding: 8px 12px; font-size: .75rem; font-weight: 900;
}
.eyebrow.light { background: rgba(255,255,255,.16); color: white; }
.spark { font-size: 1rem; }
h1, h2, h3 { font-family: 'Baloo 2', cursive; margin: 0; }
h1 { font-size: clamp(3.7rem, 7vw, 6.5rem); line-height: .9; letter-spacing: -.045em; margin-top: 20px; max-width: 650px; }
h1 span, h2 span { color: var(--purple); }
.hero-text { max-width: 570px; color: var(--muted); font-size: 1.05rem; margin: 24px 0 25px; }
.hero-actions { display: flex; align-items: center; gap: 19px; flex-wrap: wrap; }
.primary-btn {
  display: inline-flex; align-items: center; gap: 16px; padding: 14px 20px;
  border-radius: 14px; background: var(--purple); color: white; font-size: .9rem; font-weight: 900;
  box-shadow: 0 12px 26px rgba(119,72,232,.25); transition: transform .2s ease, box-shadow .2s ease;
}
.primary-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(119,72,232,.31); }
.primary-btn span { font-size: 1.1rem; }
.primary-btn.small { margin-top: 16px; padding: 12px 18px; }
.primary-btn.white { background: white; color: var(--purple-deep); }
.text-btn { font-size: .87rem; font-weight: 900; color: #615d70; }
.tiny-proof { display: flex; gap: 18px; margin-top: 25px; flex-wrap: wrap; color: #787487; font-size: .74rem; font-weight: 800; }

.hero-art { min-height: 500px; position: relative; display: grid; place-items: center; overflow: visible; }
.hero-art-stage { position: relative; width: min(520px, 100%); max-width: 100%; height: 500px; display: grid; place-items: center; }
.hero-art-composition { width: 520px; height: 500px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transform-origin: 50% 50%; }
.sun { width: 280px; height: 280px; border-radius: 50%; background: #f0e8ff; position: absolute; top: 25px; right: 90px; }
.blob { position: absolute; border-radius: 50%; filter: blur(.2px); }
.blob-one { width: 90px; height: 90px; background: #ffd9be; top: 135px; left: 10px; }
.blob-two { width: 65px; height: 65px; background: #d9f3e7; bottom: 80px; right: 24px; }
.desk-card {
  width: 460px; height: 350px; border-radius: 36px; background: #fff; border: 1px solid #ebe5f5;
  box-shadow: var(--shadow); position: absolute; left: 50%; top: 50%; margin: -175px 0 0 -230px; transform: rotate(-3deg);
  padding: 46px 38px 34px; z-index: 2;
}
.notebook { width: 245px; min-height: 245px; background: #fbf7ff; border: 2px solid #dacbf8; border-radius: 17px; padding: 22px; transform: rotate(4deg); box-shadow: 9px 11px 0 #ece4ff; }
.paper-top { display: flex; justify-content: space-between; font-size: .67rem; font-weight: 900; color: var(--purple-deep); }
.paper-line { height: 8px; border-radius: 99px; background: #e9e2f8; margin-top: 17px; }
.paper-line.long { width: 90%; }
.paper-line.medium { width: 70%; }
.paper-line.short { width: 55%; }
.mini-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mini-grid span { height: 55px; border-radius: 10px; background: #f0e7ff; }
.pencil { position: absolute; left: 262px; bottom: 37px; font-size: 4.2rem; transform: rotate(26deg); }
.sticker { position: absolute; z-index: 5; display: grid; place-items: center; font-weight: 900; }
.sticker-one { top: 24px; right: 64px; width: 62px; height: 62px; border-radius: 50%; background: #ffe27a; transform: rotate(10deg); }
.sticker-two { top: 120px; right: 21px; width: 42px; height: 42px; border-radius: 13px; background: #dcf5e8; transform: rotate(-12deg); }
.sticky-note { position: absolute; right: -16px; bottom: 40px; width: 140px; padding: 18px 17px; background: #fff2a9; border-radius: 9px; box-shadow: 0 10px 24px rgba(75,58,100,.08); transform: rotate(7deg); display: grid; gap: 5px; font-size: .7rem; }
.sticky-note b { font-size: .8rem; }
.float-chip { position: absolute; z-index: 5; padding: 10px 14px; border-radius: 99px; background: white; border: 1px solid #ebe5f5; box-shadow: 0 12px 30px rgba(64,47,104,.12); font-size: .75rem; font-weight: 900; }
.chip-one { top: 95px; left: 6px; transform: rotate(-6deg); }
.chip-two { bottom: 90px; left: 45px; transform: rotate(5deg); }

.trust-strip { background: #f6f2ff; border-block: 1px solid #ece5f8; }
.trust-inner { padding: 17px 0; display: flex; justify-content: center; align-items: center; gap: 19px; font-size: .74rem; font-weight: 900; color: #706a82; }
.trust-inner i { width: 5px; height: 5px; border-radius: 50%; background: #c6b5ef; }

.services { padding: 110px 0 90px; }
.section-heading { display: flex; gap: 60px; justify-content: space-between; align-items: end; margin-bottom: 42px; }
.section-heading.centered { display: block; text-align: center; max-width: 720px; margin: 0 auto 44px; }
h2 { font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: .95; letter-spacing: -.035em; margin-top: 17px; }
.section-heading p { max-width: 420px; color: var(--muted); margin: 0 0 4px; font-size: .94rem; }
.section-heading.centered p { max-width: 600px; margin: 20px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service-card { padding: 24px; min-height: 255px; border-radius: 24px; border: 1px solid rgba(77,60,106,.07); transition: transform .2s ease; }
.service-card:hover { transform: translateY(-4px); }
.lilac { background: #f2ecff; } .peach { background: #fff0e7; } .mint { background: #e9f8f1; } .yellow { background: #fff7cd; }
.icon-wrap { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: white; font-size: 25px; box-shadow: 0 8px 20px rgba(62,44,89,.06); }
.service-card h3 { font-size: 1.6rem; line-height: 1; margin: 28px 0 10px; }
.service-card p { margin: 0; color: #6f6a79; font-size: .8rem; }
.card-tag { display: inline-block; margin-top: 19px; color: #5f586d; font-size: .68rem; font-weight: 900; }

.how { padding: 50px 0 100px; }
.how-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 50px; padding: 70px; background: #26233a; border-radius: 34px; color: white; overflow: hidden; position: relative; }
.how-card::after { content: ''; position: absolute; width: 320px; height: 320px; right: -110px; top: -130px; border: 60px solid #372f55; border-radius: 50%; opacity: .55; }
.how-copy { position: relative; z-index: 2; }
.how-copy h2 span { color: #c9b5ff; }
.how-copy p { color: #beb9cc; max-width: 420px; font-size: .9rem; }
.steps { display: grid; gap: 18px; position: relative; z-index: 2; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 18px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); border-radius: 18px; }
.step-number { width: 40px; height: 40px; border-radius: 50%; background: #8760ec; display: grid; place-items: center; font-weight: 900; }
.step h3 { font-size: 1.28rem; margin-top: 2px; }
.step p { margin: 5px 0 0; color: #bcb8c8; font-size: .74rem; }

.work { padding: 15px 0 100px; }
.work .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  gap: clamp(28px, 6vw, 82px);
}
.work .section-heading > * { min-width: 0; }
.work .section-heading p { max-width: 500px; }
.work-scene {
  width: 100vw;
  height: clamp(165px, 18vw, 240px);
  margin: 8px 0 36px calc(50% - 50vw);
  overflow: hidden;
  position: relative;
}
.work-scene canvas { display: block; width: 100%; height: 100%; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; perspective: 1200px; }
.work-card { border-radius: 24px; overflow: hidden; background: white; border: 1px solid var(--border); box-shadow: 0 14px 34px rgba(61,47,91,.07); transform-style: preserve-3d; }
.mock-cover { height: 300px; padding: 35px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.mock-cover::after { content:''; width: 190px; height: 190px; border-radius: 50%; border: 38px solid rgba(255,255,255,.22); position:absolute; right:-56px; bottom:-62px; }
.purple-cover { background: #7650dc; color: white; } .blue-cover { background: #8ec7ea; color: #203956; } .green-cover { background: #acd9bd; color: #284533; }
.mock-cover span { font-size: .68rem; font-weight: 900; letter-spacing: .18em; opacity: .7; }
.mock-cover strong { font-family: 'Baloo 2', cursive; font-size: 2.7rem; line-height: .92; margin: 15px 0; }
.mock-cover small { font-size: .75rem; font-weight: 800; opacity: .75; }
.work-meta { display:flex; justify-content:space-between; padding: 15px 17px; font-size:.7rem; font-weight:900; color:#706a7b; }
.work-meta b { color: #6b43cf; }

.why { padding: 20px 0 105px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.why-illustration { min-height: 390px; border-radius: 34px; background: #f3edff; position: relative; overflow:hidden; }
.cloud { position:absolute; background:white; border-radius:99px; opacity:.75; }
.cloud-a { width: 150px; height: 42px; left: 40px; top: 55px; } .cloud-b { width: 100px; height: 32px; right: 30px; top: 100px; }
.character { position:absolute; left:50%; top:56%; transform:translate(-50%,-50%); width:170px; height:230px; }
.face { width: 114px; height: 102px; border-radius: 48% 48% 42% 42%; background: #ffd3bb; position:absolute; left:28px; top:0; }
.eye { position:absolute; width:8px; height:8px; border-radius:50%; background:#2d2840; top:43px; } .e1{left:32px}.e2{right:32px}
.smile { position:absolute; left:50%; transform:translateX(-50%); top:59px; width:20px; height:10px; border-bottom:3px solid #2d2840; border-radius:0 0 20px 20px; }
.body { position:absolute; width:160px; height:125px; left:5px; bottom:0; border-radius: 56px 56px 22px 22px; background:#8560dd; }
.book-float { position:absolute; right:-22px; top:55px; font-size:52px; transform:rotate(12deg); }
.mini-doodle { position:absolute; font-size:32px; } .d1{left:48px; bottom:65px;color:#7950d8}.d2{right:55px; bottom:40px;color:#e9a88e}
.why-copy h2 { max-width: 620px; }
.why-list { display:grid; gap: 8px; margin-top:25px; }
.why-list>div { display:grid; grid-template-columns:38px 1fr; gap:12px; align-items:start; padding:13px 0; }
.why-list>div>span { width:34px; height:34px; display:grid; place-items:center; background:#f2ecff; border-radius:11px; }
.why-list p { margin:0; color:#747081; font-size:.78rem; }
.why-list b { color:var(--ink); font-size:.88rem; }

.contact { padding: 0 0 70px; }
.contact-card { background: linear-gradient(115deg, #7650dc, #8a62e8); color:white; border-radius:34px; padding: 52px 58px; display:flex; justify-content:space-between; align-items:end; gap:35px; box-shadow: 0 24px 60px rgba(119,72,232,.2); position:relative; overflow:hidden; }
.contact-card::after { content:''; width:280px; height:280px; position:absolute; border:55px solid rgba(255,255,255,.08); border-radius:50%; right:-100px; top:-115px; }
.contact-card h2 { margin-top:15px; overflow-wrap:normal; }
.contact-card p { margin:16px 0 0; color:#e9e4fa; max-width:480px; font-size:.9rem; }
.contact-actions { display:flex; flex-direction:column; align-items:flex-end; gap:13px; position:relative; z-index:2; }
.contact-link { font-weight:800; font-size:.78rem; color:#eee9ff; }
.social-share { display:grid; gap:7px; text-align:right; }
.social-share-label { color:#eee9ff; font-size:.7rem; font-weight:900; }
.social-share-links { width:260px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; }
.social-share-link {
  min-height:40px; padding:7px 5px; display:flex; justify-content:center; align-items:center;
  border:1px solid rgba(255,255,255,.35); border-radius:10px; color:white;
  font-size:.68rem; font-weight:900; text-align:center; white-space:nowrap;
  transition:background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.social-share-link:hover { background:rgba(255,255,255,.14); border-color:rgba(255,255,255,.7); transform:translateY(-2px); }

.footer { padding: 0 0 32px; display:flex; justify-content:space-between; gap:20px; align-items:center; }
.footer-note { font-size:.68rem; color:#8c8897; font-weight:700; text-align:right; }

@media (max-width: 980px) {
  .desktop-nav { display:none; }
  .site-header { justify-content:space-between; }
  .hero { grid-template-columns:1fr; padding-top:55px; }
  .hero-copy { text-align:center; }
  .eyebrow, .hero-actions, .tiny-proof { justify-content:center; }
  .hero-text { margin-inline:auto; }
  .hero-art { min-height:450px; }
  .hero-art-stage { height: 450px; }
  .hero-art-composition { --art-scale: .9; transform: translate(-50%, -50%) scale(var(--art-scale)); }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .how-card { grid-template-columns:1fr; padding:48px; }
  .work-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .why { grid-template-columns:1fr; gap:40px; }
  .why-illustration { max-width:550px; width:100%; margin:auto; }
}

@media (min-width: 981px) and (max-width: 1199px) {
  .hero-art-composition {
    --art-scale: min(1, 100vw / 1200px);
    transform: translate(-50%, -50%) scale(var(--art-scale));
  }
}

@media (max-width: 640px) {
  .top-note { gap:10px; font-size:.66rem; }
  .top-note span:nth-child(2) { display:none; }
  .section-shell { width:min(100% - 28px, 1180px); }
  .site-header { width:calc(100% - 24px); top:7px; }
  .nav-cta { display:none; }
  .brand small { display:none; }
  h1 { font-size: clamp(2.7rem, 12vw, 3.45rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 2.9rem); }
  .hero { min-height:auto; padding:55px 0 38px; }
  .hero-art { min-height: 360px; touch-action: pan-y; }
  .hero-art-stage { height: 360px; width: 100%; }
  .hero-art-composition { --art-scale: .72; transform: translate(-50%, -50%) scale(var(--art-scale)); }
  .desk-card { width:400px; }
  .trust-inner { flex-wrap:wrap; gap:8px 12px; text-align:center; }
  .trust-inner i { display:none; }
  .services, .work, .why { padding-top:75px; }
  .service-grid, .work-grid { grid-template-columns:1fr; }
  .mock-cover { height:250px; }
  .section-heading { display:block; }
  .section-heading p { margin-top:18px; }
  .how-card { padding:32px 22px; }
  .step { grid-template-columns:40px 1fr; padding:14px; }
  .contact-card { padding:37px 25px; display:block; }
  .contact-actions { align-items:flex-start; margin-top:23px; }
  .social-share { text-align:left; width:100%; }
  .social-share-links { width:min(100%, 300px); }
  .footer { flex-direction:column; align-items:flex-start; }
  .footer-note { text-align:left; }
}



/* --- Desktop scale correction -------------------------------------------
   Keep the compact mobile layout, but give desktop screens more visual
   presence. These values activate only when there is enough horizontal room.
*/
@media (min-width: 1200px) {
  .top-note { min-height: 38px; padding-block: 8px; font-size: .82rem; }
  .site-header {
    width: min(1280px, calc(100% - 64px));
    padding: 13px 16px 13px 22px;
    gap: 30px;
    border-radius: 20px;
  }
  .brand-mark { width: 48px; height: 48px; border-radius: 14px; font-size: 23px; }
  .brand strong, .footer-brand strong { font-size: 1.48rem; }
  .brand small, .footer-brand small { font-size: .72rem; }
  .desktop-nav { gap: 32px; font-size: .9rem; }
  .nav-cta { padding: 13px 18px; font-size: .84rem; border-radius: 14px; }

  .section-shell { width: min(1280px, calc(100% - 64px)); }
  .hero {
    min-height: 760px;
    padding: 94px 0 78px;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
  }
  h1 {
    font-size: clamp(4.6rem, 6.2vw, 7.5rem);
    max-width: 720px;
  }
  .hero-text { max-width: 620px; font-size: 1.12rem; margin-top: 28px; }
  .hero-actions { gap: 22px; }
  .primary-btn { padding: 16px 23px; font-size: .96rem; }
  .tiny-proof { gap: 22px; margin-top: 28px; font-size: .78rem; }

  .hero-art { min-height: 560px; }
  .hero-art-stage { width: 580px; height: 560px; }
  .hero-art-composition { width: 580px; height: 560px; }
  .sun { width: 320px; height: 320px; top: 24px; right: 98px; }
  .blob-one { width: 102px; height: 102px; top: 150px; left: 6px; }
  .blob-two { width: 72px; height: 72px; bottom: 86px; right: 22px; }
  .desk-card {
    width: 510px; height: 385px;
    margin: -192px 0 0 -255px;
    border-radius: 40px;
    padding: 50px 42px 38px;
  }
  .notebook { width: 270px; min-height: 270px; padding: 24px; }
  .mini-grid { margin-top: 27px; gap: 11px; }
  .mini-grid span { height: 62px; }
  .pencil { left: 294px; bottom: 39px; font-size: 4.6rem; }
  .sticker-one { top: 20px; right: 67px; width: 68px; height: 68px; }
  .sticker-two { top: 132px; right: 16px; width: 46px; height: 46px; }
  .sticky-note { right: -12px; bottom: 42px; width: 154px; padding: 19px; font-size: .75rem; }
  .float-chip { padding: 11px 16px; font-size: .79rem; }
  .chip-one { top: 102px; left: 4px; }
  .chip-two { bottom: 98px; left: 48px; }
  .doodle-pencil { right: 30px; top: 166px; font-size: 46px; }
  .doodle-star { left: 21px; bottom: 150px; font-size: 38px; }
  .doodle-heart { right: 66px; bottom: 66px; font-size: 42px; }

  .trust-inner { padding: 19px 0; gap: 22px; font-size: .79rem; }
  .services { padding: 125px 0 102px; }
  .section-heading { gap: 72px; margin-bottom: 50px; }
  h2 { font-size: clamp(3.35rem, 4.8vw, 5.2rem); }
  .section-heading p { max-width: 500px; font-size: 1rem; }
  .section-heading.centered p { max-width: 680px; }
  .service-grid { gap: 20px; }
  .service-card { min-height: 288px; padding: 28px; border-radius: 26px; }
  .icon-wrap { width: 58px; height: 58px; border-radius: 16px; font-size: 28px; }
  .service-card h3 { font-size: 1.78rem; margin: 31px 0 12px; }
  .service-card p { font-size: .86rem; }
  .card-tag { margin-top: 21px; font-size: .72rem; }

  .how { padding: 58px 0 112px; }
  .how-card { gap: 62px; padding: 78px; border-radius: 38px; }
  .how-copy p { font-size: .96rem; }
  .steps { gap: 20px; }
  .step { grid-template-columns: 52px 1fr; gap: 16px; padding: 20px; border-radius: 20px; }
  .step-number { width: 44px; height: 44px; }
  .step h3 { font-size: 1.4rem; }
  .step p { font-size: .8rem; }

  .work { padding: 15px 0 112px; }
  .work-grid { gap: 20px; }
  .mock-cover { height: 330px; padding: 38px; }
  .work-meta { padding: 17px 19px; font-size: .78rem; }

  .why { padding: 20px 0 120px; gap: 96px; }
  .why-illustration { min-height: 430px; border-radius: 38px; }
  .character { width: 190px; height: 255px; }
  .face { width: 128px; height: 114px; left: 31px; }
  .body { width: 178px; height: 140px; }
  .book-float { font-size: 58px; right: -25px; }
  .why-list { gap: 10px; margin-top: 28px; }
  .why-list>div { grid-template-columns: 42px 1fr; gap: 14px; padding: 15px 0; }
  .why-list>div>span { width: 38px; height: 38px; }
  .why-list p { font-size: .84rem; }
  .why-list b { font-size: .93rem; }

  .contact { padding-bottom: 82px; }
  .contact-card { padding: 62px 70px; border-radius: 38px; gap: 42px; }
  .contact-card p { font-size: .96rem; }
  .contact-actions { gap: 15px; }
  .contact-link { font-size: .82rem; }
  .footer { padding-bottom: 38px; }
  .footer-note { font-size: .72rem; }
}

/* --- Playful motion layer ------------------------------------------------ */
html { scroll-behavior: smooth; overflow-x: clip; }
body { overflow-x: clip; }

.hero-art { perspective: 900px; }
.hero-art-stage { will-change: transform; }
.desk-card { will-change: transform; }
.float-chip, .sticker, .sticky-note, .pencil, .blob, .sun, .float-doodle { will-change: transform; }

.float-doodle {
  position: absolute;
  z-index: 6;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  pointer-events: none;
  filter: drop-shadow(0 8px 14px rgba(71,52,110,.08));
}
.doodle-pencil { right: 34px; top: 150px; color: #e7a077; font-size: 42px; transform: rotate(18deg); }
.doodle-star { left: 20px; bottom: 138px; color: #7a4fe0; font-size: 34px; }
.doodle-heart { right: 70px; bottom: 62px; color: #db9a84; font-size: 38px; }

.service-card,
.work-card,
.step,
.why-list>div,
.primary-btn,
.nav-cta {
  transform-origin: center;
}
.service-card { transition: box-shadow .25s ease; }
.service-card:hover { box-shadow: 0 18px 36px rgba(77,60,106,.10); }
.work-card { transition: box-shadow .25s ease; }
.work-card:hover { box-shadow: 0 22px 44px rgba(61,47,91,.11); }
.step:hover { border-color: rgba(199,181,255,.34); background: rgba(255,255,255,.075); }

@media (max-width: 720px) {
  .section-shell { width: min(100% - 28px, 680px); }
  .how-card { gap: 30px; }
  .work-grid { grid-template-columns: minmax(0, 1fr); }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; align-items: flex-start; }
  .social-share { text-align: left; }
}

@media (max-width: 860px) {
  .work .section-heading { display: block; }
  .work .section-heading p { margin-top: 18px; }
}

@media (max-width: 480px) {
  .top-note { min-height: 30px; padding: 6px 12px; }
  .top-note span:first-child { max-width: 100%; text-align: center; }
  .site-header { padding: 9px 10px 9px 13px; margin-top: 12px; border-radius: 16px; }
  .brand { gap: 8px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 11px; font-size: 18px; }
  .brand strong { font-size: 1.2rem; }
  .hero { padding: 42px 0 26px; }
  .hero-text { font-size: .96rem; }
  .hero-actions { gap: 11px; }
  .primary-btn { width: 100%; justify-content: center; }
  .tiny-proof { gap: 10px; }
  .hero-art { min-height: 330px; margin-top: 4px; }
  .hero-art-stage { height: 330px; }
  .hero-art-composition { --art-scale: .63; }
  .trust-inner { padding: 15px 4px; font-size: .69rem; }
  .services, .work, .why { padding-top: 64px; }
  .services { padding-bottom: 70px; }
  .work-scene { height: 165px; margin-bottom: 28px; }
  .service-card { min-height: auto; padding: 20px; }
  .service-card h3 { font-size: 1.48rem; margin-top: 22px; }
  .how { padding-bottom: 72px; }
  .how-card { padding: 27px 18px; border-radius: 27px; }
  .step { grid-template-columns: 38px minmax(0,1fr); gap: 11px; }
  .step h3 { font-size: 1.12rem; }
  .mock-cover { height: 225px; padding: 25px; }
  .mock-cover strong { font-size: 2.35rem; }
  .why { padding-bottom: 78px; gap: 28px; }
  .why-illustration { min-height: 300px; border-radius: 28px; }
  .character { transform: translate(-50%, -50%) scale(.82); }
  .contact { padding-bottom: 52px; }
  .contact-card { padding: 30px 20px; border-radius: 27px; }
  .contact-card h2 { font-size: 2.25rem; }
  .contact-actions { width: 100%; }
  .contact-link { overflow-wrap: anywhere; }
  .footer { padding-bottom: 24px; }
}

@media (max-width: 390px) {
  .section-shell { width: calc(100% - 22px); }
  .site-header { width: calc(100% - 18px); }
  .brand strong { font-size: 1.12rem; }
  h1 { font-size: 2.6rem; }
  h2 { font-size: 2.15rem; }
  .hero { padding-top: 38px; }
  .hero-art { min-height: 302px; }
  .hero-art-stage { height: 302px; }
  .hero-art-composition { --art-scale: .57; }
  .hero-actions .text-btn { width: 100%; text-align: center; }
  .how-card { padding-inline: 16px; }
  .step { padding: 12px; }
  .step-number { width: 36px; height: 36px; }
  .contact-card { padding-inline: 17px; }
}

@media (max-width: 350px) {
  .site-header { padding-inline: 10px; }
  .brand-mark { width: 35px; height: 35px; font-size: 16px; }
  .brand strong { font-size: 1.02rem; }
  h1 { font-size: 2.35rem; }
  h2 { font-size: 2rem; }
  .hero-art { min-height: 280px; }
  .hero-art-stage { height: 280px; }
  .hero-art-composition { --art-scale: .52; }
  .service-card { padding: 17px; }
  .how-card { padding-inline: 14px; }
  .step { grid-template-columns: 35px minmax(0,1fr); gap: 9px; }
}

@media (hover: none), (pointer: coarse) {
  .service-card:hover, .work-card:hover, .primary-btn:hover {
    transform: none;
    box-shadow: inherit;
  }
  .step:hover {
    border-color: rgba(255,255,255,.1);
    background: rgba(255,255,255,.05);
  }
}

@media (max-width: 640px) {
  .nav-cta { display: inline-flex; align-items: center; white-space: nowrap; padding: 9px 11px; font-size: .72rem; }
}

@media (max-width: 350px) {
  .nav-cta { padding: 8px 9px; font-size: .68rem; }
}

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

/* Desktop emphasis for the work showcase and contact CTA.
   These two sections intentionally scale up on large screens so they keep
   the same visual weight as the hero instead of looking undersized. */
@media (min-width: 1200px) {
  .work.section-shell,
  .contact.section-shell {
    width: min(1320px, calc(100% - 80px));
  }

  .work {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .work .section-heading {
    gap: 82px;
    margin-bottom: 52px;
  }

  .work .section-heading h2 {
    font-size: clamp(3.3rem, 4.5vw, 5rem);
  }

  .work .section-heading p {
    max-width: 500px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .work-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .work-card {
    border-radius: 28px;
  }

  .mock-cover {
    height: 350px;
    padding: 44px 42px;
  }

  .mock-cover strong {
    font-size: clamp(3rem, 3.5vw, 3.55rem);
    margin: 18px 0;
  }

  .mock-cover span {
    font-size: .74rem;
  }

  .mock-cover small {
    font-size: .82rem;
  }

  .work-meta {
    padding: 18px 22px;
    font-size: .78rem;
  }

  .contact {
    padding-bottom: 90px;
  }

  .contact-card {
    min-height: 350px;
    padding: 64px 76px;
    border-radius: 38px;
    gap: 52px;
    align-items: center;
  }

  .contact-card h2 {
    font-size: clamp(3.3rem, 4.2vw, 4.8rem);
    line-height: .92;
  }

  .contact-card p {
    max-width: 560px;
    margin-top: 20px;
    font-size: 1rem;
  }

  .contact-actions {
    min-width: 210px;
    gap: 15px;
    align-items: flex-end;
  }

  .contact-actions .primary-btn {
    padding: 17px 24px;
    font-size: 1rem;
    border-radius: 16px;
  }

  .contact-link {
    font-size: .88rem;
  }
}

@media (min-width: 1500px) {
  .work.section-shell,
  .contact.section-shell {
    width: min(1380px, calc(100% - 100px));
  }

  .mock-cover {
    height: 370px;
  }

  .contact-card {
    min-height: 380px;
    padding-inline: 84px;
  }
}
