:root {
  --als-bg: #f4f8fc;
  --als-surface: #ffffff;
  --als-surface-soft: #edf4fb;
  --als-text: #13213f;
  --als-text-soft: #5b6b85;
  --als-line: rgba(19, 33, 63, 0.1);
  --als-accent: #285da8;
  --als-accent-deep: #1e447e;
  --als-dark: #07101f;
  --als-radius: 24px;
  --als-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --als-shell-width: min(1240px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--als-text);
  background: linear-gradient(180deg, #ffffff 0%, var(--als-bg) 100%);
  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%; display: block; }
.site-main img { height: auto; }

.als-site-shell,
.als-site-footer-inner,
.als-shop-shell,
.als-hero,
.als-panel,
.als-card,
.als-product-card,
.als-category-card,
.als-archive-card,
.als-single-shell,
.als-page-shell,
.woocommerce .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-account .woocommerce {
  width: var(--als-shell-width);
  margin-left: auto;
  margin-right: auto;
}

.als-topbar {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: var(--als-shell-width);
  margin: 12px auto 0;
  padding: 10px 14px;
  border: 1px solid var(--als-line);
  border-radius: 16px;
  background: #eff6ff;
  color: var(--als-text-soft);
  text-align: center;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
  z-index: 60;
}

.als-topbar__message {
  display: none;
  white-space: normal;
  overflow-wrap: anywhere;
}

.als-topbar__message.is-active {
  display: inline !important;
}

.als-topbar__message[hidden] {
  display: none !important;
}

.als-topbar__message a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.als-topbar__message a:hover,
.als-topbar__message a:focus-visible {
  text-decoration-thickness: 2px;
}

.als-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid rgba(15,23,42,0.08);
}
.als-site-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 16px 0;
}
.als-branding { display: grid; gap: 4px; }
.als-branding img { max-height: 52px; width: auto; }
.als-branding__mark { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.03em; }
.als-branding__sub { font-size: 0.78rem; color: var(--als-text-soft); text-transform: uppercase; letter-spacing: 0.12em; }
.als-primary-nav, .als-utility-nav { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.als-primary-nav a, .als-utility-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
}
.als-primary-nav a:hover, .als-utility-nav a:hover { background: rgba(15,23,42,0.05); }
.als-utility-nav .is-accent {
  background: linear-gradient(135deg, var(--als-accent), var(--als-accent-deep));
  color: #fff;
}

