/*
 * V0 inner pages
 *
 * These styles are deliberately separate from Breakdance. The live V0
 * homepage and its header/footer remain WordPress-native; this file only
 * styles the replacement content mounted into the old inner-page slots.
 */

.jfv0-live {
  --jfv0-ink: #0b0d12;
  --jfv0-muted: #5f6672;
  --jfv0-line: rgba(11, 13, 18, .14);
  --jfv0-cyan: #04cffe;
  --jfv0-violet: #8368ff;
  --jfv0-magenta: #ec4ca8;
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 72px) clamp(84px, 10vw, 148px);
  background: #f4f3ef;
  color: var(--jfv0-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  isolation: isolate;
}

.jfv0-live::before,
.jfv0-live::after {
  position: absolute;
  z-index: -1;
  width: min(48vw, 680px);
  height: min(48vw, 680px);
  border-radius: 50%;
  content: '';
  pointer-events: none;
  filter: blur(10px);
  opacity: .58;
}

.jfv0-live::before {
  top: -26%;
  right: -12%;
  background: radial-gradient(circle, rgba(4, 207, 254, .18), rgba(4, 207, 254, 0) 68%);
}

.jfv0-live::after {
  bottom: -34%;
  left: -15%;
  background: radial-gradient(circle, rgba(236, 76, 168, .13), rgba(236, 76, 168, 0) 67%);
}

.jfv0-live,
.jfv0-live * {
  box-sizing: border-box;
}

.jfv0-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1220px);
  margin: 0 auto;
}

.jfv0-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  gap: clamp(40px, 8vw, 112px);
  align-items: center;
}

.jfv0-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #707681;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.jfv0-kicker-mark {
  display: inline-grid;
  min-width: 30px;
  min-height: 20px;
  place-items: center;
  padding: 4px 7px;
  border-radius: 5px;
  background: var(--jfv0-ink);
  color: #fff;
  font-size: 9px;
  letter-spacing: .1em;
}

.jfv0-live h1,
.jfv0-live h2,
.jfv0-live h3,
.jfv0-live p {
  margin-top: 0;
}

.jfv0-live h1 {
  max-width: 850px;
  margin-bottom: 26px;
  color: var(--jfv0-ink);
  font-size: clamp(48px, 7vw, 100px);
  font-weight: 720;
  letter-spacing: -.065em;
  line-height: .91;
}

.jfv0-live h1 em {
  color: transparent;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.04em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.07em;
  background: linear-gradient(100deg, var(--jfv0-cyan), var(--jfv0-violet) 58%, var(--jfv0-magenta));
  -webkit-background-clip: text;
  background-clip: text;
}

.jfv0-lead {
  max-width: 660px;
  margin-bottom: 30px !important;
  color: var(--jfv0-muted);
  font-size: clamp(17px, 1.65vw, 21px);
  font-weight: 520;
  letter-spacing: -.01em;
  line-height: 1.56;
}

.jfv0-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}

.jfv0-button,
.jfv0-button:visited {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 1px solid var(--jfv0-ink);
  border-radius: 999px;
  background: var(--jfv0-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.jfv0-button:hover,
.jfv0-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -18px rgba(11, 13, 18, .7);
  outline: none;
}

.jfv0-button--quiet,
.jfv0-button--quiet:visited {
  background: rgba(255, 255, 255, .42);
  color: var(--jfv0-ink);
}

.jfv0-button--quiet:hover,
.jfv0-button--quiet:focus-visible {
  background: #fff;
}

.jfv0-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 27px;
  background:
    radial-gradient(circle at 100% 0%, rgba(4, 207, 254, .24), transparent 40%),
    linear-gradient(145deg, #0b0d12, #161923 72%, #262335);
  color: #fff;
  box-shadow: 0 30px 80px -42px rgba(11, 13, 18, .7);
  transform: rotate(1.2deg);
}

.jfv0-hero-card::after {
  position: absolute;
  right: -14%;
  bottom: -26%;
  width: 62%;
  height: 62%;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: '';
  box-shadow: 0 0 0 26px rgba(255, 255, 255, .025), 0 0 0 52px rgba(255, 255, 255, .018);
}

.jfv0-card-top {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.jfv0-card-glyph {
  position: relative;
  z-index: 1;
  margin: 35px 0 4px;
  color: transparent;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(104px, 13vw, 168px);
  font-weight: 700;
  letter-spacing: -.14em;
  line-height: .72;
  background: linear-gradient(135deg, #fff 8%, var(--jfv0-cyan) 54%, var(--jfv0-violet));
  -webkit-background-clip: text;
  background-clip: text;
}

.jfv0-card-quote {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin-bottom: 29px !important;
  color: rgba(255, 255, 255, .83);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.13;
}

.jfv0-card-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.jfv0-card-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .56);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}

.jfv0-card-list span::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--jfv0-cyan);
  box-shadow: 0 0 10px rgba(4, 207, 254, .8);
  content: '';
}

.jfv0-rule {
  height: 1px;
  margin: clamp(60px, 9vw, 110px) 0 clamp(50px, 8vw, 92px);
  background: linear-gradient(90deg, transparent, var(--jfv0-line) 15%, var(--jfv0-line) 85%, transparent);
}

.jfv0-section-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(240px, .8fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 31px;
}

.jfv0-section-heading h2 {
  margin-bottom: 0;
  color: var(--jfv0-ink);
  font-size: clamp(32px, 4.3vw, 60px);
  font-weight: 720;
  letter-spacing: -.06em;
  line-height: .94;
}

.jfv0-section-heading h2 span {
  color: var(--jfv0-violet);
}

.jfv0-section-heading p {
  max-width: 430px;
  margin-bottom: 2px;
  color: var(--jfv0-muted);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.55;
}

.jfv0-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.jfv0-cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jfv0-service {
  min-height: 235px;
  padding: 24px 22px 25px;
  border: 1px solid var(--jfv0-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .4);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.jfv0-service:hover {
  border-color: rgba(4, 207, 254, .55);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 40px -30px rgba(11, 13, 18, .55);
  transform: translateY(-4px);
}

.jfv0-service-index {
  display: inline-flex;
  min-width: 30px;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
  padding: 4px 7px;
  border-radius: 5px;
  background: var(--jfv0-ink);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.jfv0-service h3 {
  margin-bottom: 9px;
  color: var(--jfv0-ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.jfv0-service p {
  color: var(--jfv0-muted);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.5;
}

.jfv0-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
  gap: clamp(30px, 7vw, 100px);
  align-items: start;
  margin-top: clamp(64px, 10vw, 126px);
}

.jfv0-split h2 {
  max-width: 600px;
  margin-bottom: 17px;
  color: var(--jfv0-ink);
  font-size: clamp(30px, 4vw, 55px);
  font-weight: 850;
  letter-spacing: -.06em;
  line-height: .96;
}

.jfv0-split > div > p {
  max-width: 580px;
  color: var(--jfv0-muted);
  font-size: 16px;
  line-height: 1.6;
}

.jfv0-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--jfv0-line);
}

.jfv0-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--jfv0-line);
}

.jfv0-step b {
  color: var(--jfv0-violet);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
}

.jfv0-step strong {
  display: block;
  margin-bottom: 4px;
  color: var(--jfv0-ink);
  font-size: 15px;
  font-weight: 800;
}

.jfv0-step span {
  display: block;
  color: var(--jfv0-muted);
  font-size: 12px;
  line-height: 1.45;
}

.jfv0-dark-panel {
  position: relative;
  overflow: hidden;
  margin-top: clamp(65px, 10vw, 126px);
  padding: clamp(26px, 5vw, 54px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 100%, rgba(236, 76, 168, .2), transparent 38%),
    radial-gradient(circle at 100% 0%, rgba(4, 207, 254, .18), transparent 35%),
    #0b0d12;
  color: #fff;
}

.jfv0-dark-panel h2 {
  max-width: 650px;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(32px, 5vw, 68px);
  font-weight: 850;
  letter-spacing: -.065em;
  line-height: .92;
}

.jfv0-dark-panel p {
  max-width: 590px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .64);
  font-size: 16px;
  line-height: 1.55;
}

.jfv0-dark-panel .jfv0-button--quiet {
  border-color: rgba(255, 255, 255, .34);
  background: transparent;
  color: #fff;
}

.jfv0-dark-panel .jfv0-button--quiet:hover,
.jfv0-dark-panel .jfv0-button--quiet:focus-visible {
  background: rgba(255, 255, 255, .12);
}

.jfv0-terminal {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: #11141b;
  box-shadow: 0 24px 50px -30px rgba(0, 0, 0, .75);
  transform: rotate(-1.2deg);
}

.jfv0-terminal-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .42);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.jfv0-terminal-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5e57;
  box-shadow: 13px 0 #ffbd2e, 26px 0 #28c840;
}

.jfv0-terminal-title {
  margin-left: 30px;
}

.jfv0-terminal-code {
  min-height: 300px;
  padding: 24px;
  color: rgba(255, 255, 255, .76);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(11px, 1.2vw, 14px);
  line-height: 1.8;
}

