/* Osmo Observer product page */

.observer-page {
  background: var(--paper);
}

.observer-hero {
  min-height: 850px;
  padding-top: 150px !important;
  padding-bottom: 92px !important;
  position: relative;
  color: #fff;
  background: var(--dark);
}

.observer-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(22, 184, 173, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 184, 173, 0.22) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, #000, transparent 72%);
}

.observer-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(0, 1.22fr);
  gap: 70px;
  align-items: center;
}

.observer-hero-copy {
  max-width: 590px;
}

.observer-hero h1 {
  margin: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
}

.observer-tagline {
  margin: 24px 0 0;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.12;
}

.observer-tagline strong {
  color: var(--teal);
  font-weight: 600;
}

.observer-intro {
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  line-height: 1.7;
}

.observer-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.observer-proof {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.observer-proof > div {
  padding: 22px 18px 0 0;
}

.observer-proof strong {
  display: block;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
}

.observer-proof span {
  margin-top: 5px;
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  line-height: 1.5;
  text-transform: uppercase;
}

.observer-hero-screen {
  min-width: 0;
  margin: 0 -150px 0 0;
  padding: 48px 0 48px 44px;
  position: relative;
  background: #0b2225;
  border-left: 1px solid rgba(22, 184, 173, 0.35);
}

.observer-hero-screen::before {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  top: -36px;
  right: 70px;
  border: 1px solid rgba(22, 184, 173, 0.3);
  border-radius: 50%;
}

.observer-hero-screen::after {
  content: "";
  width: 270px;
  height: 270px;
  position: absolute;
  top: -76px;
  right: 30px;
  border: 1px solid rgba(22, 184, 173, 0.18);
  border-radius: 50%;
}

.observer-hero-screen img {
  width: 980px;
  max-width: none;
  position: relative;
  z-index: 1;
  border: 1px solid #375054;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.screen-status {
  padding: 10px 13px;
  position: absolute;
  right: 32px;
  bottom: 24px;
  z-index: 2;
  color: var(--dark);
  background: var(--amber);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.screen-status i {
  width: 6px;
  height: 6px;
  margin-right: 6px;
  display: inline-block;
  background: var(--teal-dark);
  border-radius: 50%;
}

.observer-hero-screen figcaption {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.observer-hero-screen figcaption span {
  margin-right: 160px;
  color: rgba(255, 255, 255, 0.46);
}

.observer-statement {
  color: #fff;
  background: var(--teal-dark);
}

.observer-statement-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 100px;
  align-items: end;
}

.observer-statement h2 {
  max-width: 900px;
  margin: 0;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.08;
}

.observer-statement-layout > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.75;
}

.observer-capabilities {
  padding-top: 0 !important;
}

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

.observer-capability-grid article {
  min-height: 330px;
  padding: 42px;
  position: relative;
  background: var(--paper);
  border-top: 4px solid var(--teal-dark);
  border-right: 1px solid #cbd5d2;
  border-bottom: 1px solid #cbd5d2;
}

.observer-capability-grid article > span {
  color: var(--amber);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 600;
}

.observer-capability-grid article > i {
  position: absolute;
  top: 37px;
  right: 39px;
  color: var(--teal-dark);
  font-size: 23px;
}

.observer-capability-grid h3 {
  margin: 72px 0 15px;
  font-size: 24px;
  font-weight: 600;
}

.observer-capability-grid p {
  max-width: 340px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.observer-showcase-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  gap: 82px;
  align-items: center;
}

.observer-showcase-reverse .observer-showcase-layout {
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, 0.68fr);
}

.observer-showcase-reverse .observer-showcase-copy {
  order: 2;
}

.observer-showcase-copy h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.observer-showcase-copy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.observer-showcase-copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.observer-showcase-copy li {
  padding: 12px 0;
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: var(--ink-soft);
  font-size: 13px;
  border-top: 1px solid var(--line);
}

.observer-showcase-copy li i {
  color: var(--teal-dark);
  font-size: 16px;
}

.observer-showcase-copy .text-link {
  margin-top: 30px;
}

.observer-product-screen {
  min-width: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #c9d3d0;
  box-shadow: 0 24px 65px rgba(7, 17, 19, 0.12);
}

.observer-product-screen img {
  width: 100%;
}

.observer-product-screen figcaption {
  min-height: 46px;
  padding: 14px 17px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #758582;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  border-top: 1px solid #d9e0de;
}