.site-main { padding: 28px 0 64px; }
.als-hero-section { padding-top: 6px; }
.als-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 24px;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(140deg, #07101f 0%, #112247 55%, #1e447e 100%);
  color: #fff;
  box-shadow: var(--als-shadow);
}
.als-hero__copy { display: grid; gap: 16px; align-content: start; }
.als-eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
}
.als-hero h1, .als-section-title h2, .als-card h3, .als-product-card h3, .als-category-card h3, .als-archive-card h3 {
  margin: 0;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.als-hero h1 { font-size: clamp(2.6rem, 4vw, 4.5rem); max-width: 12ch; }
.als-hero p, .als-panel p, .als-card p, .als-product-card p, .als-category-card p, .als-archive-card p { margin: 0; color: inherit; }
.als-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.als-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 700;
}
.als-button--primary { background: linear-gradient(135deg, #ffffff, #dbeafe); color: var(--als-accent-deep); }
.als-button--secondary { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.12); }
.als-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.als-panel--hero { grid-template-columns: 1fr; }
.als-stat-card { display: grid; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.als-stat-card:last-child { border-bottom: 0; padding-bottom: 0; }
.als-panel strong { font-size: 1.6rem; }
.als-section { width: var(--als-shell-width); margin: 28px auto 0; }
.als-section-title { display: grid; gap: 10px; margin-bottom: 18px; }
.als-section-title p { color: var(--als-text-soft); }
.als-shop-shell {
  display: grid;
  gap: 22px;
}
.als-shop-shell .als-section-title {
  margin-bottom: 0;
  padding: 28px 30px;
  border-radius: 30px;
  background: linear-gradient(145deg, #07101f 0%, #112247 58%, #1e447e 100%);
  color: #fff;
  box-shadow: 0 24px 48px rgba(7, 16, 31, 0.16);
}
.als-shop-shell .als-section-title p {
  max-width: 70ch;
  color: rgba(255, 255, 255, 0.78);
}
.als-shop-shell .als-metric {
  color: rgba(255, 255, 255, 0.72);
}
.als-grid-3, .als-grid-4, .als-products-grid, .als-archive-grid, .als-feature-band {
  display: grid; gap: 16px;
}
.als-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.als-grid-4, .als-products-grid, .als-feature-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.als-products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.als-card, .als-product-card, .als-category-card, .als-archive-card, .als-single-shell, .als-page-shell {
  padding: 24px;
  border-radius: var(--als-radius);
  background: var(--als-surface);
  border: 1px solid var(--als-line);
  box-shadow: var(--als-shadow);
}
.als-card, .als-product-card, .als-category-card, .als-archive-card { display: grid; gap: 12px; align-content: start; }
.als-metric { color: var(--als-accent-deep); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 800; }

.als-shop-shell .woocommerce-result-count,
.als-shop-shell .woocommerce-ordering,
.als-shop-shell .products,
.als-shop-shell .product,
.als-single-shell .product,
.als-page-shell .entry-content {
  margin-top: 0;
}
.als-shop-shell .woocommerce-breadcrumb,
.als-single-shell .woocommerce-breadcrumb {
  margin: 0;
  color: var(--als-text-soft);
}
.als-shop-shell .woocommerce {
  display: grid;
  gap: 18px;
}
.als-shop-shell .woocommerce::before,
.als-shop-shell .woocommerce::after {
  display: none !important;
}
.als-shop-shell .woocommerce-result-count,
.als-shop-shell .woocommerce-ordering {
  margin: 0;
  float: none !important;
}
.als-shop-shell .woocommerce-result-count {
  align-self: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(19, 33, 63, 0.08);
  color: var(--als-text-soft);
  font-size: 0.88rem;
  font-weight: 600;
}
.als-shop-shell .woocommerce-ordering {
  justify-self: end;
}
.als-shop-shell .woocommerce-ordering select {
  min-height: 48px;
  padding: 0 44px 0 16px;
  border: 1px solid rgba(19, 33, 63, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--als-text);
  font: inherit;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}
.als-shop-shell .woocommerce:has(.woocommerce-result-count):has(.woocommerce-ordering) .woocommerce-result-count,
.als-shop-shell .woocommerce:has(.woocommerce-result-count):has(.woocommerce-ordering) .woocommerce-ordering {
  margin-bottom: 0;
}
.als-shop-shell .products,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(19, 33, 63, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(237,244,251,0.92) 100%);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 16px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  border: 1px solid rgba(19, 33, 63, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 93, 168, 0.24);
  box-shadow: 0 24px 44px rgba(30, 68, 126, 0.14);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 14px;
  height: 100%;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
  content: "Lab catalog";
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(40, 93, 168, 0.09);
  color: var(--als-accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.woocommerce div.product div.images img,
.woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 18px;
  border-radius: 20px;
  background: radial-gradient(circle at top, rgba(255,255,255,0.96) 0%, rgba(237,244,251,0.96) 100%);
  border: 1px solid rgba(19, 33, 63, 0.06);
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce ul.products li.product .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  color: var(--als-text);
  font-size: 1rem;
  font-weight: 700;
}
.woocommerce ul.products li.product .price .amount {
  font-size: 1.12rem;
}
.woocommerce ul.products li.product .button {
  width: 100%;
  margin: 0;
  justify-content: center;
  min-height: 48px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--als-accent), var(--als-accent-deep));
  color: #fff;
  padding: 0.9em 1.25em;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 18px;
  border-top: 0;
  box-shadow: var(--als-shadow);
}
.woocommerce div.product form.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { width: auto; }
.woocommerce div.product div.summary,
.woocommerce div.product div.images { margin-bottom: 0; }
.als-single-layout {
  display: grid;
  gap: 24px;
}
.als-page-shell { padding: 28px; }
.als-page-shell h1.entry-title { margin-top: 0; }

.als-site-footer { padding: 0 0 32px; }
.als-site-footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 1.5fr);
  gap: 24px;
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--als-line);
  box-shadow: var(--als-shadow);
}
.als-footer-links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.als-footer-links strong { display: block; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem; }
.als-footer-links a { display: block; margin-bottom: 8px; color: var(--als-text-soft); }

