:root {
  --ink: #07111b;
  --navy: #071d31;
  --navy2: #030b13;
  --chrome: #c8d1d8;
  --teal: #35d6cd;
  --muted: #687783;
  --line: #dce3e7;
  --paper: #f5f7f8;
  --white: #fff;
  --shadow: 0 30px 80px rgba(2, 15, 27, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  background: #fff;
}
body.locked {
  overflow: hidden;
}
.shell {
  width: min(1200px, calc(100% - 44px));
  margin: auto;
}
.notice {
  padding: 8px 15px;
  text-align: center;
  background: #02070c;
  color: #9facb5;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--navy);
  font: 800 17px Manrope;
  letter-spacing: 0.08em;
}
.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.nav nav {
  display: flex;
  gap: 30px;
}
.nav nav a {
  font-size: 13px;
  color: #34434e;
  text-decoration: none;
}
.language {
  border: 1px solid var(--line);
  border-radius: 50px;
  padding: 9px 13px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}
.hero {
  position: relative;
  min-height: 690px;
  background: #07111b;
  overflow: hidden;
  color: #fff;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 11, 19, 0.98) 4%,
      rgba(3, 11, 19, 0.88) 39%,
      rgba(3, 11, 19, 0.08) 75%
    ),
    url("assets/chrome-vials-hero.png");
  background-size: cover;
  background-position: center;
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8df4ee, transparent);
}
.hero-inner {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.hero-copy {
  max-width: 690px;
  padding: 80px 0;
}
.eyebrow {
  color: #29bdb5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 0 0 18px;
}
.hero h1 {
  font: 700 clamp(48px, 6vw, 82px)/1 Manrope;
  margin: 0;
  letter-spacing: -0.055em;
  max-width: 780px;
}
.lede {
  font-size: 18px;
  line-height: 1.7;
  color: #aab7c0;
  max-width: 620px;
  margin: 27px 0;
}
.actions {
  display: flex;
  gap: 11px;
}
.button {
  border: 0;
  border-radius: 4px;
  padding: 14px 20px;
  font: 700 13px "DM Sans";
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.primary {
  background: var(--teal);
  color: #03181a;
}
.glass {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}
.micro {
  font-size: 11px;
  color: #6f808c;
  margin-top: 18px;
}
.trust {
  margin-top: -28px;
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 25px 0;
}
.trust div {
  padding: 2px 30px;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 16px;
}
.trust div:last-child {
  border: 0;
}
.trust b {
  font: 700 12px Manrope;
  color: #26aaa4;
}
.trust span {
  font-size: 13px;
  color: #43515b;
}
.section {
  padding: 120px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 40px;
}
.section-head h2,
.standard h2,
.verify h2 {
  font: 700 clamp(36px, 4.4vw, 58px)/1.08 Manrope;
  color: var(--navy);
  letter-spacing: -0.045em;
  margin: 0;
}
.section-head > div > p:last-child,
.verify > div > p:last-child {
  color: var(--muted);
  line-height: 1.65;
}
.filters {
  padding: 4px;
  background: var(--paper);
  display: flex;
}
.filter {
  border: 0;
  background: 0 0;
  padding: 9px 14px;
  cursor: pointer;
  color: var(--muted);
}
.filter.active {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 2px 10px #d4dce1;
  font-weight: 700;
}
.catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.product {
  border: 1px solid var(--line);
  background: #fff;
  transition: 0.25s;
  overflow: hidden;
}
.product:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.product-visual {
  height: 250px;
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 78%, rgba(20, 205, 216, 0.2), transparent 33%),
    linear-gradient(145deg, #06131e, #02080e 72%);
  overflow: hidden;
}
.product-visual:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 25px;
  bottom: 29px;
  background: radial-gradient(ellipse, rgba(2, 16, 27, 0.24), transparent 70%);
  filter: blur(8px);
}
.tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  font-size: 9px;
  letter-spacing: 0.12em;
  background: #071d31;
  color: #dce8ed;
  padding: 7px 9px;
}
.vial {
  position: relative;
  z-index: 1;
  width: 112px;
  height: 166px;
  border: 2px solid rgba(179, 219, 232, 0.5);
  border-radius: 10px 10px 18px 18px;
  background:
    linear-gradient(90deg, rgba(0, 10, 18, 0.78), rgba(27, 67, 86, 0.35) 48%, rgba(0, 8, 15, 0.82)),
    #071923;
  box-shadow:
    inset 9px 0 13px rgba(131, 223, 239, 0.12),
    inset -9px 0 15px rgba(0, 0, 0, 0.55),
    0 24px 35px rgba(0, 0, 0, 0.55),
    0 0 28px rgba(24, 205, 215, 0.14);
}
.vial:before {
  content: "";
  position: absolute;
  left: -7px;
  top: -21px;
  width: 122px;
  height: 35px;
  border-radius: 11px 11px 5px 5px;
  background: linear-gradient(#35414b, #070b0f 48%, #1b252d);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.15), 0 4px 5px rgba(0,0,0,.5);
}
.vial:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 30px 5px 13px;
  border-radius: 2px;
  background: linear-gradient(
    105deg,
    #8e9ca5,
    #f2ffff 16%,
    #68dbe0 29%,
    #d0a9f2 42%,
    #f8ffff 55%,
    #59ced2 70%,
    #d8e2e5 84%,
    #81919a
  );
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.85);
}
.vial-logo,
.vial-name,
.vial-strength {
  position: absolute;
  z-index: 3;
  left: 10px;
  width: 88px;
  text-align: center;
  color: #071d31;
  text-transform: uppercase;
}
.vial-logo {
  top: 36px;
  left: 25px;
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.vial-name {
  top: 103px;
  font: 900 9px/1.05 Manrope;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}
.vial-strength {
  top: 125px;
  font: 800 9px/1 Manrope;
  letter-spacing: 0.08em;
}
.product-info {
  padding: 21px;
}
.product-info h3 {
  font: 700 20px Manrope;
  margin: 0 0 5px;
  color: var(--navy);
}
.product-info > p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 19px;
  min-height: 19px;
}
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price {
  font: 700 19px Manrope;
  color: var(--navy);
}
.inquire {
  background: 0 0;
  border: 0;
  color: #087e79;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  padding: 8px 0;
}
.standard {
  background: var(--navy2);
  color: #fff;
  padding: 120px 0;
}
.standard h2 {
  color: #fff;
  max-width: 540px;
}
.standard-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.standard-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #26323b;
}
.standard-cards article {
  padding: 26px 24px 0 0;
}
.standard-cards span {
  color: #43d7d0;
  font: 700 11px Manrope;
}
.standard-cards h3 {
  font: 700 18px Manrope;
  margin: 42px 0 10px;
}
.standard-cards p {
  color: #84949f;
  line-height: 1.6;
  font-size: 13px;
}
.verify {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.verify form {
  background: var(--paper);
  padding: 32px;
}
.verify label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 9px;
}
.input-row {
  display: flex;
  gap: 8px;
}
.input-row input {
  min-width: 0;
  flex: 1;
  border: 1px solid var(--line);
  padding: 14px;
  font: inherit;
  text-transform: uppercase;
}
#inquiry-status,
#verify-message {
  font-size: 12px;
  color: var(--muted);
}
footer {
  background: #02070c;
  color: #9ba9b2;
  padding: 80px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 70px;
}
.footer-brand img {
  width: 88px;
}
.footer-brand p {
  max-width: 340px;
  line-height: 1.6;
}
.footer-grid h3 {
  font: 700 13px Manrope;
  color: #fff;
}
.footer-button,
.footer-grid a,
.footer-grid p {
  display: block;
  color: #82939d;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.9;
}
.footer-button {
  border: 0;
  background: 0 0;
  padding: 0;
  cursor: pointer;
}
.legal {
  border-top: 1px solid #1a242b;
  margin-top: 55px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 10px;
  color: #60717c;
}
.legal p {
  max-width: 900px;
  margin: 0;
}
.inquiry-dialog {
  border: 0;
  padding: 0;
  width: min(560px, calc(100% - 28px));
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
}
.inquiry-dialog::backdrop {
  background: rgba(1, 7, 12, 0.76);
  backdrop-filter: blur(8px);
}
.inquiry-dialog > form,
.inquiry-dialog > h2,
.inquiry-dialog > p {
  margin-left: 38px;
  margin-right: 38px;
}
.inquiry-dialog > p {
  margin-top: 40px;
}
.inquiry-dialog h2 {
  font: 700 35px Manrope;
  color: var(--navy);
  margin-top: 0;
}
.dialog-close {
  position: absolute;
  right: 16px;
  top: 12px;
  border: 0;
  background: 0 0;
  font-size: 27px;
  color: #647680;
  cursor: pointer;
}
.inquiry-dialog form {
  display: grid;
  gap: 14px;
  margin-bottom: 38px;
}
.inquiry-dialog label span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px;
}
.inquiry-dialog input,
.inquiry-dialog textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 12px;
  font: inherit;
}
.inquiry-dialog .consent {
  display: flex;
  gap: 8px;
  align-items: start;
  color: var(--muted);
}
.inquiry-dialog .consent input {
  width: auto;
  margin-top: 3px;
}
.inquiry-dialog .consent span {
  font-weight: 400;
  line-height: 1.5;
}
.gate {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(1, 7, 12, 0.88);
  backdrop-filter: blur(14px);
  display: grid;
  place-items: center;
  padding: 18px;
}
.gate.hidden {
  display: none;
}
.gate-card {
  width: min(650px, 100%);
  background: #fff;
  padding: 36px 40px;
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.5);
}
.gate-top {
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.gate-top img {
  width: 70px;
}
.gate-top p {
  margin-bottom: 4px;
}
.gate-top span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #6d7d87;
}
.gate-card h2 {
  font: 700 34px Manrope;
  color: var(--navy);
  margin: 0 0 10px;
}
.gate-card > p {
  color: var(--muted);
}
.gate-terms {
  display: grid;
  gap: 8px;
  margin: 20px 0;
}
.gate-terms label {
  display: flex;
  gap: 11px;
  align-items: start;
  border: 1px solid var(--line);
  padding: 12px;
  font-size: 12px;
  line-height: 1.5;
}
.gate-terms label:has(input:checked) {
  background: #effbf9;
  border-color: #8adbd6;
}
.gate-terms input {
  accent-color: #19afa8;
  margin-top: 3px;
}
.gate-note {
  background: var(--paper);
  padding: 10px;
  font-size: 11px;
}
.gate-card > .button {
  width: 100%;
}
.gate-card > .button:disabled {
  opacity: 0.35;
}
.text-button {
  display: block;
  margin: 14px auto 0;
  border: 0;
  background: 0 0;
  color: #087e79;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 850px) {
  .nav nav {
    display: none;
  }
  .hero-bg {
    background-image:
      linear-gradient(0deg, rgba(3, 11, 19, 0.98) 15%, rgba(3, 11, 19, 0.42)),
      url("assets/chrome-vials-hero.png");
    background-position: 62% center;
  }
  .hero-inner {
    align-items: end;
  }
  .hero-copy {
    padding-top: 300px;
  }
  .trust {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .trust div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px 22px;
  }
  .catalog {
    grid-template-columns: 1fr 1fr;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
  }
  .standard-grid,
  .verify {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 540px) {
  .shell {
    width: min(100% - 28px, 1200px);
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-copy {
    padding-top: 260px;
  }
  .actions {
    flex-direction: column;
  }
  .catalog {
    grid-template-columns: 1fr;
  }
  .standard-cards {
    grid-template-columns: 1fr;
  }
  .section,
  .standard {
    padding: 80px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .legal {
    flex-direction: column;
  }
  .gate-card {
    padding: 25px 20px;
  }
  .gate-card h2 {
    font-size: 28px;
  }
}
