.dab-home-page {
  margin: 0;
  background: #080a0d;
  color: var(--dab-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.dab-home-page * {
  box-sizing: border-box;
}

.dab-home-main {
  overflow: hidden;
  background: #080a0d;
}

.dab-home-shell {
  width: min(100% - 40px, var(--dab-max));
  margin: 0 auto;
}

.dab-home-hero {
  position: relative;
  display: flex;
  min-height: min(780px, calc(100vh - 76px));
  flex-direction: column;
  isolation: isolate;
}

.dab-home-hero-media,
.dab-home-hero-media img,
.dab-home-hero-overlay {
  position: absolute;
  inset: 0;
}

.dab-home-hero-media {
  z-index: -2;
  margin: 0;
}

.dab-home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dab-home-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 10, 13, 0.96) 0%, rgba(8, 10, 13, 0.76) 46%, rgba(8, 10, 13, 0.12) 100%),
    linear-gradient(180deg, rgba(8, 10, 13, 0.06), rgba(8, 10, 13, 0.9));
}

.dab-home-hero-stage {
  display: flex;
  width: 100%;
  min-height: 638px;
  padding: 96px 0 68px;
  align-items: center;
  flex: 1;
}

.dab-home-hero-content h1 {
  max-width: 720px;
  margin: 0;
  color: #f5f7fa;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: 0;
}

.dab-home-kicker {
  margin: 0 0 14px;
  color: var(--dab-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dab-home-hero-copy {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(245, 247, 250, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.dab-home-actions,
.dab-age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.dab-home-button,
.dab-home-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.dab-home-button {
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 14px;
  cursor: pointer;
}

.dab-home-button-primary {
  background: var(--dab-accent);
  color: #06110e;
}

.dab-home-button-secondary {
  border-color: var(--dab-line);
  background: rgba(255, 255, 255, 0.06);
  color: #f5f7fa;
}

.dab-home-text-link {
  color: var(--dab-accent-strong);
  font-size: 14px;
}

.dab-home-hero-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  padding: 0;
  border: 1px solid var(--dab-line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #10151b;
  list-style: none;
}

.dab-home-hero-capabilities li {
  display: grid;
  min-height: 124px;
  padding: 24px 26px;
  border-left: 1px solid var(--dab-line);
  grid-template-columns: 32px minmax(0, 1fr);
  align-content: center;
  column-gap: 12px;
}

.dab-home-hero-capabilities li:first-child {
  border-left: 0;
}

.dab-home-hero-capabilities span {
  color: var(--dab-accent-strong);
  font-size: 12px;
  font-weight: 800;
}

.dab-home-hero-capabilities strong {
  color: var(--dab-text);
  font-size: 18px;
  line-height: 1.25;
}

.dab-home-hero-capabilities small {
  margin-top: 8px;
  color: var(--dab-muted);
  font-size: 14px;
  line-height: 1.5;
  grid-column: 2;
}

.dab-home-band {
  padding: 88px 0;
}

.dab-home-technology,
.dab-home-case,
.dab-home-news {
  background: #0b1015;
}

.dab-home-products,
.dab-home-process,
.dab-home-knowledge {
  background: #0f151b;
}

.dab-home-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.dab-home-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  max-width: none;
}

.dab-home-heading-row > div {
  max-width: 820px;
}

.dab-home-heading h2,
.dab-home-about h2,
.dab-home-case h2,
.dab-home-cta h2 {
  margin: 0;
  color: #f5f7fa;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
}

.dab-home-technology-number,
.dab-home-process-list > li > span {
  display: block;
  margin-bottom: 40px;
  color: var(--dab-warm);
  font-size: 12px;
  font-weight: 800;
}

.dab-home-technology-grid h3,
.dab-home-process-list h3,
.dab-home-about-proof h3,
.dab-home-product-card h3,
.dab-home-editorial-card h3 {
  margin: 0 0 12px;
  color: #f5f7fa;
  font-size: 20px;
  line-height: 1.25;
}

.dab-home-technology-grid p,
.dab-home-process-list p,
.dab-home-about p,
.dab-home-about-proof p,
.dab-home-case p,
.dab-home-case li,
.dab-home-editorial-card span,
.dab-home-cta p,
.dab-age-dialog p {
  margin: 0;
  color: var(--dab-muted);
  font-size: 15px;
  line-height: 1.7;
}

.dab-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dab-home-product-card {
  overflow: hidden;
  border: 1px solid var(--dab-line);
  border-radius: 8px;
  background: #0b1015;
}

.dab-home-product-card a {
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
  flex-direction: column;
}

.dab-home-product-media {
  overflow: hidden;
  aspect-ratio: 1;
  background: #111820;
}

.dab-home-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.dab-home-product-card:hover .dab-home-product-media img {
  transform: scale(1.025);
}

.dab-home-product-copy {
  display: flex;
  min-height: 210px;
  padding: 22px;
  flex: 1;
  flex-direction: column;
}

.dab-home-product-copy p,
.dab-home-editorial-copy p {
  margin: 0 0 9px;
  color: var(--dab-accent-strong);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.dab-home-product-copy span {
  color: var(--dab-muted);
  font-size: 14px;
  line-height: 1.6;
}

.dab-home-product-copy b {
  margin-top: auto;
  padding-top: 22px;
  color: var(--dab-accent-strong);
  font-size: 13px;
}

.dab-home-technology-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dab-home-technology-grid article {
  min-height: 300px;
  padding: 30px;
  border-top: 2px solid rgba(72, 214, 181, 0.55);
  background: linear-gradient(180deg, rgba(72, 214, 181, 0.08), rgba(255, 255, 255, 0.025));
}

.dab-home-technology-number {
  margin-bottom: 92px;
}

.dab-home-process-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--dab-line);
  list-style: none;
}

.dab-home-process-list li {
  position: relative;
  min-height: 285px;
  padding: 28px 18px;
  border-left: 1px solid var(--dab-line);
}

.dab-home-process-list li:first-child {
  border-left: 0;
}

.dab-home-process-list li::before {
  position: absolute;
  top: -4px;
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dab-accent);
  content: "";
}

.dab-home-process-list h3 {
  font-size: 17px;
}

.dab-home-about {
  background: #dce3e5;
  color: #10151b;
}

.dab-home-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.dab-home-about h2,
.dab-home-about-proof h3 {
  color: #111820;
}

.dab-home-about-content > p:not(.dab-home-kicker) {
  margin-top: 24px;
  color: #48535d;
}

.dab-home-about-proof {
  display: grid;
  gap: 0;
  margin: 30px 0;
  border-top: 1px solid rgba(17, 24, 32, 0.18);
}

.dab-home-about-proof article {
  padding: 18px 0;
  border-bottom: 1px solid rgba(17, 24, 32, 0.18);
}

.dab-home-about-proof h3 {
  margin-bottom: 5px;
  font-size: 17px;
}

.dab-home-about-proof p {
  color: #596670;
  font-size: 14px;
}

.dab-home-about-media {
  position: relative;
  min-height: 570px;
}

.dab-home-about-media img {
  display: block;
  object-fit: cover;
}

.dab-home-about-primary {
  width: 88%;
  height: 510px;
  margin-left: auto;
  border-radius: 8px;
}

.dab-home-about-secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43%;
  height: 225px;
  border: 8px solid #dce3e5;
  border-radius: 8px;
}