@media (max-width: 1080px) {
  .als-site-shell, .als-site-footer-inner, .als-hero { grid-template-columns: 1fr; }
  .als-grid-3, .als-grid-4, .als-products-grid, .als-footer-links, .als-feature-band { grid-template-columns: 1fr 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  :root { --als-shell-width: min(100% - 18px, 100%); }
  .als-grid-3, .als-grid-4, .als-products-grid, .als-footer-links, .als-feature-band { grid-template-columns: 1fr; }
  .als-primary-nav, .als-utility-nav, .als-actions { width: 100%; }
  .als-primary-nav a, .als-utility-nav a, .als-button { width: 100%; justify-content: center; }
  .als-hero { padding: 24px 18px; border-radius: 24px; }
  .site-main { padding-top: 18px; }
  .als-shop-shell .als-section-title,
  .als-shop-shell .products,
  .woocommerce ul.products {
    padding: 18px;
    border-radius: 24px;
  }
  .woocommerce ul.products { grid-template-columns: 1fr; gap: 16px; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product { padding: 14px; border-radius: 22px; }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link { gap: 12px; }
  .woocommerce ul.products li.product img { padding: 14px; }
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title { font-size: 1rem; }
}

body.home {
  background: radial-gradient(circle at top right, rgba(207, 46, 46, 0.08), transparent 24%), linear-gradient(180deg, #fff 0%, #fff9f9 42%, #fff 100%);
  color: #161616;
}

.home .als-site-header,
.home .als-site-footer {
  display: none !important;
}

.home .als-topbar {
  position: relative;
  display: grid !important;
  align-items: center;
  width: min(1240px, calc(100% - 32px));
  min-height: 34px;
  margin: 10px auto 0;
  padding: 5px 20px;
  border: 1px solid rgba(34, 24, 26, 0.08);
  border-radius: 15px;
  background: linear-gradient(180deg, #fdfcfc 0%, #f7f4f4 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 8px 20px rgba(17, 12, 14, 0.038);
  overflow: hidden;
}

.home .als-topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(90deg, rgba(34, 24, 26, 0.022) 0%, rgba(34, 24, 26, 0) 18%, rgba(34, 24, 26, 0) 82%, rgba(34, 24, 26, 0.022) 100%);
  pointer-events: none;
}

.home .als-topbar::after {
  display: none;
}

.home .utility-strip__eyebrow {
  display: none;
}

.home .als-topbar__message {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  margin: 0;
  text-align: center;
  color: #13213f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
  text-wrap: balance;
}

.home .site-main {
  padding: 0 0 40px;
}

.home .site-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 9px 0 40px;
}

.home .utility-strip {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 36px;
  margin-bottom: 10px;
  padding: 6px 20px;
  border: 1px solid rgba(34, 24, 26, 0.1);
  border-radius: 15px;
  background: linear-gradient(180deg, #fcfbfb 0%, #f5f1f1 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 8px 20px rgba(17, 12, 14, 0.045);
  overflow: hidden;
}

.home .utility-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(90deg, rgba(34, 24, 26, 0.035) 0%, rgba(34, 24, 26, 0) 18%, rgba(34, 24, 26, 0) 82%, rgba(34, 24, 26, 0.035) 100%);
  pointer-events: none;
}

.home .utility-strip::after {
  display: none;
}

.home .utility-strip__viewport {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 1.45em;
}

.home .utility-strip__message {
  grid-area: 1 / 1;
  margin: 0;
  text-align: center;
  color: #13213f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
  text-wrap: balance;
  opacity: 0;
  visibility: hidden;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.home .utility-strip__message.is-active {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .home .utility-strip__message {
    transition: none;
  }
}

@media (max-width: 760px) {
  .home .als-topbar {
    min-height: 52px;
    margin: 8px auto 0;
    padding: 6px 14px;
    border-radius: 12px;
  }

  .home .als-topbar__message {
    max-width: 30ch;
    margin-inline: auto;
  }

  .home .utility-strip__eyebrow {
    display: none;
  }
}

.home .age-banner,
.home .site-header,
.home .category-card,
.home .featured-card,
.home .step-card,
.home .spec-panel,
.home .trust-strip,
.home .site-footer {
  border: 1px solid rgba(29, 29, 29, 0.08);
  box-shadow: 0 10px 22px rgba(16, 10, 11, 0.06);
}

.home .age-banner {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: #fff7f7;
  color: #5f5a5a;
}

.home .age-banner span,
.home .kicker,
.home .step-index,
.home .spec-panel dt,
.home .featured-price,
.home .why-alpha-eyebrow,
.home .footer-links h4 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
}

.home .site-header {
  position: relative;
  z-index: 20;
  display: grid;
  padding: 16px 20px;
  margin-bottom: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.home .site-header-top {
  display: grid;
  grid-template-columns: minmax(232px, max-content) minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.home .brand-link,
.home .header-controls,
.home .utility-nav,
.home .utility-link,
.home .site-nav a,
.home .featured-card a,
.home .step-card a,
.home .footer-links a,
.home .hero-actions a,
.home .why-alpha-cta {
  display: inline-flex;
  align-items: center;
}

.home .brand-logo { width: min(228px, 50vw); height: auto; }
.home .header-controls { justify-self: end; }
.home .utility-nav { gap: 8px; }
.home .utility-link {
  min-height: 44px;
  padding: 0 12px;
  gap: 7px;
  border: 1px solid rgba(29, 29, 29, 0.08);
  border-radius: 999px;
  background: #fff;
  font-size: 0.84rem;
  font-weight: 600;
}

.home .utility-link,
.home .site-nav a,
.home .site-nav-dropdown summary,
.home .site-nav-dropdown-menu a {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.home .utility-icon,
.home .nav-link-icon,
.home .button-icon,
.home .inline-link-icon,
.home .panel-link-icon,
.home .chip-icon,
.home .feature-icon,
.home .menu-toggle-icon {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
  flex: 0 0 auto;
}

.home .menu-toggle-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.home .chip-icon {
  color: #f3d4d4;
  filter: brightness(0) saturate(100%) invert(90%) sepia(12%) saturate(446%) hue-rotate(303deg) brightness(101%) contrast(91%);
}

.home .feature-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.home .panel-link-icon {
  width: 1.08rem;
  height: 1.08rem;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(16%) sepia(76%) saturate(2847%) hue-rotate(347deg) brightness(86%) contrast(98%);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.home .menu-toggle {
  display: none;
  grid-column: 1;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(207, 46, 46, 0.28);
  border-radius: 14px;
  background: #fff;
  color: #cf2e2e;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
}

.home .menu-toggle-icon {
  filter: brightness(0) saturate(100%);
}

.home .site-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  padding-left: 0;
}

.home .site-nav > a,
.home .site-nav-dropdown summary {
  justify-content: space-between;
  min-height: 0;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 625;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.home .site-nav > a:hover,
.home .site-nav > a:focus-visible,
.home .site-nav-dropdown summary:hover,
.home .site-nav-dropdown summary:focus-visible,
.home .site-nav-dropdown.is-hovered > summary,
.home .site-nav-dropdown[open] > summary {
  background: transparent;
  box-shadow: none;
  color: #a32020;
}

.home .site-nav-dropdown { position: relative; }
.home .site-nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
  width: 100%;
}
.home .site-nav-dropdown summary > span,
.home .site-nav > a > span,
.home .site-nav-dropdown-menu a > span {
  flex: 1 1 auto;
}
.home .site-nav-dropdown summary::-webkit-details-marker { display: none; }
.home .site-nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 280px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(29, 29, 29, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 28px 52px rgba(16, 10, 11, 0.14);
}
.home .site-nav-dropdown-menu a {
  justify-content: space-between;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}
.home .site-nav-dropdown-menu a:hover,
.home .site-nav-dropdown-menu a:focus-visible {
  transform: translateX(1px);
  border-color: rgba(207, 46, 46, 0.14);
  background: #faf3f3;
}
.home .nav-link-icon {
  opacity: 0.76;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.home .nav-dropdown-icon { transition: transform 0.2s ease; }
.home .site-nav-dropdown.is-hovered .nav-dropdown-icon,
.home .site-nav-dropdown[open] .nav-dropdown-icon { transform: rotate(90deg); }

.home .hero-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, #05080d 0%, #09111a 38%, #0d1721 100%);
  color: #fff;
  isolation: isolate;
}
.home .hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 8, 13, 0.98) 0%, rgba(5, 10, 16, 0.96) 22%, rgba(6, 11, 17, 0.9) 36%, rgba(8, 14, 22, 0.62) 48%, rgba(8, 14, 22, 0.28) 60%, rgba(8, 14, 22, 0.14) 100%);
  z-index: 1;
}
.home .hero-environment {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 108%;
  opacity: 0.98;
  filter: saturate(0.9) brightness(0.9) contrast(1.06);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 28%, rgba(0, 0, 0, 0.14) 38%, rgba(0, 0, 0, 0.78) 52%, rgba(0, 0, 0, 0.97) 67%, rgba(0, 0, 0, 1) 100%);
}
.home .hero-copy,
.home .spec-panel { position: relative; z-index: 4; }
.home .hero-copy { z-index: 5; display: grid; gap: 16px; max-width: 700px; }
.home .spec-panel { z-index: 6; }
.home .hero-copy h1,
.home .section-heading h2,
.home .spec-panel h2,
.home .why-alpha-intro h2 { margin: 0; line-height: 0.96; letter-spacing: -0.045em; }
.home .hero-copy h1 { font-size: clamp(2.45rem, 4.3vw, 4.6rem); max-width: 12ch; line-height: 0.94; letter-spacing: -0.055em; }
.home .hero-text { max-width: 620px; color: rgba(255, 255, 255, 0.8); font-size: 1.04rem; line-height: 1.72; margin: 0; }
.home .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home .primary-button,
.home .secondary-button,
.home .why-alpha-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 999px;
  gap: 10px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, filter 0.18s ease;
}
.home .primary-button {
  color: #fff;
  background: linear-gradient(135deg, #cf2e2e 0%, #a32020 100%);
  box-shadow: 0 14px 26px rgba(163, 32, 32, 0.24);
}
.home .primary-button .button-icon,
.home .secondary-button .button-icon,
.home .why-alpha-cta .inline-link-icon {
  filter: brightness(0) invert(1);
}
.home .secondary-button { color: rgba(232, 239, 247, 0.92); border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.05); }
.home .why-alpha-cta { background: linear-gradient(180deg, #cf2e2e, #a32020); color: #fff8f8; box-shadow: 0 14px 28px rgba(163, 32, 32, 0.2); }
.home .why-alpha-cta:hover { transform: translateY(-1px); box-shadow: 0 18px 34px rgba(163, 32, 32, 0.26); border-color: rgba(125, 22, 22, 0.4); filter: saturate(1.04); }
.home .proof-grid,
.home .featured-grid,
.home .step-grid,
.home .footer-links { display: grid; gap: 16px; }
.home .proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 8px; }
.home .proof-chip {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}
.home .proof-chip p { margin: 0; color: rgba(255, 255, 255, 0.9); font-size: 0.9rem; line-height: 1.55; }
.home .spec-panel {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.035) 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(1, 7, 20, 0.24);
  backdrop-filter: blur(14px);
  color: #fff;
}
.home .panel-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.home .panel-symbol-wrap { width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,0.08); display: inline-flex; align-items: center; justify-content: center; }
.home .panel-symbol { width: 30px; opacity: 0.95; }
.home .spec-panel dl { margin: 0; display: grid; gap: 8px; }
.home .spec-panel dl div { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 16px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.home .spec-panel dl div:first-child { border-top: 0; padding-top: 0; }
.home .spec-panel dd, .home .panel-note { margin: 0; color: rgba(255,255,255,0.82); line-height: 1.65; }
.home .spec-panel dt a { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.home .spec-panel dt a:hover { color: #fff; }
.home .spec-panel dt a:hover .panel-link-icon { transform: translateX(2px); }
.home .panel-emphasis-row dt { color: #cf2e2e; }
.home .featured-section { position: relative; overflow: hidden; padding-top: 28px; padding-bottom: 40px; }
.home .featured-section::before { content: ''; position: absolute; top: 4px; right: -2%; bottom: 0; left: -2%; border-radius: 34px; background: linear-gradient(180deg, rgba(248,250,252,0.78) 0%, rgba(255,255,255,0.92) 58%, rgba(255,255,255,0) 100%); pointer-events: none; z-index: 0; }
.home .featured-section > * { position: relative; z-index: 1; }
.home .section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,420px); gap: 20px; align-items: end; margin-bottom: 30px; }
.home .compact-heading h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); }
.home .section-heading p { margin: 0; color: #5f5a5a; }
.home .featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home .featured-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}
.home .featured-title-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: center; }
.home .featured-card h3,
.home .trust-item h3,
.home .footer-brand p,
.home .footer-links h4 { margin: 0; }
.home .featured-card p,
.home .trust-item p,
.home .footer-links a { margin: 0; color: #5f5a5a; }
.home .featured-card a { gap: 8px; width: fit-content; color: #a32020; font-weight: 700; }
.home .featured-vial-image { width: 90px; height: 118px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(20,14,15,0.16)); }
.home .als-intro-band { position: relative; overflow: hidden; margin-top: 14px; padding-bottom: 48px; background: var(--als-bg); }
.home .als-intro-band::before { content: ''; position: absolute; top: -6px; right: -3%; bottom: 0; left: -3%; border-radius: 30px; background: linear-gradient(180deg, rgba(248,250,252,0.82) 0%, rgba(255,255,255,0.9) 72%, rgba(255,255,255,0) 100%); pointer-events: none; z-index: 0; }
.home .als-intro-band > * { position: relative; z-index: 1; }
.home .trust-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, #f7f9fb 0%, #fff 26%, #fff 100%);
}
.home .trust-strip-intro { display: grid; align-content: center; gap: 12px; padding: 22px 24px; background: linear-gradient(180deg, #161214 0%, #221619 100%); color: #fff; border-right: 1px solid rgba(255,255,255,0.08); }
.home .trust-strip-intro p { margin: 0; color: rgba(232,239,247,0.76); }
.home .trust-item { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 14px; align-content: start; min-height: 100%; padding: 22px 20px; border-right: 1px solid rgba(10,15,24,0.08); background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(248,250,252,0.96) 100%); }
.home .trust-item:last-child { border-right: 0; }
.home .trust-item h3 { margin-bottom: 6px; }
.home .trust-icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(180deg, #fff 0%, #f3f6f9 100%); box-shadow: inset 0 0 0 1px rgba(13,24,36,0.08); display: inline-flex; align-items: center; justify-content: center; }
.home .ordering-section { padding: 18px 0 28px; }
.home .ordering-shell { position: relative; overflow: hidden; padding: 36px 34px 34px; border: 1px solid rgba(13,24,36,0.06); border-radius: 32px; background: linear-gradient(180deg, rgba(248,250,252,0.98) 0%, rgba(240,244,248,0.96) 100%), radial-gradient(circle at top left, rgba(255,255,255,0.85), rgba(255,255,255,0) 44%); box-shadow: 0 18px 36px rgba(11,20,34,0.04); }
.home .ordering-shell::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.36), rgba(255,255,255,0.08)); pointer-events: none; }
.home .ordering-heading,
.home .step-grid { position: relative; z-index: 1; }
.home .ordering-heading { margin-bottom: 30px; }
.home .step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.home .step-card { position: relative; display: grid; align-content: start; gap: 18px; min-height: 100%; padding: 24px 22px 20px; border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(251,253,255,0.74) 100%); border: 1px solid rgba(13,24,36,0.07); box-shadow: inset 0 1px 0 rgba(255,255,255,0.52); }
.home .step-card-top { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 10px 14px; align-items: center; }
.home .step-card h3 { position: relative; z-index: 1; align-self: center; max-width: 11ch; }
.home .step-index { position: relative; top: auto; left: auto; display: inline-flex; align-items: center; min-width: auto; min-height: auto; padding: 0; border-radius: 0; background: transparent; box-shadow: none; color: rgba(37,67,93,0.14); font-size: clamp(2.8rem, 4.8vw, 4.25rem); font-weight: 700; line-height: 0.84; letter-spacing: -0.08em; }
.home .step-symbol { position: relative; top: auto; left: auto; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(243,247,251,0.92) 100%); box-shadow: inset 0 0 0 1px rgba(37,67,93,0.08); color: rgba(37,67,93,0.8); transform: none; }
.home .step-visual-svg { width: 100%; height: 100%; overflow: visible; }
.home .step-visual-stroke { stroke: currentColor; stroke-width: 1.6; vector-effect: non-scaling-stroke; }
.home .step-visual-fine { opacity: 0.58; stroke-width: 1.3; }
.home .step-card-body { display: grid; gap: 14px; max-width: 30ch; padding-left: 0; }
.home .step-card em { font-style: normal; font-weight: 600; margin-top: 6px; }
.home .step-card a { width: fit-content; gap: 8px; color: #25435d; font-size: 0.92rem; letter-spacing: -0.01em; }
.home .step-card .inline-link-icon { width: 1.05rem; height: 1.05rem; opacity: 0.7; transition: transform 0.18s ease, opacity 0.18s ease; }
.home .step-card a:hover .inline-link-icon,
.home .step-card a:focus-visible .inline-link-icon { transform: translateX(2px); opacity: 1; }
.home .why-alpha-section { padding-top: 24px; }
.home .why-alpha-shell { display: grid; grid-template-columns: minmax(0,0.92fr) minmax(0,1.08fr); gap: 28px; padding: 34px 36px; border: 1px solid rgba(13,24,36,0.08); border-radius: 30px; background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%); box-shadow: 0 14px 30px rgba(11,20,34,0.06); }
.home .kicker-why-alpha { display: inline-flex; width: fit-content; padding: 9px 14px; border-radius: 999px; background: rgba(207,46,46,0.08); border: 1px solid rgba(163,32,32,0.16); color: #a32020; }
.home .why-alpha-intro { display: grid; align-content: start; gap: 16px; padding-right: 16px; }
.home .why-alpha-intro p { margin: 0; color: #5f5a5a; }
.home .why-alpha-intro h2 { font-size: clamp(2rem, 3vw, 3rem); max-width: 11ch; color: #a32020; }
.home .why-alpha-list { display: grid; gap: 0; border-left: 1px solid rgba(13,24,36,0.08); }
.home .why-alpha-item { display: grid; gap: 8px; padding: 8px 0 20px 26px; border-bottom: 1px solid rgba(13,24,36,0.08); }
.home .why-alpha-item:last-child { padding-bottom: 8px; border-bottom: 0; }
.home .site-footer { display: grid; grid-template-columns: minmax(260px,1fr) minmax(0,1.4fr); gap: 24px; padding: 30px; border-radius: 24px; background: #fff; }
.home .footer-brand { display: grid; gap: 14px; }
.home .footer-links { grid-template-columns: repeat(3, minmax(0,1fr)); }
.home .footer-links div { display: grid; gap: 12px; }

@media (max-width: 1080px) {
  .home .proof-grid,
  .home .featured-grid,
  .home .trust-strip,
  .home .site-footer,
  .home .why-alpha-shell,
  .home .step-grid,
  .home .footer-links,
  .home .section-heading,
  .home .hero-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .home .site-shell { width: min(100% - 18px, 100%); padding-top: 8px; }
  .home .utility-strip {
    min-height: 34px;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 12px;
  }
  .home .utility-strip__message {
    max-width: 30ch;
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }
  .home .site-header,
  .home .hero-section,
  .home .spec-panel,
  .home .trust-strip,
  .home .site-footer,
  .home .step-card,
  .home .featured-card,
  .home .ordering-shell { border-radius: 20px; }
  .home .hero-section { padding: 24px 18px; }
  .home .site-header { gap: 0; padding: 10px 18px; }
  .home .site-header-top,
  .home .hero-actions,
  .home .header-controls { width: 100%; }
  .home .site-header-top {
    position: relative;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 12px;
    align-items: center;
  }
  .home .menu-toggle { grid-area: auto; }
  .home .brand-link { display: flex; align-items: center; justify-self: center; width: 197.22px; min-width: 0; max-width: 197.22px; }
  .home .brand-logo { width: 100%; min-width: 0; object-fit: contain; object-position: center; }
  .home .header-controls { grid-area: auto; grid-column: auto; justify-content: flex-end; align-self: center; }
  .home .utility-nav { display: inline-flex; justify-content: flex-end; gap: 4px; }
  .home .utility-link { min-width: auto; min-height: 44px; padding: 0 2px; justify-content: center; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .home .utility-link span:last-child { display: none; }
  .home .menu-toggle {
    display: inline-flex;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border-color: rgba(22, 18, 20, 0.24);
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f8 100%);
    color: #161214;
    box-shadow: 0 8px 18px rgba(16, 10, 11, 0.06);
  }
  .home .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 14px;
    border: 1px solid rgba(29,29,29,0.08);
    border-radius: 18px;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 26px 44px rgba(16, 10, 11, 0.14);
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    z-index: 30;
  }
  .home .site-nav.is-open { display: flex; }
  .home .primary-button,
  .home .secondary-button,
  .home .site-nav a,
  .home .featured-card a,
  .home .footer-links a { width: 100%; }
  .home .site-nav > a,
  .home .site-nav-dropdown summary,
  .home .site-nav-dropdown-menu a {
    width: 100%;
    justify-content: space-between;
    min-height: 0;
    padding: 9px 12px;
    border: 1px solid rgba(207, 46, 46, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf5f5 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    color: #161214;
  }
  .home .site-nav > a:hover,
  .home .site-nav > a:focus-visible,
  .home .site-nav-dropdown summary:hover,
  .home .site-nav-dropdown summary:focus-visible,
  .home .site-nav-dropdown[open] > summary,
  .home .site-nav-dropdown-menu a:hover,
  .home .site-nav-dropdown-menu a:focus-visible {
    border-color: rgba(207, 46, 46, 0.22);
    background: linear-gradient(180deg, #fff7f7 0%, #f9eded 100%);
    box-shadow: 0 10px 22px rgba(16, 10, 11, 0.08);
    color: #a32020;
    transform: none;
  }
  .home .site-nav-dropdown { width: 100%; }
  .home .site-nav-dropdown,
  .home .site-nav-dropdown-menu { position: static; }
  .home .site-nav-dropdown-menu {
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    padding: 7px;
    border: 1px solid rgba(207, 46, 46, 0.1);
    border-radius: 14px;
    box-shadow: none;
    background: linear-gradient(180deg, #fffafb 0%, #fff4f4 100%);
  }
  .home .hero-environment,
  .home .spec-panel { display: none; }
  .home .hero-copy h1 { font-size: clamp(2.3rem, 11vw, 3.5rem); }
  .home .content-section { padding: 56px 0; }
  .home .ordering-section { padding: 32px 0; }
  .home .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home .featured-card { align-content: start; padding: 20px 14px 18px; gap: 8px; }
  .home .featured-card-top { min-height: auto; margin-bottom: 0; }
  .home .featured-title-row { grid-template-columns: 1fr; gap: 8px; align-items: start; }
  .home .featured-title-row h3 { max-width: none; font-size: 1rem; line-height: 1.2; }
  .home .featured-vial-image { width: 72px; height: 94px; justify-self: end; }
  .home .ordering-shell { padding: 24px 16px 20px; }
  .home .ordering-heading { margin-bottom: 18px; }
  .home .trust-strip-intro,
  .home .trust-item { padding: 22px 18px; }
  .home .step-card { gap: 14px; padding: 20px 16px 16px; }
  .home .step-card-top { grid-template-columns: auto minmax(0,1fr) auto; gap: 10px 12px; align-items: center; }
  .home .step-card h3 { max-width: none; }
  .home .step-index { font-size: clamp(2.5rem, 14vw, 3.8rem); }
  .home .step-symbol { width: 48px; height: 48px; border-radius: 14px; }
  .home .step-card-body { padding-left: 0; }
  .home .step-card a { font-size: 0.88rem; }
  .home .why-alpha-list { border-left: 0; border-top: 1px solid rgba(13,24,36,0.08); }
  .home .why-alpha-item { padding-left: 0; }
}
