/* ============================================================================
   STUDIO hero, full-bleed collage on bone. Copy overlaid left.
   ========================================================================= */
.studio-hero{
  --bone:#E8E7E4;
  display:flex;flex-direction:column;align-items:stretch;
  min-height:100svh;width:100%;
  padding:var(--bar) 0 0;
  overflow:hidden;
  background:var(--void);
  border-bottom:0;
}
.studio-hero::before{display:none} /* no dark blueprint on bone */

.studio-hero-visual{
  position:absolute;inset:0;z-index:0;margin:0;
  display:flex;align-items:center;justify-content:center;
}
.studio-hero-visual img{
  display:block;width:100%;height:100%;
  object-fit:cover;object-position:left center;
}

.studio-hero-stage{
  position:relative;z-index:1;
  flex:1 1 auto;width:100%;min-width:0;
  display:flex;align-items:center;
  padding:clamp(28px,6vh,72px) clamp(20px,5vw,72px) 24px;
}
.studio-hero-copy{
  position:relative;z-index:2;
  width:min(42vw,24rem);
  max-width:calc(100% - 22vw);
  min-width:0;
  box-sizing:border-box;
}
.studio-hero-kicker{
  margin:0 0 18px;
  font-family:var(--head);font-weight:800;
  font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--electric);line-height:1;
}
.studio-hero .display{
  width:100%;
  font-size:clamp(22px,3.1vw,40px);
  line-height:.82;letter-spacing:-.04em;
  text-wrap:wrap;
}
.studio-hero-lead,
.studio-hero .display .accent{display:block;width:100%}
.studio-hero-lead{color:#fff}
.studio-hero .lede{
  max-width:34ch;margin-top:18px;
  font-size:clamp(16px,1.45vw,18px);line-height:1.4;
  color:#fff;
}
.studio-hero .btn-row{margin-top:26px;gap:12px}
.studio-hero .btn,
.studio-hero .btn-ghost{
  border-radius:2px;min-height:48px;
  padding:.8em 1.6em .68em;
}
.studio-hero .btn-ghost{
  color:var(--void);border-color:rgba(8,8,8,.35);
}
.studio-hero .btn-ghost:hover{
  color:var(--void);border-color:var(--void);
}

.studio-hero-risk{
  position:absolute;left:0;right:0;bottom:36px;z-index:2;
  margin:0;padding:0 var(--pad);
  text-align:center;letter-spacing:.16em;
  color:var(--void);
  pointer-events:none;
}

@media (max-width:860px){
  .studio-hero{
    min-height:0;height:auto;overflow:hidden;
  }
  .studio-hero-visual{
    position:relative;inset:auto;
    flex:0 0 auto;height:min(38svh,260px);width:100%;
  }
  .studio-hero-visual img{
    object-position:left center;
  }
  .studio-hero-stage{
    flex:0 0 auto;
    align-items:flex-start;
    padding:28px var(--pad) 8px;
    background:var(--void);
  }
  .studio-hero-copy{
    width:100%;max-width:100%;
  }
  .studio-hero .display{
    font-size:clamp(26px,8vw,38px);
  }
  .studio-hero .lede{
    max-width:36ch;
    font-size:clamp(15px,4.2vw,17px);
  }
  .studio-hero .btn{width:100%;justify-content:center}
  .studio-hero-risk{
    position:relative;left:auto;right:auto;bottom:auto;
    padding:18px var(--pad) 22px;
    color:var(--bone);
    background:var(--void);
    pointer-events:auto;
  }
}

@media (prefers-reduced-motion:reduce){
  .studio-hero .rise>*{transform:none}
}

/* ============================================================================
   01 WHAT, Hero Collective §2: giant stack + blur ghost. ELECTRIC, not red.
   Visible without JS. Motion is transform/opacity only.
   ========================================================================= */
.studio-what{
  width:100%;max-width:none;margin:0;
  text-align:center;
  background:var(--void);
}
.studio-what-stage{
  position:relative;
  padding:clamp(48px,8vh,96px) var(--pad);
  overflow:visible;
}
.studio-what-bg{
  position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;
  overflow:hidden;pointer-events:none;
}
.studio-what-video{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;object-position:center;
}
.studio-what-bg::after{
  content:"";position:absolute;inset:0;
  background:rgba(8,8,8,.42);
}
.studio-what-fg{position:relative;z-index:1}
.studio-stack{
  margin:0;
  padding-top:.22em;
  font-family:var(--head);font-weight:900;
  font-size:clamp(40px,11.4vw,168px);
  line-height:.8;letter-spacing:-.05em;
  text-transform:uppercase;
  color:var(--electric);
  text-shadow:none;
  text-wrap:wrap;
  overflow:visible;
}
.stack-line{
  display:block;
  width:100%;
  backface-visibility:hidden;
}
.js .stack-line{
  opacity:0;
  transform:translateY(250px);
}
@keyframes stack-rise{
  from{opacity:0;transform:translateY(250px)}
  to{opacity:1;transform:none}
}
.studio-stack.is-in .stack-line{
  animation:stack-rise 1s var(--ease-out) both;
}
.studio-stack.is-in .stack-line:nth-child(1){animation-delay:0s}
.studio-stack.is-in .stack-line:nth-child(2){animation-delay:.12s}
.studio-stack.is-in .stack-line:nth-child(3){animation-delay:.24s}
.studio-stack.is-in .stack-line:nth-child(4){animation-delay:.36s}
.studio-what-copy{
  position:relative;z-index:1;
  width:100%;max-width:none;margin:0;
  padding:clamp(40px,8vh,88px) clamp(18px,3.2vw,48px) clamp(64px,12vh,128px);
  text-align:left;
  background:var(--void);
  color:var(--bone);
  font-family:var(--head);font-weight:600;
  font-size:clamp(20px,4.2vw,58px);
  line-height:1.12;letter-spacing:-.03em;
}
.studio-what-copy p{margin:0;max-width:none}
.studio-what-copy p + p{margin-top:.55em}
.studio-what-copy .accent{font-size:inherit}
@media (prefers-reduced-motion:reduce){
  .js .stack-line{opacity:1;transform:none}
  .studio-stack.is-in .stack-line{animation:none}
  .studio-what-bg{display:none}
}

/* MagicText, ghost word + scroll-fill. Visible if JS never wraps. */
.magic-word{
  position:relative;display:inline-block;white-space:nowrap;
}
.magic-word-ghost{opacity:.22}
.magic-word-fill{
  position:absolute;inset:0;opacity:0;
  pointer-events:none;
}

/* 04 card, single ease-in, not word-by-word */
.js .studio-card-rise{
  opacity:0;transform:translateY(18px) scale(.985);
}
.js .studio-card-rise.is-in{
  opacity:1;transform:none;
  transition:
    opacity .32s var(--ease-out),
    transform .32s var(--ease-out),
    border-color .5s ease,
    background .5s ease;
}
@media (prefers-reduced-motion:reduce){
  .js .studio-card-rise{opacity:1;transform:none}
}

/* ============================================================================
   STUDIO apply form.
   ========================================================================= */
.apply-form{margin-top:32px;display:grid;gap:22px;max-width:660px}
.apply-form[hidden]{display:none}   /* beats grid display after submit */
#mc-form[hidden]{display:none}      /* beats .form flex display after submit */
.apply-form .fld{display:grid;gap:8px}
.apply-form .row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:560px){.apply-form .row2{grid-template-columns:1fr}}