.dab-home-case-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 52px;
  align-items: center;
}

.dab-home-case-media {
  overflow: hidden;
  border-radius: 8px;
  background: #111820;
}

.dab-home-case-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.dab-home-case-content > p:not(.dab-home-kicker) {
  margin-top: 20px;
}

.dab-home-case-content ul {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding-left: 20px;
}

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

.dab-home-news-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dab-home-editorial-card {
  overflow: hidden;
  border: 1px solid var(--dab-line);
  border-radius: 8px;
  background: #0b1015;
}

.dab-home-editorial-card a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.dab-home-editorial-media {
  overflow: hidden;
  aspect-ratio: 1200 / 630;
  background: #111820;
}

.dab-home-editorial-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.dab-home-editorial-card:hover img {
  transform: scale(1.025);
}

.dab-home-editorial-copy {
  padding: 24px;
}

.dab-home-editorial-card h3 {
  font-size: 19px;
}

.dab-home-cta {
  padding: 72px 0;
  background: linear-gradient(110deg, #101b19, #151a16);
}

.dab-home-cta-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.dab-home-cta-layout > div {
  max-width: 760px;
}

.dab-home-cta p:last-child {
  margin-top: 16px;
}

.dab-age-gate {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 6, 9, 0.74);
  backdrop-filter: blur(18px);
}

.dab-age-gate[hidden] {
  display: none;
}

