:root {
    --nndac-ink: #111622;
    --nndac-orange: #c06d00;
    --nndac-gold: #e0ac00;
    --nndac-blue: #005c9a;
    --nndac-muted: #6f839f;
    --nndac-light-muted: #aebed3;
    --nndac-line: #d7dee8;
    --nndac-surface: #f5f6f8;
    --nndac-white: #fff;
    --nndac-header-height: 80px;
    --nndac-font-body: "Noto Sans JP", sans-serif;
    --nndac-font-heading: "Zen Kaku Gothic New", sans-serif;
    --nndac-font-latin: "Archivo", sans-serif;
}

html {
    scroll-behavior: auto;
}

body.nndac2026-page {
    margin: 0;
    color: var(--nndac-ink);
    background: var(--nndac-surface);
    font-family: var(--nndac-font-body);
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    overflow-x: hidden;
}

body.nndac2026-page.nndac-menu-open,
body.nndac2026-page.nndac-modal-open {
    overflow: hidden;
}

.nndac2026,
.nndac2026 *,
.nndac2026 *::before,
.nndac2026 *::after {
    box-sizing: border-box;
}

.nndac2026 {
    width: 100%;
    min-width: 320px;
    overflow: clip;
    color: var(--nndac-ink);
    background: var(--nndac-surface);
}

.nndac2026 :where(h1, h2, h3, h4, p, dl, dd, figure) {
    margin: 0;
}