.apply-lbl{
  font-family:var(--head);font-weight:700;font-size:12px;
  letter-spacing:.13em;text-transform:uppercase;color:var(--dim);
}

.apply-form input[type=text],
.apply-form input[type=email],
.apply-form select,
.apply-form textarea{
  width:100%;background:var(--void);color:var(--bone);
  border:1px solid var(--edge);border-radius:0;
  font-family:var(--head);font-size:15px;line-height:1.4;
  padding:12px 14px;box-sizing:border-box;
}
.apply-form textarea{min-height:120px;resize:vertical;line-height:1.55}
.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus{outline:0;border-color:var(--electric)}
.apply-form input::placeholder,
.apply-form textarea::placeholder{color:var(--faint)}

.apply-form select{
  appearance:none;-webkit-appearance:none;cursor:pointer;
  padding-right:38px;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237C7C77' stroke-width='2.4'%3e%3cpath d='M5 9l7 7 7-7'/%3e%3c/svg%3e");
  background-repeat:no-repeat;background-position:right 12px center;background-size:15px;
}
.apply-form select:invalid{color:var(--faint)}

/* service checkboxes */
.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(max-width:560px){.svc-grid{grid-template-columns:1fr}}
.svc{
  position:relative;display:flex;align-items:center;gap:11px;
  border:1px solid var(--edge);padding:12px 14px;cursor:pointer;
  transition:border-color .15s var(--ease-out),background .15s var(--ease-out);
}
.svc:hover{border-color:var(--electric-line)}
.svc input{position:absolute;opacity:0;pointer-events:none}
.svc .box{
  width:16px;height:16px;flex:0 0 auto;border:1px solid var(--faint);
  display:grid;place-items:center;transition:.15s var(--ease-out);
}
.svc input:checked ~ .box{background:var(--electric);border-color:var(--electric)}
.svc input:checked ~ .box::after{content:"";width:7px;height:7px;background:var(--void)}
.svc .txt{font-family:var(--head);font-size:14px;color:var(--dim);transition:color .15s}
.svc:has(input:checked){border-color:var(--electric-line);background:var(--electric-wash)}
.svc:has(input:checked) .txt{color:var(--bone)}
.svc input:focus-visible ~ .box{outline:2px solid var(--electric);outline-offset:2px}