.jfv0-terminal-code .comment { color: rgba(255, 255, 255, .34); }
.jfv0-terminal-code .key { color: #5cf2c2; }
.jfv0-terminal-code .value { color: #b69dff; }
.jfv0-terminal-code .accent { color: #04cffe; }

.jfv0-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 21px;
}

.jfv0-tool {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 650;
}

.jfv0-note {
  margin: 0 0 17px;
  color: var(--jfv0-violet);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.jfv0-caption {
  margin-top: 25px;
  color: var(--jfv0-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
}

.jfv0-live--motion {
  background: #0c0d12;
  color: #f4f1ea;
}

.jfv0-live--motion::before { opacity: .8; }
.jfv0-live--motion h1,
.jfv0-live--motion h2,
.jfv0-live--motion h3 { color: #f4f1ea; }
.jfv0-live--motion .jfv0-lead,
.jfv0-live--motion .jfv0-section-heading p,
.jfv0-live--motion .jfv0-split > div > p { color: rgba(244, 241, 234, .62); }
.jfv0-live--motion .jfv0-kicker { color: rgba(244, 241, 234, .52); }
.jfv0-live--motion .jfv0-service { border-color: rgba(244, 241, 234, .16); background: rgba(255, 255, 255, .04); }
.jfv0-live--motion .jfv0-service:hover { background: rgba(255, 255, 255, .09); border-color: rgba(4, 207, 254, .7); }
.jfv0-live--motion .jfv0-service h3 { color: #f4f1ea; }
.jfv0-live--motion .jfv0-service p { color: rgba(244, 241, 234, .6); }
.jfv0-live--motion .jfv0-step { border-color: rgba(244, 241, 234, .16); }
.jfv0-live--motion .jfv0-step strong { color: #f4f1ea; }
.jfv0-live--motion .jfv0-step span { color: rgba(244, 241, 234, .58); }
.jfv0-live--motion .jfv0-rule { background: linear-gradient(90deg, transparent, rgba(244, 241, 234, .18) 15%, rgba(244, 241, 234, .18) 85%, transparent); }

@media (max-width: 980px) {
  .jfv0-cards,
  .jfv0-cards--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .jfv0-live {
    padding: 58px 18px 80px;
  }

  .jfv0-hero-grid,
  .jfv0-section-heading,
  .jfv0-split { grid-template-columns: 1fr; }

  .jfv0-hero-grid { gap: 48px; }
  .jfv0-live h1 { font-size: clamp(47px, 14vw, 76px); }
  .jfv0-lead { font-size: 16px; }
  .jfv0-hero-card { min-height: 330px; transform: none; }
  .jfv0-section-heading { gap: 16px; }
  .jfv0-section-heading h2 { font-size: clamp(33px, 11vw, 52px); }
  .jfv0-cards,
  .jfv0-cards--three { grid-template-columns: 1fr; }
  .jfv0-service { min-height: 0; }
  .jfv0-service-index { margin-bottom: 26px; }
  .jfv0-split { gap: 36px; }
  .jfv0-terminal-code { min-height: 260px; padding: 18px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .jfv0-live *,
  .jfv0-live *::before,
  .jfv0-live *::after { transition-duration: .01ms !important; }
}


/* V0 editorial redesign: Writing, Web/Dev, and the additive home gateway.
   These selectors deliberately sit after the shared inner-page system so
   Motion and Print keep their existing presentation. */

.jfv0-live--writing,
.jfv0-live--web {
  --jfv0-paper: #f5f3ed;
  --jfv0-white: #fff;
  --jfv0-black: #050607;
  --jfv0-blue: #0878ff;
  --jfv0-cyan: #04cffe;
  --jfv0-violet: #8f74ff;
  min-height: 0;
  padding: 0 0 clamp(84px, 9vw, 144px);
  background: var(--jfv0-black);
  color: var(--jfv0-white);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.jfv0-live--writing::before,
.jfv0-live--writing::after,
.jfv0-live--web::before,
.jfv0-live--web::after {
  display: none;
}

.jfv0-live--writing .jfv0-shell,
.jfv0-live--web .jfv0-shell {
  width: min(calc(100% - clamp(40px, 6vw, 128px)), 1520px);
}

.jfv0-feature-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  gap: clamp(50px, 7vw, 118px);
  align-items: center;
  min-height: clamp(690px, 76vh, 900px);
  padding: clamp(76px, 8vw, 132px) 0 clamp(72px, 7vw, 112px);
}

.jfv0-feature-copy {
  position: relative;
  z-index: 2;
}

.jfv0-feature-copy .jfv0-kicker {
  margin-bottom: clamp(24px, 3vw, 38px);
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.jfv0-feature-copy .jfv0-kicker-mark {
  background: var(--jfv0-white);
  color: var(--jfv0-black);
}

.jfv0-feature-copy h1 {
  max-width: 920px;
  margin-bottom: 34px;
  color: var(--jfv0-white) !important;
  -webkit-text-fill-color: var(--jfv0-white) !important;
  font-size: clamp(64px, 7vw, 112px);
  font-weight: 720;
  letter-spacing: -.072em;
  line-height: .87;
}

.jfv0-feature-copy h1 em,
.jfv0-feature-cta h2 em,
.jfv0-editorial-copy h2 em,
.jfv0-toolkit-panel h2 em,
.jfv0-build-process h2 em {
  color: transparent !important;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.055em;
  background: linear-gradient(100deg, var(--jfv0-cyan), #56a5ff 50%, var(--jfv0-violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent !important;
}

.jfv0-feature-copy .jfv0-lead {
  max-width: 720px;
  margin-bottom: 34px !important;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.58;
}

.jfv0-button--light,
.jfv0-button--light:visited {
  border-color: var(--jfv0-white);
  background: var(--jfv0-white);
  color: var(--jfv0-black);
}

.jfv0-button--outline-light,
.jfv0-button--outline-light:visited {
  border-color: rgba(255, 255, 255, .48);
  background: transparent;
  color: var(--jfv0-white);
}

.jfv0-button--outline-light:hover,
.jfv0-button--outline-light:focus-visible {
  border-color: var(--jfv0-white);
  background: rgba(255, 255, 255, .1);
}

.jfv0-feature-media {
  position: relative;
  overflow: hidden;
  min-height: clamp(540px, 58vw, 730px);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: clamp(25px, 3vw, 42px);
  background-color: #21150f;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 28px 28px 0 var(--jfv0-cyan);
}

.jfv0-feature-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 43%, rgba(0, 0, 0, .88) 100%);
  content: "";
}

.jfv0-feature-media--writing {
  background-image: url("assets/bts-script.jpg");
  background-position: 50% 38%;
}

.jfv0-feature-media figcaption {
  position: absolute;
  right: clamp(22px, 3vw, 38px);
  bottom: clamp(22px, 3vw, 38px);
  left: clamp(22px, 3vw, 38px);
  z-index: 1;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jfv0-feature-media figcaption strong {
  color: var(--jfv0-white);
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: -.04em;
  line-height: 1;
  text-transform: none;
}

.jfv0-feature-section {
  margin: 0 auto clamp(88px, 10vw, 150px);
  padding: clamp(46px, 6vw, 92px);
  border-radius: clamp(26px, 3vw, 46px);
}

.jfv0-feature-section .jfv0-section-heading {
  margin-bottom: clamp(34px, 5vw, 62px);
}

.jfv0-feature-section .jfv0-section-heading h2 {
  font-size: clamp(48px, 5.4vw, 84px);
  line-height: .89;
}

.jfv0-feature-section .jfv0-section-heading p {
  max-width: 500px;
  font-size: clamp(15px, 1.25vw, 18px);
}

.jfv0-feature-section--paper {
  background: var(--jfv0-paper);
  color: var(--jfv0-black);
}

.jfv0-feature-section--paper .jfv0-section-heading h2,
.jfv0-feature-section--paper .jfv0-service h3 {
  color: var(--jfv0-black);
}

.jfv0-feature-section--paper .jfv0-section-heading h2 span {
  color: var(--jfv0-blue);
}

.jfv0-feature-section--paper .jfv0-section-heading p,
.jfv0-feature-section--paper .jfv0-service p {
  color: #525761;
}

.jfv0-feature-section--paper .jfv0-service {
  min-height: 290px;
  border-color: rgba(5, 6, 7, .16);
  background: var(--jfv0-white);
}

.jfv0-feature-section--blue {
  background: linear-gradient(125deg, #92edff 0%, var(--jfv0-cyan) 38%, #177fff 100%);
  color: var(--jfv0-black);
}

.jfv0-feature-section--blue .jfv0-section-heading h2,
.jfv0-feature-section--blue .jfv0-section-heading h2 span,
.jfv0-feature-section--blue .jfv0-section-heading p,
.jfv0-feature-section--blue .jfv0-service h3,
.jfv0-feature-section--blue .jfv0-service p {
  color: var(--jfv0-black);
}

.jfv0-feature-section--blue .jfv0-service {
  min-height: 290px;
  border-color: rgba(5, 6, 7, .18);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 50px -38px rgba(5, 6, 7, .75);
}

.jfv0-feature-section--paper .jfv0-service-index,
.jfv0-feature-section--blue .jfv0-service-index {
  margin-bottom: 58px;
}

.jfv0-editorial-split {
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr);
  gap: clamp(50px, 8vw, 128px);
  align-items: center;
  margin: 0 auto clamp(92px, 11vw, 164px);
}

.jfv0-editorial-image {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 57vw, 760px);
  border-radius: clamp(25px, 3vw, 42px);
  background-color: #21160f;
  background-repeat: no-repeat;
  background-size: cover;
}

.jfv0-editorial-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .72));
  content: "";
}

.jfv0-editorial-image--writing {
  background-image: url("assets/jaron-video-store.jpg");
  background-position: 67% center;
}

.jfv0-editorial-image > span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--jfv0-white);
  color: var(--jfv0-black);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jfv0-editorial-copy .jfv0-note,
.jfv0-build-process .jfv0-note {
  color: var(--jfv0-cyan);
}

.jfv0-editorial-copy h2,
.jfv0-build-process h2 {
  margin: 0 0 24px;
  color: var(--jfv0-white) !important;
  -webkit-text-fill-color: var(--jfv0-white) !important;
  font-size: clamp(50px, 5.7vw, 88px);
  font-weight: 700;
  letter-spacing: -.068em;
  line-height: .89;
}

.jfv0-editorial-copy h2 {
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: .96;
}

.jfv0-editorial-copy > p:not(.jfv0-note),
.jfv0-toolkit-panel__copy > p:not(.jfv0-note) {
  max-width: 640px;
  color: rgba(255, 255, 255, .64);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.jfv0-editorial-copy .jfv0-steps {
  margin-top: 44px;
  border-color: rgba(255, 255, 255, .2);
}

.jfv0-editorial-copy .jfv0-step,
.jfv0-build-process .jfv0-step {
  padding: 19px 0;
  border-color: rgba(255, 255, 255, .18);
}

.jfv0-editorial-copy .jfv0-step b,
.jfv0-build-process .jfv0-step b {
  color: var(--jfv0-cyan);
}

.jfv0-editorial-copy .jfv0-step strong,
.jfv0-build-process .jfv0-step strong {
  color: var(--jfv0-white);
  font-size: 17px;
}

.jfv0-editorial-copy .jfv0-step span,
.jfv0-build-process .jfv0-step span {
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

.jfv0-feature-cta {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: clamp(48px, 7vw, 104px);
  border-radius: clamp(28px, 3vw, 46px);
}

.jfv0-feature-cta .jfv0-note {
  margin-bottom: 26px;
}

.jfv0-feature-cta h2 {
  max-width: 980px;
  margin: 0 0 24px;
  font-size: clamp(50px, 6.4vw, 104px);
  font-weight: 700;
  letter-spacing: -.072em;
  line-height: .86;
}

.jfv0-feature-cta > p:not(.jfv0-note) {
  max-width: 650px;
  margin-bottom: 31px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.6;
}

.jfv0-feature-cta--writing {
  background: linear-gradient(125deg, #a9f2ff 0%, var(--jfv0-cyan) 44%, #147fff 100%);
  color: var(--jfv0-black);
}

.jfv0-feature-cta--writing .jfv0-note,
.jfv0-feature-cta--writing h2,
.jfv0-feature-cta--writing > p {
  color: var(--jfv0-black);
}

.jfv0-feature-cta--writing h2 em {
  color: var(--jfv0-black);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.jfv0-feature-cta--writing .jfv0-button--outline-light {
  border-color: rgba(5, 6, 7, .55);
  color: var(--jfv0-black);
}

.jfv0-feature-cta--web {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .78) 54%, rgba(0, 0, 0, .28) 100%),
    url("assets/jaron-camera.jpg") center 38% / cover no-repeat;
  color: var(--jfv0-white);
}

.jfv0-feature-cta--web h2,
.jfv0-feature-cta--web > p {
  color: var(--jfv0-white) !important;
}

.jfv0-feature-cta--web h2 {
  -webkit-text-fill-color: var(--jfv0-white) !important;
}

.jfv0-web-visual {
  position: relative;
  min-height: clamp(590px, 56vw, 730px);
  border-radius: clamp(25px, 3vw, 42px);
  background:
    linear-gradient(180deg, rgba(5, 6, 7, .05), rgba(5, 6, 7, .48)),
    url("assets/jaron-osmo-wide.png") 31% center / cover no-repeat;
  box-shadow: 28px 28px 0 var(--jfv0-blue);
}

.jfv0-web-visual .jfv0-terminal {
  position: absolute;
  top: 11%;
  right: -5%;
  width: min(82%, 560px);
  border-radius: 22px;
  box-shadow: 0 32px 80px -24px rgba(0, 0, 0, .95);
  transform: rotate(1.25deg);
}

.jfv0-web-visual .jfv0-terminal-code {
  min-height: 360px;
  padding: clamp(22px, 3vw, 34px);
  font-size: clamp(12px, 1.05vw, 15px);
}

.jfv0-web-visual__label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--jfv0-white);
  color: var(--jfv0-black);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jfv0-toolkit-panel {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(460px, 1.22fr);
  gap: clamp(48px, 8vw, 122px);
  align-items: start;
  margin: 0 auto clamp(92px, 11vw, 164px);
  padding: clamp(48px, 6vw, 94px);
  border-radius: clamp(28px, 3vw, 46px);
  background: var(--jfv0-paper);
  color: var(--jfv0-black);
}

.jfv0-toolkit-panel .jfv0-note {
  color: var(--jfv0-blue);
}

.jfv0-toolkit-panel h2 {
  margin: 0 0 28px;
  color: var(--jfv0-black);
  font-size: clamp(48px, 5.3vw, 84px);
  font-weight: 700;
  letter-spacing: -.068em;
  line-height: .89;
}

.jfv0-toolkit-panel__copy > p:not(.jfv0-note) {
  color: #505660;
}

.jfv0-toolkit-panel__stack {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 3.2vw, 42px);
  border-radius: 28px;
  background: var(--jfv0-black);
  box-shadow: 0 34px 80px -54px rgba(0, 0, 0, .85);
}

.jfv0-tool-group + .jfv0-tool-group {
  margin-top: 13px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.jfv0-toolkit-label {
  margin: 0 0 14px;
  color: var(--jfv0-cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jfv0-toolkit-panel .jfv0-tools {
  gap: 9px;
  margin: 0;
}

.jfv0-toolkit-panel .jfv0-tool {
  min-height: 42px;
  padding: 10px 14px;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .075);
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 720;
}

.jfv0-toolkit-panel .jfv0-tool:hover {
  border-color: var(--jfv0-cyan);
  background: rgba(4, 207, 254, .13);
}

.jfv0-toolkit-panel .jfv0-caption {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .45);
}

.jfv0-build-process {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .72fr);
  gap: clamp(50px, 8vw, 128px);
  align-items: start;
  margin: 0 auto clamp(92px, 11vw, 164px);
}

.jfv0-build-process h2 {
  max-width: 760px;
}

.jfv0-build-process .jfv0-steps {
  border-color: rgba(255, 255, 255, .2);
}


/* Override the first additive home treatment with a V0-scale editorial gateway. */
.jfv0-home-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 6vw, 104px) clamp(20px, 4vw, 64px);
  background: #050607;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.jfv0-home-cta,
.jfv0-home-cta * {
  box-sizing: border-box;
}

.jfv0-home-cta::before {
  position: absolute;
  inset: 0;
  height: 6px;
  background: linear-gradient(90deg, #04cffe, #0878ff 54%, #8f74ff);
  content: "";
  opacity: 1;
}

.jfv0-home-cta__shell {
  display: grid;
  grid-template-columns: minmax(420px, .84fr) minmax(0, 1.16fr);
  gap: 0;
  width: min(1480px, 100%);
  min-height: 720px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: clamp(28px, 3vw, 48px);
  background: #090a0d;
}

.jfv0-home-cta__media {
  position: relative;
  align-self: stretch;
  min-height: 720px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08) 38%, rgba(0, 0, 0, .9) 100%),
    url("assets/jaron-video-store.jpg") 68% center / cover no-repeat;
}

.jfv0-home-cta__media-note {
  position: absolute;
  right: clamp(22px, 3vw, 38px);
  bottom: clamp(22px, 3vw, 38px);
  left: clamp(22px, 3vw, 38px);
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.jfv0-home-cta__media-note strong {
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: -.03em;
  text-transform: none;
}

.jfv0-home-cta__body {
  align-self: center;
  padding: clamp(44px, 5.5vw, 86px);
}

.jfv0-home-cta__eyebrow {
  margin: 0 0 26px;
  color: #04cffe;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jfv0-home-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(60px, 6.2vw, 108px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .87;
}

.jfv0-home-cta h2 em {
  color: transparent !important;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  background: linear-gradient(100deg, #04cffe, #5b9cff 52%, #9a7cff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent !important;
}

.jfv0-home-cta__dek {
  max-width: 650px;
  margin: 30px 0 38px;
  color: rgba(255, 255, 255, .66);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.62;
}

.jfv0-home-cta__links {
  display: grid;
  gap: 14px;
}

.jfv0-home-cta__link,
.jfv0-home-cta__link:visited {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 142px;
  padding: 24px 24px;
  border: 0;
  border-radius: 22px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.jfv0-home-cta__link--writing,
.jfv0-home-cta__link--writing:visited {
  background: #fff;
  color: #050607;
}

.jfv0-home-cta__link--web,
.jfv0-home-cta__link--web:visited {
  background: linear-gradient(120deg, #aaf1ff, #04cffe 48%, #1880ff);
  color: #050607;
}

.jfv0-home-cta__link:hover,
.jfv0-home-cta__link:focus-visible,
.jfv0-home-cta__link:nth-child(2):hover,
.jfv0-home-cta__link:nth-child(2):focus-visible {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 28px 50px -34px rgba(4, 207, 254, .85);
  transform: translateY(-4px);
}

.jfv0-home-cta__link:focus-visible {
  outline: 3px solid #04cffe;
  outline-offset: 4px;
}

.jfv0-home-cta__index,
.jfv0-home-cta__link:nth-child(2) .jfv0-home-cta__index {
  color: #0878ff;
  font-size: 12px;
}

.jfv0-home-cta__copy {
  display: grid;
  gap: 6px;
}

.jfv0-home-cta__copy small {
  color: rgba(5, 6, 7, .56);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jfv0-home-cta__copy strong {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(27px, 2.35vw, 38px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .96;
}

.jfv0-home-cta__copy > span {
  max-width: 520px;
  color: rgba(5, 6, 7, .64);
  font-size: 13px;
  line-height: 1.45;
}

.jfv0-home-cta__link--web .jfv0-home-cta__index,
.jfv0-home-cta__link--web .jfv0-home-cta__copy small,
.jfv0-home-cta__link--web .jfv0-home-cta__copy strong,
.jfv0-home-cta__link--web .jfv0-home-cta__copy > span {
  color: #050607 !important;
  -webkit-text-fill-color: #050607 !important;
}

.jfv0-home-cta__arrow,
.jfv0-home-cta__link:nth-child(2) .jfv0-home-cta__arrow {
  align-self: end;
  padding: 9px 12px;
  border: 1px solid rgba(5, 6, 7, .24);
  border-radius: 999px;
  color: #050607;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}


@media (max-width: 1100px) {
  .jfv0-feature-hero,
  .jfv0-editorial-split,
  .jfv0-toolkit-panel,
  .jfv0-build-process {
    grid-template-columns: 1fr;
  }

  .jfv0-feature-hero {
    min-height: 0;
  }

  .jfv0-feature-media,
  .jfv0-web-visual {
    min-height: 660px;
  }

  .jfv0-editorial-image {
    min-height: 640px;
  }

  .jfv0-toolkit-panel__copy {
    max-width: 860px;
  }

  .jfv0-home-cta__shell {
    grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 760px) {
  .jfv0-live--writing .jfv0-shell,
  .jfv0-live--web .jfv0-shell {
    width: calc(100% - 36px);
  }

  .jfv0-feature-hero {
    gap: 48px;
    padding: 124px 0 72px;
  }

  .jfv0-feature-copy h1 {
    margin-bottom: 25px;
    font-size: clamp(48px, 14vw, 72px);
    line-height: .9;
  }

  .jfv0-feature-copy .jfv0-lead {
    font-size: 16px;
  }

  .jfv0-feature-media,
  .jfv0-web-visual {
    min-height: 520px;
    border-radius: 26px;
    box-shadow: 12px 12px 0 var(--jfv0-cyan);
  }

  .jfv0-feature-media--writing {
    background-position: 50% 30%;
  }

  .jfv0-feature-section {
    margin-bottom: 78px;
    padding: 34px 22px 26px;
    border-radius: 28px;
  }

  .jfv0-feature-section .jfv0-section-heading h2,
  .jfv0-editorial-copy h2,
  .jfv0-toolkit-panel h2,
  .jfv0-build-process h2,
  .jfv0-feature-cta h2 {
    font-size: clamp(42px, 12.5vw, 62px);
    line-height: .91;
  }

  .jfv0-feature-section--paper .jfv0-service,
  .jfv0-feature-section--blue .jfv0-service {
    min-height: 0;
  }

  .jfv0-feature-section--paper .jfv0-service-index,
  .jfv0-feature-section--blue .jfv0-service-index {
    margin-bottom: 28px;
  }

  .jfv0-editorial-split,
  .jfv0-toolkit-panel,
  .jfv0-build-process {
    gap: 42px;
    margin-bottom: 78px;
  }

  .jfv0-editorial-image {
    min-height: 440px;
    border-radius: 26px;
  }

  .jfv0-editorial-image--writing {
    background-position: 65% center;
  }

  .jfv0-editorial-copy .jfv0-steps {
    margin-top: 32px;
  }

  .jfv0-feature-cta,
  .jfv0-toolkit-panel {
    padding: 34px 22px;
    border-radius: 28px;
  }

  .jfv0-web-visual {
    display: flex;
    min-height: 460px;
    align-items: center;
    padding: 16px;
    background:
      radial-gradient(circle at 90% 8%, rgba(4, 207, 254, .18), transparent 34%),
      linear-gradient(145deg, #10131a, #060708 72%);
  }

  .jfv0-web-visual .jfv0-terminal {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    transform: none;
  }

  .jfv0-web-visual .jfv0-terminal-code {
    min-height: 294px;
    padding: 17px;
    font-size: 10px;
    line-height: 1.7;
  }

  .jfv0-toolkit-panel__stack {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .jfv0-toolkit-panel .jfv0-tool {
    min-height: 39px;
    padding: 9px 11px;
    font-size: 12px;
  }

  .jfv0-feature-cta--web {
    background-position: 40% center;
  }

  .jfv0-home-cta {
    padding: 54px 18px 70px;
  }

  .jfv0-home-cta__shell {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 28px;
  }

  .jfv0-home-cta__media {
    min-height: 390px;
    background-position: 62% center;
  }

  .jfv0-home-cta__body {
    padding: 38px 22px 24px;
  }

  .jfv0-home-cta h2 {
    font-size: clamp(48px, 13.8vw, 68px);
    line-height: .89;
  }

  .jfv0-home-cta__dek {
    margin: 24px 0 30px;
    font-size: 15px;
  }

  .jfv0-home-cta__link,
  .jfv0-home-cta__link:visited {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 0;
    padding: 20px 17px;
  }

  .jfv0-home-cta__arrow {
    display: none;
  }
}

@media (max-width: 430px) {
  .jfv0-live--writing {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .jfv0-feature-copy .jfv0-actions,
  .jfv0-feature-cta .jfv0-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .jfv0-feature-copy .jfv0-actions {
    padding-bottom: 26px;
  }

  .jfv0-feature-copy .jfv0-button,
  .jfv0-feature-cta .jfv0-button {
    width: auto;
    max-width: 100%;
    min-height: 50px;
  }

  .jfv0-feature-media,
  .jfv0-web-visual {
    min-height: 470px;
  }

  .jfv0-web-visual {
    min-height: 410px;
  }

  .jfv0-feature-media figcaption strong {
    font-size: 21px;
  }

  .jfv0-feature-section {
    padding-right: 17px;
    padding-left: 17px;
  }

  .jfv0-feature-section .jfv0-section-heading h2,
  .jfv0-editorial-copy h2,
  .jfv0-toolkit-panel h2,
  .jfv0-build-process h2,
  .jfv0-feature-cta h2 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .jfv0-editorial-image {
    min-height: 390px;
  }

  .jfv0-editorial-copy h2 {
    font-size: clamp(29px, 8.5vw, 36px) !important;
    font-weight: 620 !important;
    letter-spacing: -.035em !important;
    line-height: 1.02 !important;
  }

  .jfv0-toolkit-panel {
    padding-right: 17px;
    padding-left: 17px;
  }

  .jfv0-toolkit-panel__stack {
    padding-right: 14px;
    padding-left: 14px;
  }

  .jfv0-toolkit-panel .jfv0-tools {
    gap: 7px;
  }

  .jfv0-toolkit-panel .jfv0-tool {
    min-height: 38px;
    padding: 9px 11px;
    font-size: 12px;
  }

  .jfv0-web-visual .jfv0-terminal-code {
    min-height: 280px;
    font-size: 10.5px;
  }

  .jfv0-home-cta__media {
    min-height: 330px;
  }

  .jfv0-home-cta__body {
    padding: 34px 16px 18px;
  }

  .jfv0-home-cta h2 {
    font-size: clamp(43px, 14.2vw, 58px);
  }

  .jfv0-home-cta__link,
  .jfv0-home-cta__link:visited {
    gap: 12px;
    padding: 18px 14px;
    border-radius: 18px;
  }

  .jfv0-home-cta__copy strong {
    font-size: clamp(24px, 8vw, 31px);
  }
}


/* V0 Marketing: preserve the original page's canon while replacing its
   cramped rainbow tiles with the calmer editorial language used elsewhere. */
.jfv0-live--marketing {
  --jfv0-paper: #f4f3ef;
  --jfv0-white: #fff;
  --jfv0-black: #050607;
  --jfv0-blue: #0878ff;
  min-height: 0;
  padding: 0 0 clamp(82px, 9vw, 142px);
  background: var(--jfv0-black);
  color: var(--jfv0-white);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.jfv0-live--marketing::before,
.jfv0-live--marketing::after {
  display: none;
}

.jfv0-mkt-hero,
.jfv0-mkt-principles,
.jfv0-mkt-agency,
.jfv0-mkt-system,
.jfv0-mkt-close {
  width: min(calc(100% - clamp(40px, 6vw, 128px)), 1520px);
  margin-right: auto;
  margin-left: auto;
}

.jfv0-mkt-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
  gap: clamp(48px, 7vw, 116px);
  align-items: center;
  min-height: clamp(690px, 77vh, 920px);
  padding: clamp(78px, 8vw, 132px) 0 clamp(74px, 8vw, 124px);
}

.jfv0-mkt-hero__copy .jfv0-kicker {
  color: rgba(255, 255, 255, .58);
}

.jfv0-mkt-hero h1 {
  max-width: 920px;
  margin: 0 0 30px;
  color: var(--jfv0-white);
  font-size: clamp(66px, 7.6vw, 122px);
  font-weight: 700;
  letter-spacing: -.068em;
  line-height: .86;
}

.jfv0-mkt-hero h1 em,
.jfv0-mkt-agency h2 em,
.jfv0-mkt-system h2 em,
.jfv0-mkt-close h2 em {
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  background: linear-gradient(100deg, #04cffe, #59a3ff 52%, #9a7cff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jfv0-mkt-hero .jfv0-lead {
  max-width: 690px;
  color: rgba(255, 255, 255, .67);
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 430;
}

.jfv0-mkt-hero__visual {
  position: relative;
  min-height: clamp(570px, 54vw, 740px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: clamp(26px, 3vw, 44px);
  background:
    linear-gradient(180deg, rgba(5, 6, 7, .03) 34%, rgba(5, 6, 7, .9) 100%),
    url("assets/jaron-camera.jpg") 42% center / cover no-repeat;
  box-shadow: 28px 28px 0 #04cffe;
}

.jfv0-mkt-hero__signal {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  background: rgba(5, 6, 7, .74);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jfv0-mkt-hero__note {
  position: absolute;
  right: clamp(20px, 3vw, 38px);
  bottom: clamp(20px, 3vw, 38px);
  left: clamp(20px, 3vw, 38px);
  display: grid;
  gap: 6px;
}

.jfv0-mkt-hero__note b {
  color: #fff;
  font-size: clamp(21px, 2.4vw, 34px);
  letter-spacing: -.04em;
  line-height: 1;
}

.jfv0-mkt-hero__note span {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.jfv0-mkt-principles {
  padding: clamp(48px, 6vw, 92px);
  border-radius: clamp(28px, 3vw, 46px);
  background: var(--jfv0-paper);
  color: var(--jfv0-black);
}

.jfv0-mkt-principles .jfv0-section-heading {
  margin-bottom: clamp(34px, 5vw, 64px);
}

.jfv0-mkt-principles .jfv0-section-heading h2 {
  color: var(--jfv0-black);
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 700;
  line-height: .9;
}

.jfv0-mkt-principles .jfv0-section-heading p {
  color: #555b64;
  font-weight: 430;
}

.jfv0-mkt-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.jfv0-mkt-principles__grid article {
  min-height: 260px;
  padding: clamp(24px, 2.7vw, 38px);
  border: 1px solid rgba(5, 6, 7, .14);
  border-radius: 22px;
  background: #fff;
}

.jfv0-mkt-principles__grid article > span,
.jfv0-mkt-agency__list article > div > span {
  display: block;
  margin-bottom: clamp(54px, 7vw, 90px);
  color: #0878ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.jfv0-mkt-principles__grid h3 {
  margin: 0 0 12px;
  color: var(--jfv0-black);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .96;
}

.jfv0-mkt-principles__grid p {
  color: #5b6069;
  font-size: 14px;
  line-height: 1.58;
}

.jfv0-mkt-agency {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 8vw, 128px);
  align-items: start;
  padding: clamp(100px, 12vw, 180px) 0;
}

.jfv0-mkt-agency header {
  position: sticky;
  top: 120px;
}

.jfv0-mkt-agency .jfv0-note,
.jfv0-mkt-system .jfv0-note,
.jfv0-mkt-close .jfv0-note {
  color: #04cffe;
}

.jfv0-mkt-agency h2,
.jfv0-mkt-system h2,
.jfv0-mkt-close h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(48px, 5.5vw, 86px);
  font-weight: 700;
  letter-spacing: -.064em;
  line-height: .89;
}

.jfv0-mkt-agency header > p:last-child,
.jfv0-mkt-system > div:first-child > p:not(.jfv0-note),
.jfv0-mkt-close > p:not(.jfv0-note) {
  max-width: 590px;
  color: rgba(255, 255, 255, .62);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.66;
}

.jfv0-mkt-agency__list {
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.jfv0-mkt-agency__list article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: clamp(32px, 4vw, 54px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.jfv0-mkt-logo {
  width: 100%;
  height: 46px;
  margin-top: 4px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .74;
}

.jfv0-mkt-logo--lyrical { background-image: url("assets/lyrical-lemonade-logo.png"); }
.jfv0-mkt-logo--kobe { background-image: url("assets/kobe-digital-logo.png"); }
.jfv0-mkt-logo--r2j { background-image: url("assets/r2j-logo.png"); }

.jfv0-mkt-agency__list article > div > span {
  margin-bottom: 12px;
  color: rgba(4, 207, 254, .72);
}

.jfv0-mkt-agency__list h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}

.jfv0-mkt-agency__list p {
  color: rgba(255, 255, 255, .56);
  font-size: 14px;
  line-height: 1.58;
}

.jfv0-mkt-system {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: clamp(50px, 8vw, 126px);
  align-items: center;
  padding: clamp(50px, 7vw, 98px);
  border-radius: clamp(28px, 3vw, 46px);
  background: linear-gradient(125deg, #a9efff 0%, #04cffe 42%, #167fff 100%);
}

.jfv0-mkt-system .jfv0-note,
.jfv0-mkt-system h2,
.jfv0-mkt-system h2 em,
.jfv0-mkt-system > div:first-child > p:not(.jfv0-note) {
  color: #050607;
  -webkit-text-fill-color: #050607;
}

.jfv0-mkt-system .jfv0-button {
  margin-top: 30px;
}

.jfv0-mkt-system__board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 28px;
  background: #050607;
  box-shadow: 0 28px 70px -42px rgba(5, 6, 7, .86);
}

.jfv0-mkt-system__board span {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .055);
  font-size: 12px;
  font-weight: 600;
}

.jfv0-mkt-close {
  padding: clamp(100px, 13vw, 190px) 0 0;
}

.jfv0-mkt-close h2 {
  max-width: 1120px;
}

.jfv0-mkt-close .jfv0-actions {
  margin-top: 34px;
}

@media (max-width: 980px) {
  .jfv0-mkt-hero,
  .jfv0-mkt-agency,
  .jfv0-mkt-system {
    grid-template-columns: 1fr;
  }

  .jfv0-mkt-hero {
    min-height: 0;
  }

  .jfv0-mkt-hero__visual {
    min-height: 620px;
  }

  .jfv0-mkt-agency header {
    position: static;
  }
}

@media (max-width: 700px) {
  .jfv0-mkt-hero,
  .jfv0-mkt-principles,
  .jfv0-mkt-agency,
  .jfv0-mkt-system,
  .jfv0-mkt-close {
    width: calc(100% - 36px);
  }

  .jfv0-mkt-hero {
    gap: 42px;
    padding: 124px 0 78px;
  }

  .jfv0-mkt-hero h1 {
    font-size: clamp(50px, 15vw, 76px);
    line-height: .88;
  }

  .jfv0-mkt-hero__visual {
    min-height: 500px;
    border-radius: 28px;
    background-position: 46% center;
    box-shadow: 12px 12px 0 #04cffe;
  }

  .jfv0-mkt-principles {
    padding: 36px 18px 20px;
    border-radius: 28px;
  }

  .jfv0-mkt-principles .jfv0-section-heading {
    gap: 17px;
  }

  .jfv0-mkt-principles .jfv0-section-heading h2,
  .jfv0-mkt-agency h2,
  .jfv0-mkt-system h2,
  .jfv0-mkt-close h2 {
    font-size: clamp(40px, 12.5vw, 58px);
    line-height: .92;
  }

  .jfv0-mkt-principles__grid {
    grid-template-columns: 1fr;
  }

  .jfv0-mkt-principles__grid article {
    min-height: 0;
  }

  .jfv0-mkt-principles__grid article > span {
    margin-bottom: 38px;
  }

  .jfv0-mkt-agency {
    gap: 42px;
    padding: 86px 0;
  }

  .jfv0-mkt-agency__list article {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .jfv0-mkt-logo {
    width: 132px;
    height: 38px;
  }

  .jfv0-mkt-system {
    gap: 42px;
    padding: 36px 18px;
    border-radius: 28px;
  }

  .jfv0-mkt-system__board {
    padding: 15px;
    border-radius: 20px;
  }
}

@media (max-width: 379px) {
  .jfv0-mkt-hero .jfv0-actions,
  .jfv0-mkt-close .jfv0-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .jfv0-mkt-hero__visual {
    min-height: 430px;
  }

  .jfv0-mkt-system__board {
    grid-template-columns: 1fr;
  }
}


/* The Breakdance testimonial carousel has a fixed desktop-height slider.
   On a 320px viewport the copy is taller than that box, so the title and
   attribution can be clipped. Keep the carousel/swipe behavior, let the
   active slide determine the height, and add a quiet reading cue. */
@media (max-width: 480px) {
  body.home .bde-section-16-612 {
    scroll-margin-top: 100px;
  }

  body.home .bde-section-16-612 .section-container {
    position: relative;
    padding: 100px 20px 48px !important;
  }

  body.home .bde-section-16-612 .section-container::before {
    content: "Swipe or tap to read the full note ↓";
    position: absolute;
    top: 14px;
    left: 20px;
    color: #04cffe;
    font: 700 9px/1.2 system-ui, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  body.home .bde-section-16-612 .bde-advancedslider,
  body.home .bde-section-16-612 .breakdance-swiper-wrapper,
  body.home .bde-section-16-612 .swiper,
  body.home .bde-section-16-612 .swiper-wrapper,
  body.home .bde-section-16-612 .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
  }

  body.home .bde-section-16-612 .advanced-slider__slide {
    height: auto !important;
    min-height: 0 !important;
    align-items: flex-start !important;
    padding: 28px 20px 52px !important;
  }

  body.home .bde-section-16-612 .bde-fancy-testimonial {
    height: auto !important;
    min-height: 0 !important;
    align-items: flex-start !important;
  }

  body.home .bde-section-16-612 .bde-fancy-testimonial_content {
    height: auto !important;
    min-height: 0 !important;
  }

  body.home .bde-section-16-612 .bde-fancy-testimonial_text_text {
    font-size: 16px !important;
    line-height: 1.55 !important;
    margin: 16px 0 30px !important;
  }

  body.home .bde-section-16-612 .bde-fancy-testimonial_rate {
    margin-bottom: 22px !important;
  }

  body.home .bde-section-16-612 .bde-fancy-testimonial_name {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
}


/* V0 Portfolio mobile: preserve Breakdance's native two-column Isotope
   masonry. The intrinsic portrait, landscape, and square ratios are part of
   the work; the lightbox remains the full-screen browsing mode. */
@media (max-width: 479px) {
  body.page-id-251 {
    overflow-x: hidden;
  }

  body.page-id-251 .bde-header-builder-25-100 .bde-header-builder__container {
    min-height: 82px !important;
    padding: 10px 12px !important;
    gap: 7px !important;
  }

  body.page-id-251 .bde-image-25-101 {
    min-width: 48px !important;
  }

  body.page-id-251 .bde-image-25-101 .breakdance-image-object {
    width: auto !important;
    height: 54px !important;
  }

  body.page-id-251 .bde-social-icons-25-117 {
    gap: 4px !important;
  }

  body.page-id-251 .bde-social-icons-25-117 .bde-social-icons__icon-wrapper {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    padding: 5px !important;
  }

  body.page-id-251 .bde-social-icons-25-117 .bde-social-icons__icon-wrapper svg {
    width: 13px !important;
    height: 13px !important;
  }

  body.page-id-251 .bde-menu-25-102 .breakdance-menu-toggle {
    width: 40px;
    height: 40px;
    padding: 6px !important;
  }

  body.page-id-251 .bde-section-251-101 .section-container {
    min-height: 68px;
    padding: 19px 16px !important;
  }

  body.page-id-251 .bde-content-toggle-251-164 {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    width: 100% !important;
    margin-top: 54px !important;
    margin-bottom: 34px !important;
  }

  body.page-id-251 .bde-content-toggle-251-164 .bde-content-toggle__switcher {
    order: 3;
    margin: 0 auto 18px !important;
  }

  body.page-id-251 .bde-content-toggle-251-164 .bde-content-toggle-content.is-active {
    display: contents !important;
  }

  body.page-id-251 .bde-heading-251-166,
  body.page-id-251 .bde-heading-251-170 {
    position: static !important;
    order: 1;
    width: 100%;
    margin: 0 auto 18px !important;
    font-size: clamp(48px, 17vw, 66px) !important;
    line-height: .9 !important;
    text-align: center;
  }

  body.page-id-251 .bde-text-251-167,
  body.page-id-251 .bde-text-251-171 {
    position: static !important;
    order: 2;
    max-width: 294px;
    margin: 0 auto 26px !important;
    font-size: clamp(20px, 6.4vw, 26px) !important;
    line-height: 1.32 !important;
    text-align: center;
  }

  body.page-id-251 .bde-gallery-251-168,
  body.page-id-251 .bde-gallery-251-172 {
    --columns: 2;
    --column-gap: 10px;
    order: 4;
    width: 100% !important;
    margin-top: 0 !important;
  }

  body.page-id-251 .bde-gallery-251-168 .ee-gallery-filter,
  body.page-id-251 .bde-gallery-251-172 .ee-gallery-filter {
    margin-bottom: 16px;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.page-id-251 .bde-gallery-251-168 .bde-tabs__tabslist-container,
  body.page-id-251 .bde-gallery-251-172 .bde-tabs__tabslist-container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 18px 8px;
    scroll-padding-inline: 18px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.page-id-251 .bde-gallery-251-168 .bde-tabs__tabslist-container::-webkit-scrollbar,
  body.page-id-251 .bde-gallery-251-172 .bde-tabs__tabslist-container::-webkit-scrollbar {
    display: none;
  }

  body.page-id-251 .bde-gallery-251-168 .bde-tabs__tabslist,
  body.page-id-251 .bde-gallery-251-172 .bde-tabs__tabslist {
    width: max-content;
    min-width: 100%;
    gap: 8px !important;
    overflow: visible;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.page-id-251 .bde-gallery-251-168 .bde-tabs__tab,
  body.page-id-251 .bde-gallery-251-172 .bde-tabs__tab {
    width: auto !important;
    min-height: 44px;
    flex: 0 0 auto !important;
    gap: 7px;
    padding: 9px 12px !important;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
  }

  body.page-id-251 .bde-gallery-251-168 .bde-tabs__tab.is-active,
  body.page-id-251 .bde-gallery-251-172 .bde-tabs__tab.is-active {
    border-color: #04cffe;
    background: rgba(4, 207, 254, .12) !important;
  }

  body.page-id-251 .bde-gallery-251-168 .bde-tabs__tab::after,
  body.page-id-251 .bde-gallery-251-172 .bde-tabs__tab::after {
    display: none !important;
  }

  body.page-id-251 .bde-gallery-251-168 .bde-tabs__tab-icon,
  body.page-id-251 .bde-gallery-251-172 .bde-tabs__tab-icon {
    width: 20px;
    height: 20px;
  }

  body.page-id-251 .bde-gallery-251-168 .bde-tabs__tab-title,
  body.page-id-251 .bde-gallery-251-172 .bde-tabs__tab-title {
    font-size: 13px;
    white-space: nowrap;
  }

  body.page-id-251 .bde-gallery-251-168 .ee-gallery-item:focus-visible,
  body.page-id-251 .bde-gallery-251-172 .ee-gallery-item:focus-visible {
    box-shadow: 0 0 0 3px rgba(4, 207, 254, .36);
    outline: 2px solid #04cffe;
    outline-offset: 2px;
  }
}


/* v0.1.26 — Living Contact Sheet
   A single V0 editorial family with a distinct visual job for every room. */

.jfv0-live--marketing,
.jfv0-live--writing,
.jfv0-live--web,
.jfv0-live--agency,
.jfv0-live--contact {
  --jfv0-void: #050607;
  --jfv0-bone: #ece7dd;
  --jfv0-paper: #f5f2ec;
  --jfv0-cyan: #04cffe;
  --jfv0-blue: #0878ff;
  --jfv0-violet: #8f74ff;
  --jfv0-magenta: #ff3e9d;
  overflow: clip;
  font-family: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.jfv0-live--marketing .jfv0-kicker,
.jfv0-live--writing .jfv0-kicker,
.jfv0-live--web .jfv0-kicker,
.jfv0-live--agency .jfv0-kicker,
.jfv0-live--contact .jfv0-kicker,
.jfv0-live--marketing .jfv0-note,
.jfv0-live--writing .jfv0-note,
.jfv0-live--web .jfv0-note,
.jfv0-live--agency .jfv0-note,
.jfv0-live--contact .jfv0-note {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.jfv0-live--marketing h1,
.jfv0-live--marketing h2,
.jfv0-live--marketing h3,
.jfv0-live--writing h1,
.jfv0-live--writing h2,
.jfv0-live--writing h3,
.jfv0-live--web h1,
.jfv0-live--web h2,
.jfv0-live--web h3,
.jfv0-live--agency h1,
.jfv0-live--agency h2,
.jfv0-live--agency h3,
.jfv0-live--contact h1,
.jfv0-live--contact h2,
.jfv0-live--contact h3 {
  font-family: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  text-wrap: balance;
}

.jfv0-live--marketing h1 em,
.jfv0-live--marketing h2 em,
.jfv0-live--writing h1 em,
.jfv0-live--writing h2 em,
.jfv0-live--web h1 em,
.jfv0-live--web h2 em,
.jfv0-live--agency h1 em,
.jfv0-live--agency h2 em,
.jfv0-live--contact h1 em,
.jfv0-live--contact h2 em {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.jfv0-text-link,
.jfv0-text-link:visited {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--jfv0-cyan);
  -webkit-text-fill-color: var(--jfv0-cyan);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.jfv0-text-link:hover,
.jfv0-text-link:focus-visible {
  color: #fff;
  -webkit-text-fill-color: #fff;
  outline: 2px solid var(--jfv0-cyan);
  outline-offset: 5px;
}

.jfv0-live .jfv0-button,
.jfv0-live .jfv0-button:visited {
  min-height: 48px;
}


/* Marketing */

.jfv0-live--marketing .jfv0-mkt-hero h1 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 720;
}

.jfv0-live--marketing .jfv0-mkt-hero h1 em {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.jfv0-mkt-hero__visual {
  background:
    linear-gradient(180deg, rgba(5, 6, 7, .02) 30%, rgba(5, 6, 7, .9) 100%),
    url("assets/marketing-hero-bg.jpg") 52% center / cover no-repeat;
}

.jfv0-mkt-culture {
  position: relative;
  overflow: hidden;
  width: min(calc(100% - clamp(40px, 6vw, 128px)), 1520px);
  margin: clamp(92px, 10vw, 150px) auto 0;
  padding: clamp(52px, 7vw, 104px);
  border-radius: clamp(20px, 2vw, 32px);
  background:
    linear-gradient(120deg, rgba(5, 6, 7, .12), rgba(5, 6, 7, .58)),
    url("assets/marketing-hero-bg.jpg") 50% 58% / cover no-repeat;
  color: #fff;
  isolation: isolate;
}

.jfv0-mkt-culture::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, rgba(4, 207, 254, .18), rgba(143, 116, 255, .18) 55%, rgba(255, 62, 157, .2));
  content: "";
}

.jfv0-mkt-culture .jfv0-note {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.jfv0-mkt-culture h2 {
  max-width: 980px;
  margin: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(52px, 6.6vw, 104px);
  font-weight: 700;
  letter-spacing: -.064em;
  line-height: .87;
}

.jfv0-mkt-culture h2 em {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.jfv0-mkt-culture__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(48px, 7vw, 88px);
}

.jfv0-mkt-culture__rail span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  background: rgba(5, 6, 7, .46);
  color: #fff;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  font: 650 12px/1 "JetBrains Mono", ui-monospace, monospace;
}

.jfv0-mkt-logo--dsh { background-image: url("assets/digital-style-house-logo.png"); }


/* Writing */

.jfv0-feature-media--writing {
  background-image:
    linear-gradient(180deg, rgba(5, 6, 7, .02) 35%, rgba(5, 6, 7, .86) 100%),
    url("assets/writing-script-desk-v1.webp");
  background-position: center;
}

.jfv0-writing-index,
.jfv0-writing-proof,
.jfv0-writing-private {
  margin: 0 auto clamp(88px, 11vw, 164px);
}

.jfv0-writing-index {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 8vw, 126px);
  padding: clamp(48px, 6vw, 92px);
  border-radius: clamp(20px, 2vw, 32px);
  background: var(--jfv0-paper);
  color: var(--jfv0-void);
}

.jfv0-writing-index header {
  align-self: start;
  position: sticky;
  top: 120px;
}

.jfv0-writing-index .jfv0-note {
  color: var(--jfv0-blue);
}

.jfv0-writing-index h2,
.jfv0-writing-proof h2,
.jfv0-writing-private h2 {
  margin: 0 0 24px;
  font-size: clamp(48px, 5.6vw, 86px);
  font-weight: 680;
  letter-spacing: -.06em;
  line-height: .9;
}

.jfv0-writing-index h2 {
  color: var(--jfv0-void);
  -webkit-text-fill-color: var(--jfv0-void);
}

.jfv0-writing-index h2 em {
  color: var(--jfv0-blue) !important;
  -webkit-text-fill-color: var(--jfv0-blue) !important;
}

.jfv0-writing-index__list {
  border-top: 1px solid rgba(5, 6, 7, .2);
}

.jfv0-writing-index__list article {
  padding: clamp(28px, 4vw, 48px) 0;
  border-bottom: 1px solid rgba(5, 6, 7, .2);
}

.jfv0-writing-index__list article > span {
  display: block;
  margin-bottom: 34px;
  color: var(--jfv0-blue);
  font: 700 10px/1.2 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jfv0-writing-index__list h3 {
  margin: 0 0 12px;
  color: var(--jfv0-void);
  -webkit-text-fill-color: var(--jfv0-void);
  font-size: clamp(27px, 2.6vw, 40px);
  font-weight: 680;
  letter-spacing: -.045em;
  line-height: 1;
}

.jfv0-writing-index__list p {
  max-width: 620px;
  margin: 0;
  color: #50565f;
  font-size: 16px;
  line-height: 1.6;
}

.jfv0-writing-proof {
  display: grid;
  grid-template-columns: minmax(410px, .92fr) minmax(0, 1.08fr);
  gap: clamp(52px, 8vw, 126px);
  align-items: center;
}

.jfv0-writing-proof__image {
  position: relative;
  min-height: clamp(560px, 57vw, 760px);
  overflow: hidden;
  border-radius: clamp(20px, 2vw, 32px);
  background:
    linear-gradient(180deg, transparent 48%, rgba(5, 6, 7, .78)),
    url("assets/bts-script.jpg") 54% center / cover no-repeat;
}

.jfv0-writing-proof__image > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  color: #fff;
  font: 700 10px/1.3 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jfv0-writing-proof__copy .jfv0-note {
  color: var(--jfv0-cyan);
}

.jfv0-writing-proof h2,
.jfv0-writing-private h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.jfv0-writing-proof h2 em,
.jfv0-writing-private h2 em {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.jfv0-writing-proof__copy > p:not(.jfv0-note) {
  max-width: 640px;
  color: rgba(255, 255, 255, .66);
  font-size: 17px;
  line-height: 1.68;
}

.jfv0-writing-proof .jfv0-steps {
  margin-top: 38px;
  border-top-color: rgba(255, 255, 255, .16);
}

.jfv0-writing-proof .jfv0-step {
  border-bottom-color: rgba(255, 255, 255, .16);
}

.jfv0-writing-proof .jfv0-step strong {
  color: #fff;
}

.jfv0-writing-proof .jfv0-step span {
  color: rgba(255, 255, 255, .62);
}

.jfv0-writing-private {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(340px, .66fr);
  gap: clamp(48px, 8vw, 116px);
  align-items: end;
  padding: clamp(48px, 7vw, 104px);
  border-radius: clamp(20px, 2vw, 32px);
  background:
    radial-gradient(circle at 8% 0%, rgba(4, 207, 254, .36), transparent 34%),
    linear-gradient(125deg, #182447, #4c2c91 58%, #1a68df);
  color: #fff;
}

.jfv0-writing-private > div:first-child > p:not(.jfv0-note) {
  max-width: 760px;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.66;
}

.jfv0-writing-private__actions {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.jfv0-writing-private__actions small {
  max-width: 420px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .6);
  font: 500 11px/1.55 "JetBrains Mono", ui-monospace, monospace;
}


/* Web / systems */

.jfv0-web-visual {
  display: grid;
  min-height: clamp(590px, 56vw, 730px);
  place-items: center;
  padding: clamp(18px, 2vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  background:
    radial-gradient(circle at 82% 10%, rgba(4, 207, 254, .2), transparent 36%),
    radial-gradient(circle at 8% 88%, rgba(143, 116, 255, .22), transparent 38%),
    #090b10;
}

.jfv0-dev-console {
  width: min(100%, 650px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: #0d1119;
  box-shadow: 0 40px 90px -34px rgba(0, 0, 0, .92);
}

.jfv0-dev-console .jfv0-terminal-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.jfv0-terminal-status {
  color: #5cf2c2;
  font: 600 9px/1 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jfv0-dev-console__tabs {
  display: flex;
  gap: 6px;
  padding: 10px 12px 0;
  overflow-x: auto;
}

.jfv0-dev-console__tabs button {
  min-height: 42px;
  flex: 0 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px 8px 0 0;
  color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .04);
  font: 600 10px/1 "JetBrains Mono", ui-monospace, monospace;
  cursor: pointer;
}

.jfv0-dev-console__tabs button[aria-selected="true"] {
  border-color: rgba(4, 207, 254, .6);
  color: #fff;
  background: rgba(4, 207, 254, .12);
}

.jfv0-dev-console__tabs button:focus-visible {
  outline: 2px solid var(--jfv0-cyan);
  outline-offset: -2px;
}

.jfv0-dev-console__body {
  min-height: 350px;
  padding: clamp(22px, 3vw, 34px);
}

.jfv0-dev-console__body pre {
  margin: 0;
  overflow: auto;
  color: rgba(255, 255, 255, .86);
  font: 500 clamp(11px, 1vw, 14px)/1.75 "JetBrains Mono", ui-monospace, monospace;
  white-space: pre-wrap;
}

.jfv0-dev-console__body pre[hidden] {
  display: none;
}

.jfv0-live-systems {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 124px);
  margin: 0 auto clamp(92px, 11vw, 164px);
}

.jfv0-live-systems header > p:not(.jfv0-note) {
  max-width: 580px;
  color: rgba(255, 255, 255, .64);
  font-size: 17px;
  line-height: 1.64;
}

.jfv0-live-systems h2 {
  margin: 0 0 24px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(48px, 5.6vw, 86px);
  font-weight: 680;
  letter-spacing: -.06em;
  line-height: .9;
}

.jfv0-live-systems h2 em {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

.jfv0-live-systems__grid {
  display: grid;
  gap: 10px;
}

.jfv0-live-systems__grid a,
.jfv0-live-systems__grid a:visited {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 132px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .04);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.jfv0-live-systems__grid a:hover,
.jfv0-live-systems__grid a:focus-visible {
  border-color: var(--jfv0-cyan);
  background: rgba(4, 207, 254, .08);
  outline: none;
  transform: translateX(5px);
}

.jfv0-live-systems__grid a > span,
.jfv0-live-systems__grid a small {
  color: rgba(255, 255, 255, .58);
  font: 600 10px/1.4 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.jfv0-live-systems__grid a strong {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.jfv0-feature-cta--web {
  background:
    radial-gradient(circle at 85% 15%, rgba(4, 207, 254, .22), transparent 30%),
    radial-gradient(circle at 15% 90%, rgba(143, 116, 255, .24), transparent 38%),
    #0a0c12;
}


/* Agency / production */

.jfv0-live--agency,
.jfv0-live--contact {
  --jfv0-white: #fff;
  --jfv0-black: #050607;
  min-height: 0;
  padding: 0 0 clamp(84px, 9vw, 144px);
  background: var(--jfv0-black);
  color: var(--jfv0-white);
}

.jfv0-live--agency::before,
.jfv0-live--agency::after,
.jfv0-live--contact::before,
.jfv0-live--contact::after {
  display: none;
}

.jfv0-agency-hero,
.jfv0-agency-marks,
.jfv0-agency-operating,
.jfv0-agency-experience,
.jfv0-agency-roommap,
.jfv0-agency-references,
.jfv0-agency-close,
.jfv0-contact-hero,
.jfv0-contact-intents,
.jfv0-contact-conversation,
.jfv0-contact-close {
  width: min(calc(100% - clamp(40px, 6vw, 128px)), 1520px);
  margin-right: auto;
  margin-left: auto;
}

.jfv0-agency-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr);
  gap: clamp(52px, 8vw, 130px);
  align-items: center;
  min-height: clamp(710px, 78vh, 930px);
  padding: clamp(78px, 8vw, 134px) 0 clamp(76px, 8vw, 124px);
}

.jfv0-agency-hero__copy .jfv0-kicker {
  color: rgba(255, 255, 255, .6);
}

.jfv0-agency-hero h1 {
  max-width: 940px;
  margin: 0 0 32px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(66px, 7.4vw, 118px);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .86;
}

.jfv0-agency-hero h1 em,
.jfv0-agency-operating h2 em,
.jfv0-agency-experience h2 em,
.jfv0-agency-roommap h2 em,
.jfv0-agency-references h2 em,
.jfv0-agency-close h2 em {
  color: transparent !important;
  background: linear-gradient(100deg, var(--jfv0-cyan), #5ba3ff 50%, var(--jfv0-violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent !important;
}

.jfv0-agency-hero .jfv0-lead {
  color: rgba(255, 255, 255, .68);
}

.jfv0-agency-hero__media {
  position: relative;
  min-height: clamp(580px, 57vw, 760px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: clamp(26px, 3vw, 44px);
  background:
    linear-gradient(180deg, rgba(5, 6, 7, .02) 36%, rgba(5, 6, 7, .9) 100%),
    url("assets/jaron-camera.jpg") 53% center / cover no-repeat;
  box-shadow: 28px 28px 0 var(--jfv0-cyan);
}

.jfv0-agency-hero__media figcaption {
  position: absolute;
  right: clamp(22px, 3vw, 40px);
  bottom: clamp(22px, 3vw, 40px);
  left: clamp(22px, 3vw, 40px);
  display: grid;
  gap: 8px;
}

.jfv0-agency-hero__media figcaption span {
  color: rgba(255, 255, 255, .62);
  font: 700 10px/1.35 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jfv0-agency-hero__media figcaption strong {
  max-width: 520px;
  color: #fff;
  font-size: clamp(24px, 2.45vw, 38px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: .98;
}

.jfv0-agency-marks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: #f5f2ec;
}

.jfv0-agency-mark {
  min-height: 112px;
  border-right: 1px solid rgba(5, 6, 7, .14);
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(62%, 170px) auto;
  filter: grayscale(1) contrast(1.12);
  opacity: .7;
}

.jfv0-agency-mark:last-child { border-right: 0; }
.jfv0-agency-mark--lyrical { background-image: url("assets/lyrical-lemonade-logo.png"); }
.jfv0-agency-mark--kobe { background-image: url("assets/kobe-digital-logo.png"); }
.jfv0-agency-mark--dsh { background-image: url("assets/digital-style-house-logo.png"); }
.jfv0-agency-mark--r2j { background-image: url("assets/r2j-logo.png"); }

.jfv0-agency-operating {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 128px);
  margin-top: clamp(96px, 12vw, 180px);
  padding: clamp(50px, 7vw, 104px);
  border-radius: clamp(26px, 3vw, 44px);
  background: var(--jfv0-paper);
  color: var(--jfv0-void);
}

.jfv0-agency-operating header {
  position: sticky;
  top: 120px;
  align-self: start;
}

.jfv0-agency-operating .jfv0-note,
.jfv0-agency-experience .jfv0-note,
.jfv0-agency-roommap .jfv0-note,
.jfv0-agency-references .jfv0-note,
.jfv0-agency-close .jfv0-note {
  color: var(--jfv0-cyan);
}

.jfv0-agency-operating h2,
.jfv0-agency-experience h2,
.jfv0-agency-roommap h2,
.jfv0-agency-references h2,
.jfv0-agency-close h2 {
  margin: 0 0 24px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(48px, 5.6vw, 88px);
  font-weight: 680;
  letter-spacing: -.064em;
  line-height: .89;
}

.jfv0-agency-operating h2 {
  color: var(--jfv0-void) !important;
  -webkit-text-fill-color: var(--jfv0-void) !important;
}

.jfv0-agency-operating h2 em {
  color: var(--jfv0-blue) !important;
  -webkit-text-fill-color: var(--jfv0-blue) !important;
  background: none;
}

.jfv0-agency-operating header > p:not(.jfv0-note),
.jfv0-agency-experience__intro > p:not(.jfv0-note),
.jfv0-agency-roommap__intro > p:not(.jfv0-note),
.jfv0-agency-close > p:not(.jfv0-note) {
  max-width: 650px;
  color: rgba(255, 255, 255, .64);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.66;
}

.jfv0-agency-operating header > p:not(.jfv0-note) { color: #555b65; }

.jfv0-agency-operating__rows {
  border-top: 1px solid rgba(5, 6, 7, .2);
}

.jfv0-agency-operating__rows article {
  padding: clamp(30px, 4vw, 50px) 0;
  border-bottom: 1px solid rgba(5, 6, 7, .2);
}

.jfv0-agency-operating__rows article > span,
.jfv0-agency-operating__rows small,
.jfv0-agency-experience__grid article > span,
.jfv0-agency-roommap__rooms span,
.jfv0-agency-roommap__rooms small,
.jfv0-agency-references a span,
.jfv0-agency-references a small {
  display: block;
  color: var(--jfv0-blue);
  font: 700 10px/1.45 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jfv0-agency-operating__rows h3 {
  margin: 30px 0 12px;
  color: var(--jfv0-void);
  -webkit-text-fill-color: var(--jfv0-void);
  font-size: clamp(27px, 2.7vw, 42px);
  font-weight: 680;
  letter-spacing: -.045em;
  line-height: .98;
}

.jfv0-agency-operating__rows p {
  max-width: 680px;
  color: #505660;
  font-size: 16px;
  line-height: 1.62;
}

.jfv0-agency-operating__rows small {
  margin-top: 22px;
  color: #737983;
}

.jfv0-agency-experience,
.jfv0-agency-roommap,
.jfv0-agency-references {
  margin-top: clamp(96px, 12vw, 180px);
}

.jfv0-agency-experience {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 128px);
}

.jfv0-agency-experience__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jfv0-agency-experience__grid article {
  min-height: 310px;
  padding: clamp(26px, 3.2vw, 42px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(4, 207, 254, .14), transparent 48%),
    rgba(255, 255, 255, .045);
}

.jfv0-agency-experience__grid article:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(143, 116, 255, .18), transparent 48%),
    rgba(255, 255, 255, .045);
}

.jfv0-agency-experience__grid article:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 62, 157, .15), transparent 48%),
    rgba(255, 255, 255, .045);
}

.jfv0-agency-experience__grid article > span { margin-bottom: clamp(70px, 7vw, 104px); }

.jfv0-agency-experience__grid h3 {
  margin: 0 0 12px;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: .98;
}

.jfv0-agency-experience__grid p {
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.58;
}

.jfv0-agency-roommap {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 128px);
  padding: clamp(50px, 7vw, 104px);
  border-radius: clamp(26px, 3vw, 44px);
  background: linear-gradient(125deg, #112245 0%, #303075 48%, #1848a8 100%);
}

.jfv0-agency-roommap__rooms {
  display: grid;
  gap: 9px;
}

.jfv0-agency-roommap__rooms a,
.jfv0-agency-roommap__rooms a:visited,
.jfv0-agency-roommap__rooms article {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 5px 20px;
  min-height: 112px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  color: #fff;
  background: rgba(5, 6, 7, .28);
  text-decoration: none;
}

.jfv0-agency-roommap__rooms a:hover,
.jfv0-agency-roommap__rooms a:focus-visible {
  border-color: #fff;
  background: rgba(5, 6, 7, .42);
  outline: none;
}

.jfv0-agency-roommap__rooms span {
  grid-row: 1 / 3;
  color: rgba(255, 255, 255, .55);
}

.jfv0-agency-roommap__rooms strong {
  color: #fff;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 650;
  letter-spacing: -.035em;
}

.jfv0-agency-roommap__rooms small {
  color: rgba(255, 255, 255, .58);
  font-size: 9px;
  letter-spacing: .02em;
  text-transform: none;
}

.jfv0-agency-references {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 128px);
}

.jfv0-agency-references > div {
  display: grid;
  gap: 12px;
}

.jfv0-agency-references a,
.jfv0-agency-references a:visited {
  position: relative;
  display: grid;
  min-height: 220px;
  align-content: end;
  padding: clamp(26px, 3vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 4%, rgba(4, 207, 254, .27), transparent 42%),
    #0c0f16;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.jfv0-agency-references a:nth-child(2) {
  background:
    radial-gradient(circle at 90% 4%, rgba(255, 62, 157, .2), transparent 42%),
    #0c0f16;
}

.jfv0-agency-references a:hover,
.jfv0-agency-references a:focus-visible {
  border-color: var(--jfv0-cyan);
  outline: none;
  transform: translateY(-4px);
}

.jfv0-agency-references a strong {
  margin: 16px 0 28px;
  color: #fff;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 650;
  letter-spacing: -.05em;
  line-height: .98;
}

.jfv0-agency-references a small { color: rgba(255, 255, 255, .58); }

.jfv0-agency-close {
  margin-top: clamp(96px, 12vw, 180px);
  padding: clamp(52px, 7vw, 106px);
  border-radius: clamp(26px, 3vw, 44px);
  background:
    radial-gradient(circle at 85% 10%, rgba(143, 116, 255, .42), transparent 36%),
    linear-gradient(125deg, #0e2338, #095b77 46%, #0c325f);
}

.jfv0-agency-close h2 { max-width: 1100px; }
.jfv0-agency-close .jfv0-actions { margin-top: 34px; }


/* Contact / intent router */

.jfv0-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .58fr);
  gap: clamp(50px, 8vw, 128px);
  align-items: end;
  min-height: clamp(560px, 66vh, 760px);
  padding: clamp(82px, 9vw, 148px) 0 clamp(68px, 7vw, 112px);
}

.jfv0-contact-hero h1 {
  max-width: 1120px;
  margin: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(66px, 8.6vw, 138px);
  font-weight: 690;
  letter-spacing: -.074em;
  line-height: .84;
}

.jfv0-contact-hero h1 em,
.jfv0-contact-conversation h2 em,
.jfv0-contact-close h2 em {
  color: transparent !important;
  background: linear-gradient(100deg, var(--jfv0-cyan), #5ba3ff 50%, var(--jfv0-violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent !important;
}

.jfv0-contact-hero .jfv0-lead {
  max-width: 850px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .65);
}

.jfv0-contact-hero aside {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .045);
}

.jfv0-contact-hero aside span,
.jfv0-contact-hero aside small {
  color: rgba(255, 255, 255, .53);
  font: 600 10px/1.55 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.jfv0-contact-hero aside a,
.jfv0-contact-hero aside a:visited {
  color: #fff;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 620;
  letter-spacing: -.04em;
  text-decoration: none;
}

.jfv0-contact-intents {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: clamp(92px, 11vw, 170px);
}

.jfv0-contact-intents button {
  position: relative;
  display: grid;
  min-height: 260px;
  align-content: end;
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.jfv0-contact-intents button::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: var(--jfv0-cyan);
  content: "";
  opacity: .25;
}

.jfv0-contact-intents button:nth-child(2)::before { background: var(--jfv0-blue); }
.jfv0-contact-intents button:nth-child(3)::before { background: var(--jfv0-violet); }
.jfv0-contact-intents button:nth-child(4)::before { background: #5cf2c2; }
.jfv0-contact-intents button:nth-child(5)::before { background: var(--jfv0-magenta); }

.jfv0-contact-intents button:hover,
.jfv0-contact-intents button:focus-visible,
.jfv0-contact-intents button[aria-pressed="true"] {
  border-color: var(--jfv0-cyan);
  background: rgba(4, 207, 254, .09);
  outline: none;
  transform: translateY(-5px);
}

.jfv0-contact-intents button > span {
  margin-bottom: clamp(58px, 6vw, 90px);
  color: var(--jfv0-cyan);
  font: 700 10px/1 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .1em;
}

.jfv0-contact-intents button strong {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(20px, 1.9vw, 29px);
  font-weight: 650;
  letter-spacing: -.04em;
  line-height: 1;
}

.jfv0-contact-intents button small {
  color: rgba(255, 255, 255, .54);
  font-size: 12px;
  line-height: 1.48;
}

.jfv0-contact-conversation {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 128px);
  padding: clamp(50px, 7vw, 104px);
  border-radius: clamp(26px, 3vw, 44px);
  background: var(--jfv0-paper);
  color: var(--jfv0-void);
  scroll-margin-top: 120px;
}

.jfv0-contact-conversation__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.jfv0-contact-conversation .jfv0-note { color: var(--jfv0-blue); }

.jfv0-contact-conversation h2,
.jfv0-contact-close h2 {
  margin: 0 0 24px;
  font-size: clamp(48px, 5.6vw, 88px);
  font-weight: 680;
  letter-spacing: -.064em;
  line-height: .89;
}

.jfv0-contact-conversation h2 {
  color: var(--jfv0-void) !important;
  -webkit-text-fill-color: var(--jfv0-void) !important;
}

.jfv0-contact-conversation h2 em {
  color: var(--jfv0-blue) !important;
  -webkit-text-fill-color: var(--jfv0-blue) !important;
  background: none;
}

.jfv0-contact-conversation__intro > p:not(.jfv0-note) {
  color: #555b65;
  font-size: 16px;
  line-height: 1.65;
}

.jfv0-contact-conversation__signal {
  margin-top: 32px;
  padding: 20px;
  border-left: 4px solid var(--jfv0-blue);
  border-radius: 0 14px 14px 0;
  background: rgba(8, 120, 255, .08);
}

.jfv0-contact-conversation__signal span {
  color: var(--jfv0-blue);
  font: 700 10px/1 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jfv0-contact-conversation__signal p {
  margin: 10px 0 0;
  color: #505660;
  font-size: 13px;
  line-height: 1.55;
}

.jfv0-contact-form {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3.4vw, 44px);
  border-radius: 26px;
  background: var(--jfv0-void);
  color: #fff;
}

.jfv0-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jfv0-contact-form label,
.jfv0-contact-form fieldset {
  min-width: 0;
}

.jfv0-contact-form label > span,
.jfv0-contact-form legend {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .66);
  font: 650 10px/1.3 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.jfv0-contact-form label > span b,
.jfv0-contact-form legend b { color: var(--jfv0-cyan); }

.jfv0-contact-form input,
.jfv0-contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font: 500 16px/1.4 "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, sans-serif;
}

.jfv0-contact-form textarea {
  min-height: 172px;
  resize: vertical;
}

.jfv0-contact-form input::placeholder,
.jfv0-contact-form textarea::placeholder { color: rgba(255, 255, 255, .38); }

.jfv0-contact-form input:focus,
.jfv0-contact-form textarea:focus {
  border-color: var(--jfv0-cyan);
  box-shadow: 0 0 0 3px rgba(4, 207, 254, .13);
  outline: none;
}

.jfv0-contact-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.jfv0-contact-form__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jfv0-contact-form__choices label {
  position: relative;
  margin: 0;
}

.jfv0-contact-form__choices input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.jfv0-contact-form__choices label > span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .04);
  cursor: pointer;
  text-transform: none;
}

.jfv0-contact-form__choices input:checked + span {
  border-color: var(--jfv0-cyan);
  color: #fff;
  background: rgba(4, 207, 254, .13);
}

.jfv0-contact-form__choices input:focus-visible + span {
  outline: 2px solid var(--jfv0-cyan);
  outline-offset: 2px;
}

.jfv0-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.jfv0-contact-form__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.jfv0-contact-form__footer button { cursor: pointer; }

.jfv0-contact-form__status {
  min-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font: 600 11px/1.45 "JetBrains Mono", ui-monospace, monospace;
}

.jfv0-contact-form__status[data-state="success"] { color: #5cf2c2; }
.jfv0-contact-form__status[data-state="error"] { color: #ff92c7; }

.jfv0-contact-close {
  margin-top: clamp(92px, 11vw, 170px);
  padding: clamp(52px, 7vw, 106px);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: clamp(26px, 3vw, 44px);
  background:
    radial-gradient(circle at 87% 14%, rgba(4, 207, 254, .22), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(143, 116, 255, .24), transparent 38%),
    #0b0d12;
}

.jfv0-contact-close .jfv0-note { color: var(--jfv0-cyan); }
.jfv0-contact-close h2 { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.jfv0-contact-close .jfv0-button { margin-top: 12px; }


/* Compact breakpoints: keep the visual grammar without making small phones
   feel like desktop cards squeezed edge-to-edge. */

@media (max-width: 1100px) {
  .jfv0-agency-hero,
  .jfv0-agency-operating,
  .jfv0-agency-experience,
  .jfv0-agency-roommap,
  .jfv0-agency-references,
  .jfv0-contact-hero,
  .jfv0-contact-conversation,
  .jfv0-writing-index,
  .jfv0-writing-proof,
  .jfv0-writing-private,
  .jfv0-live-systems {
    grid-template-columns: 1fr;
  }

  .jfv0-agency-operating header,
  .jfv0-contact-conversation__intro,
  .jfv0-writing-index header {
    position: static;
  }

  .jfv0-contact-intents {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .jfv0-agency-hero,
  .jfv0-agency-marks,
  .jfv0-agency-operating,
  .jfv0-agency-experience,
  .jfv0-agency-roommap,
  .jfv0-agency-references,
  .jfv0-agency-close,
  .jfv0-contact-hero,
  .jfv0-contact-intents,
  .jfv0-contact-conversation,
  .jfv0-contact-close {
    width: calc(100% - 36px);
  }

  .jfv0-agency-hero,
  .jfv0-contact-hero {
    min-height: 0;
    gap: 46px;
    padding: 122px 0 76px;
  }

  .jfv0-agency-hero h1,
  .jfv0-contact-hero h1 {
    font-size: clamp(48px, 14.4vw, 74px);
    line-height: .88;
  }

  .jfv0-agency-hero__media {
    min-height: 500px;
    border-radius: 28px;
    box-shadow: 12px 12px 0 var(--jfv0-cyan);
  }

  .jfv0-agency-marks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jfv0-agency-mark {
    min-height: 92px;
    border-bottom: 1px solid rgba(5, 6, 7, .14);
  }

  .jfv0-agency-mark:nth-child(2) { border-right: 0; }
  .jfv0-agency-mark:nth-child(n + 3) { border-bottom: 0; }

  .jfv0-agency-operating,
  .jfv0-agency-roommap,
  .jfv0-agency-close,
  .jfv0-contact-conversation,
  .jfv0-contact-close {
    margin-top: 78px;
    padding: 36px 20px;
    border-radius: 28px;
  }

  .jfv0-agency-experience,
  .jfv0-agency-references {
    gap: 42px;
    margin-top: 84px;
  }

  .jfv0-agency-experience__grid {
    grid-template-columns: 1fr;
  }

  .jfv0-agency-experience__grid article {
    min-height: 230px;
  }

  .jfv0-agency-roommap__rooms a,
  .jfv0-agency-roommap__rooms a:visited,
  .jfv0-agency-roommap__rooms article {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 8px;
  }

  .jfv0-agency-roommap__rooms span { grid-row: auto; }

  .jfv0-agency-operating h2,
  .jfv0-agency-experience h2,
  .jfv0-agency-roommap h2,
  .jfv0-agency-references h2,
  .jfv0-agency-close h2,
  .jfv0-contact-conversation h2,
  .jfv0-contact-close h2,
  .jfv0-writing-index h2,
  .jfv0-writing-proof h2,
  .jfv0-writing-private h2,
  .jfv0-live-systems h2 {
    font-size: clamp(40px, 12.4vw, 58px);
    line-height: .92;
  }

  .jfv0-contact-hero aside { padding: 22px; }

  .jfv0-contact-intents {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-bottom: 78px;
  }

  .jfv0-contact-intents button {
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    min-height: 0;
    padding: 20px;
  }

  .jfv0-contact-intents button > span {
    grid-row: 1 / 3;
    margin: 4px 0 0;
  }

  .jfv0-contact-intents button strong { margin: 0; }

  .jfv0-contact-form {
    gap: 20px;
    padding: 22px 16px;
    border-radius: 20px;
  }

  .jfv0-contact-form__row { grid-template-columns: 1fr; }

  .jfv0-writing-index,
  .jfv0-writing-private {
    padding: 36px 20px;
  }

  .jfv0-writing-proof,
  .jfv0-live-systems {
    gap: 42px;
  }

  .jfv0-writing-proof__image { min-height: 440px; }

  .jfv0-live-systems__grid a,
  .jfv0-live-systems__grid a:visited {
    grid-template-columns: 1fr;
    gap: 9px;
    min-height: 0;
  }
}

@media (max-width: 379px) {
  .jfv0-agency-hero,
  .jfv0-agency-marks,
  .jfv0-agency-operating,
  .jfv0-agency-experience,
  .jfv0-agency-roommap,
  .jfv0-agency-references,
  .jfv0-agency-close,
  .jfv0-contact-hero,
  .jfv0-contact-intents,
  .jfv0-contact-conversation,
  .jfv0-contact-close,
  .jfv0-mkt-hero,
  .jfv0-mkt-principles,
  .jfv0-mkt-agency,
  .jfv0-mkt-system,
  .jfv0-mkt-close,
  .jfv0-mkt-culture,
  .jfv0-live--writing .jfv0-shell,
  .jfv0-live--web .jfv0-shell {
    width: calc(100% - 32px);
  }

  .jfv0-agency-hero,
  .jfv0-contact-hero,
  .jfv0-mkt-hero,
  .jfv0-feature-hero {
    padding-top: 56px;
  }

  .jfv0-agency-hero h1,
  .jfv0-contact-hero h1,
  .jfv0-mkt-hero h1,
  .jfv0-feature-copy h1 {
    font-size: clamp(44px, 14vw, 54px);
    letter-spacing: -.06em;
  }

  .jfv0-agency-hero__media { min-height: 430px; }

  .jfv0-agency-operating,
  .jfv0-agency-roommap,
  .jfv0-agency-close,
  .jfv0-contact-conversation,
  .jfv0-contact-close,
  .jfv0-writing-index,
  .jfv0-writing-private,
  .jfv0-feature-cta,
  .jfv0-toolkit-panel,
  .jfv0-mkt-principles,
  .jfv0-mkt-system,
  .jfv0-mkt-culture {
    padding-right: 16px;
    padding-left: 16px;
  }

  .jfv0-contact-form__choices label > span { font-size: 9px; }
}

/* The display face carries enough character without maximum weight. Keep the
   hierarchy strong, then let the serif and photography provide the drama. */
.jfv0-live--marketing .jfv0-mkt-hero h1,
.jfv0-live--writing .jfv0-feature-copy h1,
.jfv0-live--web .jfv0-feature-copy h1,
.jfv0-live--agency .jfv0-agency-hero h1,
.jfv0-live--contact .jfv0-contact-hero h1 {
  font-size: clamp(48px, 6.1vw, 96px);
  font-weight: 620;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.jfv0-live--marketing h2,
.jfv0-live--writing h2,
.jfv0-live--web h2,
.jfv0-live--agency h2,
.jfv0-live--contact h2 {
  font-weight: 630;
}

.jfv0-live--marketing .jfv0-lead,
.jfv0-live--writing .jfv0-lead,
.jfv0-live--web .jfv0-lead,
.jfv0-live--agency .jfv0-lead,
.jfv0-live--contact .jfv0-lead {
  font-weight: 420;
}

/* Breakdance's generated heading/link rules load after this sheet. Scope the
   intended type and button contrast to our replacement content, not the
   WordPress header, native gallery, or protected homepage parallax hero. */
.breakdance .jfv0-live :is(h1, h2, h3) {
  font-family: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.jfv0-live a.jfv0-button--light,
.jfv0-live a.jfv0-button--light:is(:visited, :hover, :focus-visible) {
  color: #050607;
  -webkit-text-fill-color: #050607;
}

.jfv0-live .jfv0-button:focus-visible {
  outline: 2px solid var(--jfv0-cyan);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .jfv0-live--marketing .jfv0-mkt-hero h1,
  .jfv0-live--writing .jfv0-feature-copy h1,
  .jfv0-live--web .jfv0-feature-copy h1,
  .jfv0-live--agency .jfv0-agency-hero h1,
  .jfv0-live--contact .jfv0-contact-hero h1 {
    font-size: clamp(40px, 10vw, 60px);
  }
}

@media (max-width: 379px) {
  .jfv0-contact-hero {
    gap: 24px;
    padding-block: 32px;
  }
}