.nndac2026 :where(ul, ol) {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nndac2026 :where(a) {
    color: inherit;
    text-decoration: none;
}

.nndac2026 :where(button, input, textarea, select) {
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
}

.nndac2026 :where(button) {
    cursor: pointer;
}

.nndac2026 :where(img) {
    display: block;
    max-width: 100%;
}

.nndac2026 [hidden] {
    display: none !important;
}

.nndac-nowrap {
    white-space: nowrap;
}

.nndac2026 .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nndac-container {
    width: min(1280px, calc(100% - 160px));
    margin-inline: auto;
}

.nndac-section {
    position: relative;
    padding-block: 128px;
    scroll-margin-top: var(--nndac-header-height);
}

.nndac-eyebrow {
    display: flex;
    min-height: 32px;
    align-items: center;
    gap: 12px;
    color: var(--nndac-orange);
    font-family: var(--nndac-font-latin);
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
}

.nndac-eyebrow::before {
    width: 17px;
    height: 14px;
    border: 0;
    background: url("../images/nikkei-nada-digital-asset-conference-2026/section-icon.png") center / contain no-repeat;
    content: "";
}

.nndac-eyebrow--speakers::before {
    display: none;
}

.nndac-eyebrow--speakers img {
    width: 155px;
    height: auto;
}

.nndac-eyebrow--image::before {
    display: none;
}

.nndac-eyebrow--image picture {
    display: block;
    line-height: 0;
}

.nndac-eyebrow--image img {
    display: block;
    height: auto;
}

.nndac-eyebrow--program img {
    width: 181px;
}

.nndac-eyebrow--audience img {
    width: 538px;
}

.nndac-eyebrow--about img,
.nndac-eyebrow--contents img,
.nndac-eyebrow--archive img,
.nndac-eyebrow--partners img,
.nndac-eyebrow--join-us img {
    width: auto;
    max-width: 100%;
    height: 32px;
    object-fit: contain;
}

.nndac-section-heading {
    display: flex;
    margin-inline: 24px;
    flex-direction: column;
    gap: 16px;
}

.nndac-section-heading--center {
    align-items: center;
    text-align: center;
}

.nndac-section-heading h2,
.nndac-about h2,
.nndac-audience h2,
.nndac-media h2,
.nndac-venue__heading h2,
.nndac-join h2 {
    color: var(--nndac-ink);
    font-family: var(--nndac-font-heading);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.35;
}

.nndac-section-heading h2 span {
    display: inline-flex;
    min-height: 24px;
    margin-left: 10px;
    padding: 4px 12px;
    align-items: center;
    border: 1px solid var(--nndac-orange);
    border-radius: 999px;
    color: var(--nndac-orange);
    font-family: var(--nndac-font-body);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
}

.nndac2026 mark {
    padding: 0;
    color: var(--nndac-orange);
    background: transparent;
}

.nndac-section-action {
    display: flex;
    min-height: 80px;
    align-items: flex-end;
    justify-content: center;
}

.nndac-button {
    display: inline-flex;
    min-height: 64px;
    padding: 8px 32px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    color: var(--nndac-white);
    font-family: var(--nndac-font-body);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 5px 12px rgb(17 22 34 / 14%);
    transition: filter 160ms ease, transform 160ms ease;
}

.nndac-button:hover,
.nndac-button:focus-visible {
    filter: brightness(0.92);
    transform: translateY(-1px);
}

.nndac-button:focus-visible,
.nndac2026 a:focus-visible,
.nndac2026 button:focus-visible,
.nndac2026 input:focus-visible,
.nndac2026 textarea:focus-visible {
    outline: 3px solid rgb(0 92 154 / 30%);
    outline-offset: 3px;
}

.nndac-button--gold {
    background: linear-gradient(90deg, #c06d00 0%, #e0ac00 100%);
}

.nndac-button--blue {
    background: #006a9f;
}

.nndac-button.is-disabled {
    cursor: default;
    opacity: 0.45;
    pointer-events: none;
}

/* Header */
.nndac-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid transparent;
    background: rgb(255 255 255 / 96%);
}

body.admin-bar .nndac-header {
    top: 32px;
}

.nndac-header__inner {
    display: grid;
    width: min(1440px, 100%);
    height: 80px;
    margin-inline: auto;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    align-items: center;
}

.nndac-header__brand {
    display: flex;
    width: 180px;
    height: 79px;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.nndac-header__brand img {
    width: 152px;
    height: 44px;
    object-fit: contain;
}

.nndac-header__nav {
    display: flex;
    min-width: 0;
    height: 72px;
    padding-left: 48px;
    align-items: center;
    gap: 24px;
}

.nndac-header__nav a {
    display: inline-flex;
    height: 24px;
    align-items: center;
    color: var(--nndac-ink);
    font-family: var(--nndac-font-latin);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.nndac-header__nav a:hover,
.nndac-header__nav a:focus-visible {
    color: var(--nndac-orange);
}

.nndac-header__actions {
    display: flex;
    margin-right: 48px;
    align-items: center;
    gap: 8px;
}

.nndac-button--header {
    height: 48px;
    min-height: 48px;
    padding-inline: 24px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 12px;
    white-space: nowrap;
}

.nndac-header__actions .nndac-button--gold {
    width: 170px;
}

.nndac-header__actions .nndac-button--blue {
    width: 170px;
}

.nndac-menu-toggle,
.nndac-mobile-menu {
    display: none;
}

/* Hero */
.nndac-hero {
    --nndac-hero-main-height: max(420px, calc(100svh - 302px));

    position: relative;
    min-height: calc(var(--nndac-hero-main-height) + 362px);
    overflow: hidden;
    scroll-margin-top: var(--nndac-header-height);
    background-color: #fff3bd;
}

.nndac-hero::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: url("../images/nikkei-nada-digital-asset-conference-2026/background-gold.jpg");
    background-image: image-set(
        url("../images/nikkei-nada-digital-asset-conference-2026/background-gold.webp") type("image/webp"),
        url("../images/nikkei-nada-digital-asset-conference-2026/background-gold.jpg") type("image/jpeg")
    );
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
    pointer-events: none;
    filter: brightness(1) saturate(1);
    transform: scale(1.12);
    transform-origin: center;
    animation: nndac-hero-background 15s ease-in-out infinite alternate;
    will-change: transform;
}

.nndac-hero__inner {
    position: relative;
    z-index: 1;
    min-height: calc(var(--nndac-hero-main-height) + 282px);
    padding: 0;
    margin-top: 80px;
}

.nndac-hero__main {
    display: grid;
    height: var(--nndac-hero-main-height);
    grid-template-columns: 340px 680px;
    justify-content: center;
    gap: 48px;
    padding-top: 110px;
}

.nndac-hero__logo-wrap {
    display: flex;
    width: 340px;
    height: 300px;
    align-items: center;
    justify-content: center;
}

.nndac-hero__logo {
    width: 310px;
    height: auto;
    object-fit: contain;
}

@keyframes nndac-hero-background {
    0% {
        transform: scale(1.12) translate3d(-1%, 0, 0);
    }

    50% {
        transform: scale(1.18) translate3d(1%, 1%, 0);
    }

    100% {
        transform: scale(1.14) translate3d(0, -1%, 0);
    }
}

.nndac-hero__copy {
    display: flex;
    width: 680px;
    height: 240px;
    padding-top: 28px;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 901px) {
    .nndac-hero__logo-wrap,
    .nndac-hero__copy {
        transform: translateY(clamp(0px, calc(100svh - 780px), 300px));
    }
}

.nndac-hero__copy h1 {
    width: 680px;
    color: #080b11;
    font-family: var(--nndac-font-heading);
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-align: center;
    white-space: nowrap;
}

.nndac-hero__copy p {
    display: flex;
    margin-top: 24px;
    color: #080b11;
    font-family: var(--nndac-font-heading);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    flex-direction: column;
    align-items: center;
}

.nndac-hero__copy p span {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.nndac-hero__copy p span:last-child {
    color: var(--nndac-orange);
}

.nndac-hero__copy p span:last-child::before,
.nndac-hero__copy p span:last-child::after {
    width: 48px;
    height: 1px;
    margin-inline: 20px;
    background: currentColor;
    content: "";
}

.nndac-hero__date {
    display: flex;
    min-height: 31px;
    margin-top: 20px;
    align-items: center;
    color: #080b11;
    font-family: var(--nndac-font-body);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
}

.nndac-hero__facts {
    display: grid;
    height: 114px;
    padding-inline: 24px;
    border-top: 1px solid rgb(17 22 34 / 24%);
    border-bottom: 1px solid rgb(17 22 34 / 24%);
    background: linear-gradient(
        180deg,
        rgb(255 255 255 / 20%),
        rgb(255 255 255 / 8%)
    );
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.nndac-hero__fact {
    position: relative;
    display: flex;
    min-width: 0;
    padding-block: 24px 16px;
    flex-direction: column;
    gap: 8px;
}

.nndac-hero__fact + .nndac-hero__fact::before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 112px;
    background: rgb(17 22 34 / 16%);
    content: "";
}

.nndac-hero__fact > span {
    color: var(--nndac-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}

.nndac-hero__fact > p {
    display: flex;
    min-width: 0;
    align-items: flex-end;
    gap: 8px;
}

.nndac-hero__fact > p > strong {
    color: #080b11;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.nndac-hero__fact > p > small {
    color: #080b11;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.nndac-hero__capacity {
    height: 40px;
    align-items: flex-start !important;
    gap: 4px !important;
}

.nndac-hero__capacity strong {
    font-family: var(--nndac-font-latin);
    font-size: 40px !important;
    font-weight: 800 !important;
}

.nndac-hero__capacity small {
    align-self: flex-end;
    margin-bottom: 3px;
    color: #465064 !important;
    font-size: 18px !important;
}

.nndac-hero__cohost > p {
    height: 39px;
    align-items: center;
}

.nndac-hero__cohost-spacer {
    display: block;
    width: 19px;
    height: 1px;
    flex: 0 0 19px;
}

.nndac-hero__cohost > p > img.nndac-hero__navenue-logo {
    display: flex;
    width: 141.4px;
    height: 33.6px;
    object-fit: contain;
    white-space: nowrap;
}

.nndac-hero__cohost > p > img.nndac-hero__nikkei-logo {
    width: 141.75px;
    height: 30.5px;
    object-fit: contain;
}

.nndac-news {
    display: grid;
    width: calc(100% - 48px);
    min-height: 96px;
    margin: 16px 24px 0;
    padding: 20px 24px;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid rgb(17 22 34 / 18%);
    background: linear-gradient(
        90deg,
        rgb(255 255 255 / 86%),
        rgb(255 255 255 / 74%)
    );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    scroll-margin-top: calc(
        var(--wp-admin--admin-bar--height, 0px) +
        var(--nndac-header-height) +
        12px
    );
}

.nndac-news__heading p {
    color: var(--nndac-orange);
    font-family: var(--nndac-font-heading);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.nndac-news__featured-date {
    display: none;
}

.nndac-news__items {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.nndac-news__item {
    display: grid;
    min-height: 28px;
    padding-block: 2px;
    grid-template-columns: 116px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    color: var(--nndac-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.nndac-news__item time {
    color: #667187;
    font-family: var(--nndac-font-latin);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.nndac-news__item > span {
    min-width: 0;
}

/* Speakers */
.nndac-speakers {
    min-height: 922.17px;
    background: var(--nndac-surface);
}

.nndac-speakers .nndac-section-heading {
    height: 101.5px;
}

.nndac-speakers__slider {
    margin-top: 48px;
}

.nndac-speakers__grid {
    display: flex;
    width: 100%;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.nndac-speakers__grid::-webkit-scrollbar {
    display: none;
}

.nndac-speaker-card {
    flex: 0 0 calc((100% - 80px) / 6);
    height: 294px;
    min-width: 0;
    background: #fff;
    scroll-snap-align: start;
}

.nndac-speaker-card__photo {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center top;
}

.nndac-speaker-card__logo {
    display: flex;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    align-items: center;
    background: #fff;
}

.nndac-speaker-card__logo img {
    width: auto;
    max-width: 104px;
    height: auto;
    max-height: 24px;
    object-fit: contain;
}

.nndac-speaker-card h3 {
    padding: 6px 12px 0;
    overflow: hidden;
    font-family: var(--nndac-font-heading);
    font-size: 15px;
    font-weight: 900;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nndac-speaker-card p {
    padding-inline: 12px;
    overflow: hidden;
    color: var(--nndac-muted);
    font-family: var(--nndac-font-heading);
    font-size: 11.5px;
    font-weight: 400;
    line-height: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nndac-slider-dots {
    display: flex;
    height: 6px;
    margin-top: 64px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.nndac-slider-dots[hidden] {
    display: none;
}

.nndac-slider-dots button {
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--nndac-light-muted);
    cursor: pointer;
}

.nndac-slider-dots button.is-active {
    background: var(--nndac-orange);
}

.nndac-speakers .nndac-section-action {
    margin-top: 48px;
    padding: 16px 16px 0;
}

.nndac-speakers .nndac-button {
    width: 204px;
}

/* Program preview */
.nndac-program-preview {
    min-height: 1144px;
    background-color: #fff3bd;
    background-image: url("../images/nikkei-nada-digital-asset-conference-2026/background-section.jpg");
    background-image: image-set(
        url("../images/nikkei-nada-digital-asset-conference-2026/background-section.webp") type("image/webp"),
        url("../images/nikkei-nada-digital-asset-conference-2026/background-section.jpg") type("image/jpeg")
    );
    background-position: center;
    background-size: cover;
}

.nndac-program-preview .nndac-section-heading {
    height: 102px;
}

.nndac-program-preview__list {
    width: calc(100% - 48px);
    height: 630px;
    margin: 34px 24px 0;
    padding-block: 25px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.nndac-program-preview__list article {
    display: grid;
    height: 96px;
    padding: 16px 48px;
    align-items: center;
    border-bottom: 1px solid var(--nndac-line);
    grid-template-columns: 160px 146px minmax(0, 1fr) 115px;
    column-gap: 16px;
}

.nndac-program-preview__list article:last-child {
    border-bottom: 0;
}

.nndac-program-preview__list time,
.nndac-program-index__list time,
.nndac-timetable-card time {
    font-family: var(--nndac-font-latin);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.nndac-session-badge {
    display: inline-flex;
    width: fit-content;
    min-width: 107px;
    height: 24px;
    padding: 4px 12px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #0877a8;
    background: #e5f4fb;
    font-family: var(--nndac-font-latin);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.nndac-session-badge--workshop {
    color: #74478e;
    background: #f2e9f8;
}

.nndac-session-badge--pitch {
    color: #bd6500;
    background: #fff0d8;
}

.nndac-session-badge--networking {
    color: #347742;
    background: #e9f5e8;
}

.nndac-session-badge--booth {
    color: #a8681b;
    background: #fff0dc;
}

.nndac-program-preview__content {
    min-width: 0;
}

.nndac-program-preview__content h3 {
    overflow: hidden;
    font-family: var(--nndac-font-heading);
    font-size: 16px;
    font-weight: 900;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nndac-program-preview__content h3 small {
    display: inline-flex;
    height: 24px;
    margin-left: 8px;
    padding: 4px 12px;
    align-items: center;
    border: 1px solid var(--nndac-orange);
    border-radius: 999px;
    color: var(--nndac-orange);
    font-family: var(--nndac-font-latin);
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
}

.nndac-program-preview__content p {
    color: var(--nndac-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
}

.nndac-program-preview__entry {
    display: inline-flex;
    width: 115px;
    height: 36px;
    padding-inline: 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b8c5d6;
    border-radius: 5px;
    color: var(--nndac-ink);
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 2px 5px rgb(17 22 34 / 8%);
}

.nndac-program-preview__entry span {
    margin-left: 4px;
    font-size: 16px;
}

.nndac-program-preview .nndac-section-action {
    margin: 34px 24px 0;
    padding: 24px 24px 0;
}

.nndac-program-preview .nndac-button,
.nndac-archive .nndac-button {
    width: 238px;
}

.nndac-coming-soon {
    display: flex;
    min-height: 400px;
    margin: 34px 24px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgb(255 255 255 / 92%);
}

.nndac-coming-soon span {
    color: var(--nndac-orange);
    font-family: var(--nndac-font-latin);
    font-size: 36px;
    font-weight: 700;
}

.nndac-coming-soon p {
    margin-top: 12px;
    color: var(--nndac-muted);
    font-size: 14px;
}

/* About */
.nndac-about {
    min-height: 820px;
    padding: 0;
    background: #f6f6f7;
}

.nndac-about__grid {
    display: grid;
    width: min(1440px, 100%);
    max-width: 1440px;
    min-height: 820px;
    grid-template-columns: minmax(0, 62%) minmax(0, 38%);
}

.nndac-about__copy {
    display: flex;
    min-width: 0;
    padding: 104px 40px 96px clamp(24px, calc((100vw - 1280px) / 2 + 24px), 104px);
    background: #f6f6f7;
    flex-direction: column;
}

.nndac-about__copy h2 {
    max-width: 680px;
    margin-top: 24px;
}

.nndac-about__copy h2 span {
    display: inline-block;
    white-space: nowrap;
}

.nndac-about__copy h2 mark {
    padding: 0 0.08em 0.04em;
    color: #fff;
    background: linear-gradient(90deg, var(--nndac-orange) 0%, var(--nndac-gold) 100%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.nndac-about__body {
    max-width: 680px;
    margin-top: 24px;
    color: var(--nndac-muted);
    font-size: 16px;
    line-height: 1.75;
}

.nndac-about__body p + p {
    margin-top: 20px;
}

.nndac-about__stats {
    display: flex;
    margin-top: 48px;
    flex-direction: column;
    gap: 20px;
}

.nndac-about__stats > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nndac-about__stats > div + div {
    gap: 24px;
}

.nndac-about__stats span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.nndac-about__stats p {
    display: flex;
    height: 68.8px;
    align-items: center;
    gap: 6px;
}

.nndac-about__stats strong {
    color: transparent;
    background: linear-gradient(90deg, var(--nndac-orange) 0%, var(--nndac-gold) 100%);
    background-clip: text;
    font-family: var(--nndac-font-latin);
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nndac-about__stats small {
    color: var(--nndac-muted);
    font-family: var(--nndac-font-heading);
    font-size: 24px;
    font-weight: 700;
}

.nndac-about__image {
    position: relative;
    min-width: 0;
    min-height: 820px;
    overflow: hidden;
    background: #07101f;
}

.nndac-about__image picture,
.nndac-about__image picture img {
    display: block;
    width: 100%;
    height: 100%;
}

.nndac-about__image picture img {
    object-fit: cover;
    object-position: center top;
}

/* Audience */
.nndac-audience {
    min-height: 608.23px;
    padding-block: 128px 80px;
    background: #fff;
}

.nndac-audience__grid {
    display: grid;
    height: 400.23px;
    padding-inline: 24px;
    grid-template-columns: minmax(360px, 400px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(48px, 5vw, 80px);
}

.nndac-audience__stats {
    width: 100%;
    max-width: 400px;
    height: 400.23px;
}

.nndac-audience__stats figcaption {
    margin-bottom: 16px;
    color: #6f829f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.nndac-audience__stats-visual {
    position: relative;
}

.nndac-audience__stats-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.nndac-audience__copy {
    padding-top: 0;
}

.nndac-audience .nndac-eyebrow {
    gap: 14px;
    min-height: 32px;
    font-size: 18px;
    line-height: 32px;
}

.nndac-audience .nndac-eyebrow::before {
    width: 29px;
    height: 32px;
    flex: 0 0 29px;
}

.nndac-audience__copy h2 {
    margin-top: 24px;
}

.nndac-audience__copy h2 span {
    display: inline-block;
    white-space: nowrap;
}

.nndac-audience-title__mobile {
    display: none !important;
}

.nndac-audience__copy h2 mark {
    padding: 0 0.08em 0.04em;
    color: #fff;
    background: linear-gradient(90deg, var(--nndac-orange) 0%, var(--nndac-gold) 100%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.nndac-audience__body {
    margin-top: 24px;
    color: #465064;
    font-size: 16px;
    line-height: 1.75;
}

/* Contents */
.nndac-contents {
    min-height: 0;
    padding-bottom: 88px;
    background: var(--nndac-surface);
}

.nndac-contents .nndac-section-heading {
    height: 110px;
    gap: 24px;
}

.nndac-contents h2 mark {
    padding: 0 0.08em 0.04em;
    color: #fff;
    background: linear-gradient(90deg, var(--nndac-orange) 0%, var(--nndac-gold) 100%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.nndac-contents__grid {
    display: grid;
    width: calc(100% - 48px);
    height: 378px;
    margin: 48px 24px 0;
    padding-block: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nndac-contents__grid article {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 0 12px 32px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nndac-contents__grid article + article {
    border-left: 1px solid var(--nndac-line);
}

.nndac-content-icon {
    display: block;
    width: calc(100% + 24px);
    height: 113px;
    max-width: none;
    margin-inline: -12px;
    object-fit: contain;
}

.nndac-contents__grid article > p {
    margin-top: 24px;
    color: var(--nndac-orange);
    font-family: var(--nndac-font-latin);
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

.nndac-contents__grid h3 {
    margin-top: 4px;
    font-family: var(--nndac-font-heading);
    font-size: 24px;
    font-weight: 900;
    line-height: 42px;
}

.nndac-contents__grid article > span {
    width: 100%;
    max-width: 247px;
    margin-top: 16px;
    color: var(--nndac-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
}

.nndac-pitch-link {
    display: grid;
    width: calc(100% - 48px);
    height: 106px;
    margin: 48px 24px 0;
    padding: 32px 48px;
    align-items: center;
    border: 1px solid var(--nndac-line);
    border-radius: 4px;
    background: #fff;
    grid-template-columns: 118.8px auto 280px;
    justify-content: center;
    gap: 16px 24px;
}

.nndac-pitch-link > span {
    display: inline-flex;
    height: 24px;
    padding: 4px 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nndac-orange);
    border-radius: 999px;
    color: var(--nndac-orange);
    font-family: var(--nndac-font-latin);
    font-size: 10px;
    font-weight: 500;
}

.nndac-pitch-link strong {
    font-family: var(--nndac-font-heading);
    font-size: 24px;
    font-weight: 900;
    line-height: 42px;
}

.nndac-pitch-link small {
    color: var(--nndac-muted);
    font-size: 16px;
    line-height: 28px;
}

/* Archive */
.nndac-archive {
    min-height: 791.84px;
    background: var(--nndac-surface);
}

.nndac-archive .nndac-section-heading {
    height: 68.8px;
    gap: 16px;
}

.nndac-archive__grid {
    display: grid;
    width: calc(100% - 48px);
    height: 291px;
    margin: 48px 24px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.nndac-archive-card {
    display: flex;
    min-width: 0;
    height: 291px;
    flex-direction: column;
    gap: 16px;
}

.nndac-archive-card__image {
    position: relative;
    display: block;
    width: 100%;
    height: 219px;
    overflow: hidden;
    border: 1px solid var(--nndac-line);
}

.nndac-archive-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nndac-archive-card__image i {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 9px rgb(17 22 34 / 18%);
}

.nndac-archive-card__image i::after {
    position: absolute;
    top: 12px;
    left: 16px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid var(--nndac-orange);
    content: "";
}

.nndac-archive-card h3 {
    min-height: 56px;
    padding: 2px 0;
    overflow: hidden;
    border-bottom: 2px solid var(--nndac-orange);
    font-family: var(--nndac-font-heading);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.75;
}

.nndac-archive .nndac-section-action {
    margin: 48px 24px 0;
    padding: 16px 16px 0;
}

/* NADA NEWS */
.nndac-media {
    min-height: 0;
    background-color: #fff3bd;
    background-image: url("../images/nikkei-nada-digital-asset-conference-2026/background-section.jpg");
    background-image: image-set(
        url("../images/nikkei-nada-digital-asset-conference-2026/background-section.webp") type("image/webp"),
        url("../images/nikkei-nada-digital-asset-conference-2026/background-section.jpg") type("image/jpeg")
    );
    background-position: center;
    background-size: cover;
}

.nndac-media__card {
    display: grid;
    min-height: 548px;
    padding: 80px;
    border-radius: 20px;
    background: #fff;
    grid-template-columns: 346.7px minmax(0, 693.3px);
    gap: 80px;
}

/* Venue */
.nndac-venue {
    padding-block: 80px;
    background: #fff;
}

.nndac-venue__inner {
    width: calc(100% - 48px);
    max-width: 1200px;
}

.nndac-venue__heading {
    margin-bottom: 44px;
}

.nndac-venue__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: 64px;
}

.nndac-venue__content {
    min-width: 0;
}

.nndac-venue .nndac-eyebrow {
    min-height: 32px;
    font-size: 18px;
    letter-spacing: 0.18em;
    line-height: 32px;
}

.nndac-venue .nndac-eyebrow::before {
    width: 19px;
    height: 16px;
}

.nndac-venue__heading h2 {
    margin-top: 8px;
}

.nndac-venue__details {
    margin-top: 0;
}

.nndac-venue__details h3 {
    font-family: var(--nndac-font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.nndac-venue__details address {
    margin-top: 8px;
    color: #465064;
    font-size: 16px;
    font-style: normal;
    line-height: 1.75;
}

.nndac-venue__links {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 12px;
}

.nndac-venue__links a {
    display: inline-flex;
    min-height: 44px;
    padding: 8px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nndac-orange);
    border-radius: 4px;
    color: var(--nndac-orange);
    font-size: 13px;
    font-weight: 700;
}

.nndac-venue__links a:hover,
.nndac-venue__links a:focus-visible {
    color: #fff;
    background: var(--nndac-orange);
}

.nndac-venue__map {
    min-width: 0;
    height: 440px;
    overflow: hidden;
    border: 1px solid var(--nndac-line);
    border-radius: 14px;
}

.nndac-venue__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.nndac-media__logo {
    position: relative;
    display: flex;
    width: 346.7px;
    min-height: 388px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nndac-media__logo img {
    position: absolute;
    width: 280px;
    height: auto;
    object-fit: contain;
}

.nndac-media__content {
    display: flex;
    min-width: 0;
    min-height: 388px;
    flex-direction: column;
}

.nndac-media__powered {
    height: 16px;
    color: var(--nndac-orange);
    font-family: var(--nndac-font-latin);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.nndac-media__content h2 {
    margin-top: 24px;
    font-size: 32px;
}

.nndac-media__publication-name {
    white-space: nowrap;
}

.nndac-media__content > p:not(.nndac-media__powered) {
    margin-top: 24px;
    color: var(--nndac-muted);
    font-size: 14px;
    line-height: 1.8;
}

.nndac-media__actions {
    display: flex;
    margin-top: auto;
    padding-top: 40px;
    align-items: center;
    border-top: 1px solid var(--nndac-line);
    gap: 16px;
}

.nndac-media__action {
    display: inline-flex;
    width: 32px;
    height: 32px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #252525;
}

.nndac-media__action:hover,
.nndac-media__action:focus-visible {
    opacity: 0.72;
    transform: translateY(-1px) scale(1.05);
}

.nndac-media__action svg {
    display: block;
    width: 28px;
    height: 28px;
}

.nndac-media__action img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.nndac-media__action--newsletter circle {
    fill: currentColor;
}

.nndac-media__action--newsletter path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2.5;
}

/* Partners */
.nndac-partners {
    min-height: 0;
    background: #fff;
}

.nndac-partners .nndac-section-heading {
    height: 116.3px;
    gap: 16px;
}

.nndac-partners__tiers {
    display: flex;
    margin: 48px 24px 0;
    flex-direction: column;
    gap: 64px;
}

.nndac-partner-tier {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.nndac-partner-tier h3 {
    color: var(--colors-base-muted-foregraund, #546173);
    font-family: var(--nndac-font-latin);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.nndac-partner-tier--platinum h3 {
    color: var(--nndac-orange);
}

.nndac-partner-tier--endorsement h3 {
    color: var(--nndac-ink);
    font-family: var(--nndac-font-heading);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: none;
}

.nndac-partner-tier__grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.nndac-partner-logo {
    display: flex;
    flex: 0 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nndac-line);
    background: #fff;
    color: inherit;
    cursor: pointer;
    font: inherit;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.nndac-partner-logo:hover {
    border-color: rgb(192 109 0 / 55%);
    box-shadow: 0 8px 24px rgb(17 22 34 / 10%);
}

.nndac-partner-logo:focus-visible {
    outline: 3px solid var(--nndac-orange);
    outline-offset: 3px;
}

.nndac-partner-tier--platinum .nndac-partner-tier__grid,
.nndac-partner-tier--gold .nndac-partner-tier__grid {
    gap: 24px;
}

.nndac-partner-tier--platinum .nndac-partner-logo,
.nndac-partner-tier--gold .nndac-partner-logo {
    width: calc((100% - 48px) / 3);
    height: 176px;
}

.nndac-partner-tier--silver .nndac-partner-tier__grid,
.nndac-partner-tier--bronze .nndac-partner-tier__grid {
    gap: 24px;
}

.nndac-partner-tier--silver .nndac-partner-logo {
    width: calc((100% - 72px) / 4);
    height: 128px;
}

.nndac-partner-tier--bronze .nndac-partner-logo {
    width: calc((100% - 96px) / 5);
    height: 128px;
}

.nndac-partner-tier--supporters,
.nndac-partner-tier--endorsement {
    gap: 48px;
}

.nndac-partner-tier--supporters .nndac-partner-tier__grid {
    gap: 24px;
}

.nndac-partner-tier--endorsement .nndac-partner-tier__grid {
    max-width: 696px;
    gap: 24px;
}

.nndac-partner-tier--supporters .nndac-partner-logo {
    width: calc((100% - 120px) / 6);
    height: 122px;
}

.nndac-partner-tier--endorsement .nndac-partner-logo {
    width: 216px;
    height: 122px;
}

.nndac-fsa-disclaimer {
    width: calc(100% - 48px);
    margin: 32px 24px 0;
    color: #465064;
    font-size: 14px;
    line-height: 1.7;
    scroll-margin-top: calc(
        var(--wp-admin--admin-bar--height, 0px) +
        var(--nndac-header-height) +
        12px
    );
    text-align: left;
}

.nndac-fsa-disclaimer strong {
    color: inherit;
    font-weight: 700;
}

.nndac-partner-logo img {
    max-width: 91%;
    max-height: 84%;
    object-fit: contain;
}

.nndac-partner-logo--nomura {
    overflow: hidden;
}

.nndac-partner-logo--nomura img {
    max-width: 100%;
    max-height: 92%;
    transform: scale(1.12);
}

.nndac-partner-logo--adjusted {
    overflow: hidden;
}

.nndac-partner-logo--boostry img {
    transform: scale(1.06);
}

.nndac-partner-logo--amt img {
    transform: scale(1.22);
}

.nndac-partner-logo--digital-platformer img {
    transform: scale(1.48);
}

.nndac-partner-logo--quick img,
.nndac-partner-logo--bccc img {
    transform: scale(1.08);
}

.nndac-partner-logo--jvcea img {
    transform: scale(1.05);
}

.nndac-partner-logo--jsta img {
    transform: scale(1.67);
}

.nndac-partner-logo--fsa img {
    transform: scale(1.25);
}

.nndac-partner-logo span {
    color: var(--nndac-light-muted);
    font-family: var(--nndac-font-latin);
    font-size: 18px;
    font-weight: 500;
}

.nndac-partners .nndac-section-action {
    margin: 32px 24px 0;
    padding: 16px 16px 0;
}

.nndac-partners .nndac-button {
    width: 380px;
}

/* Partner modal */
.nndac-partner-modal {
    position: fixed;
    z-index: 300;
    inset: 0;
    display: none;
    padding: 32px;
    align-items: center;
    justify-content: center;
}

.nndac-partner-modal.is-open {
    display: flex;
}

.nndac-partner-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgb(17 22 34 / 76%);
}

.nndac-partner-modal__panel {
    position: relative;
    z-index: 1;
    width: min(800px, 100%);
}

.nndac-partner-modal__dialog {
    max-height: calc(100vh - 64px);
    padding: 18px 18px 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 24px 80px rgb(0 0 0 / 30%);
    text-align: center;
}

.nndac-partner-modal__close {
    position: absolute;
    top: -46px;
    right: -4px;
    display: inline-flex;
    width: 36px;
    height: 36px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--nndac-orange);
    cursor: pointer;
    font: inherit;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.nndac-partner-modal__close:hover {
    opacity: 0.72;
}

.nndac-partner-modal__close:focus-visible,
.nndac-partner-modal__link:focus-visible {
    outline: 3px solid var(--nndac-orange);
    outline-offset: 3px;
}

.nndac-partner-modal__image {
    display: flex;
    min-height: 240px;
    padding: 24px 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nndac-line);
    background: #fff;
}

.nndac-partner-modal__image[hidden] {
    display: none;
}

.nndac-partner-modal__image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
}

.nndac-partner-modal__name {
    padding: 20px 24px;
    background: #fff;
}

.nndac-partner-modal__dialog h2 {
    margin: 0;
    font-family: var(--nndac-font-heading);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
}

.nndac-partner-modal__site {
    display: flex;
    box-sizing: border-box;
    width: calc(100% + 36px);
    min-height: 66px;
    margin-left: -18px;
    padding: 12px 24px;
    align-items: center;
    justify-content: center;
    background: #f2f4f6;
}

.nndac-partner-modal__site[hidden] {
    display: none;
}

.nndac-partner-modal__link {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #7b8493;
    text-decoration: none;
}

.nndac-partner-modal__link:hover {
    background: #e9edf1;
    color: var(--nndac-orange);
}

.nndac-partner-modal__link-icon {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.nndac2026 .nndac-partner-modal__link-icon circle,
.nndac2026 .nndac-partner-modal__link-icon path {
    fill: none;
}

/* Join */
.nndac-join {
    min-height: 660px;
    background-color: #fff3bd;
    background-image: url("../images/nikkei-nada-digital-asset-conference-2026/background-section.jpg");
    background-image: image-set(
        url("../images/nikkei-nada-digital-asset-conference-2026/background-section.webp") type("image/webp"),
        url("../images/nikkei-nada-digital-asset-conference-2026/background-section.jpg") type("image/jpeg")
    );
    background-position: center;
    background-size: cover;
}

.nndac-join__grid {
    display: grid;
    min-height: 660px;
    padding-inline: 24px;
    grid-template-columns: 493.9px 668.1px;
    gap: 70px;
}

.nndac-join__copy {
    display: flex;
    padding-top: 77px;
    flex-direction: column;
}

.nndac-join__copy h2 {
    margin-top: 32px;
}

.nndac-join__copy h2 mark {
    padding-inline: 6px;
    color: #fff;
    background: linear-gradient(90deg, var(--nndac-orange) 0%, var(--nndac-gold) 100%);
    box-decoration-break: clone;
}

.nndac-join__description {
    margin-top: 24px;
}

.nndac-join__description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.nndac-join__description p + p {
    margin-top: 16px;
}

.nndac-join__cta {
    display: grid;
    width: 600px;
    min-height: 260px;
    padding: 36px 32px;
    align-self: center;
    align-items: center;
    justify-self: center;
    border: 1px solid var(--nndac-line);
    border-radius: 20px;
    background: #fff;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 16px;
}

.nndac-join__option {
    display: flex;
    min-width: 0;
    min-height: 166px;
    padding-inline: 4px;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nndac-join__option + .nndac-join__option {
    border-left: 1px solid var(--nndac-line);
}

.nndac-join__option h3 {
    color: var(--nndac-ink);
    font-family: var(--nndac-font-heading);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
}

.nndac-join__option > p {
    margin-top: 8px;
    color: #465064;
    font-size: 13px;
    line-height: 1.6;
}

.nndac-join__option .nndac-button {
    margin-top: 20px;
}

.nndac-join__cta .nndac-button {
    width: 232px;
}

.nndac-join__apply-link,
.nndac-join__apply-link:hover,
.nndac-join__apply-link:focus-visible,
.nndac-join__apply-link:active,
.nndac-join__apply-link:visited {
    color: #fff;
}

.nndac-join__message {
    grid-column: 1 / -1;
    min-height: 18px;
    color: var(--nndac-orange);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

/* Footer */
.nndac-footer {
    min-height: 264.72px;
    color: var(--nndac-light-muted);
    background: var(--nndac-ink);
}

.nndac-footer__main {
    display: flex;
    width: min(1316px, calc(100% - 124px));
    min-height: 212.72px;
    padding: 48px 40px 0;
    align-items: flex-start;
    justify-content: space-between;
}

.nndac-footer__brand {
    width: 292px;
}

.nndac-footer__brand img {
    width: 160px;
    height: 42px;
    object-fit: contain;
}

.nndac-footer__brand p {
    margin-top: 24px;
    font-family: var(--nndac-font-heading);
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
}

.nndac-footer__brand p + p {
    margin-top: 0;
}

.nndac-footer__links {
    display: grid;
    width: 470px;
    grid-template-columns: 91px 103px 78px 78px;
    gap: 40px;
}

.nndac-footer__links > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nndac-footer__links h2 {
    min-height: 33px;
    padding-top: 5px;
    color: var(--nndac-orange);
    font-family: var(--nndac-font-latin);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

.nndac-footer__links a {
    min-height: 21px;
    font-family: var(--nndac-font-heading);
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
}

.nndac-footer__links a:hover,
.nndac-footer__links a:focus-visible {
    color: #fff;
}

.nndac-footer__bottom {
    height: 52px;
    border-top: 1px solid rgb(174 190 211 / 35%);
}

.nndac-footer__bottom .nndac-container {
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    font-family: var(--nndac-font-heading);
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
}

/* Program page */
.nndac-program-hero {
    height: 408px;
    padding-top: 160px;
    background-color: #fff3bd;
    background-image: url("../images/nikkei-nada-digital-asset-conference-2026/background-program-hero.jpg");
    background-image: image-set(
        url("../images/nikkei-nada-digital-asset-conference-2026/background-program-hero.webp") type("image/webp"),
        url("../images/nikkei-nada-digital-asset-conference-2026/background-program-hero.jpg") type("image/jpeg")
    );
    background-position: center -355px;
    background-size: 1575px 1260px;
}

.nndac-program-hero .nndac-container {
    padding-inline: 24px;
}

.nndac-program-hero p {
    height: 15px;
    color: var(--nndac-muted);
    font-family: var(--nndac-font-latin);
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
}

.nndac-program-hero h1 {
    margin-top: 24px;
    font-family: var(--nndac-font-heading);
    font-size: 48px;
    font-weight: 900;
    line-height: 65px;
}

.nndac-program-hero span {
    display: block;
    margin-top: 16px;
    color: var(--nndac-orange);
    font-family: var(--nndac-font-latin);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.nndac-program-index {
    min-height: 1116px;
    background: #fff;
}

.nndac-program-index .nndac-section-heading {
    height: 102px;
}

.nndac-track-filters {
    display: flex;
    width: calc(100% - 48px);
    min-height: 32px;
    margin: 48px 24px 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.nndac-track-filters button {
    display: inline-flex;
    min-width: 82px;
    height: 32px;
    padding: 4px 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b7c3d2;
    border-radius: 999px;
    color: var(--nndac-muted);
    background: #fff;
    font-family: var(--nndac-font-latin);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.nndac-track-filters button:hover,
.nndac-track-filters button:focus-visible {
    color: var(--nndac-ink);
    border-color: var(--nndac-ink);
}

.nndac-track-filters button.is-active {
    color: #fff;
    border-color: var(--nndac-ink);
    background: var(--nndac-ink);
}

.nndac-program-index .nndac-track-filters button:nth-child(1) {
    flex: 0 0 133px;
}

.nndac-program-index .nndac-track-filters button:nth-child(2) {
    flex: 0 0 131px;
}

.nndac-program-index .nndac-track-filters button:nth-child(3) {
    flex: 0 0 128px;
}

.nndac-program-index .nndac-track-filters button:nth-child(4) {
    flex: 0 0 82px;
}

.nndac-program-index .nndac-track-filters button:nth-child(5) {
    flex: 0 0 145px;
}

.nndac-program-index .nndac-track-filters button:nth-child(6) {
    flex: 0 0 90px;
}

.nndac-program-index__list {
    width: calc(100% - 48px);
    height: 630px;
    margin: 48px 24px 0;
    padding-block: 25px;
    overflow: hidden;
    border-radius: 20px;
    background: var(--nndac-surface);
}

.nndac-program-index__list article {
    display: grid;
    height: 96px;
    padding: 16px 48px;
    align-items: center;
    border-bottom: 1px solid var(--nndac-line);
    grid-template-columns: 160px 146px minmax(0, 1fr) 115px;
    column-gap: 16px;
}

.nndac-program-index__list article:last-child {
    border-bottom: 0;
}

.nndac-program-index__list article.is-filtered-out {
    display: none;
}

.nndac-program-index__content {
    min-width: 0;
}

.nndac-program-index__content h3 {
    overflow: hidden;
    font-family: var(--nndac-font-heading);
    font-size: 16px;
    font-weight: 900;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nndac-program-index__content h3 small {
    display: inline-flex;
    height: 24px;
    margin-left: 8px;
    padding: 4px 12px;
    align-items: center;
    border: 1px solid var(--nndac-orange);
    border-radius: 999px;
    color: var(--nndac-orange);
    font-family: var(--nndac-font-latin);
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
}

.nndac-program-index__content p {
    color: var(--nndac-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
}

.nndac-timetable {
    min-height: 2408px;
    background: var(--nndac-surface);
}

.nndac-timetable .nndac-section-heading {
    height: 102px;
}

.nndac-track-filters--timetable {
    margin-top: 48px;
}

.nndac-track-filters--timetable button:first-child {
    min-width: 63px;
}

.nndac-track-filters--timetable button:nth-child(1) {
    flex: 0 0 63px;
}

.nndac-track-filters--timetable button:nth-child(2) {
    flex: 0 0 133px;
}

.nndac-track-filters--timetable button:nth-child(3) {
    flex: 0 0 103px;
}

.nndac-track-filters--timetable button:nth-child(4) {
    flex: 0 0 98px;
}

.nndac-track-filters--timetable button:nth-child(5) {
    flex: 0 0 143px;
}

.nndac-track-filters--timetable button:nth-child(6) {
    flex: 0 0 88px;
}

.nndac-timetable__grid {
    display: flex;
    width: calc(100% - 48px);
    height: 1773px;
    margin: 48px 24px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: var(--nndac-muted) transparent;
    scrollbar-width: thin;
}

.nndac-timetable__column {
    display: flex;
    flex: 0 0 320px;
    height: 1773px;
    flex-direction: column;
    border-right: 1px solid var(--nndac-line);
}

.nndac-timetable__column.is-filtered-out {
    display: none;
}

.nndac-timetable__column.is-filtered-in {
    flex-basis: min(100%, 640px);
}

.nndac-timetable__column > h3 {
    display: flex;
    height: 86px;
    flex: 0 0 86px;
    padding: 16px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e2b900;
    font-family: var(--nndac-font-latin);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.nndac-timetable__column > h3 small {
    font-family: var(--nndac-font-body);
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}

.nndac-timetable__column > div {
    position: relative;
    height: 1687px;
    flex: 0 0 1687px;
}

.nndac-timetable-card {
    position: absolute;
    top: var(--nndac-slot-top);
    left: 0;
    display: flex;
    width: 100%;
    height: var(--nndac-slot-height);
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}

.nndac-timetable-card--midday,
.nndac-timetable-card--booth {
    background: #f0f1f3;
}

.nndac-timetable-card .nndac-session-badge {
    min-width: 0;
    height: 20px;
    margin-top: 8px;
    padding-inline: 8px;
    font-size: 8px;
}

.nndac-timetable-card h4 {
    margin-top: 12px;
    font-family: var(--nndac-font-heading);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.55;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nndac-timetable-speaker {
    display: flex;
    width: 100%;
    margin-top: 18px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    background: transparent;
    text-align: left;
}

.nndac-timetable-speaker + .nndac-timetable-speaker {
    margin-top: 10px;
}

.nndac-timetable-speaker strong {
    font-family: var(--nndac-font-heading);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
}

.nndac-timetable-speaker span {
    color: var(--nndac-muted);
    font-size: 10px;
    line-height: 1.5;
}

.nndac-timetable-speaker:hover strong,
.nndac-timetable-speaker:focus-visible strong {
    color: var(--nndac-orange);
}

.nndac-track-filters--bottom {
    margin-top: 48px;
}

.nndac-timetable__note {
    width: calc(100% - 48px);
    margin: 48px 24px 0;
    color: var(--nndac-muted);
    font-size: 12px;
    line-height: 21px;
}

/* Speaker modal */
.nndac-speaker-modal {
    position: fixed;
    z-index: 200;
    inset: 0;
    display: none;
    padding: 32px;
    align-items: center;
    justify-content: center;
}

.nndac-speaker-modal.is-open {
    display: flex;
}

.nndac-speaker-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgb(17 22 34 / 72%);
}

.nndac-speaker-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(820px, 100%);
    max-height: calc(100vh - 64px);
    padding: 56px;
    overflow-y: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 80px rgb(0 0 0 / 28%);
}

.nndac-speaker-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nndac-line);
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    line-height: 1;
}

.nndac-speaker-modal__profile {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 40px;
}

.nndac-speaker-modal__profile > img {
    width: 240px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center top;
}

.nndac-speaker-modal__profile h2 {
    margin-top: 16px;
    font-family: var(--nndac-font-heading);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
}

.nndac-speaker-modal__name-en,
.nndac-speaker-modal__position {
    margin-top: 8px;
    color: var(--nndac-muted);
    font-size: 13px;
}

.nndac-speaker-modal__bio {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
}

.nndac-speaker-modal__bio p + p {
    margin-top: 1em;
}

@media (max-width: 1320px) and (min-width: 901px) {
    .nndac-header__nav {
        padding-left: 20px;
        gap: 14px;
    }

    .nndac-header__nav a {
        font-size: 14px;
    }

    .nndac-header__actions {
        margin-right: 16px;
        gap: 5px;
    }

    .nndac-button--header {
        padding-inline: 12px;
        font-size: 11px;
    }

    .nndac-header__actions .nndac-button--gold {
        width: 150px;
    }

    .nndac-header__actions .nndac-button--blue {
        width: 150px;
    }

    .nndac-container {
        width: calc(100% - 64px);
    }

    .nndac-hero__inner {
        width: calc(100% - 64px);
    }

    .nndac-hero__main {
        grid-template-columns: 310px minmax(480px, 560px);
        gap: 40px;
    }

    .nndac-hero__copy,
    .nndac-hero__copy h1 {
        width: 100%;
    }

    .nndac-hero__copy h1 {
        font-size: clamp(42px, 3.64vw, 48px);
    }

    .nndac-hero__copy p {
        font-size: clamp(27px, 2.43vw, 32px);
    }

    .nndac-hero__copy p span:last-child::before,
    .nndac-hero__copy p span:last-child::after {
        width: clamp(20px, 3vw, 40px);
        margin-inline: clamp(8px, 1vw, 14px);
    }

    .nndac-hero__date {
        font-size: clamp(21px, 1.97vw, 26px);
    }

    .nndac-hero__logo-wrap {
        width: 310px;
    }

    .nndac-hero__logo {
        width: 285px;
    }

    .nndac-news {
        grid-template-columns: 190px minmax(0, 768px);
    }

    .nndac-news__items {
        width: 100%;
    }

    .nndac-about__copy {
        padding-left: 48px;
    }

    .nndac-about__grid {
        width: 100%;
    }

    .nndac-audience__grid {
        grid-template-columns: minmax(320px, 36vw) minmax(0, 1fr);
        gap: 40px;
    }

    .nndac-media__card {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 48px;
    }

    .nndac-media__logo {
        width: 300px;
    }

    .nndac-join__grid {
        grid-template-columns: minmax(380px, 494px) minmax(560px, 668px);
        gap: 40px;
    }

}

@media (max-width: 900px) {
    :root {
        --nndac-header-height: 56px;
    }

    .nndac-hero::before {
        background-image: url("../images/nikkei-nada-digital-asset-conference-2026/background-gold.jpg");
        background-image: image-set(
            url("../images/nikkei-nada-digital-asset-conference-2026/background-gold-sp.webp") type("image/webp"),
            url("../images/nikkei-nada-digital-asset-conference-2026/background-gold.jpg") type("image/jpeg")
        );
    }

    .nndac-program-preview,
    .nndac-media,
    .nndac-join {
        background-image: url("../images/nikkei-nada-digital-asset-conference-2026/background-section.jpg");
        background-image: image-set(
            url("../images/nikkei-nada-digital-asset-conference-2026/background-section-sp.webp") type("image/webp"),
            url("../images/nikkei-nada-digital-asset-conference-2026/background-section.jpg") type("image/jpeg")
        );
    }

    body.admin-bar .nndac-header {
        top: 46px;
    }

    .nndac-container {
        width: 100%;
    }

    .nndac-section {
        padding-block: 56px;
    }

    .nndac-eyebrow {
        min-height: 24px;
        gap: 9px;
        font-size: 12px;
        line-height: 24px;
    }

    .nndac-eyebrow::before {
        width: 13px;
        height: 11px;
        border-width: 1.5px;
    }

    .nndac-eyebrow--speakers img {
        width: 116.25px;
    }

    .nndac-eyebrow--program img {
        width: 128px;
    }

    .nndac-eyebrow--audience img {
        width: 325px;
    }

    .nndac-eyebrow--about img,
    .nndac-eyebrow--contents img,
    .nndac-eyebrow--archive img,
    .nndac-eyebrow--partners img,
    .nndac-eyebrow--join-us img {
        width: auto;
        height: 24px;
    }

    .nndac-section-heading {
        margin-inline: 24px;
        gap: 12px;
    }

    .nndac-section-heading h2,
    .nndac-about h2,
    .nndac-audience h2,
    .nndac-media h2,
    .nndac-venue__heading h2,
    .nndac-join h2 {
        font-size: 24px;
        line-height: 1.3334;
    }

    .nndac-section-heading h2 span {
        min-height: 24px;
        margin-left: 10px;
        font-size: 10px;
    }

    .nndac-section-action {
        min-height: 56px;
    }

    .nndac-button {
        min-height: 48px;
        padding: 8px 24px;
        border-radius: 4px;
        font-size: 12px;
    }

    /* Header */
    .nndac-header,
    .nndac-header__inner {
        height: 56px;
    }

    .nndac-header__inner {
        position: relative;
        display: block;
        width: 100%;
        max-width: none;
        margin-inline: 0;
    }

    .nndac-header__brand {
        position: absolute;
        top: 14.5px;
        left: 42px;
        width: 100px;
        height: 27px;
    }

    .nndac-header__brand img {
        width: 100px;
        height: 27px;
    }

    .nndac-header__nav {
        display: none;
    }

    .nndac-header__actions {
        position: absolute;
        top: 12px;
        right: 8px;
        display: flex;
        margin: 0;
        gap: 4px;
    }

    .nndac-button--header {
        min-height: 32px;
        height: 32px;
        padding: 4px 7px;
        border-radius: 3px;
        font-size: 8px;
    }

    .nndac-header__actions .nndac-button--gold {
        width: 102px;
    }

    .nndac-header__actions .nndac-button--blue {
        width: 102px;
    }

    .nndac-menu-toggle {
        position: absolute;
        z-index: 2;
        top: 16px;
        left: 16px;
        display: flex;
        width: 24px;
        height: 24px;
        padding: 4px 3px;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        border: 0;
        background: transparent;
        gap: 4px;
    }

    .nndac-menu-toggle > span:not(.screen-reader-text) {
        display: block;
        width: 18px;
        height: 2px;
        background: var(--nndac-ink);
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .nndac-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .nndac-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
        opacity: 0;
    }

    .nndac-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nndac-mobile-menu {
        position: fixed;
        z-index: 99;
        top: 56px;
        right: 0;
        left: 0;
        display: block;
        max-height: 0;
        overflow: hidden;
        border-bottom: 1px solid transparent;
        background: #fff;
        opacity: 0;
        transition: max-height 220ms ease, opacity 160ms ease;
        visibility: hidden;
    }

    body.admin-bar .nndac-mobile-menu {
        top: 102px;
    }

    .nndac-mobile-menu.is-open {
        max-height: calc(100vh - 56px);
        padding: 0 24px;
        overflow-y: auto;
        border-bottom-color: var(--nndac-line);
        opacity: 1;
        visibility: visible;
    }

    .nndac-mobile-menu nav {
        display: flex;
        flex-direction: column;
        background: #fff;
    }

    .nndac-mobile-menu nav a {
        position: relative;
        display: flex;
        min-height: 54px;
        padding: 0 28px 0 0;
        align-items: center;
        border-bottom: 1px solid var(--nndac-line);
        background: #fff;
        font-family: var(--nndac-font-latin);
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
    }

    .nndac-mobile-menu nav a::after {
        position: absolute;
        top: 50%;
        right: 4px;
        width: 7px;
        height: 7px;
        border-top: 1px solid currentColor;
        border-right: 1px solid currentColor;
        content: "";
        opacity: 0.55;
        transform: translateY(-50%) rotate(45deg);
    }

    .nndac-mobile-menu__actions {
        display: none;
    }

    /* Hero */
    .nndac-hero {
        --nndac-hero-main-height: max(348px, calc(100svh - 462px));

        min-height: 0;
    }

    .nndac-hero::before {
        inset: 0;
        background-position: 78% 60%;
        background-size: cover;
    }

    .nndac-hero::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 94px;
        background: var(--nndac-surface);
        content: "";
    }

    .nndac-hero__inner {
        z-index: 1;
        width: 375px;
        max-width: 100%;
        min-height: 0;
        padding-bottom: 24px;
        margin-top: 64px;
    }

    .nndac-hero__main {
        display: flex;
        width: 100%;
        height: var(--nndac-hero-main-height);
        padding: 0 24px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .nndac-hero__logo-wrap {
        width: 232px;
        height: 187px;
        padding: 0;
    }

    .nndac-hero__logo {
        width: 220px;
        height: auto;
    }

    .nndac-hero__copy {
        width: 327px;
        height: 145px;
        padding: 0;
    }

    .nndac-hero__copy h1 {
        width: 327px;
        color: #080b11;
        font-size: 26px;
        line-height: 1.2;
        text-align: center;
    }

    .nndac-hero__copy p {
        margin-top: 12px;
        font-family: var(--nndac-font-heading);
        font-size: 19px;
        font-weight: 900;
        line-height: 25px;
    }

    .nndac-hero__copy p span:last-child::before,
    .nndac-hero__copy p span:last-child::after {
        width: 10px;
        margin-inline: 4px;
    }

    .nndac-hero__date {
        height: 32px;
        margin-top: 18px;
        font-size: 16px;
        line-height: 32px;
    }

    .nndac-hero__facts {
        display: flex;
        width: 327px;
        height: 180px;
        margin: 16px 24px 0;
        padding: 0;
        flex-direction: column;
        border-top: 1px solid rgb(17 22 34 / 24%);
        border-bottom: 1px solid rgb(17 22 34 / 24%);
        gap: 0;
    }

    .nndac-hero__fact {
        display: grid;
        width: 100%;
        height: 52px;
        min-height: 52px;
        padding: 8px 0;
        grid-template-columns: 128px minmax(0, 1fr);
        align-items: center;
        gap: 8px;
    }

    .nndac-hero__fact + .nndac-hero__fact {
        border-top: 1px solid rgb(17 22 34 / 18%);
    }

    .nndac-hero__fact + .nndac-hero__fact::before {
        display: none;
    }

    .nndac-hero__fact > span {
        font-size: 14px;
        line-height: 25px;
    }

    .nndac-hero__fact > p {
        justify-content: flex-end;
        align-items: center;
        text-align: right;
    }

    .nndac-hero__fact > p > strong {
        font-size: 18px;
        line-height: 1;
    }

    .nndac-hero__fact > p > small {
        font-size: 14px;
        line-height: 25px;
    }

    .nndac-hero__capacity {
        height: 27px;
    }

    .nndac-hero__capacity strong {
        font-size: 32px !important;
    }

    .nndac-hero__capacity small {
        margin: 0 0 1px;
        font-size: 16px !important;
    }

    .nndac-hero__cohost > p {
        height: 23px;
        justify-content: flex-start;
        text-align: left;
    }

    .nndac-hero__cohost {
        display: flex;
        height: 76px;
        min-height: 76px;
        padding: 10px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .nndac-hero__cohost-spacer {
        width: 12px;
        flex-basis: 12px;
    }

    .nndac-hero__cohost > p > img.nndac-hero__navenue-logo {
        width: 92px;
        height: 22px;
    }

    .nndac-hero__cohost > p > img.nndac-hero__nikkei-logo {
        width: 92px;
        height: 20px;
    }

    .nndac-news {
        display: grid;
        width: calc(100% - 48px);
        height: auto;
        min-height: 108px;
        margin: 16px 24px 0;
        padding: 16px;
        grid-template-columns: 1fr;
        align-content: center;
        gap: 10px;
        border: 0;
        border-radius: 8px;
        box-shadow: 0 6px 18px rgb(17 22 34 / 10%);
    }

    .nndac-news__heading {
        display: flex;
        height: auto;
        align-items: center;
        gap: 16px;
    }

    .nndac-news__heading p {
        font-size: 18px;
        line-height: 1.4;
    }

    .nndac-news__featured-date {
        display: inline;
        color: #667187;
        font-family: var(--nndac-font-latin);
        font-size: 13px;
        font-weight: 600;
        line-height: 1.4;
    }

    .nndac-news__items {
        width: 100%;
        height: auto;
        gap: 8px;
    }

    .nndac-news__item {
        display: grid;
        min-height: 24px;
        padding: 0;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 4px;
        font-size: 14px;
        line-height: 1.6;
    }

    .nndac-news__item:first-child time {
        display: none;
    }

    .nndac-news__item time {
        grid-column: 1 / -1;
        font-size: 13px;
        font-weight: 600;
    }

    .nndac-news__item > span {
        overflow-wrap: anywhere;
        white-space: nowrap;
    }

    /* Speakers */
    .nndac-speakers {
        min-height: 1120.6px;
    }

    .nndac-speakers .nndac-section-heading {
        height: 68px;
    }

    .nndac-speakers__slider {
        margin-top: 36px;
    }

    .nndac-speakers__grid {
        width: 327px;
        height: 250px;
        margin-inline: auto;
        gap: 14px;
    }

    .nndac-speaker-card {
        flex: 0 0 156px;
        width: 156px;
        height: 250px;
    }

    .nndac-speaker-card__logo {
        height: 32px;
        padding: 5px 8px;
    }

    .nndac-speaker-card__logo img {
        max-width: 88px;
        max-height: 20px;
    }

    .nndac-speaker-card h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .nndac-speaker-card p {
        overflow: visible;
        font-size: 10px;
        line-height: 16px;
        text-overflow: clip;
        white-space: normal;
    }

    .nndac-slider-dots {
        margin-top: 48px;
    }

    .nndac-speakers .nndac-section-action {
        width: 327px;
        margin: 36px auto 0;
        padding: 8px 0 0;
    }

    .nndac-speakers .nndac-button {
        width: 327px;
    }

    /* Program preview */
    .nndac-program-preview {
        min-height: 1421.3px;
        background-position: center;
        background-size: cover;
    }

    .nndac-program-preview .nndac-section-heading {
        height: 68px;
        align-items: center;
        text-align: center;
    }

    .nndac-program-preview__list {
        width: 327px;
        height: 1137.3px;
        margin: 24px auto 0;
        padding-block: 25px;
        border-radius: 16px;
    }

    .nndac-program-preview__list article,
    .nndac-program-index__list article {
        display: grid;
        min-height: 188.55px;
        height: auto;
        padding: 16px 24px;
        align-content: start;
        border-bottom: 1px solid var(--nndac-line);
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "time badge"
            "content content"
            "entry entry";
        gap: 12px 8px;
    }

    .nndac-program-preview__list article:nth-child(4),
    .nndac-program-preview__list article:nth-child(6),
    .nndac-program-index__list article:nth-child(4),
    .nndac-program-index__list article:nth-child(6) {
        min-height: 164.55px;
    }

    .nndac-program-preview__list time,
    .nndac-program-index__list time {
        grid-area: time;
    }

    .nndac-program-preview__list .nndac-session-badge,
    .nndac-program-index__list .nndac-session-badge {
        grid-area: badge;
        justify-self: end;
    }

    .nndac-program-preview__content,
    .nndac-program-index__content {
        grid-area: content;
    }

    .nndac-program-preview__content h3,
    .nndac-program-index__content h3 {
        overflow: visible;
        line-height: 24px;
        text-overflow: clip;
        white-space: normal;
    }

    .nndac-program-preview__content p,
    .nndac-program-index__content p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 13px;
    }

    .nndac-program-preview__entry {
        grid-area: entry;
        justify-self: end;
    }

    .nndac-program-preview .nndac-section-action {
        width: 327px;
        margin: 24px auto 0;
        padding: 8px 0 0;
    }

    .nndac-program-preview .nndac-button {
        width: 327px;
    }

    .nndac-coming-soon {
        min-height: 320px;
        margin: 24px;
    }

    /* About */
    .nndac-about {
        min-height: 0;
        padding: 0;
    }

    .nndac-about__grid {
        display: flex;
        width: 375px;
        max-width: 100%;
        height: auto;
        min-height: 0;
        flex-direction: column;
    }

    .nndac-about__copy {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 56px 24px;
    }

    .nndac-about__copy h2 {
        max-width: 100%;
        margin-top: 12px;
        font-size: 24px;
        line-height: 32px;
    }

    .nndac-about__body {
        width: 100%;
        max-width: 35em;
        margin-top: 24px;
        color: #465064;
        font-size: 15px;
        line-height: 1.8;
    }

    .nndac-about__body p + p {
        margin-top: 20px;
    }

    .nndac-about__stats {
        height: 96px;
        margin-top: 24px;
        padding-top: 8px;
        gap: 0;
    }

    .nndac-about__stats > div,
    .nndac-about__stats > div + div {
        gap: 8px;
    }

    .nndac-about__stats span {
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
    }

    .nndac-about__stats p {
        height: 44px;
        min-height: 44px;
    }

    .nndac-about__stats strong {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
    }

    .nndac-about__stats small {
        font-size: 20px;
        line-height: 24px;
    }

    .nndac-about__stats > div:first-child p {
        align-items: flex-start;
    }

    .nndac-about__stats > div:first-child small {
        margin-top: 15px;
    }

    .nndac-about__image {
        width: 375px;
        max-width: 100%;
        min-height: 375px;
        height: 375px;
    }

    /* Audience */
    .nndac-audience {
        min-height: 678.2px;
        padding-block: 56px;
    }

    .nndac-audience__grid {
        display: flex;
        width: 375px;
        max-width: 100%;
        height: auto;
        padding-inline: 24px;
        flex-direction: column;
        gap: 24px;
    }

    .nndac-audience__copy {
        order: 1;
        width: 327px;
        height: auto;
    }

    .nndac-audience .nndac-eyebrow {
        min-height: 24px;
        gap: 3px;
        font-size: 14px;
        line-height: 24px;
        white-space: nowrap;
    }

    .nndac-audience .nndac-eyebrow::before {
        width: 22px;
        height: 24px;
        flex-basis: 22px;
    }

    .nndac-audience__copy h2 {
        min-height: 36px;
        margin-top: 12px;
        font-size: 24px;
        line-height: 32px;
    }

    .nndac-audience__copy h2 span {
        white-space: normal;
    }

    .nndac-audience-title__desktop {
        display: none !important;
    }

    .nndac-audience-title__mobile {
        display: block !important;
    }

    .nndac-audience-title__mobile > span {
        display: inline-block;
        white-space: nowrap;
    }

    .nndac-audience__body {
        margin-top: 24px;
        font-size: 14px;
        line-height: 25px;
    }

    .nndac-audience__stats {
        order: 2;
        width: 327px;
        height: 288.2px;
    }

    /* Contents */
    .nndac-contents {
        min-height: 0;
        padding-bottom: 80px;
    }

    .nndac-contents .nndac-section-heading {
        height: 72px;
        gap: 12px;
    }

    .nndac-contents__grid {
        display: flex;
        width: 327px;
        height: 1180px;
        margin: 28px auto 0;
        padding: 0;
        flex-direction: column;
        gap: 16px;
    }

    .nndac-contents__grid article {
        width: 327px;
        min-height: 280px;
        padding: 0 24px 20px;
    }

    .nndac-contents__grid article:nth-child(2) {
        min-height: 280px;
    }

    .nndac-contents__grid article + article {
        border-top: 1px solid var(--nndac-line);
        border-left: 0;
    }

    .nndac-content-icon {
        width: calc(100% + 48px);
        height: 113px;
        margin-inline: -24px;
    }

    .nndac-contents__grid article > p {
        margin-top: 20px;
    }

    .nndac-contents__grid h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .nndac-contents__grid article > span {
        margin-top: 12px;
        color: #465064;
        font-size: 15px;
        line-height: 1.75;
    }

    .nndac-pitch-link {
        display: flex;
        width: 327px;
        height: 133px;
        margin: 28px auto 0;
        padding: 24px 20px;
        flex-direction: column;
        gap: 12px;
    }

    .nndac-pitch-link strong {
        font-family: var(--nndac-font-body);
        font-size: 16px;
        line-height: 16px;
    }

    .nndac-pitch-link small {
        font-size: 12px;
        line-height: 21px;
    }

    /* Archive */
    .nndac-archive {
        min-height: 1107.8px;
    }

    .nndac-archive .nndac-section-heading {
        height: 68px;
        align-items: center;
        gap: 12px;
        text-align: center;
    }

    .nndac-archive__grid {
        display: flex;
        width: 327px;
        height: 807.8px;
        margin: 32px auto 0;
        flex-direction: column;
        gap: 20px;
    }

    .nndac-archive-card {
        width: 327px;
        height: 255.9px;
    }

    .nndac-archive-card__image {
        height: 183.9px;
    }

    .nndac-archive-card h3 {
        height: 56px;
        font-size: 12px;
    }

    .nndac-archive .nndac-section-action {
        width: 327px;
        margin: 32px auto 0;
        padding: 8px 0 0;
    }

    .nndac-archive .nndac-button {
        width: 327px;
    }

    /* NADA NEWS */
    .nndac-media {
        min-height: 0;
    }

    .nndac-media__card {
        display: flex;
        width: 327px;
        height: auto;
        min-height: 658px;
        margin-inline: auto;
        padding: 40px 24px;
        flex-direction: column;
        border-radius: 16px;
        gap: 24px;
    }

    /* Venue */
    .nndac-venue {
        padding-block: 56px;
    }

    .nndac-venue__inner {
        width: 100%;
        max-width: none;
    }

    .nndac-venue__heading {
        width: calc(100% - 48px);
        margin: 0 auto 40px;
    }

    .nndac-venue__grid {
        display: flex;
        width: 100%;
        min-height: 0;
        flex-direction: column;
        gap: 32px;
    }

    .nndac-venue__content {
        width: 327px;
        margin-inline: auto;
        padding: 0;
    }

    .nndac-venue .nndac-eyebrow {
        min-height: 24px;
        font-size: 14px;
        line-height: 24px;
    }

    .nndac-venue .nndac-eyebrow::before {
        width: 17px;
        height: 14px;
    }

    .nndac-venue__heading h2 {
        margin-top: 8px;
    }

    .nndac-venue__details {
        margin-top: 24px;
    }

    .nndac-venue__details h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .nndac-venue__details address {
        font-size: 14px;
        line-height: 1.75;
    }

    .nndac-venue__links {
        margin-top: 24px;
    }

    .nndac-venue__links a {
        width: 100%;
        min-height: 48px;
        font-size: 12px;
    }

    .nndac-venue__map {
        width: calc(100% - 48px);
        height: 360px;
        min-height: 0;
        margin-inline: auto;
        border-radius: 12px;
    }

    .nndac-venue__map iframe {
        min-height: 0;
    }

    .nndac-media__logo {
        width: 279px;
        height: 75.1px;
        min-height: 75.1px;
        flex: 0 0 75.1px;
    }

    .nndac-media__logo img {
        width: 218.4px;
        height: 63.1px;
    }

    .nndac-media__content {
        width: 279px;
        height: auto;
        min-height: 487px;
    }

    .nndac-media__powered {
        height: 12px;
        font-size: 12px;
    }

    .nndac-media__content h2 {
        margin-top: 20px;
        font-size: 20px;
        line-height: 27px;
    }

    .nndac-media__content > p:not(.nndac-media__powered) {
        margin-top: 20px;
        font-size: 14px;
        line-height: 25px;
    }

    .nndac-media__publication-name {
        font-size: 16px;
    }

    .nndac-media__content > p:not(.nndac-media__powered) br {
        display: none;
    }

    .nndac-media__actions {
        display: flex;
        height: auto;
        margin-top: 20px;
        padding-top: 20px;
        gap: 16px;
    }

    .nndac-media__action {
        width: 32px;
        height: 32px;
    }

    /* Partners */
    .nndac-partners {
        min-height: 0;
    }

    .nndac-partners .nndac-section-heading {
        height: 68px;
        gap: 12px;
    }

    .nndac-partners__tiers {
        width: 327px;
        margin: 32px auto 0;
        gap: 32px;
    }

    .nndac-partner-tier {
        gap: 16px;
    }

    .nndac-partner-tier h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .nndac-partner-tier--endorsement h3 {
        font-size: 24px;
        line-height: 1.3334;
    }

    .nndac-partner-tier--platinum {
        min-height: 0;
    }

    .nndac-partner-tier--platinum .nndac-partner-tier__grid {
        gap: 12px;
    }

    .nndac-partner-tier--platinum .nndac-partner-logo {
        width: 327px;
        height: 128px;
    }

    .nndac-partner-tier--gold {
        min-height: 0;
    }

    .nndac-partner-tier--gold .nndac-partner-tier__grid {
        gap: 12px;
    }

    .nndac-partner-tier--gold .nndac-partner-logo {
        width: calc((100% - 12px) / 2);
        height: 80px;
    }

    .nndac-partner-tier--silver {
        min-height: 0;
    }

    .nndac-partner-tier--silver .nndac-partner-tier__grid {
        gap: 12px;
    }

    .nndac-partner-tier--bronze {
        min-height: 0;
    }

    .nndac-partner-tier--bronze .nndac-partner-tier__grid {
        gap: 12px;
    }

    .nndac-partner-tier--silver .nndac-partner-logo,
    .nndac-partner-tier--bronze .nndac-partner-logo {
        width: calc((100% - 24px) / 3);
        height: 88px;
    }

    .nndac-partner-tier--supporters,
    .nndac-partner-tier--endorsement {
        min-height: 0;
        gap: 16px;
    }

    .nndac-partner-tier--supporters .nndac-partner-tier__grid,
    .nndac-partner-tier--endorsement .nndac-partner-tier__grid {
        width: 327px;
        gap: 12px;
    }

    .nndac-partner-tier--supporters .nndac-partner-logo {
        width: calc((100% - 36px) / 4);
        height: 88px;
    }

    .nndac-partner-tier--endorsement .nndac-partner-logo {
        width: calc((100% - 24px) / 3);
        height: 88px;
    }

    .nndac-partner-logo--jsta img {
        transform: scale(1.28);
    }

    .nndac-fsa-disclaimer {
        width: 327px;
        margin: 32px auto 0;
        font-size: 13px;
    }

    .nndac-partner-logo span {
        font-size: 11px;
    }

    .nndac-partners .nndac-section-action {
        width: 327px;
        margin: 32px auto 0;
        padding: 16px 0 0;
    }

    .nndac-partners .nndac-button {
        width: 327px;
    }

    .nndac-partner-modal {
        padding: 16px;
    }

    .nndac-partner-modal__dialog {
        max-height: calc(100vh - 72px);
        padding: 16px 16px 0;
    }

    .nndac-partner-modal__close {
        top: -42px;
        right: -2px;
    }

    .nndac-partner-modal__image {
        min-height: 180px;
        padding: 16px;
    }

    .nndac-partner-modal__image img {
        max-height: 220px;
    }

    .nndac-partner-modal__name {
        padding: 18px 16px;
    }

    .nndac-partner-modal__dialog h2 {
        font-size: 20px;
    }

    .nndac-partner-modal__site {
        width: calc(100% + 32px);
        min-height: 60px;
        margin-left: -16px;
    }

    /* Join */
    .nndac-join {
        min-height: 458px;
    }

    .nndac-join__grid {
        display: flex;
        width: 375px;
        max-width: 100%;
        min-height: 346px;
        padding-inline: 24px;
        flex-direction: column;
        gap: 28px;
    }

    .nndac-join__copy {
        width: 327px;
        padding: 0;
    }

    .nndac-join__copy h2 {
        min-height: 36px;
        margin-top: 16px;
        line-height: 32px;
        white-space: nowrap;
    }

    .nndac-join__copy .nndac-eyebrow {
        min-height: 24px;
        line-height: 24px;
    }

    .nndac-join__desktop-break {
        display: none;
    }

    .nndac-join__description {
        margin-top: 16px;
    }

    .nndac-join__description p {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }

    .nndac-join__description p + p {
        margin-top: 12px;
    }

    .nndac-join__cta {
        width: 300px;
        min-height: 0;
        padding: 32px 20px;
        border-radius: 16px;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .nndac-join__option {
        min-height: 0;
        padding: 0;
    }

    .nndac-join__option + .nndac-join__option {
        padding-top: 24px;
        border-top: 1px solid var(--nndac-line);
        border-left: 0;
    }

    .nndac-join__option h3 {
        font-size: 17px;
    }

    .nndac-join__option > p {
        margin-top: 6px;
        font-size: 13px;
    }

    .nndac-join__option .nndac-button {
        margin-top: 16px;
    }

    .nndac-join__cta .nndac-button {
        width: 240px;
        font-size: 14px;
    }

    .nndac-join__message {
        margin-top: -8px;
    }

    /* Footer */
    .nndac-footer {
        min-height: 635.53px;
    }

    .nndac-footer__main {
        display: flex;
        width: 375px;
        max-width: 100%;
        min-height: 580.53px;
        padding: 56px 24px 0;
        flex-direction: column;
        gap: 56px;
    }

    .nndac-footer__brand {
        display: flex;
        width: 327px;
        align-items: center;
        flex-direction: column;
    }

    .nndac-footer__brand img {
        width: 200px;
        height: 52.5px;
    }

    .nndac-footer__brand p {
        width: 327px;
        margin-top: 16px;
        font-family: var(--nndac-font-body);
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }

    .nndac-footer__brand p + p {
        margin-top: 0;
    }

    .nndac-footer__links {
        display: grid;
        width: 327px;
        height: 286px;
        margin-bottom: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 16px;
    }

    .nndac-footer__links > div {
        min-height: 129px;
        gap: 12px;
    }

    .nndac-footer__links h2 {
        min-height: 33px;
        padding-top: 0;
        font-size: 16px;
    }

    .nndac-footer__bottom {
        height: 55px;
    }

    .nndac-footer__bottom .nndac-container {
        width: 375px;
        max-width: 100%;
        height: 55px;
        padding-inline: 24px;
        justify-content: flex-start;
    }

    /* Program page */
    .nndac-program-hero {
        height: 200px;
        padding-top: 80px;
        background-position: -41px -76px;
        background-size: 457px 366px;
    }

    .nndac-program-hero .nndac-container {
        padding-inline: 24px;
    }

    .nndac-program-hero p {
        display: none;
    }

    .nndac-program-hero h1 {
        margin: 0;
        font-size: 32px;
        line-height: 43px;
    }

    .nndac-program-hero span {
        margin-top: 16px;
        font-size: 12px;
        line-height: 16px;
    }

    .nndac-program-index {
        min-height: 1525.3px;
    }

    .nndac-program-index .nndac-section-heading {
        height: 68px;
    }

    .nndac-track-filters {
        width: 327px;
        min-height: 112px;
        margin: 48px auto 0;
        align-content: flex-start;
        gap: 8px;
    }

    .nndac-track-filters button {
        flex: 0 0 159.5px !important;
        min-width: 0;
        height: 32px;
        padding-inline: 14px;
        font-size: 10px;
    }

    .nndac-program-index__list {
        width: 333px;
        height: 1137.3px;
        margin: 48px 18px 0 24px;
        padding-block: 25px;
        border-radius: 16px;
    }

    .nndac-timetable {
        min-height: 2056px;
    }

    .nndac-timetable .nndac-section-heading {
        height: 68px;
    }

    .nndac-track-filters--timetable {
        min-height: 112px;
        margin-top: 24px;
    }

    .nndac-timetable__grid {
        width: 327px;
        height: 1514px;
        min-height: 0;
        margin: 24px auto 0;
    }

    .nndac-timetable__column {
        height: 1514px;
        flex-basis: 327px;
    }

    .nndac-timetable__column.is-filtered-in {
        flex-basis: 327px;
    }

    .nndac-timetable__column > div {
        height: 1428px;
        flex-basis: 1428px;
    }

    .nndac-timetable-card {
        height: min(var(--nndac-slot-height), calc(1428px - var(--nndac-slot-top)));
    }

    .nndac-track-filters--bottom {
        margin-top: 24px;
    }

    .nndac-timetable__note {
        width: 327px;
        margin: 24px auto 0;
        line-height: 21px;
    }

    .nndac-speaker-modal {
        padding: 16px;
    }

    .nndac-speaker-modal__dialog {
        max-height: calc(100vh - 32px);
        padding: 48px 24px 24px;
    }

    .nndac-speaker-modal__profile {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .nndac-speaker-modal__profile > img {
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .nndac-venue__content {
        width: calc(100% - 48px);
    }

    .nndac-join__grid {
        width: min(100%, 720px);
        align-items: center;
    }

    .nndac-join__copy,
    .nndac-join__cta {
        width: min(100%, 600px);
    }
}

@media (max-width: 374px) {
    .nndac-hero {
        --nndac-hero-main-height: max(338px, calc(100svh - 462px));
    }

    .nndac-hero__main {
        gap: 6px;
    }

    .nndac-header__inner,
    .nndac-hero__inner,
    .nndac-about__grid,
    .nndac-audience__grid,
    .nndac-join__grid,
    .nndac-footer__main,
    .nndac-footer__bottom .nndac-container {
        transform-origin: top left;
    }

    .nndac-header__actions {
        right: 8px;
    }

    .nndac-header__brand,
    .nndac-header__brand img {
        width: 94px;
        height: auto;
    }

    .nndac-header__actions .nndac-button--blue {
        width: 92px;
    }
}

@media (max-width: 900px) and (max-height: 720px) {
    .nndac-hero {
        --nndac-hero-main-height: max(312px, calc(100svh - 329px));
    }

    .nndac-hero__inner {
        margin-top: 56px;
    }

    .nndac-hero__main {
        gap: 6px;
    }

    .nndac-hero__copy {
        height: 119px;
    }

    .nndac-hero__copy h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .nndac-hero__copy p {
        margin-top: 8px;
        font-size: 17px;
        line-height: 22px;
    }

    .nndac-hero__date {
        height: 24px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .nndac-hero__facts {
        height: 126px;
        margin-top: 7px;
    }

    .nndac-hero__fact {
        height: 38px;
        min-height: 38px;
        padding-block: 2px;
    }

    .nndac-hero__cohost {
        height: 50px;
        min-height: 50px;
        padding-block: 0;
        gap: 2px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .nndac2026 *,
    .nndac2026 *::before,
    .nndac2026 *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .nndac-hero::before {
        animation: none;
    }
}
