/* One shared stage: a creative becomes a conversation, then a next step. */
.hero.hero-cinematic {
  --story-paper: #f5f1e8;
  --story-ink: #28222e;
  --story-muted: #6b6076;
  --story-violet: #5241b0;
  height: auto;
  min-height: max(760px, 100svh);
  max-height: none;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
.hero-cinematic .hero-scene { z-index: -1; }
.hero-cinematic .hero-image {
  animation: none;
  transform: none;
  opacity: .68;
  object-position: 65% center;
}
.hero-cinematic .hero-shade {
  background: linear-gradient(90deg, #17151ef5 0%, #17151ee8 35%, #17151e8a 75%, #17151e60), linear-gradient(0deg, #17151e 0%, #17151e08 60%, #17151e3d);
}
.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  gap: clamp(32px, 4.1vw, 76px);
  align-items: center;
  flex: 1;
  padding-top: 152px;
  padding-bottom: 46px;
}
.hero-cinematic .hero-content { padding: 0; min-width: 0; }
.hero-cinematic h1 {
  font-size: clamp(44px, 4.55vw, 78px);
  letter-spacing: -.038em;
  line-height: 1.08;
  max-width: none;
  text-wrap: initial;
}
.hero-cinematic h1 > span { display: block; animation: none; white-space: nowrap; }
.hero-cinematic h1 > span:last-child { margin-top: .1em; color: #e1dae9; }
.hero-cinematic .hero-accent { color: #cbb8ec; }
.hero-cinematic .hero-intro {
  max-width: 465px;
  margin-top: 30px;
  color: #d4cedd;
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 1.75;
  animation: none;
  text-wrap: pretty;
}
.hero-cinematic .discover { width: fit-content; margin-top: 30px; font-size: 12px; }
.hero-cinematic :is(a, button):focus-visible { outline-color: #d5c3f0; }
.hero-sequence { min-width: 0; }
.hero-story {
  position: relative;
  height: clamp(405px, 57svh, 560px);
  overflow: hidden;
  background: #28232e;
  box-shadow: 0 26px 70px #0b09182e;
  isolation: isolate;
}
.hero-cinematic.is-ready .hero-story { animation: aperture-open 900ms cubic-bezier(.16, 1, .3, 1) both; }
.story-media, .story-media > img, .story-media > video, .story-media-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.story-media {
  transform-origin: center top;
  transition: transform 1000ms cubic-bezier(.16, 1, .3, 1), opacity 700ms ease;
}
.story-media > img, .story-media > video { object-fit: cover; object-position: 45% center; }
.story-media > video { opacity: 0; transition: opacity 650ms ease; }
.has-video .story-media > video { opacity: 1; }
.story-media-shade { background: linear-gradient(0deg, #17121eeb, #17121e00 64%, #17121e59); }
.story-still-brand {
  position: absolute;
  inset: 26px 28px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: opacity 350ms;
}
.story-still-brand img { width: 78px; }
.story-still-brand > span { font-size: 10px; }
.story-registration { position: absolute; inset: 14px; opacity: .62; pointer-events: none; transition: opacity 350ms; }
.story-registration i { position: absolute; width: 14px; height: 14px; border-color: #fff; border-style: solid; }
.story-registration i:nth-child(1) { top: 0; left: 0; border-width: 1px 0 0 1px; }
.story-registration i:nth-child(2) { top: 0; right: 0; border-width: 1px 1px 0 0; }
.story-registration i:nth-child(3) { bottom: 0; right: 0; border-width: 0 1px 1px 0; }
.story-registration i:nth-child(4) { bottom: 0; left: 0; border-width: 0 0 1px 1px; }
.story-chapter { position: absolute; inset: 0; }
.story-creative { transition: opacity 300ms ease, transform 650ms cubic-bezier(.16, 1, .3, 1); }
.story-creative-copy { position: absolute; bottom: 77px; left: 34px; right: 25px; }
.story-creative h2 { font-size: clamp(32px, 3.05vw, 49px); line-height: 1.05; letter-spacing: -.035em; }
.story-creative-copy p { margin-top: 16px; font-size: 12px; color: #eae5ef; }
.story-credit { position: absolute; bottom: 31px; left: 34px; font-size: 10px; color: #eae5ef; }
.story-workspace {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 64px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--story-paper);
  color: var(--story-muted);
  border-bottom: 1px solid #ded8e2;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 350ms, transform 700ms cubic-bezier(.16, 1, .3, 1);
}
.story-bitasks { font-family: var(--identity); color: var(--story-ink); font-size: 24px; font-weight: 600; letter-spacing: -.04em; }
.story-workspace > span:nth-child(2) { font-size: 10px; }
.story-workspace .icon { margin-left: auto; width: 18px; height: 18px; color: var(--story-violet); }
.story-inquiry, .story-followup {
  top: 64px;
  padding: 33px 32px 44px;
  background: var(--story-paper);
  color: var(--story-ink);
  opacity: 0;
  visibility: hidden;
  transform: translateY(26px);
  clip-path: inset(100% 0 0);
  transition: clip-path 950ms cubic-bezier(.16, 1, .3, 1), transform 800ms cubic-bezier(.16, 1, .3, 1), opacity 450ms, visibility 950ms;
}
.story-inquiry-heading { display: flex; gap: 16px; align-items: center; }
.story-inquiry h2, .story-followup h2 { font-size: clamp(24px, 2.25vw, 35px); line-height: 1.12; letter-spacing: -.03em; }
.story-person { width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center; background: #e6dff1; color: var(--story-violet); }
.story-person .icon { width: 21px; height: 21px; }
.story-inquiry-heading p { font-size: 11px; color: var(--story-muted); margin-top: 9px; }
.story-message {
  background: #fff;
  border-radius: 0 14px 14px 14px;
  padding: 19px 22px;
  margin-top: 27px;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 650ms cubic-bezier(.16, 1, .3, 1), opacity 500ms;
}
.story-message > span { display: block; color: var(--story-muted); font-size: 10px; margin-bottom: 9px; }
.story-message p { font-size: 14px; line-height: 1.7; }
.story-source { display: flex; align-items: flex-start; gap: 12px; margin-top: 23px; }
.story-source .icon { width: 18px; height: 18px; margin-top: 3px; color: var(--story-violet); }
.story-source p { font-size: 12px; }
.story-source p span { font-size: 11px; color: var(--story-muted); }
.story-followup { z-index: 1; transform: translateX(18px); clip-path: inset(0 0 0 100%); }
.story-followup-intro { font-size: 11px; color: var(--story-muted); margin-top: 12px; }
.story-route { list-style: none; margin-top: 22px; }
.story-route li { display: flex; align-items: flex-start; gap: 14px; position: relative; padding-bottom: 21px; }
.story-route li:not(:last-child)::after { content: ''; position: absolute; width: 1px; background: #cfc4de; left: 13px; top: 26px; bottom: 0; transform: scaleY(0); transform-origin: top; transition: transform 850ms cubic-bezier(.16, 1, .3, 1); }
.route-dot { display: grid; place-items: center; width: 27px; height: 27px; background: #e8e2f1; border-radius: 50%; color: var(--story-violet); flex: none; }
.route-dot .icon { width: 14px; height: 14px; }
.story-route strong { display: block; font-size: 12px; font-weight: 500; }
.story-route li div > span { display: block; font-size: 10px; color: var(--story-muted); margin-top: 2px; }
.story-product-link { display: flex; align-items: center; justify-content: space-between; color: var(--story-violet); border-top: 1px solid #d9d1e2; padding-top: 11px; font-size: 11px; }
.story-product-link .icon { width: 16px; height: 16px; }
.hero-cinematic .story-product-link:focus-visible { outline-color: var(--story-violet); outline-offset: 3px; }
.story-product-link:hover { color: #322177; text-decoration: underline; text-underline-offset: 4px; }
.story-example { position: absolute; z-index: 3; inset: auto 0 0; padding: 12px 30px; font-size: 9px; line-height: 1.4; color: var(--story-muted); background: var(--story-paper); opacity: 0; visibility: hidden; transition: opacity 300ms, visibility 300ms; }
.hero-cinematic:not([data-scene="0"]) .story-media { transform: scale(.94) translateY(-20%); opacity: .25; }
.hero-cinematic:not([data-scene="0"]) :is(.story-creative, .story-still-brand, .story-registration) { opacity: 0; pointer-events: none; }
.hero-cinematic:not([data-scene="0"]) .story-creative { transform: translateY(-20px); }
.hero-cinematic:not([data-scene="0"]) .story-workspace { opacity: 1; transform: none; }
.hero-cinematic:not([data-scene="0"]) .story-example { opacity: 1; visibility: visible; transition-delay: 200ms; }
.hero-cinematic[data-scene="1"] .story-inquiry,
.hero-cinematic[data-scene="2"] .story-followup { opacity: 1; transform: none; clip-path: inset(0); visibility: visible; }
.hero-cinematic[data-scene="1"] .story-message { transform: none; opacity: 1; transition-delay: 280ms; }
.hero-cinematic[data-scene="2"] .story-route li::after { transform: scaleY(1); transition-delay: 300ms; }
.hero-cinematic[data-scene="2"] .story-route li:nth-child(2)::after { transition-delay: 650ms; }
.story-controls { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; margin-top: 21px; }
.story-controls button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c7bfce;
  background: transparent;
  border: 0;
  border-top: 1px solid #b6a6c94a;
  padding: 16px 0 9px;
  text-align: left;
  font-size: 11px;
  min-height: 44px;
  transition: color 180ms;
}
.story-controls button:hover, .story-controls button[aria-pressed="true"] { color: #fff; }
.story-step { font-size: 9px; color: #b3a2c9; font-variant-numeric: tabular-nums; }
.story-progress { position: absolute; inset: -1px 0 auto; height: 2px; transform: scaleX(0); transform-origin: left; background: #cbb8ec; }
.story-controls button[aria-pressed="true"]::before { content: ''; position: absolute; top: -2px; left: 0; width: 6px; height: 4px; background: #cbb8ec; }
.hero-cinematic .hero-footer {
  position: relative;
  inset: auto;
  padding-block: 20px 26px;
  border-top: 1px solid #d3c5e026;
  justify-content: space-between;
  gap: 20px;
  animation: none;
}
.hero-footer > p { font-size: 10px; color: #d1c7dd; letter-spacing: .02em; }
.hero-footer > p > span { margin-left: 24px; color: #ac9ebd; }
.hero-cinematic .motion-toggle { color: #d1c7dd; font-size: 10px; letter-spacing: 0; min-height: 44px; padding: 8px 0 8px 12px; }
.hero-cinematic .motion-toggle:hover { color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; padding: 0; border: 0; }
@keyframes aperture-open {
  from { clip-path: inset(0 0 0 18%); transform: translateX(14px); }
  to { clip-path: inset(0); transform: none; }
}
@media (min-width: 1700px) {
  .hero-layout { grid-template-columns: 1.22fr 1fr; padding-top: 170px; }
  .hero-cinematic .hero-intro { max-width: 495px; }
}
@media (max-width: 1150px) and (min-width: 821px) {
  .hero-layout { gap: 30px; grid-template-columns: 1.15fr 1fr; padding-top: 140px; }
  .hero-cinematic h1 { font-size: clamp(36px, 4.25vw, 49px); }
  .hero-cinematic .hero-intro { font-size: 13px; max-width: 385px; }
  .hero-story { height: 450px; }
  .story-inquiry, .story-followup { padding: 30px 22px 44px; }
  .story-inquiry h2, .story-followup h2 { font-size: 25px; }
  .story-inquiry-heading { gap: 11px; }
  .story-person { width: 35px; height: 35px; }
  .story-inquiry-heading p { font-size: 10px; }
  .story-message { padding: 16px; }
  .story-message p { font-size: 12px; }
  .story-source p { font-size: 11px; }
  .story-source p span { font-size: 10px; }
  .story-creative-copy { left: 27px; }
  .story-credit { left: 27px; font-size: 9px; }
  .story-controls { gap: 12px; }
  .story-controls button { gap: 7px; font-size: 10px; }
}
@media (max-width: 820px) {
  .hero.hero-cinematic { min-height: 100svh; }
  .hero-layout { grid-template-columns: 1fr; gap: 42px; padding-top: 139px; padding-bottom: 28px; }
  .hero-cinematic h1 { font-size: clamp(36px, 7.2vw, 59px); }
  .hero-cinematic .hero-intro { max-width: 500px; margin-top: 24px; }
  .hero-cinematic .discover { margin-top: 22px; }
  .hero-sequence { width: 100%; max-width: 560px; justify-self: end; }
  .hero-story { height: 440px; }
  .story-creative h2 { font-size: 43px; }
  .story-inquiry h2, .story-followup h2 { font-size: 30px; }
  .story-inquiry, .story-followup { padding-top: 25px; }
  .story-route { margin-top: 18px; }
  .story-route li { padding-bottom: 17px; }
  .hero-cinematic .hero-image { object-position: 70% top; opacity: .6; }
  .hero-cinematic .hero-shade { background: linear-gradient(90deg, #17151eeb, #17151e66), linear-gradient(0deg, #17151e 25%, #17151e1a 85%); }
}
@media (max-width: 540px) {
  .hero-layout { padding-top: 125px; gap: 35px; }
  .hero-cinematic h1 { font-size: clamp(29px, 8.65vw, 45px); line-height: 1.12; letter-spacing: -.035em; }
  .hero-cinematic .hero-intro { font-size: 13px; line-height: 1.7; margin-top: 23px; }
  .hero-cinematic .discover { font-size: 11px; margin-top: 22px; }
  .hero-story { height: 390px; }
  .story-workspace { height: 55px; padding-inline: 22px; }
  .story-bitasks { font-size: 22px; }
  .story-inquiry, .story-followup { top: 55px; padding: 22px 22px 35px; }
  .story-inquiry h2, .story-followup h2 { font-size: 26px; }
  .story-person { display: none; }
  .story-message { margin-top: 20px; padding: 15px 16px; }
  .story-message p { font-size: 12px; }
  .story-message > span { margin-bottom: 6px; font-size: 9px; }
  .story-source { margin-top: 18px; gap: 8px; }
  .story-source p { font-size: 11px; }
  .story-source p span { font-size: 10px; }
  .story-creative-copy { left: 26px; bottom: 72px; }
  .story-creative h2 { font-size: 37px; }
  .story-creative-copy p { font-size: 11px; }
  .story-credit { left: 26px; font-size: 9px; }
  .story-still-brand { inset: 25px 26px auto; }
  .story-still-brand > span { font-size: 9px; }
  .story-followup-intro { font-size: 10px; margin-top: 10px; }
  .story-route { margin-top: 17px; }
  .story-route li { gap: 12px; padding-bottom: 13px; }
  .story-route strong { font-size: 11px; }
  .story-route li div > span { font-size: 9px; }
  .story-example { font-size: 8px; padding: 10px 22px; }
  .story-controls { gap: 14px; margin-top: 17px; }
  .story-controls button { font-size: 10px; gap: 7px; }
  .hero-cinematic .hero-footer { padding-block: 15px 22px; gap: 12px; align-items: flex-start; }
  .hero-footer > p { font-size: 9px; line-height: 1.8; padding-top: 6px; }
  .hero-footer > p > span { display: block; margin-left: 0; }
  .hero-cinematic .motion-toggle { font-size: 9px; gap: 5px; padding-left: 0; white-space: nowrap; }
}
@media (max-width: 360px) {
  .hero-layout { padding-top: 118px; }
  .hero-cinematic h1 { font-size: 29px; }
  .hero-cinematic .hero-intro { font-size: 12px; }
  .story-inquiry, .story-followup { padding-inline: 18px; }
  .story-inquiry h2, .story-followup h2 { font-size: 24px; }
  .story-message p { font-size: 11px; }
  .story-source p span { font-size: 9px; }
  .story-controls { gap: 9px; }
  .story-controls button { font-size: 9px; gap: 5px; }
  .story-example { padding-inline: 18px; font-size: 7.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-cinematic.is-ready .hero-story { animation: none; clip-path: none; transform: none; }
  .hero-cinematic .story-media > video { display: none; }
  .hero-cinematic *, .hero-cinematic *::before, .hero-cinematic *::after { transition-duration: 0s !important; }
}
