/* Static product illustrations for the landing page. */
.product-illustration {
  --illustration-ink: #222329;
  --illustration-muted: #666a79;
  --illustration-line: #e8e8ef;
  --illustration-blue: #5958dc;
  --illustration-lilac: #f0efff;
  --illustration-mint: #e8f7f0;
  --illustration-peach: #fff0e5;
  --illustration-paper: #fff;
  --illustration-red: #e32c2c;
}
.product-illustration {
  container-type: inline-size;
  background: var(--illustration-paper);
  border: 1px solid var(--illustration-line);
  border-radius: 18px;
  box-shadow: 0 22px 70px -40px #77779440;
  overflow: hidden;
}
.product-illustration * {
  box-sizing: border-box;
}
.product-illustration [hidden] {
  display: none !important;
}
.product-illustration button {
  font: inherit;
  cursor: pointer;
}
.product-illustration button:focus-visible,
.product-illustration input:focus-visible {
  outline: 2px solid var(--illustration-blue);
  outline-offset: 4px;
}
.product-illustration h2 {
  margin: 0;
  font-size: clamp(26px, 3.4cqw, 38px);
  color: var(--illustration-ink);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.18;
}
.product-illustration h2 em {
  font-style: normal;
  color: var(--illustration-blue);
}
.product-illustration h3 {
  font-weight: 500;
}
.minutes {
  padding: 22px 18px 16px 24px;
  border-right: 1px solid var(--illustration-line);
}
.minutes h3 {
  margin: 8px 0 18px;
  color: var(--illustration-ink);
  font-size: 17px;
  letter-spacing: -0.03em;
}
.product-illustration[data-clip='0'] [data-evidence='0'],
.product-illustration[data-clip='1'] [data-evidence='1'],
.product-illustration[data-clip='2'] [data-evidence='2'] {
  background: var(--illustration-lilac);
}
.capture-composition {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.browser-example {
  width: 78%;
  margin: auto;
  border: 1px solid var(--illustration-line);
  background: white;
  border-radius: 11px;
  overflow: hidden;
  transform: rotate(-1.5deg);
}
.browser-top {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  color: #9697a5;
  font-size: 7px;
  background: #fafafa;
}
.browser-top > span:first-child {
  letter-spacing: 3px;
}
.video-poster {
  position: relative;
  background: #e9e2d8;
  padding: 23px 28px 18px;
  min-height: 185px;
  overflow: hidden;
}
.video-wordmark {
  position: relative;
  z-index: 1;
  font-size: 7px;
  color: #675f57;
  letter-spacing: 0.15em;
}
.video-poster h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 15px;
  color: #49413c;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.video-time {
  position: relative;
  z-index: 1;
  font-size: 7px;
  color: #675f57;
}
.poster-art {
  opacity: 0.35;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 43%;
  aspect-ratio: 1;
}
.poster-art > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #e1ded9;
  background: #5c655a;
  border-radius: 50%;
  font-size: 110px;
  font-weight: 600;
  transform: rotate(15deg);
}
.poster-art i {
  position: absolute;
  width: 80%;
  height: 80%;
  border: 1px solid #646a6030;
  border-radius: 50%;
  right: -20px;
  top: 45px;
}
.poster-art i:last-child {
  right: 10px;
  top: 60px;
}
.video-description {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 13px 18px;
  font-size: 10px;
  color: var(--illustration-ink);
}
.video-description span {
  font-size: 8px;
  color: var(--illustration-muted);
}
.recording-pill {
  position: absolute;
  right: -10px;
  top: 100px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: white;
  border: 1px solid var(--illustration-line);
  border-radius: 999px;
  box-shadow: 0 12px 35px -20px #66668060;
  font-size: 11px;
}
.recording-pill small {
  display: block;
  font-size: 8px;
  color: var(--illustration-muted);
  margin-top: 3px;
}
.record-dot {
  width: 11px;
  height: 11px;
  background: var(--illustration-red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fceaea;
}
.mini-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 25px;
}
.mini-wave i {
  width: 3px;
  height: 16px;
  background: var(--illustration-red);
  border-radius: 2px;
}
.mini-wave i:nth-child(2n) {
  height: 9px;
}
.mini-wave i:nth-child(3n) {
  height: 23px;
}
.import-note {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 65%;
  margin: 18px auto 0;
  padding: 15px 20px;
  background: white;
  border: 1px solid var(--illustration-line);
  border-radius: 10px;
}
.file-glyph {
  font-size: 24px;
  color: var(--illustration-blue);
}
.import-note strong {
  font-size: 10px;
  font-weight: 600;
}
.import-note p {
  font-size: 8px;
  color: var(--illustration-muted);
  margin: 4px 0 0;
}
.file-tag {
  margin-left: auto;
  font-size: 9px;
  padding: 6px;
  border-radius: 4px;
  background: var(--illustration-peach);
  color: #ad734d;
}
.room-composition {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 40px;
  margin: 30px 25px 0;
}
.table-scene {
  position: relative;
  height: 290px;
}
.meeting-table {
  position: absolute;
  inset: 76px 16px 43px;
  border: 1px solid #e3d6c6;
  border-radius: 80px;
  background: #f1e8dc;
  box-shadow: 0 8px 0 #e1d6c7;
}
.laptop-mini {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 26px;
  display: grid;
  place-items: center;
  width: 84px;
  height: 56px;
  background: #fdfdfc;
  border: 3px solid #babdca;
  border-radius: 5px;
  transform: translateX(-50%);
}
.laptop-mini::after {
  position: absolute;
  content: '';
  width: 98px;
  height: 5px;
  bottom: -6px;
  border-radius: 0 0 50% 50%;
  background: #a5aab9;
}
.table-label {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 18px;
  font-size: 8px;
  color: #7c7062;
}
.person {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 3;
  font-size: 8px;
  color: var(--illustration-muted);
}
.person > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c8c2e6;
  color: #514b75;
  font-size: 16px;
  border: 6px solid #efecfa;
}
.person-one {
  left: 43%;
  top: 0;
}
.person-two {
  left: 0;
  top: 114px;
}
.person-two > span {
  background: #d6ad8c;
  border-color: #f1e2d6;
  color: #70513b;
}
.person-three {
  right: 1%;
  top: 114px;
}
.person-three > span {
  background: #a3c7b7;
  border-color: #e0f0e6;
  color: #3e6d59;
}
.room-rings {
  position: absolute;
  inset: 9px 25%;
}
.room-rings i {
  position: absolute;
  inset: 0;
  border: 1px solid #9c967750;
  border-radius: 50%;
}
.room-rings i:nth-child(2) {
  inset: 12px;
}
.room-rings i:nth-child(3) {
  inset: -12px;
}
@container (max-width:700px) {
  .product-illustration h2 {
    font-size: 28px;
  }
  .minutes {
    padding: 15px 10px;
  }
  .minutes h3 {
    font-size: 15px;
  }
  .capture-composition {
    width: 95%;
    margin-top: 45px;
  }
  .recording-pill {
    right: -4px;
    top: 115px;
    padding: 12px;
  }
  .import-note {
    width: 90%;
  }
  .room-composition,
  .bot-composition {
    margin: 0;
    gap: 15px;
  }
  .room-composition {
    grid-template-columns: 1fr;
  }
  .table-scene {
    width: 75%;
    height: 230px;
    margin: auto;
  }
  .meeting-table {
    inset: 60px 10px 25px;
  }
  .person-one {
    top: 0;
  }
  .person-two,
  .person-three {
    top: 99px;
  }
}
@container (max-width:460px) {
  .product-illustration h2 {
    font-size: 26px;
  }
  .minutes {
    padding: 15px 18px 5px;
    border-right: 0;
  }
  .minutes h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .capture-composition {
    width: 100%;
    margin-top: 55px;
  }
  .browser-example {
    width: 94%;
  }
  .video-poster {
    min-height: 235px;
    padding: 22px;
  }
  .video-poster h3 {
    font-size: 26px;
    margin-top: 30px;
  }
  .poster-art {
    width: 55%;
    right: -32px;
    top: 75px;
    opacity: 0.35;
  }
  .video-description strong {
    font-size: 9px;
  }
  .recording-pill {
    top: 230px;
    right: 3px;
    font-size: 10px;
  }
  .mini-wave {
    display: none;
  }
  .import-note {
    margin-top: 36px;
    width: 96%;
  }
  .table-scene {
    width: 100%;
    height: 245px;
  }
}
