:root {
  color-scheme: light;
  --ink: #161918;
  --muted: #58615e;
  --paper: #f5f5ef;
  --panel: #ffffff;
  --green: #16d95b;
  --blue: #278ddd;
  --yellow: #ffd25a;
  --deep: #1b1f20;
  --line: rgba(22, 25, 24, 0.14);
  --shadow: 0 24px 64px rgba(31, 38, 35, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(218, 239, 252, 0.82), transparent 30%),
    linear-gradient(24deg, rgba(117, 190, 238, 0.18), transparent 36%),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

img {
  max-width: 100%;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 28px;
  color: var(--ink);
  background: rgba(250, 252, 249, 0.9);
  border-bottom: 2px solid rgba(39, 141, 221, 0.28);
  backdrop-filter: blur(18px);
}

.brand,
.topbar nav,
.product-title,
.manual-actions {
  display: flex;
  align-items: center;
}

.brand {
  padding: 4px 0;
}

.brand img {
  display: block;
  width: 190px;
  height: auto;
  object-fit: contain;
}

.topbar nav {
  gap: 22px;
  color: #4d595d;
  font-size: 13px;
  font-weight: 700;
}

.topbar nav a:hover {
  color: var(--blue);
}

.hero {
  width: min(1180px, calc(100% - 44px));
  min-height: calc(100vh - 68px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
  gap: 54px;
  align-items: center;
  padding: 72px 0 88px;
}

.hero-content {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: #138642;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #147ec2;
}

.bridge-section .eyebrow {
  color: var(--green);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(44px, 4.8vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  white-space: nowrap;
}

.lead {
  max-width: 580px;
  margin-bottom: 32px;
  color: #39413e;
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  color: #161400;
  background: var(--yellow);
  border: 2px solid #d59d0c;
  border-radius: 8px;
  box-shadow: 0 9px 0 rgba(213, 157, 12, 0.28);
  font-weight: 900;
}

.secondary-button {
  color: #176fa9;
  background: white;
  border-color: rgba(39, 141, 221, 0.44);
  box-shadow: none;
}

.lab-board {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(225, 242, 252, 0.84)),
    white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lab-board::before {
  content: "";
  position: absolute;
  top: -86px;
  right: -74px;
  width: 250px;
  height: 250px;
  border: 22px solid rgba(255, 210, 90, 0.48);
  border-radius: 50%;
}

.board-card {
  position: absolute;
  display: grid;
  gap: 9px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 22px 42px rgba(45, 47, 42, 0.15);
}

.board-card img {
  display: block;
}

.board-card span {
  font-size: 13px;
  font-weight: 900;
}

.board-card strong {
  font-size: 30px;
  line-height: 1;
}

.board-bridge {
  top: 44px;
  left: 17%;
  width: 68%;
  color: #342a22;
  background: #e9cdab;
}

.board-bridge img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  border: 1px solid rgba(78, 56, 39, 0.24);
  border-radius: 7px;
}

.board-rtc {
  left: 7%;
  bottom: 42px;
  width: 39%;
  min-height: 220px;
  color: var(--green);
  background: #111918;
  transform: rotate(-2deg);
}

.board-rtc img,
.board-note img {
  width: 68px;
  height: 68px;
  border-radius: 16px;
}

.board-note {
  right: 6%;
  bottom: 48px;
  width: 34%;
  min-height: 205px;
  background: white;
  transform: rotate(1.5deg);
}

.app-overview,
.product,
.manuals,
.download {
  width: min(1120px, calc(100% - 44px));
  margin-left: auto;
  margin-right: auto;
}

.app-overview {
  padding: 96px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.section-heading h2,
.product h2,
.download h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4.7vw, 58px);
  line-height: 1.1;
  letter-spacing: 0;
}

.section-heading > p:not(.eyebrow),
.product-intro,
.split-copy > p,
.detail-copy > p,
.plugin-strip p,
.download p {
  color: var(--muted);
  line-height: 1.85;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.app-card {
  min-height: 260px;
  display: grid;
  grid-template-columns: 78px 1fr;
  align-content: start;
  gap: 20px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.app-card:hover {
  transform: translateY(-2px);
}

.app-card.featured-card {
  color: white;
  background:
    radial-gradient(circle at 92% 6%, rgba(255, 205, 112, 0.18), transparent 34%),
    var(--deep);
}

.app-card img {
  width: 78px;
  height: 78px;
  border-radius: 18px;
}

.app-card h3 {
  margin: 4px 0 10px;
  font-size: 24px;
  line-height: 1.16;
}

.app-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.featured-card p {
  color: rgba(255, 255, 255, 0.7);
}

.app-kind {
  color: #16813e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-card .app-kind {
  color: var(--green);
}

.product {
  margin-bottom: 92px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.bridge-section {
  color: white;
  background:
    radial-gradient(circle at 88% 3%, rgba(255, 189, 86, 0.15), transparent 24%),
    var(--deep);
}

.product-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: end;
  margin-bottom: 42px;
}

.product-title {
  align-items: flex-start;
  gap: 20px;
}

.product-title img {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  flex: 0 0 auto;
}

.product-title h2 {
  margin-bottom: 0;
}

.bridge-section .product-intro,
.bridge-section .detail-copy > p,
.bridge-section .plugin-strip p {
  color: rgba(255, 255, 255, 0.7);
}

.bridge-section .product-title h2 {
  font-size: clamp(32px, 4vw, 50px);
}

.protools-showcase {
  margin: 0 0 42px;
  overflow: hidden;
  background: #111516;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.protools-showcase img {
  display: block;
  width: 100%;
  height: auto;
}

.meter-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 48px;
}

.meter-modes figure {
  margin: 0;
  overflow: hidden;
  background: #111516;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.meter-modes figure img {
  display: block;
  width: 100%;
  min-height: 136px;
  object-fit: cover;
  object-position: center;
}

.meter-modes figcaption {
  display: grid;
  gap: 6px;
  padding: 17px;
}

.meter-modes figcaption strong {
  font-size: 18px;
}

.meter-modes figcaption span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.bridge-detail {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 34px;
  align-items: center;
}

.detail-shot,
.window-shot {
  margin: 0;
}

.detail-shot img,
.window-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.detail-shot {
  padding: 10px;
  background: #111516;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.detail-copy h3,
.plugin-strip h3 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.2;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.feature-tags span {
  padding: 9px 11px;
  color: #f7d69e;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 214, 158, 0.18);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
}

.plugin-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.plugin-strip img {
  width: 100%;
}

.split-product {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 48px;
  align-items: center;
  background: white;
}

.note-section {
  grid-template-columns: 0.82fr 1.18fr;
  background: #eef7fd;
}

.compact-title {
  margin-bottom: 24px;
}

.compact-title img {
  width: 78px;
  height: 78px;
  border-radius: 18px;
}

.compact-title h2 {
  font-size: clamp(30px, 4vw, 50px);
}

.plain-features {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.plain-features li {
  position: relative;
  padding-left: 22px;
  color: #38413e;
  line-height: 1.6;
}

.plain-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

.window-shot {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 20px;
  background: #202426;
  border-radius: 8px;
  overflow: hidden;
}

.window-shot img {
  max-height: 520px;
  object-fit: contain;
}

.note-shot {
  background: #dbe9f2;
}

.manuals {
  padding: 10px 0 96px;
}

.manual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.manual-grid article {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.manual-grid article img {
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 15px;
}

.manual-grid h3 {
  margin-bottom: 20px;
  font-size: 21px;
}

.manual-actions {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

.manual-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  background: #eef4f0;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
}

.download {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 44px;
  align-items: center;
  margin-bottom: 96px;
  padding: 42px;
  background: #fff5d8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.download-package {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.download-package img {
  width: 144px;
  height: 144px;
  object-fit: contain;
}

.download-package a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #161400;
  background: var(--yellow);
  border: 2px solid #d59d0c;
  border-radius: 8px;
  font-weight: 900;
}

.download-package small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.footer {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  color: #5b676b;
  background: #edf5f8;
  border-top: 2px solid rgba(39, 141, 221, 0.28);
  font-size: 13px;
}

.footer img {
  width: 230px;
  height: auto;
  opacity: 0.9;
}

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

  .lab-board {
    min-height: 520px;
  }

  .app-grid {
    grid-template-columns: 1fr;
  }

  .app-card {
    min-height: 0;
  }

  .product-heading,
  .bridge-detail,
  .split-product,
  .note-section,
  .download {
    grid-template-columns: 1fr;
  }

  .meter-modes {
    grid-template-columns: 1fr;
  }

  .plugin-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 15px 18px;
  }

  .topbar nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    width: min(100% - 28px, 1120px);
    min-height: 0;
    padding: 52px 0 68px;
  }

  .app-overview,
  .product,
  .manuals,
  .download {
    width: min(100% - 28px, 1120px);
  }

  .brand img {
    width: 160px;
  }

  h1 {
    max-width: 100%;
    font-size: 36px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .lead {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .lab-board {
    min-height: 480px;
  }

  .board-bridge {
    left: 8%;
    width: 84%;
  }

  .board-rtc {
    left: 5%;
    width: 43%;
  }

  .board-note {
    right: 5%;
    width: 40%;
  }

  .product {
    padding: 22px;
  }

  .product-title {
    flex-direction: column;
  }

  .manual-grid {
    grid-template-columns: 1fr;
  }

  .download {
    padding: 24px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .lab-board {
    min-height: 430px;
  }

  .board-card {
    padding: 15px;
  }

  .board-bridge {
    top: 28px;
  }

  .board-bridge img {
    height: 92px;
  }

  .board-rtc,
  .board-note {
    bottom: 28px;
    min-height: 185px;
  }

  .board-card strong {
    font-size: 24px;
  }

  .app-card {
    grid-template-columns: 62px 1fr;
    padding: 18px;
  }

  .app-card img {
    width: 62px;
    height: 62px;
    border-radius: 14px;
  }

  .window-shot {
    min-height: 330px;
    padding: 12px;
  }
}
