/* DALI Centre — native Azoogi layout, hero video, spec table */

.dc-main {
    padding: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-sans);
}

.dc-num {
    display: block;
    font-size: var(--fs-kicker);
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--accent);
    margin-bottom: 8px;
}

/* —— Hero —— */
.dc-hero {
    position: relative;
    min-height: var(--hero-min);
    display: grid;
    align-items: end;
    overflow: hidden;
    background: #111;
    width: 100%;
}

.dc-hero-media {
    position: absolute;
    inset: 0;
}

.dc-hero-media img,
.dc-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: contrast(1.25) brightness(0.68) saturate(1.05);
    animation: dcSlowZoom 22s ease-out forwards;
}

.dc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .48) 46%, rgba(0, 0, 0, .32) 100%),
        rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

@keyframes dcSlowZoom {
    0% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1.1);
    }
}

.dc-hero-copy {
    position: relative;
    z-index: 1;
    padding: var(--hero-pad-y-top) var(--hero-pad-x) var(--hero-pad-y-bottom);
    width: 100%;
}

.dc-hero-copy > * {
    max-width: var(--site-max, 1400px);
}

.dc-hero-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dc-kicker {
    margin: 0 0 12px;
    font-size: var(--fs-kicker);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
}

.dc-title {
    margin: 0 0 16px;
    max-width: 24ch;
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: var(--fs-h2);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
}

.dc-title span {
    font-family: var(--font-outline);
}

.dc-lead {
    margin: 0 0 16px;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.82);
    font-size: var(--fs-lead);
    font-weight: 400;
    line-height: 1.65;
}

.dc-intro {
    margin: 16px 0 0;
    max-width: 900px;
    padding: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--fs-body);
    line-height: 1.7;
}

.dc-video,
.dc-hero-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    border-radius: 4px;
    overflow: hidden;
}

.dc-video iframe,
.dc-hero-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.dc-band {
    padding: var(--section-y) 0;
}

.dc-band--alt {
    background: var(--card-bg);
}

.dc-section-head {
    margin-bottom: clamp(22px, 3vw, 32px);
}

.dc-section-head h2 {
    margin: 0 0 12px;
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: var(--fs-h2-section);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.dc-section-head p {
    margin: 0;
    max-width: 70ch;
    font-size: var(--fs-body);
    line-height: 1.65;
    color: var(--muted);
}

.dc-caps,
.dc-support {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.dc-caps {
    grid-template-columns: 1fr 1fr;
}

.dc-support {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dc-caps li,
.dc-support li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background: var(--bg-2);
    border: 1px solid var(--line);
    border-radius: 4px;
}

.dc-caps h3,
.dc-support h3 {
    margin: 0;
    font-size: var(--fs-card-title-sm);
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink);
}

.dc-caps p,
.dc-support p {
    margin: 0;
    font-size: var(--fs-body);
    line-height: 1.55;
    color: var(--muted);
}

.dc-diagram {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(24px, 3.5vw, 48px);
    align-items: start;
}

.dc-diagram-copy h2 {
    margin: 0 0 12px;
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: var(--fs-h2-section);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.dc-diagram-lead {
    margin: 0 0 20px;
    max-width: 46ch;
    font-size: var(--fs-lead);
    line-height: 1.65;
    color: var(--muted);
}

.dc-diagram-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.dc-diagram-points li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 12px;
    align-items: start;
}

.dc-diagram-points .dc-num {
    margin: 2px 0 0;
}

.dc-diagram-points h3 {
    margin: 0 0 4px;
    font-size: var(--fs-card-title-sm);
    font-weight: 600;
    line-height: 1.3;
    color: var(--ink);
}

.dc-diagram-points p {
    margin: 0;
    font-size: var(--fs-body);
    line-height: 1.55;
    color: var(--muted);
}

.dc-feature-img {
    margin: 0;
    padding: 0px;
    border-radius: 4px;
    overflow: hidden;
    background: var(--bg-2);
}

.dc-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.dc-table-wrap {
    overflow-x: auto;
}

.dc-page .spec-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 4px;
}

.dc-page .spec-table th,
.dc-page .spec-table td {
    padding: 10px 12px 10px 0;
    font-size: var(--fs-kicker);
    text-align: left;
    vertical-align: top;
}

.dc-page .spec-table thead th {
    font-weight: 600;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
}

.dc-page .spec-table tbody tr {
    border-bottom: 1px solid var(--line);
}

.dc-page .spec-table th:first-child,
.dc-page .spec-table td:first-child {
    width: 15%;
}

.dc-page .spec-table td:first-child {
    font-weight: 500;
    color: var(--ink);
}

.dc-page .spec-table th:nth-child(2),
.dc-page .spec-table td:nth-child(2) {
    width: 25%;
}

.dc-page .spec-table td:nth-child(2) {
    color: var(--ink);
}

.dc-page .spec-table th:last-child,
.dc-page .spec-table td:last-child {
    width: 60%;
}

.dc-page .spec-table td:last-child {
    color: var(--muted);
}

.dc-product {
    display: inline;
    color: var(--ink);
    border-bottom: 1px dotted var(--accent);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .dc-product {
        cursor: none;
    }
}

.dc-product:hover,
.dc-product.is-previewing {
    color: var(--accent);
}

.dc-cursor-preview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    width: min(260px, 46vw);
    pointer-events: none;
    border-radius: 4px;
    overflow: hidden;
    background: var(--bg-2);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.dc-cursor-preview[hidden] {
    display: none;
}

.dc-cursor-preview img {
    width: 100%;
    height: auto;
    display: block;
    background: var(--card-bg);
}

.dc-cta {
    padding: var(--section-y) 0 calc(var(--section-y) + 16px);
    border-radius: 4px;
    text-align: center;
}

.dc-cta h2 {
    margin: 0 0 12px;
    font-family: var(--font-sans);
    font-size: var(--fs-h2-section);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.dc-cta p {
    margin: 0 auto 24px;
    max-width: 640px;
    font-size: var(--fs-body);
    line-height: 1.6;
    color: var(--muted);
}

.dc-cta .btn.primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

.reveal.in {
    opacity: 1;
    transform: none;
}

@media (max-width: 900px) {

    .dc-diagram,
    .dc-caps,
    .dc-support {
        grid-template-columns: 1fr;
    }

    .dc-title {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .dc-cta .btn.primary {
        width: 100%;
        padding-inline: 16px;
    }

    .dc-page .spec-table th,
    .dc-page .spec-table td {
        font-size: var(--fs-kicker);
        padding: 8px 10px 8px 0;
    }
}