.observer-product-screen figcaption strong {
  color: var(--teal-dark);
  font-weight: 600;
  text-transform: uppercase;
}

.observer-hardware-heading {
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 100px;
  align-items: end;
}

.observer-hardware-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.08;
}

.observer-hardware-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
  line-height: 1.75;
}

.observer-hardware-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: 60px;
  align-items: center;
}

.observer-hardware-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.observer-hardware-list article {
  padding: 27px 0;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.observer-hardware-list article > span {
  color: var(--amber);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.observer-hardware-list strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.observer-hardware-list p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.65;
}

.observer-hardware-screen {
  border-color: #304246;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.observer-hardware-screen figcaption {
  color: rgba(255, 255, 255, 0.45);
  background: var(--dark-soft);
  border-top-color: #304246;
}

.observer-hardware-screen figcaption strong {
  color: var(--teal);
}

.observer-safety {
  padding: 68px 0 !important;
  color: #362606;
  background: var(--amber);
}

.observer-safety-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.observer-safety .eyebrow {
  color: #71511c;
}

.observer-safety h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 600;
}

.observer-safety-layout > p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.observer-contact {
  border-bottom: 1px solid #213033;
}

@media (max-width: 1199px) {
  .observer-hero-inner {
    grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
    gap: 48px;
  }

  .observer-hero h1 {
    font-size: 60px;
  }

  .observer-hero-screen {
    margin-right: -260px;
  }

  .observer-statement h2,
  .observer-hardware-heading h2 {
    font-size: 50px;
  }

  .observer-showcase-layout {
    gap: 54px;
  }
}

@media (max-width: 991px) {
  .observer-hero {
    min-height: 0;
    padding-bottom: 80px !important;
  }

  .observer-hero-inner,
  .observer-statement-layout,
  .observer-showcase-layout,
  .observer-showcase-reverse .observer-showcase-layout,
  .observer-hardware-heading,
  .observer-hardware-layout,
  .observer-safety-layout {
    grid-template-columns: 1fr;
  }

  .observer-hero-inner {
    gap: 64px;
  }

  .observer-hero-copy {
    max-width: 680px;
  }

  .observer-hero-screen {
    margin-right: -180px;
  }

  .observer-statement-layout,
  .observer-hardware-heading,
  .observer-safety-layout {
    gap: 30px;
  }

  .observer-capability-grid {
    grid-template-columns: 1fr;
  }

  .observer-capability-grid article {
    min-height: 250px;
  }

  .observer-capability-grid h3 {
    margin-top: 50px;
  }

  .observer-showcase-reverse .observer-showcase-copy {
    order: 0;
  }

  .observer-showcase-layout,
  .observer-hardware-layout {
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .observer-hero {
    padding-top: 120px !important;
  }

  .observer-hero h1 {
    font-size: 47px;
  }

  .observer-tagline {
    font-size: 29px;
  }

  .observer-intro {
    font-size: 16px;
  }

  .observer-proof {
    grid-template-columns: 1fr;
  }

  .observer-proof > div {
    padding: 16px 0;
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .observer-proof span {
    margin: 0;
  }

  .observer-hero-screen {
    margin-right: -280px;
    padding: 24px 0 34px 18px;
  }

  .observer-hero-screen img {
    width: 760px;
  }

  .observer-hero-screen figcaption,
  .screen-status,
  .observer-hero-screen::before,
  .observer-hero-screen::after {
    display: none;
  }

  .observer-statement h2,
  .observer-hardware-heading h2 {
    font-size: 39px;
  }

  .observer-showcase-copy h2 {
    font-size: 37px;
  }

  .observer-capability-grid article {
    padding: 32px 27px;
  }

  .observer-product-screen {
    overflow-x: auto;
  }

  .observer-product-screen img {
    width: 820px;
    max-width: none;
  }

  .observer-product-screen figcaption {
    display: none;
  }

  .observer-hardware-list article {
    grid-template-columns: 78px 1fr;
  }

  .observer-safety h2 {
    font-size: 31px;
  }
}

@media (max-width: 479px) {
  .observer-actions .button {
    width: 100%;
  }

  .observer-hero-screen {
    margin-right: -390px;
  }

  .observer-hero-screen img {
    width: 730px;
  }

  .observer-hardware-list article {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}
