@font-face {
  font-family: Labs Display;
  src: url("assets/fonts/michroma-regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
:root {
  color-scheme: light;
  --silver: #e1e6ed;
  --ink: #111c25;
  --muted: #48586e;
  --line: #bcc8d5;
  --blue: #005dff;
  --cyan: #27a8ff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--silver);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a {
  touch-action: manipulation;
}
button {
  border: 0;
  background: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p,
h1,
h2 {
  margin: 0;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
button:hover,
a:hover {
  color: var(--blue);
}
.shell {
  width: calc(100% - 108px);
  max-width: 1392px;
  margin-inline: auto;
}
.header {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  width: 150px;
}
.header nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 42px;
}
.header nav a,
.header nav button {
  font-size: 16px;
  padding: 17px 8px;
}
.header nav .selected {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
}
.hero {
  background: var(--ink) url("assets/labs/dark-grid.png") center/cover;
  color: #f0f4f8;
}
.hero-inner {
  display: grid;
  grid-template-columns: 36% minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding-block: 42px;
}
.hero-copy {
  padding-block: 20px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 3.1px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--blue);
}
.hero .eyebrow {
  color: var(--cyan);
  margin-bottom: 24px;
}
h1,
h2 {
  font-family:
    Labs Display,
    Arial,
    sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(30px, 3.32vw, 50px);
  line-height: 1.16;
  letter-spacing: -0.4px;
}
.hero-description {
  font-size: 24px;
  line-height: 1.4;
  color: #c1ccdb;
  margin-top: 23px;
}
.hero-description span {
  color: #99a8ba;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 18px 32px;
  background: var(--blue);
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  margin-top: 36px;
  transition: background 0.15s;
}
.primary-button:hover {
  background: #1674ff;
  color: white;
}
.compatibility {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.6;
  color: #c1ccdb;
  margin-top: 16px;
}
.compatibility strong {
  color: #f0f4f8;
  font-weight: 600;
}
.plugin-shot {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ccd5df;
}
.product-strip {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-block: 27px;
  border-bottom: 1px solid var(--line);
}
.product-strip h2 {
  font-size: 32px;
  line-height: 1.6;
  padding-right: 40px;
  border-right: 1px solid var(--line);
  white-space: nowrap;
}
.product-strip p {
  font-size: 23px;
  line-height: 1.4;
  color: var(--muted);
}
.vox-section {
  display: grid;
  grid-template-columns: 57% minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  padding-block: 31px 27px;
}
.vox-copy {
  border-left: 1px solid #cad3de;
  padding: 35px 0 35px 46px;
}
.vox-copy .eyebrow {
  margin-bottom: 24px;
}
.vox-copy h2 {
  font-size: 46px;
  line-height: 1.15;
}
.vox-description {
  font-size: 23px;
  line-height: 1.45;
  margin-top: 19px;
}
.status {
  display: table;
  margin-top: 23px;
  padding: 9px 17px;
  border-radius: 3px;
  font-size: 16px;
  color: #384a62;
  background: #cdd5e1;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--blue);
  padding: 0;
  margin-top: 30px;
}
.text-button img {
  filter: invert(26%) sepia(98%) saturate(4060%) hue-rotate(216deg)
    brightness(100%) contrast(107%);
}
.text-button:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-block: 20px 24px;
  color: var(--muted);
  font-size: 14px;
}
.footer div {
  display: flex;
  gap: 24px;
}
.footer div a + a {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}
.skip-link {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: translateY(-200%);
  background: white;
  padding: 12px;
  z-index: 2;
}
.skip-link:focus {
  transform: none;
}
dialog {
  width: min(1080px, calc(100% - 40px));
  max-height: calc(100dvh - 48px);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--silver);
  color: var(--ink);
}
dialog::backdrop {
  background: rgba(9, 18, 26, 0.8);
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.dialog-header h2 {
  font-size: 30px;
}
.dialog-header button {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.dialog-header button:hover {
  border-color: var(--blue);
}
dialog p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
dialog .dialog-note {
  font-size: 15px;
  color: var(--muted);
}
#about-dialog {
  max-width: 600px;
}
dialog small {
  display: block;
  line-height: 1.5;
  margin-top: 30px;
  color: var(--muted);
}
html:has(dialog[open]) {
  overflow: hidden;
}
@media (min-width: 1500px) {
  .hero-inner {
    min-height: 560px;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 64px);
  }
  .hero-inner {
    gap: 24px;
    grid-template-columns: 36% minmax(0, 1fr);
  }
  h1 {
    font-size: 32px;
  }
  .hero-description {
    font-size: 20px;
  }
  .primary-button {
    font-size: 17px;
    padding: 16px 24px;
    margin-top: 25px;
    min-height: 56px;
  }
  .compatibility {
    font-size: 13px;
    gap: 10px;
  }
  .product-strip {
    gap: 25px;
  }
  .product-strip h2 {
    font-size: 25px;
    padding-right: 25px;
  }
  .product-strip p {
    font-size: 19px;
  }
  .vox-section {
    gap: 28px;
    grid-template-columns: 56% minmax(0, 1fr);
  }
  .vox-copy {
    padding: 22px 0 22px 28px;
  }
  .vox-copy h2 {
    font-size: 33px;
  }
  .vox-description {
    font-size: 19px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .text-button {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .shell {
    width: calc(100% - 40px);
  }
  .header {
    height: 68px;
  }
  .brand {
    width: 126px;
  }
  .header nav {
    gap: 12px;
  }
  .header nav a,
  .header nav button {
    font-size: 13px;
    padding: 14px 0;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 36px;
  }
  .hero-copy {
    padding: 0;
  }
  h1 {
    font-size: clamp(32px, 6.4vw, 46px);
    line-height: 1.12;
  }
  .hero .eyebrow {
    margin-bottom: 18px;
  }
  .hero-description {
    margin-top: 18px;
    font-size: 21px;
  }
  .primary-button {
    margin-top: 25px;
  }
  .compatibility {
    font-size: 13px;
    gap: 13px;
    margin-top: 14px;
  }
  .product-strip {
    display: block;
    padding-block: 24px;
  }
  .product-strip h2 {
    border: 0;
    padding: 0;
    font-size: 26px;
    line-height: 1.3;
  }
  .product-strip p {
    font-size: 17px;
    margin-top: 10px;
  }
  .vox-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 28px;
  }
  .vox-copy {
    border: 0;
    padding: 0;
    grid-row: 1;
  }
  .vox-copy .eyebrow {
    margin-bottom: 14px;
  }
  .vox-copy h2 {
    font-size: 34px;
  }
  .vox-description {
    font-size: 20px;
    margin-top: 12px;
  }
  .status {
    font-size: 14px;
    margin-top: 16px;
  }
  .text-button {
    font-size: 18px;
    margin-top: 20px;
  }
  .footer {
    font-size: 12px;
    gap: 20px;
    flex-wrap: wrap;
    padding-block: 20px;
  }
  .footer div {
    gap: 16px;
  }
  .footer div a + a {
    padding-left: 16px;
  }
  dialog {
    padding: 20px;
  }
  .dialog-header h2 {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

/* Optical sizing for the squared display face and native screenshot proportions. */
h1,
h2 {
  letter-spacing: -1px;
}
h1 {
  font-size: clamp(26px, 2.55vw, 38px);
  line-height: 1.35;
  -webkit-text-stroke: 1.15px;
}
.product-strip h2 {
  font-size: 28px;
}
.vox-copy h2 {
  font-size: 40px;
}
.product-strip h2,
.vox-copy h2 {
  -webkit-text-stroke: 1px;
}
.hero-copy {
  padding-block: 16px;
}
.hero {
  background-size: 1150px auto;
}
.product-strip {
  padding-block: 24px;
}
.vox-section > .plugin-shot {
  aspect-ratio: 1005/564;
  object-fit: contain;
}
.vox-copy {
  align-self: start;
  padding-block: 35px 12px;
}
@media (max-width: 1100px) {
  h1 {
    font-size: clamp(22px, 2.5vw, 28px);
  }
  .product-strip h2 {
    font-size: 23px;
  }
  .vox-copy h2 {
    font-size: 30px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: clamp(27px, 5.8vw, 38px);
    line-height: 1.3;
  }
  .product-strip h2 {
    font-size: 24px;
  }
  .vox-copy h2 {
    font-size: 30px;
  }
  .vox-copy {
    padding-top: 0;
  }
}

/* Single-product landing: let the hero fill available desktop space. */
body {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hero {
  flex: 1;
  display: flex;
  align-items: center;
}
.product-strip {
  border-bottom: 0;
}

/* Vox joins the catalogue without changing the Pulse Ducker product page. */
.labs-catalog .product-strip {
  border-bottom: 1px solid var(--line);
}
.labs-catalog .vox-section {
  padding-block: 42px;
}
.labs-catalog .vox-copy {
  align-self: center;
  padding-block: 12px;
}
.vox-image-link {
  display: block;
  border-radius: 6px;
}
.vox-price {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.6;
}
.vox-price span {
  color: var(--muted);
}
.vox-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-top: 22px;
}
.vox-actions .primary-button,
.vox-actions .text-button {
  margin: 0;
  font-size: 16px;
}
.vox-actions .primary-button {
  min-height: 50px;
  padding: 14px 22px;
}
.vox-platforms {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
[data-vox-checkout]:disabled,
[data-vox-checkout]:disabled:hover {
  background: #c5cfdc;
  color: #344459;
  cursor: default;
}
.hero [data-vox-checkout]:disabled,
.hero [data-vox-checkout]:disabled:hover {
  background: #34495e;
  color: #dce7f3;
}
@media (max-width: 760px) {
  .labs-catalog .vox-section {
    padding-block: 30px;
  }
  .labs-catalog .vox-copy {
    padding: 0;
  }
}

/* Product-page discovery links retain the shared Labs typography and spacing. */
.pulse-detail .related-plugins {
  padding-block: 32px 42px;
  border-top: 1px solid var(--line);
}
.pulse-detail .related-plugins > .eyebrow {
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 2px;
}
.pulse-detail .related-plugin-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.pulse-detail .related-plugin-links a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.pulse-detail .related-plugin-links strong {
  color: var(--blue);
  font-size: 17px;
  font-weight: 500;
}
.pulse-detail .related-plugin-links span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.pulse-detail .related-plugin-links a:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 760px) {
  .pulse-detail .related-plugin-links {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
