/* [project]/jootsing/tapkit-dynamism/src/app/dynamism.css [app-client] (css) */
@font-face {
  font-family: Anton;
  src: url("/dynamism/anton.ttf");
}

@font-face {
  font-family: Bodoni;
  src: url("/dynamism/bodoni.ttf");
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

.dynamism {
  --paper: #eeeade;
  --red: #ef322b;
  --ink: #11120f;
  --blue: #18244c;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
}

.dynamism * {
  box-sizing: border-box;
}

.dynamism a {
  color: inherit;
  text-decoration: none;
}

.dynamism a:focus-visible, .dynamism summary:focus-visible {
  outline-offset: 5px;
  outline: 3px solid #ffce67;
}

.dynamism:after {
  content: "";
  pointer-events: none;
  z-index: 8;
  opacity: .1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.87' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.75' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.dispatch {
  background: var(--red);
  color: var(--paper);
  font: 10px var(--font-dm-mono), monospace;
  letter-spacing: 1.6px;
  justify-content: space-between;
  padding: 10px 3.5%;
  display: flex;
}

.nav {
  z-index: 9;
  border-bottom: 1px solid #ece9dd50;
  justify-content: space-between;
  align-items: center;
  height: 92px;
  margin: 0 3.5%;
  display: flex;
  position: relative;
}

.wordmark {
  letter-spacing: -2px;
  align-items: center;
  gap: 8px;
  font-size: 35px;
  font-weight: 800;
  display: flex;
}

.wordmark img {
  filter: grayscale();
  border-radius: 8px;
  width: 35px;
  height: 35px;
}

.wordmark-star {
  color: var(--red);
  font-size: 40px;
  line-height: 1;
}

.nav nav {
  gap: 32px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.nav nav a:hover, .demo-link:hover {
  color: var(--red);
}

.button {
  font: 12px var(--font-dm-mono), monospace;
  letter-spacing: .4px;
  border: 1px solid;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 17px 22px;
  font-weight: bold;
  transition: background .2s, transform .2s;
  display: inline-flex;
}

.button:hover {
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-3px);
}

.nav-cta {
  padding: 14px 19px;
  font-size: 10px;
}

.hero {
  isolation: isolate;
  min-height: 810px;
  padding: 47px 5% 78px;
  position: relative;
}

.hero-art {
  z-index: -1;
  width: 64%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.poster-source {
  object-fit: cover;
  object-position: center top;
  filter: saturate(.6) contrast(1.2);
  opacity: .77;
  width: 100%;
  height: 141%;
  position: absolute;
  top: -8%;
}

.art-shade {
  background: linear-gradient(90deg, #11120f 1%, #0000 51%), linear-gradient(0deg, #11120f 1%, #0000 37%);
  position: absolute;
  inset: 0;
}

.hero-art:after {
  content: "";
  opacity: .35;
  background: radial-gradient(#070909 1px, #0000 1.6px) 0 0 / 4px 4px;
  position: absolute;
  inset: 0;
}

.eyebrow, .tiny {
  font: 10px var(--font-dm-mono), monospace;
  letter-spacing: 1.4px;
}

.eyebrow {
  align-items: center;
  gap: 9px;
  display: flex;
}

.live-dot {
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.hero-copy {
  z-index: 3;
  width: 64%;
  position: relative;
}

.hero h1 {
  letter-spacing: -7px;
  margin: 27px 0 14px;
  font-family: Bodoni, Georgia, serif;
  font-size: clamp(82px, 8.5vw, 146px);
  font-weight: 600;
  line-height: .98;
}

.red-word {
  color: var(--paper);
  background: var(--red);
  margin-top: 10px;
  padding: 0 14px 13px 6px;
  line-height: .87;
  display: inline-block;
  transform: rotate(-2deg);
  box-shadow: 6px 3px #a61916;
}

.hero-subtitle {
  letter-spacing: .6px;
  margin: 26px 0 15px;
  font: clamp(21px, 2.1vw, 32px) Anton, sans-serif;
}

.hero-description {
  color: #dedbd0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.hero-actions {
  align-items: center;
  gap: 27px;
  margin-top: 24px;
  display: flex;
}

.primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--paper);
}

.demo-link {
  border-bottom: 1px solid #d7d0bd;
  padding: 8px 0;
  font-size: 12px;
}

.demo-link span {
  margin-left: 10px;
}

.hero-fineprint {
  font: 8px var(--font-dm-mono), monospace;
  letter-spacing: 1px;
  color: #bbb8aa;
  margin-top: 16px;
}

.hero-bottom {
  font: 9px var(--font-dm-mono), monospace;
  letter-spacing: 1px;
  border-top: 1px solid #eeeade44;
  justify-content: space-between;
  padding-top: 16px;
  display: flex;
  position: absolute;
  bottom: 23px;
  left: 5%;
  right: 5%;
}

.phone-scene {
  z-index: 2;
  width: 285px;
  position: absolute;
  top: 150px;
  right: 10%;
  transform: rotate(9deg);
}

.phone {
  background: #090a0a;
  border: 5px solid #81817b;
  border-radius: 44px;
  width: 263px;
  height: 514px;
  padding: 7px;
  position: relative;
  box-shadow: 0 0 0 2px #000, 12px 20px 40px #000b;
}

.phone-island {
  z-index: 2;
  background: #000;
  border-radius: 30px;
  width: 81px;
  height: 22px;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
}

.phone-top {
  color: var(--paper);
  z-index: 2;
  justify-content: space-between;
  font-size: 9px;
  display: flex;
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
}

.phone-screen {
  background: repeating-linear-gradient(0deg, #b52724 0 25px, #d0cfc0 25px 50px);
  border-radius: 31px;
  height: 100%;
  padding: 66px 15px 0;
  position: relative;
  overflow: hidden;
}

.phone-screen:before {
  content: "";
  background: linear-gradient(#101c43b0, #101c43 63%, #101c43e0), radial-gradient(#000 1px, #0000 1.5px) 0 0 / 3px 3px;
  position: absolute;
  inset: 0;
}

.phone-screen > * {
  position: relative;
}

.phone-stars {
  letter-spacing: 5px;
  margin-bottom: 12px;
  font-size: 16px;
}

.phone-title {
  letter-spacing: -.4px;
  font: 36px / .98 Anton, sans-serif;
}

.phone-title em {
  color: #ff6259;
  font-size: 25px;
  font-style: normal;
}

.phone-apps {
  gap: 11px;
  margin: 24px 0 20px;
  display: flex;
}

.phone-apps img {
  object-fit: contain;
  filter: saturate(.5);
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.agent-message {
  color: #252926;
  background: #e8e8e0e8;
  border: 1px solid #fff;
  border-radius: 14px;
  padding: 13px 10px;
  font: 8px monospace;
}

.agent-message > .live-dot {
  background: #1c7135;
  width: 5px;
  height: 5px;
}

.agent-message > span:last-of-type {
  float: right;
  color: #656860;
}

.agent-message p {
  margin: 10px 0 5px;
  font: bold 13px Arial;
}

.agent-message small {
  font-size: 8px;
}

.phone-bottom {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 29px;
  font: 7px monospace;
}

.orbit-label {
  background: #11120f88;
  border: 1px solid #eeeade88;
  padding: 10px 14px;
  font: 10px / 1.4 monospace;
  position: absolute;
  top: -65px;
  right: -47px;
  transform: rotate(-9deg);
}

.seal {
  background: var(--red);
  border: 3px double var(--paper);
  width: 107px;
  height: 107px;
  box-shadow: 0 0 0 5px var(--red);
  letter-spacing: 1px;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font: 9px monospace;
  display: flex;
  position: absolute;
  bottom: 3px;
  left: -58px;
  transform: rotate(-26deg);
}

.seal b {
  font-size: 37px;
  line-height: 1.2;
}

.asset-label {
  letter-spacing: .5px;
  white-space: nowrap;
  margin: 22px 0 0;
  font: 7px monospace;
}

.crosshair {
  z-index: 1;
  border: 1px solid #f5efe077;
  width: 26px;
  height: 26px;
  position: absolute;
}

.crosshair:before, .crosshair:after {
  content: "";
  background: #f5efe099;
  position: absolute;
}

.crosshair:before {
  width: 38px;
  height: 1px;
  top: 12px;
  left: -7px;
}

.crosshair:after {
  width: 1px;
  height: 38px;
  top: -7px;
  left: 12px;
}

.crosshair-one {
  top: 30px;
  right: 7%;
}

.crosshair-two {
  bottom: 100px;
  left: 25%;
}

.ticker {
  background: var(--red);
  white-space: nowrap;
  border-top: 2px solid #171713;
  border-bottom: 2px solid #171713;
  justify-content: space-around;
  align-items: center;
  gap: 28px;
  margin: -5px -5px 0;
  padding: 17px 25px;
  font: 25px Anton, sans-serif;
  display: flex;
  transform: rotate(-1deg);
}

.ticker b {
  font-size: 27px;
}

.section {
  padding: 78px 5%;
}

.section-top {
  border-bottom: 1px solid #191a1733;
  justify-content: space-between;
  margin-bottom: 31px;
  padding-bottom: 25px;
  display: flex;
}

.capabilities {
  background: var(--paper);
  color: var(--ink);
}

.section-heading {
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 35px;
  display: flex;
}

.dynamism h2 {
  letter-spacing: -.3px;
  margin: 0;
  font: clamp(35px, 4vw, 64px) / 1.1 Anton, sans-serif;
}

.section h2 span {
  color: #b72925;
}

.section-heading p {
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 1.8;
}

.section-heading strong {
  font-weight: 600;
}

.capability-grid {
  border-top: 1px solid #2225;
  border-left: 1px solid #2225;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.capability-grid article {
  border-bottom: 1px solid #2225;
  border-right: 1px solid #2225;
  padding: 22px 25px 28px;
  transition: background .2s;
  position: relative;
}

.capability-grid article:hover {
  background: #ddd8c9;
}

.card-top {
  color: #6a685e;
  justify-content: space-between;
  font: 10px monospace;
  display: flex;
}

.capability-grid img {
  object-fit: contain;
  filter: saturate(.4) contrast(1.1);
  width: 62px;
  height: 62px;
  margin: 22px 0;
  transform: rotate(-7deg);
}

.dynamism h3 {
  margin: 0;
  font: 25px Anton, sans-serif;
}

.capability-grid p {
  color: #615f54;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.manifesto {
  isolation: isolate;
  justify-content: flex-end;
  min-height: 680px;
  padding: 65px 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.manifesto-image {
  z-index: -1;
  filter: saturate(.4);
  background: linear-gradient(90deg, #0000 75%, #11120f), linear-gradient(0deg, #11120f, #0000 30%), url("/dynamism/ai-first.jpg") 50% 30% / cover;
  position: absolute;
  inset: 0 42% 0 0;
}

.manifesto-content {
  width: 47%;
  position: relative;
}

.manifesto h2 {
  letter-spacing: -3px;
  margin: 22px 0;
  font-family: Bodoni, Georgia, serif;
  font-size: 66px;
  line-height: .95;
}

.manifesto h2 em {
  font-style: italic;
}

.manifesto h2 span {
  color: var(--red);
}

.manifesto p {
  color: #bcbcaf;
  max-width: 365px;
  font-size: 13px;
  line-height: 1.8;
}

.text-link {
  border-bottom: 1px solid var(--red);
  margin-top: 19px;
  padding-bottom: 10px;
  font: 11px monospace;
  display: inline-block;
}

.manifesto-aside {
  letter-spacing: 1px;
  font: 10px / 1.6 monospace;
  position: absolute;
  bottom: 37px;
  left: 5%;
}

.setup {
  background: var(--blue);
}

.setup .section-top {
  border-color: #eeeade50;
}

.setup h2 span {
  color: #eeeade80;
}

.steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 48px;
  display: grid;
}

.steps article {
  border-top: 1px solid #eeeade44;
  padding-top: 22px;
}

.steps b {
  color: #eeeade55;
  margin-bottom: 20px;
  font: 50px Bodoni, Georgia, serif;
  display: block;
}

.steps p {
  color: #b9bdcf;
  max-width: 280px;
  font-size: 13px;
  line-height: 1.8;
}

.pricing {
  background: var(--paper);
  color: var(--ink);
}

.plans {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 58px;
  display: grid;
}

.plans article {
  border: 1px solid #17171360;
  flex-direction: column;
  padding: 30px 25px;
  display: flex;
  position: relative;
}

.plans h3 {
  margin-top: 18px;
  font-size: 27px;
}

.price {
  margin: 24px 0 12px;
  font: 59px Anton, sans-serif;
}

.price span {
  margin-left: 8px;
  font: 12px monospace;
}

.plans p {
  font-size: 12px;
}

.plans ul {
  margin: 0;
  padding: 22px 0 30px;
  font-size: 12px;
  line-height: 2.7;
  list-style: none;
}

.plans li span {
  color: var(--red);
  margin-right: 10px;
}

.plans .button {
  text-transform: uppercase;
  margin-top: auto;
  font-size: 10px;
}

.plans .featured {
  border: 2px solid var(--red);
}

.featured .button {
  background: var(--red);
  color: var(--paper);
  border-color: var(--red);
}

.plan-ribbon {
  background: var(--red);
  height: 27px;
  color: var(--paper);
  text-align: center;
  letter-spacing: 1px;
  padding: 8px;
  font: 9px monospace;
  position: absolute;
  top: -28px;
  left: -2px;
  right: -2px;
}

.pricing-note {
  text-align: center;
  color: #5b5a50;
  margin: 25px 0 0;
  font: 10px / 1.6 monospace;
}

.faq {
  background: var(--paper);
  color: var(--ink);
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  padding-top: 15px;
  display: grid;
}

.faq > .eyebrow {
  align-self: start;
  padding-top: 20px;
}

.faq details {
  border-bottom: 1px solid #191a1740;
}

.faq summary {
  cursor: pointer;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  display: flex;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq details p {
  color: #5c5a50;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.8;
}

.final-call {
  text-align: center;
  background: radial-gradient(#18244caa, #0000 70%), repeating-linear-gradient(175deg, #11120f 0 35px, #341714 35px 70px);
  padding: 80px 25px 46px;
  position: relative;
}

.final-call .eyebrow {
  justify-content: center;
}

.final-call h2 {
  letter-spacing: -2px;
  margin: 28px 0 34px;
  font-family: Bodoni, Georgia, serif;
  font-size: clamp(36px, 6vw, 85px);
  line-height: 1.02;
}

.final-call h2 em {
  color: var(--red);
}

.final-stars {
  letter-spacing: 18px;
  margin: 38px 0 0;
  font-size: 20px;
}

.dynamism footer {
  border-top: 1px solid #eeeade40;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 28px 4%;
  display: flex;
}

.dynamism footer .wordmark {
  font-size: 28px;
}

.dynamism footer span, .dynamism footer > a:last-child {
  letter-spacing: .6px;
  color: #b8b7a9;
  font: 8px / 1.7 monospace;
}

@media (min-width: 1600px) {
  .hero {
    min-height: 930px;
  }

  .phone-scene {
    top: 190px;
    right: 15%;
    scale: 1.2;
  }

  .hero h1 {
    font-size: 150px;
  }

  .hero-copy {
    max-width: 870px;
  }
}

@media (max-width: 1000px) {
  .nav nav {
    gap: 20px;
  }

  .hero {
    min-height: 770px;
  }

  .hero h1 {
    letter-spacing: -5px;
    font-size: 93px;
  }

  .phone-scene {
    transform-origin: 100% 0;
    top: 195px;
    right: 5%;
    scale: .86;
  }

  .hero-copy {
    width: 70%;
  }

  .hero-art {
    width: 77%;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .hero-description {
    font-size: 13px;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero .button {
    padding: 16px;
    font-size: 10px;
  }

  .ticker {
    font-size: 18px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .section-heading p {
    max-width: 230px;
  }

  .manifesto h2 {
    font-size: 52px;
  }

  .manifesto {
    min-height: 630px;
  }

  .plans {
    gap: 10px;
  }

  .plans article {
    padding: 26px 18px;
  }

  .plans h3 {
    font-size: 23px;
  }

  .dynamism footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .dispatch {
    letter-spacing: 1px;
    justify-content: center;
    padding: 9px 10px;
    font-size: 8px;
  }

  .dispatch > span:last-child {
    display: none;
  }

  .nav {
    height: 75px;
    margin: 0 5%;
  }

  .wordmark {
    font-size: 30px;
  }

  .wordmark img {
    width: 28px;
    height: 28px;
  }

  .nav nav {
    display: none;
  }

  .nav-cta {
    padding: 12px;
    font-size: 9px;
  }

  .hero {
    min-height: 1080px;
    padding: 29px 6% 75px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy > .eyebrow {
    letter-spacing: .8px;
    font-size: 8px;
  }

  .hero h1 {
    letter-spacing: -4px;
    margin-top: 23px;
    font-size: clamp(73px, 15.6vw, 108px);
  }

  .hero-subtitle {
    margin-top: 22px;
    font-size: 22px;
  }

  .hero-description {
    max-width: 340px;
    font-size: 12px;
  }

  .desktop-br {
    display: none;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }

  .hero-actions .primary {
    gap: 18px;
    padding: 15px;
    font-size: 9px;
  }

  .hero-fineprint {
    max-width: 290px;
    font-size: 7px;
    line-height: 1.7;
  }

  .phone-scene {
    transform-origin: 100% 100%;
    top: auto;
    bottom: 97px;
    right: 17%;
    scale: .78;
  }

  .hero-art {
    width: 100%;
    height: 540px;
    top: 490px;
  }

  .poster-source {
    object-position: center 20%;
    height: 151%;
    top: -9%;
  }

  .art-shade {
    background: linear-gradient(#11120f, #0000 23% 65%, #11120f), linear-gradient(90deg, #11120f66, #0000);
  }

  .hero-bottom {
    gap: 18px;
    font-size: 7px;
    bottom: 21px;
    left: 6%;
    right: 6%;
  }

  .hero-bottom > span:nth-child(2) {
    display: none;
  }

  .hero-bottom > span {
    max-width: 150px;
    line-height: 1.6;
  }

  .ticker {
    justify-content: flex-start;
    gap: 24px;
    padding: 14px 20px;
    font-size: 16px;
  }

  .ticker > span:nth-of-type(3), .ticker > b:last-child {
    display: none;
  }

  .section {
    padding: 48px 6%;
  }

  .section-top {
    gap: 20px;
    margin-bottom: 26px;
    padding-bottom: 18px;
  }

  .eyebrow, .tiny {
    letter-spacing: .6px;
    font-size: 8px;
  }

  .tiny {
    text-align: right;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    max-width: 100%;
    margin-top: 23px;
    font-size: 12px;
  }

  .dynamism h2 {
    font-size: 35px;
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-grid article {
    padding: 15px 15px 22px;
  }

  .capability-grid img {
    width: 49px;
    height: 49px;
    margin: 19px 0;
  }

  .dynamism h3 {
    font-size: 20px;
  }

  .capability-grid p {
    font-size: 11px;
  }

  .manifesto {
    min-height: 660px;
    padding: 45px 6% 65px;
  }

  .manifesto-image {
    opacity: .36;
    background-position: center;
    inset: 0;
  }

  .manifesto-content {
    z-index: 2;
    width: 100%;
  }

  .manifesto h2 {
    font-size: 60px;
  }

  .manifesto p {
    max-width: 310px;
  }

  .manifesto-aside {
    display: none;
  }

  .setup h2, .pricing h2 {
    font-size: 34px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }

  .steps article {
    grid-template-columns: 55px 1fr;
    column-gap: 12px;
    display: grid;
  }

  .steps b {
    grid-row: span 2;
    margin: 0;
    font-size: 40px;
  }

  .steps p {
    max-width: none;
    margin-top: 9px;
    font-size: 12px;
  }

  .plans {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 34px;
  }

  .plans article {
    padding: 28px;
  }

  .plans h3 {
    font-size: 28px;
  }

  .price {
    margin: 18px 0 8px;
    font-size: 55px;
  }

  .plans ul {
    padding: 14px 0 24px;
  }

  .plans .button {
    font-size: 11px;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 0;
  }

  .faq summary {
    font-size: 13px;
  }

  .final-call {
    padding: 55px 18px 38px;
  }

  .final-call h2 {
    letter-spacing: -1px;
    font-size: 43px;
  }

  .final-call .button {
    font-size: 10px;
  }

  .final-stars {
    letter-spacing: 12px;
    font-size: 16px;
  }

  .dynamism footer {
    gap: 16px;
    padding: 24px 6%;
  }

  .dynamism footer span {
    width: 100%;
    font-size: 7px;
  }

  .dynamism footer .wordmark {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .dynamism * {
    transition: none !important;
  }
}

/*# sourceMappingURL=jootsing_tapkit-dynamism_src_app_dynamism_1eac992f.css.map*/