.apply-msg{
  font-family:var(--serif);font-style:italic;font-size:15.5px;
  color:var(--electric);margin-top:2px;
}

/* sent / fallback */
#apply-sent-body{
  white-space:pre-wrap;font-family:var(--head);font-size:14px;color:var(--text);
  background:var(--void);border:1px solid var(--edge);padding:16px;margin-top:14px;
}

.studio-who{
  width:100%;max-width:none;margin:0;
  background:var(--void);
}
.studio-who-stage{
  padding:clamp(48px,8vh,96px) clamp(18px,3.2vw,48px);
  text-align:center;
  background:var(--electric);
  overflow:visible;
}
.studio-who .studio-stack{color:var(--void)}
.studio-who-copy.fit{
  display:grid;grid-template-columns:1fr;gap:clamp(36px,6vh,64px);
  width:100%;max-width:none;margin:0;
  padding:clamp(40px,8vh,88px) clamp(18px,3.2vw,48px) clamp(64px,12vh,128px);
  text-align:left;
  font-family:var(--head);font-weight:600;
  font-size:clamp(18px,3.5vw,48px);
  line-height:1.12;letter-spacing:-.03em;
  color:var(--bone);
}
.studio-who-copy .fit-col h3{
  font-size:inherit;font-weight:800;letter-spacing:-.03em;
  color:var(--bone);margin:0 0 .45em;
}
.studio-who-copy .fit-col ul{gap:.45em}
.studio-who-copy .fit-col li{
  font-size:inherit;line-height:1.12;padding-left:1.15em;color:var(--bone);
}
.studio-who-copy .fit-for li::before,
.studio-who-copy .fit-not li::before{
  font-size:.85em;top:.08em;color:var(--electric);
}
.studio-who-copy .fit-not li::before{color:var(--faint)}

/* ── who it's for (shared list) ── */
.fit{margin-top:32px;display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,48px)}
@media(max-width:640px){.fit{grid-template-columns:1fr;gap:28px}}
.fit-col h3{
  font-family:var(--head);font-weight:800;font-size:13px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--dim);margin:0 0 16px;
}
.fit-col ul{list-style:none;padding:0;margin:0;display:grid;gap:13px}
.fit-col li{position:relative;padding-left:26px;line-height:1.4;font-size:15.5px}
.fit-for li{color:var(--text)}
.fit-for li::before{content:"+";position:absolute;left:0;top:-1px;color:var(--electric);font-weight:800}
.fit-not li{color:var(--dim)}
.fit-not li::before{content:"\2013";position:absolute;left:0;top:-1px;color:var(--faint);font-weight:800}

.studio-how{
  width:100%;max-width:none;margin:0;
  background:var(--void);
}
.studio-how .studio-what-stage{
  text-align:center;overflow:visible;
  padding:clamp(48px,8vh,96px) clamp(18px,3.2vw,48px);
}
.studio-how .studio-stack{
  display:flex;flex-direction:column;align-items:center;
  width:max-content;max-width:100%;
  margin:0 auto;
  color:var(--void);
  padding-top:0;
  gap:0;
  font-size:clamp(28px,6.4vw,88px);
}
.studio-how .stack-line{
  display:flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin:0;
  background:var(--electric);
  color:var(--void);
  padding:.16em .2em .05em;
  line-height:1;
  letter-spacing:-.05em;
  white-space:nowrap;
  text-align:center;
  box-sizing:border-box;
}
.studio-how-body{
  width:100%;max-width:none;margin:0;
  padding:clamp(40px,8vh,88px) clamp(18px,3.2vw,48px) clamp(64px,12vh,128px);
  text-align:left;
  font-family:var(--head);font-weight:600;
  font-size:clamp(18px,3.5vw,48px);
  line-height:1.12;letter-spacing:-.03em;
  color:var(--bone);
}

