.landing-page{
  background:#f7f7f5;
}
.landing-nav{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:20;
  background:linear-gradient(180deg,rgba(16,13,28,.82),rgba(16,13,28,0));
  border:0;
  backdrop-filter:none;
}
.landing-nav .logo,
.landing-nav .nav-links a{
  color:rgba(255,255,255,.82);
}
.landing-nav .logo,
.landing-nav .nav-links a:hover{
  color:#fff;
}
.landing-nav .nav-contact{display:none}
.landing-hero{
  position:relative;
  min-height:max(860px,100svh);
  padding:0;
  overflow:hidden;
  background:#181625;
  color:#fff;
}
.landing-motion{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:url("/assets/landing/jane-motion-poster.jpg") center / cover no-repeat;
}
.landing-motion video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:saturate(.88) contrast(1.02);
}
.landing-motion-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(12,10,20,.82) 0%,rgba(12,10,20,.53) 48%,rgba(12,10,20,.54) 100%),
    linear-gradient(180deg,rgba(12,10,20,.34),rgba(12,10,20,.14) 44%,rgba(12,10,20,.78));
}
.motion-toggle{
  position:absolute;
  right:max(24px,calc((100vw - 1180px) / 2));
  bottom:92px;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(13,11,23,.54);
  color:#fff;
  font:inherit;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  backdrop-filter:blur(12px);
}
.motion-toggle:hover{background:rgba(13,11,23,.72)}
.motion-toggle:focus-visible{outline:2px solid #fff;outline-offset:3px}
.motion-toggle svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.motion-toggle .motion-play{display:none;fill:currentColor;stroke:none}
.motion-toggle.is-paused .motion-pause{display:none}
.motion-toggle.is-paused .motion-play{display:block}
.landing-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  min-height:calc(max(860px,100svh) - 76px);
  grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);
  align-items:center;
  gap:clamp(60px,9vw,135px);
  padding:116px 24px 112px;
}
.landing-kicker{
  margin:0;
  color:#d4c7df;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.landing-statement h1{
  margin:0;
  font-size:clamp(72px,9vw,126px);
  line-height:.82;
  letter-spacing:-.075em;
}
.landing-statement h1 span{display:block}
.landing-statement h1 span:nth-child(2){color:#d7c7df}
.landing-story h2{max-width:15ch;font-size:clamp(29px,3vw,42px);line-height:1.08;letter-spacing:-.045em}
.landing-lede{
  max-width:430px;
  margin-top:20px;
  color:rgba(255,255,255,.78);
  font-size:clamp(17px,1.6vw,19px);
  line-height:1.55;
}
.landing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.landing-button{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:999px;
  font-size:14px;
  font-weight:750;
  text-decoration:none;
}
.landing-button-primary{border-color:#fff;background:#fff;color:#18151f}
.landing-button-secondary{background:rgba(18,15,28,.36);color:#fff;backdrop-filter:blur(10px)}
.landing-ask-entry{max-width:460px;margin-top:32px}
.landing-ask-entry button{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 14px 14px 19px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:18px;
  background:rgba(18,15,28,.46);
  color:#fff;
  font:inherit;
  text-align:left;
  cursor:pointer;
  box-shadow:0 22px 70px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
}
.landing-ask-entry button > span{display:flex;min-width:0;flex-direction:column;gap:3px}
.landing-ask-entry strong{font-size:14px}
.landing-ask-entry small{overflow:hidden;color:rgba(255,255,255,.62);font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.landing-ask-entry b{display:grid;width:38px;height:38px;place-items:center;flex:none;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.12);color:#fff}
.ask-launch-card{
  padding:28px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:26px;
  background:rgba(255,255,255,.96);
  color:#19191c;
  box-shadow:0 35px 100px rgba(0,0,0,.36);
}
.ask-launch-eyebrow{
  color:#79797d;
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.ask-launch-card h2{margin-top:10px;font-size:34px;line-height:1;letter-spacing:-.045em}
.ask-launch-card > p:not(.ask-launch-eyebrow){margin-top:13px;color:#6f6f73;font-size:14px;line-height:1.55}
.ask-launch-field{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:23px;
  padding:14px 14px 14px 17px;
  border:1px solid #dedee2;
  border-radius:16px;
  background:#fff;
  color:#8b8b90;
  font:inherit;
  font-size:14px;
  text-align:left;
  cursor:pointer;
}
.ask-launch-field b{display:grid;width:32px;height:32px;place-items:center;flex:none;border-radius:50%;background:#19191c;color:#fff;font-size:16px}
.ask-quick-prompts{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ask-quick-prompts button{
  padding:7px 10px;
  border:1px solid #dedee2;
  border-radius:999px;
  background:#fff;
  color:#65656a;
  font:inherit;
  font-size:10px;
  font-weight:700;
  cursor:pointer;
}
.ask-quick-prompts button:first-child{border-color:#19191c;background:#19191c;color:#fff}
.experience-proof{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:2;
  border-top:1px solid rgba(255,255,255,.16);
  background:rgba(12,10,20,.3);
  backdrop-filter:blur(12px);
}
.experience-proof-inner{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:24px}
.experience-proof-inner > p{color:rgba(255,255,255,.48);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.experience-proof-inner > div{display:flex;align-items:center;justify-content:flex-end;gap:clamp(24px,4vw,58px)}
.institution{
  flex:none;
  color:rgba(255,255,255,.65);
  font-size:clamp(15px,1.7vw,18px);
  font-weight:800;
  letter-spacing:-.035em;
  white-space:nowrap;
}
.institution-amazon{font-weight:700}
.institution-ebay{letter-spacing:-.08em}
.institution-coupang{text-transform:uppercase;font-size:clamp(13px,1.5vw,16px);letter-spacing:-.025em}
.landing-ask-dialog{
  width:min(680px,calc(100% - 32px));
  max-height:calc(100svh - 32px);
  margin:auto;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:26px;
  background:#fff;
  box-shadow:0 35px 120px rgba(0,0,0,.42);
}
.landing-ask-dialog::backdrop{background:rgba(10,9,15,.78);backdrop-filter:blur(7px)}
.landing-ask-dialog-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #e7e7e9}
.landing-ask-dialog-head h2{font-size:24px;letter-spacing:-.035em}
.landing-ask-dialog-head button{display:grid;width:38px;height:38px;place-items:center;border:1px solid #dedee2;border-radius:50%;background:#fff;font:inherit;font-size:22px;cursor:pointer}
.landing-assistant{
  overflow:hidden;
  width:100%;
  background:#fff;
}
.landing-assistant iframe{
  display:block;
  width:100%;
  height:300px;
  border:0;
  transition:height .24s ease;
}
.landing-assistant.has-result iframe{height:min(72vh,700px)}
.showcase-section{
  padding:96px 0;
  background:#f7f7f5;
}
.ai-showcase{
  border-top:1px solid #e2e2df;
  background:#fff;
}
.showcase-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:38px;
}
.showcase-heading > div{max-width:650px}
.showcase-eyebrow{
  margin:0 0 8px;
  color:#777;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.showcase-heading h2{
  margin:0;
  font-size:clamp(36px,5vw,58px);
  line-height:1;
  letter-spacing:-.05em;
}
.showcase-heading p:not(.showcase-eyebrow){
  max-width:56ch;
  margin-top:14px;
  color:var(--muted);
  font-size:17px;
}
.showcase-all{
  flex:none;
  color:#333;
  font-size:14px;
  font-weight:750;
  text-underline-offset:4px;
}
.showcase-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px 20px;
}
.showcase-card{
  min-width:0;
  text-decoration:none;
}
.showcase-thumb{
  position:relative;
  aspect-ratio:4 / 3;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  isolation:isolate;
  transform:translateZ(0);
  transition:transform .25s ease,box-shadow .25s ease;
}
.showcase-card:hover .showcase-thumb{
  transform:translateY(-5px);
  box-shadow:0 24px 50px rgba(0,0,0,.14);
}
.thumb-brand{
  position:absolute;
  top:22px;
  left:24px;
  z-index:2;
  font-size:13px;
  font-weight:850;
  letter-spacing:.03em;
}
.thumb-title{
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  z-index:2;
  max-width:12ch;
  font-size:clamp(24px,2.6vw,34px);
  font-weight:850;
  line-height:.98;
  letter-spacing:-.045em;
}
.thumb-orb{
  position:absolute;
  z-index:1;
  width:64%;
  aspect-ratio:1;
  border-radius:38% 62% 55% 45%;
  right:-12%;
  top:-16%;
  transform:rotate(22deg);
  background:rgba(255,255,255,.22);
  box-shadow:inset 0 0 60px rgba(255,255,255,.14);
}
.thumb-meta{
  color:#fff;
  background:#dcecff url("/assets/landing/meta-messaging-demo-poster.jpg") center / cover no-repeat;
}
.thumb-meta::after{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(8,23,54,.25) 28%,rgba(8,23,54,.78) 100%);
  content:"";
}
.thumb-meta .thumb-title{
  z-index:3;
  max-width:11ch;
  text-shadow:0 2px 18px rgba(5,10,35,.42);
}
.thumb-inspire{
  color:#fff;
  border:0;
  background:#151515 url("/assets/landing/amazon-inspire-demo-poster.jpg") center / cover no-repeat;
}
.thumb-inspire::after{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(5,7,8,.2) 22%,rgba(5,7,8,.76) 100%);
  content:"";
}
.thumb-inspire .thumb-brand,.thumb-inspire .thumb-title{
  z-index:3;
  text-shadow:0 2px 18px rgba(0,0,0,.55);
}
.thumb-inspire .thumb-video{
  inset:-2px;
  width:calc(100% + 4px);
  height:calc(100% + 4px);
  border:0;
  border-radius:0;
  object-fit:cover;
  object-position:center 42%;
  box-shadow:none;
  transform:none;
}
.thumb-video{
  position:absolute;
  z-index:0;
  top:-7%;
  right:9%;
  width:auto;
  height:114%;
  border:5px solid #161616;
  border-radius:clamp(18px,2.4vw,34px);
  object-fit:cover;
  box-shadow:0 20px 42px rgba(73,35,8,.3);
  transform:rotate(5deg);
}
.meta-thumb-video{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover}
.thumb-creator{
  color:#fff;
  border:0;
  background:#111;
}
.thumb-creator::after{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.16) 24%,rgba(0,0,0,.74) 100%);
  content:"";
}
.thumb-creator .thumb-brand,.thumb-creator .thumb-title{
  z-index:2;
  text-shadow:0 2px 18px rgba(0,0,0,.55);
}
.creator-thumb-video{
  inset:-2px;
  width:calc(100% + 4px);
  height:calc(100% + 4px);
  border:0;
  border-radius:0;
  object-fit:cover;
  object-position:46% center;
  box-shadow:none;
  transform:none;
}
.thumb-ebay{color:#161616;background:linear-gradient(135deg,#fff 22%,#f5d44f 22% 44%,#e84c3d 44% 66%,#4f7de7 66% 82%,#79c267 82%)}
.thumb-coupang{color:#fff;background:linear-gradient(145deg,#0b2f55,#1678d2 60%,#3fc4de)}
.thumb-college{color:#fff;background:linear-gradient(145deg,#221446,#5535a5 55%,#a672ff)}
.thumb-roam{color:#17200c;background:linear-gradient(145deg,#f3ffe1,#b8ee54 54%,#5aa534)}
.thumb-caregiver{color:#173248;background:linear-gradient(145deg,#f2fbff,#9edcf0 55%,#559fc8)}
.thumb-ask{color:#fff;background:linear-gradient(145deg,#37153f,#a33b9b 52%,#ff8ca5)}
.thumb-interview{color:#3b1a16;background:linear-gradient(145deg,#fff4ed,#ffab82 56%,#f16969)}
.thumb-portfolio{color:#fff;background:linear-gradient(145deg,#161616,#3c3c3c 58%,#6a6a6a)}
.showcase-copy{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:15px 3px 0;
}
.showcase-tag{
  display:block;
  margin-bottom:3px;
  color:#858585;
  font-size:11px;
  font-weight:750;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.showcase-copy h3{
  margin:0;
  font-size:18px;
  line-height:1.3;
  letter-spacing:-.02em;
}
.showcase-arrow{
  color:#999;
  font-size:18px;
  transition:transform .2s ease,color .2s ease;
}
.showcase-card:hover .showcase-arrow{
  color:#222;
  transform:translate(2px,-2px);
}
.ai-directory{display:grid;grid-template-columns:1fr 1fr;gap:clamp(48px,8vw,96px)}
.ai-directory-group h3{
  margin:0 0 20px;
  padding-bottom:14px;
  border-bottom:2px solid #222;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ai-directory-link{
  display:grid;
  width:100%;
  grid-template-columns:1fr auto;
  gap:20px;
  padding:20px 0;
  border-top:0;
  border-right:0;
  border-bottom:1px solid #deded9;
  border-left:0;
  background:transparent;
  color:inherit;
  font:inherit;
  text-align:left;
  text-decoration:none;
}
.ai-directory-link div{display:flex;min-width:0;flex-direction:column;gap:4px}
.ai-directory-link strong{font-size:22px;letter-spacing:-.035em}
.ai-directory-link span{color:#777;font-size:13px}
.ai-directory-link small{
  align-self:start;
  padding:5px 8px;
  border:1px solid #cecec8;
  border-radius:999px;
  color:#777;
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ai-directory-link:hover strong{color:#5a43d6}
.ai-directory-link.is-coming-soon{color:#8d8d88}
.ai-directory-link.is-coming-soon span{color:#aaa}
.ai-directory-link.is-coming-soon:hover strong{color:inherit}
.ai-directory-secondary[hidden]{display:none}
.ai-directory-toggle{
  display:flex;
  align-items:center;
  gap:8px;
  margin:28px auto 0;
  padding:9px 0;
  border:0;
  border-bottom:1px solid currentColor;
  background:transparent;
  color:#5a43d6;
  cursor:pointer;
  font:inherit;
  font-size:13px;
  font-weight:800;
}
.ai-directory-toggle:hover{color:#222}
.ai-directory-toggle:focus-visible{outline:2px solid #5a43d6;outline-offset:5px}
.ask-directory-link{cursor:pointer}
.work-with-me-section{padding:110px 0;background:#17151f;color:#fff}
.work-with-me-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(50px,9vw,130px);align-items:end}
.work-with-me-section h2{max-width:12ch;margin-top:16px;font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-.06em}
.work-with-me-section .showcase-eyebrow{color:#bdb0c8}
.work-with-me-copy p{max-width:43ch;color:rgba(255,255,255,.64);font-size:17px;line-height:1.65}
.work-with-me-copy .landing-button{margin-top:28px}
.landing-footer{
  margin:0;
  background:#15131f;
  color:#fff;
  border:0;
}
.landing-footer .foot-grid{align-items:flex-start}
.landing-footer .foot-soc{margin-top:14px}
.landing-footer .foot-soc a{color:rgba(255,255,255,.58)}
.landing-footer .foot-soc a:hover{color:#fff}
.landing-footer-line{
  max-width:30ch;
  color:rgba(255,255,255,.58);
  font-size:15px;
  text-align:right;
}
.landing-footer-line a{text-underline-offset:4px}
.landing-footer .foot-fine{color:rgba(255,255,255,.35)}
@media(max-width:900px){
  .landing-hero{min-height:auto}
  .landing-motion-shade{
    background:
      linear-gradient(180deg,rgba(12,10,20,.58),rgba(18,15,28,.42) 45%,rgba(12,10,20,.82));
  }
  .landing-hero-grid{min-height:auto;grid-template-columns:1fr;padding-top:140px;padding-bottom:110px}
  .landing-story{max-width:620px}
  .experience-proof{position:relative}
  .motion-toggle{bottom:94px}
  .showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .work-with-me-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .landing-nav .nav-links{gap:14px}
  .landing-nav .nav-links a{display:inline-flex;font-size:12px}
  .landing-nav .nav-links .nav-ai,.landing-nav .nav-links .nav-consulting{display:none}
  .landing-nav .nav-links .nav-contact{display:inline-flex}
  .landing-hero-grid{display:block;padding-top:118px;padding-bottom:84px}
  .landing-statement h1{font-size:76px}
  .landing-story{margin-top:56px}
  .landing-story h2{font-size:30px}
  .landing-lede{margin-top:24px;font-size:17px}
  .landing-actions{margin-bottom:36px}
  .landing-ask-entry{margin-top:0}
  .landing-ask-dialog{border-radius:20px}
  .landing-ask-dialog-head{padding:16px 18px}
  .landing-assistant iframe{height:300px}
  .landing-assistant.has-result iframe{height:70vh}
  .motion-toggle{right:18px;bottom:108px}
  .experience-proof-inner{align-items:flex-start;flex-direction:column;padding:20px 0}
  .experience-proof-inner > div{width:100%;justify-content:space-between;gap:12px}
  .institution{font-size:13px}
  .showcase-section{padding:68px 0}
  .showcase-heading{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:28px}
  .showcase-heading h2{font-size:40px}
  .ai-directory{grid-template-columns:1fr;gap:52px}
  .showcase-grid{grid-template-columns:1fr;gap:28px}
  .showcase-thumb{aspect-ratio:16 / 11}
  .thumb-title{font-size:31px}
  .work-with-me-section{padding:78px 0}
  .work-with-me-section h2{font-size:48px}
  .landing-footer-line{margin-top:22px;text-align:left}
}
@media(prefers-reduced-motion:reduce){
  .landing-motion video{display:none}
  .showcase-thumb,.showcase-arrow{transition:none}
  .showcase-card:hover .showcase-thumb{transform:none}
}