.dab-age-dialog {
  width: min(calc(100% - 48px), 520px);
  max-width: calc(100% - 48px);
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--dab-line);
  border-radius: 8px;
  background: #10151b;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.dab-age-dialog h2 {
  margin: 0 0 16px;
  color: #f5f7fa;
  font-size: 30px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .dab-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dab-home-process-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dab-home-process-list li:nth-child(5) {
    border-left: 0;
  }
}

@media (max-width: 920px) {
  .dab-home-about-layout,
  .dab-home-case-layout {
    grid-template-columns: 1fr;
  }

  .dab-home-about-media {
    min-height: 520px;
  }

  .dab-home-about-primary {
    height: 460px;
  }

  .dab-home-editorial-grid,
  .dab-home-technology-grid {
    grid-template-columns: 1fr;
  }

  .dab-home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dab-home-technology-grid article {
    min-height: 220px;
  }

  .dab-home-technology-number {
    margin-bottom: 56px;
  }
}

@media (max-width: 760px) {
  .dab-home-shell {
    width: min(100% - 28px, var(--dab-max));
  }

  .dab-home-hero {
    min-height: 670px;
  }

  .dab-home-hero-stage {
    min-height: 535px;
    padding: 72px 0 42px;
    align-items: flex-start;
  }

  .dab-home-hero-content {
    margin-left: auto;
  }

  .dab-home-hero-content h1 {
    max-width: 350px;
    font-size: 36px;
    line-height: 1.02;
  }

  .dab-home-hero-copy {
    max-width: 310px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55;
  }

  .dab-home-hero-media img {
    object-position: 67% center;
  }

  .dab-home-hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 10, 13, 0.93) 0%, rgba(8, 10, 13, 0.67) 50%, rgba(8, 10, 13, 0.18) 78%, rgba(8, 10, 13, 0.78) 100%),
      linear-gradient(90deg, rgba(8, 10, 13, 0.84), rgba(8, 10, 13, 0.12));
  }

  .dab-home-actions {
    margin-top: 22px;
  }

  .dab-home-band {
    padding: 64px 0;
  }

  .dab-home-heading-row,
  .dab-home-cta-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .dab-home-heading h2,
  .dab-home-about h2,
  .dab-home-case h2,
  .dab-home-cta h2 {
    font-size: 32px;
  }

  .dab-home-product-grid,
  .dab-home-process-list,
  .dab-home-news-grid {
    grid-template-columns: 1fr;
  }

  .dab-home-process-list li,
  .dab-home-process-list li:nth-child(5) {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--dab-line);
  }

  .dab-home-process-list li:first-child {
    border-top: 0;
  }

  .dab-home-process-list > li > span {
    margin-bottom: 22px;
  }

  .dab-home-hero-capabilities {
    display: block;
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .dab-home-hero-capabilities li {
    min-height: 44px;
    padding: 11px 14px;
    border-top: 1px solid var(--dab-line);
    border-left: 0;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
  }

  .dab-home-hero-capabilities li:first-child {
    border-top: 0;
  }

  .dab-home-hero-capabilities strong {
    font-size: 15px;
  }

  .dab-home-hero-capabilities small {
    display: none;
  }

  .dab-home-product-copy {
    min-height: 166px;
    padding: 18px;
  }

  .dab-home-product-grid {
    gap: 12px;
  }

  .dab-home-product-card h3 {
    font-size: 18px;
  }

  .dab-home-product-copy b {
    padding-top: 16px;
  }

  .dab-home-about-layout {
    gap: 38px;
  }

  .dab-home-about-media {
    min-height: 400px;
  }

  .dab-home-about-primary {
    width: 94%;
    height: 350px;
  }

  .dab-home-about-secondary {
    width: 48%;
    height: 160px;
    border-width: 5px;
  }

  .dab-home-cta {
    padding: 58px 0;
  }

  .dab-home-cta .dab-home-button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .dab-home-hero-content h1 {
    max-width: 330px;
    font-size: 34px;
  }

  .dab-home-hero {
    min-height: 670px;
  }

  .dab-home-actions .dab-home-button {
    width: auto;
    min-width: 0;
    padding: 0 16px;
    flex: 1;
  }

  .dab-home-about-media {
    min-height: 350px;
  }

  .dab-home-about-primary {
    height: 310px;
  }

  .dab-age-dialog {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    padding: 26px;
  }
}