/* ── how it works ── */
.studio-how-body .steps{
  margin:0;border:0;
  display:grid;gap:clamp(36px,6vh,64px);
}
.studio-how-body .step{
  display:grid;grid-template-columns:auto 1fr;gap:.45em 1.15em;
  align-items:baseline;padding:0;border:0;
}
.studio-how-body .step-n{
  font-family:var(--head);font-weight:800;font-size:.85em;
  color:var(--electric);letter-spacing:-.03em;line-height:1.12;
}
.studio-how-body .step h3{
  font-size:inherit;font-weight:800;letter-spacing:-.03em;
  color:var(--bone);margin:0 0 .35em;line-height:1.12;
}
.studio-how-body .step h3 .magic-word-fill{color:var(--electric)}
.studio-how-body .step p{
  margin:0;max-width:none;
  font-size:inherit;font-weight:600;line-height:1.12;
  letter-spacing:-.03em;color:var(--bone);
}
.studio-how-body .btn-row{margin-top:clamp(36px,6vh,64px)}

/* ── apply modal ── */
.modal{position:fixed;inset:0;z-index:140;display:none;place-items:center;padding:var(--pad)}
.modal.open{display:grid}
.modal-overlay{position:absolute;inset:0;background:rgba(4,4,4,.84);backdrop-filter:blur(4px)}

/* Aceternity BackgroundGradient, QULTR palette (void + electric) */
.modal-box.bg-gradient{
  position:relative;z-index:1;width:min(580px,100%);max-height:92svh;
  padding:3px;border:0;border-radius:4px;
  background:transparent;box-shadow:none;
  animation:modalpop .3s var(--ease-out) both;
}
.bg-gradient-glow,
.bg-gradient-border{
  position:absolute;inset:0;border-radius:inherit;z-index:0;pointer-events:none;
  background-image:
    radial-gradient(circle farthest-side at 0% 100%, rgba(212,230,0,.55), transparent),
    radial-gradient(circle farthest-side at 100% 0%, rgba(140,150,0,.45), transparent),
    radial-gradient(circle farthest-side at 100% 100%, rgba(212,230,0,.35), transparent),
    radial-gradient(circle farthest-side at 0% 0%, rgba(80,90,0,.5), #080808);
  background-size:400% 400%;
  will-change:background-position;
  animation:bg-gradient-shift 5s ease-in-out infinite alternate;
}
.bg-gradient-glow{
  opacity:.32;filter:blur(20px);
  transition:opacity .5s var(--ease-out);
}
.bg-gradient:hover .bg-gradient-glow,
.modal.open .bg-gradient-glow{opacity:.48}
.bg-gradient-border{opacity:.72}
@keyframes bg-gradient-shift{
  0%{background-position:0% 50%}
  100%{background-position:100% 50%}
}
.modal-box-inner{
  position:relative;z-index:1;
  max-height:calc(92svh - 6px);overflow-y:auto;
  background:var(--void);
  border-radius:2px;
  padding:clamp(26px,4.5vw,42px);
}
@keyframes modalpop{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}
.modal-box h2,
.modal-box-inner h2{font-size:clamp(24px,4.4vw,34px);line-height:1.02}
.modal-box .apply-form,
.modal-box-inner .apply-form{margin-top:24px}
.modal-close{
  position:sticky;top:0;float:right;margin:-8px -8px 0 0;
  background:0;border:0;color:var(--faint);font-size:26px;line-height:1;cursor:pointer;z-index:2;
}
.modal-close:hover{color:var(--electric)}

.studio-mc{
  position:relative;
  width:100%;max-width:none;margin:0;
  padding:var(--gap) var(--pad);
  background:var(--void);
  overflow:hidden;
}
.studio-mc-bg{
  position:absolute;inset:0;z-index:0;
  overflow:hidden;pointer-events:none;
}
.studio-mc-video{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;object-position:center;
}
.studio-mc-bg::after{
  content:"";position:absolute;inset:0;
  background:rgba(8,8,8,.55);
}
.studio-mc-fg{
  position:relative;z-index:1;
  max-width:var(--col);margin-inline:auto;width:100%;
}
.studio-mc .panel{
  background:rgba(8,8,8,.78);
  border-color:rgba(232,231,228,.13);
}
@media (prefers-reduced-motion:reduce){
  .studio-mc-bg{display:none}
}
@media (prefers-reduced-motion:reduce){
  .modal-box{animation:none}
  .bg-gradient-glow,
  .bg-gradient-border{animation:none;background-position:50% 50%}
}
