.emd-figma-site {
    --figma-navy: #001a3b;
    --figma-cyan: #33cccc;
    --figma-orange: #FF6633;
    --figma-light: #f1f1f1;
    --figma-gray: #cccccc;
    --figma-ink: #001a3b;
    background: #fff;
    color: var(--figma-ink);
    font-family: Montserrat, Arial, sans-serif;
}

.emd-figma-site .container {
    width: min(1200px, calc(100% - 80px));
}

.emd-figma-site .section-title {
    color: var(--figma-navy);
    font-size: clamp(44px, 5vw, 64px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.emd-figma-site .section-title.light {
    color: #fff;
}

.emd-figma-site .topbar {
    min-height: 76px;
    border: 0;
    border-bottom: 1px solid rgba(0, 26, 59, .08);
    background: rgba(255, 255, 255, .97);
    box-shadow: none;
}

.emd-figma-site .topbar-inner {
    min-height: 76px;
    gap: 20px;
}

.emd-figma-site .top-logo img {
    width: 51px;
    height: 51px;
    object-fit: contain;
}

.emd-figma-site .main-nav {
    gap: 0;
}

.emd-figma-site .main-nav > a {
    min-height: 40px;
    border-radius: 8px;
    padding: 0 9px;
    color: var(--figma-navy);
    font-size: 14px;
    font-weight: 600;
}

.emd-figma-site .main-nav > a:hover {
    background: transparent;
    color: #FF6633;
}

.emd-figma-site .main-nav > a:active,
.emd-figma-site .main-nav > a.active {
    color: #FF6633;
}

.emd-figma-site .topbar-registration-actions {
    margin-left: 8px;
}

.emd-figma-site .main-nav .topbar-registration-link,
.emd-figma-site .main-nav .topbar-registration-link--participant,
.emd-figma-site .main-nav .topbar-registration-link--speaker {
    height: 60px;
    min-height: 60px;
    border-radius: 10px;
    padding: 0 18px;
    background: var(--figma-orange);
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: none;
}

.emd-figma-site .language-switcher {
    position: relative;
    gap: 6px;
    margin-left: 12px;
    border: 0;
    padding: 0;
    background: transparent;
}

.emd-figma-site .language-switcher a {
    min-width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #d9d9d9;
    color: var(--figma-navy);
    font-size: 14px;
    font-weight: 600;
}

.emd-figma-site .language-switcher a.active {
    background: var(--figma-cyan);
    color: var(--figma-navy);
}

.emd-figma-site .hero {
    position: relative;
    min-height: 720px;
    padding: 0;
    background: var(--figma-navy);
    color: #fff;
    overflow: hidden;
}

.emd-figma-site .hero::before,
.emd-figma-site .hero::after {
    display: none;
}

.emd-figma-site .hero-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(360px, 1fr);
    gap: 50px;
    min-height: 720px;
    align-items: center;
}

.emd-figma-site .hero-copy {
    position: relative;
    z-index: 2;
    padding: 56px 0 60px;
}

.emd-figma-site .hero-title-wrap {
    margin: 0;
    color: #fff;
}

.emd-figma-site .hero-kicker {
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--figma-gray);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: none;
}

.emd-figma-site .hero h1 {
    max-width: 680px;
    margin: 20px 0 0;
    color: var(--figma-cyan);
    font-size: clamp(54px, 5vw, 64px);
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -0.035em;
}

.emd-figma-site .hero-event-line {
    max-width: 660px;
    margin-top: 58px;
    color: var(--figma-orange);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3;
}

.emd-figma-site .hero-event-venue::before {
    content: ", ";
}

.emd-figma-site .hero-slogan {
    display: grid;
    gap: 2px;
    max-width: 610px;
    margin: 20px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: var(--figma-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.emd-figma-site .hero-slogan + .hero-primary-action {
    margin-top: 24px;
}

.emd-figma-site .hero-primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(431px, 100%);
    min-height: 60px;
    margin-top: 94px;
    border-radius: 10px;
    background: var(--figma-orange);
    color: #fff;
    padding: 13px 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    transition: transform .18s ease, background .18s ease;
}

.emd-figma-site .hero-primary-action:hover {
    transform: translateY(-2px);
    background: #ff7a4f;
}

.emd-figma-site .hero-collage {
    position: relative;
    align-self: stretch;
    min-width: 0;
}

.emd-figma-site .hero-photo {
    position: absolute;
    z-index: 2;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .22);
}

.emd-figma-site .hero-photo--one {
    top: 77px;
    right: 0;
    width: 220px;
    height: 220px;
}

.emd-figma-site .hero-photo--two {
    top: 367px;
    right: 160px;
    width: 220px;
    height: 220px;
}

.emd-figma-site .hero-photo--three {
    right: 0;
    bottom: 62px;
    width: 150px;
    height: 194px;
}

.emd-figma-site .hero-collage-accent {
    position: absolute;
    top: 141px;
    right: 243px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background: var(--figma-orange);
}

.emd-figma-site .hero-logo-plate {
    position: absolute;
    top: 229px;
    right: 184px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 210px;
    min-height: 118px;
    border-radius: 16px;
    background: #fff;
    padding: 14px 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.emd-figma-site .hero-mark {
    width: 100%;
    max-height: 92px;
    object-fit: contain;
}

.emd-figma-site .mosaic-transition {
    height: 104px;
    background: #fff;
    overflow: hidden;
}

.emd-figma-site .mosaic-transition__inner {
    min-height: 104px;
}

.emd-figma-site .mosaic-transition__inner::before {
    height: 104px;
    background-size: auto 104px;
}

.emd-figma-site .about-section {
    padding: 28px 0 0;
    background: #fff;
}

.emd-figma-site .about-intro {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: end;
}

.emd-figma-site .about-intro p {
    margin: 0;
    color: var(--figma-navy);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.emd-figma-site .about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 52px;
}

.emd-figma-site .about-stat-card {
    position: relative;
    min-height: 329px;
    border: 1px solid rgba(0, 26, 59, .12);
    border-radius: 20px;
    background: #fff;
    padding: 28px 26px;
    overflow: hidden;
}

.emd-figma-site .about-stat-card::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 150px;
    height: 150px;
    border: 28px solid var(--figma-orange);
    border-radius: 50%;
    opacity: .95;
}

.emd-figma-site .about-stat-card:nth-child(2)::after {
    border-color: var(--figma-cyan);
    border-radius: 28px;
    transform: rotate(45deg);
}

.emd-figma-site .about-stat-card:nth-child(3)::after {
    border-color: var(--figma-navy);
}

.emd-figma-site .about-stat-card strong {
    display: block;
    color: var(--figma-navy);
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}

.emd-figma-site .about-stat-card > .about-stat-label {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 310px;
    margin-top: 10px;
    color: var(--figma-navy);
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 600;
    line-height: 1.04;
}

.emd-figma-site .about-stat-card:nth-child(2) > .about-stat-label {
    font-size: 34px;
}

.emd-figma-site .about-details {
    display: grid;
    gap: 0;
    margin-top: 68px;
}

.emd-figma-site .about-detail-card {
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
    gap: 66px;
    align-items: center;
    min-height: 520px;
    padding: 42px 0;
}

.emd-figma-site .about-detail-card--audience {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
}

.emd-figma-site .about-detail-card h2 {
    margin: 0 0 18px;
    color: var(--figma-navy);
    font-size: 24px;
    font-weight: 600;
}

.emd-figma-site .about-detail-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.emd-figma-site .about-detail-card li {
    position: relative;
    padding-left: 21px;
    color: var(--figma-navy);
    font-size: 19px;
    line-height: 1.42;
}

.emd-figma-site .about-detail-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--figma-orange);
}

.emd-figma-site .about-detail-art {
    position: relative;
    width: 100%;
    min-height: 395px;
    border-radius: 28px;
    background-color: var(--figma-navy);
    overflow: hidden;
}

.emd-figma-site .about-detail-art > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 395px;
    object-fit: cover;
}

.emd-figma-site .about-detail-art::before,
.emd-figma-site .about-detail-art::after {
    content: "";
    position: absolute;
}

.emd-figma-site .about-detail-art--topics::before {
    z-index: 2;
    inset: auto 0 0;
    width: auto;
    height: 88px;
    background: linear-gradient(90deg, var(--figma-cyan) 0 48%, var(--figma-orange) 48% 70%, #fff 70%);
    opacity: .92;
}

.emd-figma-site .about-detail-art--topics::after {
    z-index: 3;
    width: 92px;
    height: 92px;
    right: 30px;
    bottom: 42px;
    border: 14px solid #fff;
    border-radius: 50%;
    background: var(--figma-orange);
}

.emd-figma-site .about-detail-brand-shape {
    position: absolute;
    z-index: 3;
    left: 28px;
    bottom: 42px;
    width: 98px;
    height: 98px;
    border: 18px solid var(--figma-navy);
    border-radius: 28px 28px 8px 28px;
}

.emd-figma-site .about-detail-art--audience {
    background: #fff;
}

.emd-figma-site .about-detail-art--audience::before {
    display: none;
}

.emd-figma-site .about-detail-art--audience::after {
    display: none;
}

.emd-figma-site .about-detail-art--audience > img {
    object-fit: contain;
    background: #fff;
}

.emd-figma-site .about-thesis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 12px;
    margin-bottom: 52px;
    border-left: 8px solid var(--figma-orange);
    background: var(--figma-light);
    padding: 24px 28px;
    color: var(--figma-navy);
    font-size: 18px;
    line-height: 1.5;
}

.emd-figma-site .about-thesis a {
    color: var(--figma-navy);
    font-weight: 700;
    text-decoration: underline;
}

.emd-figma-site .text-sections-section {
    display: none;
}

.emd-figma-site .marquee {
    height: 65px;
    background: var(--figma-orange);
    color: var(--figma-navy);
    overflow: hidden;
}

.emd-figma-site .marquee-line {
    display: flex;
    width: max-content;
    padding: 12px 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 41px;
    text-transform: none;
    animation: emd-marquee-loop 28s linear infinite;
    will-change: transform;
}

.emd-figma-site .marquee-copy {
    display: block;
    flex: none;
    padding-right: 1.5em;
}

@keyframes emd-marquee-loop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.emd-figma-site .video-section {
    padding: 30px 0 0;
    background: #fff;
}

.emd-figma-site .video-section > .container {
    width: 100%;
    max-width: none;
}

.emd-figma-site .video-section-head {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto 28px;
}

.emd-figma-site .video-section-head p {
    display: none;
}

.emd-figma-site .video-section-head .section-title,
.emd-figma-site .speakers-section .section-title {
    color: #33CCCC;
}

.emd-figma-site .video-frame {
    border: 0;
    border-radius: 0;
    background: #000;
    box-shadow: none;
}

.emd-figma-site .video-frame video {
    display: block;
    width: 100%;
    max-height: 732px;
    aspect-ratio: 1280 / 732;
    object-fit: cover;
}

.emd-figma-site .speakers-section {
    min-height: 980px;
    padding: 54px 0 36px;
    background: var(--figma-navy);
    color: #fff;
}

.emd-figma-site .speakers-section .section-head {
    align-items: flex-start;
}

.emd-figma-site .speakers-section .light-head p {
    max-width: 560px;
    margin: 20px 0 0;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
}

.emd-figma-site .slider-arrows button {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    background: transparent;
    color: #fff;
}

.emd-figma-site .slider-arrows button:hover {
    background: var(--figma-orange);
    color: #fff;
}

.emd-figma-site .speaker-slider {
    margin-top: 36px;
}

.emd-figma-site .speaker-track {
    grid-auto-columns: calc((100% - 36px) / 3);
    gap: 18px;
    padding: 0 0 20px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
}

.emd-figma-site .speaker-card {
    width: 100%;
    min-width: 0;
    min-height: 720px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    padding: 20px 40px 30px;
    color: var(--figma-navy);
    box-shadow: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.emd-figma-site .speaker-photo {
    width: 260px;
    max-width: 100%;
    height: 258px;
    margin: 0 auto;
    border-radius: 15px;
    background: var(--figma-light);
}

.emd-figma-site .speaker-name {
    min-height: 0;
    margin-top: 26px;
    font-size: 20px;
    font-weight: 600;
}

.emd-figma-site .speaker-role,
.emd-figma-site .speaker-org,
.emd-figma-site .speaker-bio,
.emd-figma-site .speaker-details {
    color: var(--figma-navy);
    font-size: 15px;
    line-height: 1.48;
}

.emd-figma-site .speaker-bio {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.emd-figma-site .logo-card-title,
.emd-figma-site .logo-card-description {
    display: none;
}

.emd-figma-site .program-section {
    padding: 52px 0 44px;
    background: #fff;
}

.emd-figma-site .program-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.emd-figma-site .program-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 348px;
    gap: 80px;
    align-items: center;
}

.emd-figma-site .program-copy h2 {
    max-width: 600px;
    margin: 22px 0 0;
    color: var(--figma-navy);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
}

.emd-figma-site .program-copy p {
    max-width: 620px;
    margin: 22px 0 0;
    color: var(--figma-navy);
    font-size: 19px;
    line-height: 1.55;
}

.emd-figma-site .program-expectations {
    margin-top: 22px;
}

.emd-figma-site .program-expectations h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.emd-figma-site .program-expectations ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 24px;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.emd-figma-site .program-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 360px;
    border-radius: 24px;
    background: var(--figma-light);
}

.emd-figma-site .program-visual::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    left: -26px;
    top: -24px;
    border: 26px solid var(--figma-orange);
    border-radius: 50%;
}

.emd-figma-site .program-visual img {
    position: relative;
    z-index: 1;
    width: 244px;
    height: 252px;
    object-fit: contain;
}

.emd-figma-site .schedule-days {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
}

.emd-figma-site .schedule-days article {
    border: 0;
    border-radius: 16px;
    border-top: 5px solid var(--figma-orange);
    background: var(--figma-navy);
    padding: 22px;
}

.emd-figma-site .championship-section {
    padding: 0 0 50px;
    background: #fff;
    color: var(--figma-navy);
}

.emd-figma-site .championship-section .split-card {
    grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
    gap: 60px;
    padding: 42px 0;
}

.emd-figma-site .championship-section .section-title.light,
.emd-figma-site .championship-section .split-content h2,
.emd-figma-site .championship-section .split-content p,
.emd-figma-site .championship-section .simple-list {
    color: var(--figma-navy);
}

.emd-figma-site .championship-section .split-content h2,
.emd-figma-site .training-section .split-content h2 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.emd-figma-site .championship-section .split-content p,
.emd-figma-site .championship-section .simple-list,
.emd-figma-site .training-section .split-content p {
    font-size: 17px;
    line-height: 1.52;
}

.emd-figma-site .championship-visual {
    position: relative;
    min-height: 590px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.emd-figma-site .championship-photo {
    position: absolute;
    z-index: 2;
    left: 24px;
    top: 124px;
    width: calc(100% - 54px);
    height: 430px;
    border-radius: 20px;
    object-fit: cover;
}

.emd-figma-site .championship-qr {
    position: absolute;
    z-index: 1;
    left: -8px;
    top: 0;
    width: 348px;
    height: 358px;
    object-fit: contain;
    opacity: .98;
}

.emd-figma-site .btn,
.emd-figma-site .btn-accent,
.emd-figma-site .btn-yellow {
    border: 0;
    border-radius: 10px;
    background: var(--figma-orange);
    color: #fff;
    box-shadow: none;
}

.emd-figma-site .training-section {
    padding: 0;
    background: var(--figma-navy);
    color: #fff;
}

.emd-figma-site .training-section .split-card-light {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr);
    gap: 60px;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 54px 0 52px;
    box-shadow: none;
}

.emd-figma-site .training-section .section-title,
.emd-figma-site .training-section .split-content h2,
.emd-figma-site .training-section .split-content p {
    color: #fff;
}

.emd-figma-site .training-section .notice-box {
    border: 0;
    border-left: 6px solid var(--figma-orange);
    border-radius: 0;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    box-shadow: none;
}

.emd-figma-site .training-pattern-visual {
    position: relative;
    min-height: 560px;
    border: 0;
    border-radius: 22px;
    background: transparent;
}

.emd-figma-site .training-pattern-visual > img:first-child {
    width: 100%;
    height: 560px;
    max-height: none;
    border-radius: 22px;
    object-fit: cover;
    object-position: center;
}

.emd-figma-site .training-pattern-visual .training-brand-graphic {
    position: absolute;
    z-index: 2;
    right: -22px;
    bottom: -22px;
    width: 230px;
    height: auto;
    border: 12px solid #fff;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
}

.emd-figma-site .pricing-section {
    padding: 54px 0;
    background: var(--figma-light);
}

.emd-figma-site .price-card {
    border: 0;
    border-radius: 18px;
    box-shadow: none;
}

.emd-figma-site .organizers-section {
    padding: 54px 0 46px;
    background: #fff;
    color: var(--figma-navy);
}

.emd-figma-site .organizers-section .section-title.light,
.emd-figma-site .organizers-section .support-title {
    color: var(--figma-navy);
}

.emd-figma-site .org-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 36px;
}

.emd-figma-site .org-logo,
.emd-figma-site .partner-logo {
    min-height: 170px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    padding: 22px;
    box-shadow: none;
}

.emd-figma-site .organizers-section + .marquee {
    background: var(--figma-navy);
    color: #fff;
}

.emd-figma-site .partners-section {
    padding: 42px 0 54px;
    background: #fff;
}

.emd-figma-site .partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.emd-figma-site .partners-section .partner-group + .partner-group {
    margin-top: 50px;
}

.emd-figma-site .partner-slider-arrows button {
    border-color: rgba(0, 26, 59, .25);
    color: var(--figma-navy);
}

.emd-figma-site .registration-choice-section {
    position: relative;
    min-height: 520px;
    padding: 46px 0;
    background:
        linear-gradient(90deg, rgba(0, 26, 59, .94) 0%, rgba(0, 26, 59, .78) 46%, rgba(0, 26, 59, .15) 100%),
        url('/assets/figma/8851eabf3a7e18e3ec4f97becaa30c23fe942c08') center 42% / cover no-repeat;
}

.emd-figma-site .registration-choice {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
    gap: 70px;
    align-items: center;
}

.emd-figma-site .registration-info .section-title.light,
.emd-figma-site .registration-info h2,
.emd-figma-site .registration-info p {
    color: #fff;
}

.emd-figma-site .registration-info h2 {
    font-size: 28px;
}

.emd-figma-site .registration-choice-grid,
.emd-figma-site .registration-closed-card {
    border: 0;
    border-radius: 20px;
    background: #fff;
    color: var(--figma-navy);
    padding: 30px;
    box-shadow: none;
}

.emd-figma-site .registration-choice-card {
    min-height: 210px;
    border: 0;
    border-radius: 16px;
    background: var(--figma-light);
    color: var(--figma-navy);
}

.emd-figma-site .registration-choice-button {
    border-radius: 10px;
    background: var(--figma-orange);
    color: #fff;
}

.emd-figma-site .faq-section {
    padding: 54px 0 56px;
    background: var(--figma-light);
}

.emd-figma-site .faq-list {
    margin-top: 32px;
    gap: 10px;
}

.emd-figma-site .faq-list details {
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.emd-figma-site .faq-list summary {
    min-height: 68px;
    padding: 20px 54px 20px 24px;
    color: var(--figma-navy);
    font-size: 18px;
    font-weight: 600;
}

.emd-figma-site .faq-list summary::after {
    color: var(--figma-orange);
}

.emd-figma-site .contacts-section {
    padding: 40px 0 38px;
    background: var(--figma-navy);
    color: #fff;
}

.emd-figma-site .contacts-grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
    gap: 70px;
}

.emd-figma-site .contacts-grid h2 {
    color: #fff;
    font-size: 26px;
}

.emd-figma-site .contacts-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: #fff;
    box-shadow: none;
}

.emd-figma-site .contacts-card p,
.emd-figma-site .contacts-card a,
.emd-figma-site .contacts-card b,
.emd-figma-site .contacts-socials b {
    color: #fff;
}

.emd-figma-site .contacts-card p {
    font-size: 20px;
}

.emd-figma-site .footer {
    border-top: 1px solid rgba(255, 255, 255, .16);
    background: var(--figma-navy);
    color: #fff;
}

.emd-figma-site .footer-inner {
    min-height: 120px;
}

.emd-figma-site .footer-brand {
    display: grid;
    place-items: center;
    width: 150px;
    min-width: 150px;
    min-height: 82px;
    border-radius: 14px;
    background: #fff;
    padding: 10px 14px;
}

.emd-figma-site .footer-brand img {
    width: 100%;
    max-height: 66px;
    object-fit: contain;
}

.emd-figma-site .footer a,
.emd-figma-site .footer b {
    color: #fff;
}

@media (max-width: 1180px) {
    .emd-figma-site .container {
        width: min(100% - 48px, 1060px);
    }

    .emd-figma-site .main-nav > a {
        padding-inline: 6px;
        font-size: 12px;
    }

    .emd-figma-site .topbar-registration-actions {
        display: inline-flex;
    }

    .emd-figma-site .hero-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .emd-figma-site .hero-photo--two {
        right: 100px;
    }

    .emd-figma-site .hero-logo-plate {
        right: 120px;
    }
}

@media (max-width: 900px) {
    .emd-figma-site .topbar-inner {
        position: relative;
    }

    .emd-figma-site .menu-toggle {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-left: auto;
        border: 0;
        border-radius: 0;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }

    .emd-figma-site .menu-toggle span {
        width: 6px;
        height: 6px;
        margin: 0;
        border-radius: 50%;
        background: var(--figma-cyan);
    }

    .emd-figma-site .menu-toggle span:nth-child(2) {
        background: var(--figma-orange);
    }

    .emd-figma-site .menu-toggle span:nth-child(3) {
        background: var(--figma-navy);
    }

    .emd-figma-site .main-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: none;
        align-items: stretch;
        max-height: calc(100vh - 76px);
        overflow-y: auto;
        border: 0;
        border-radius: 0 0 16px 16px;
        background: #fff;
        padding: 14px 24px 22px;
        box-shadow: 0 20px 50px rgba(0, 26, 59, .16);
    }

    .emd-figma-site .main-nav.open {
        display: flex;
    }

    .emd-figma-site .main-nav > a {
        min-height: 46px;
        font-size: 15px;
    }

    .emd-figma-site .topbar-registration-actions {
        display: flex;
        margin: 10px 0 0;
    }

    .emd-figma-site .language-switcher {
        margin: 14px 0 0;
    }

    .emd-figma-site .hero-layout,
    .emd-figma-site .about-intro,
    .emd-figma-site .about-detail-card,
    .emd-figma-site .about-detail-card--audience,
    .emd-figma-site .program-hero,
    .emd-figma-site .championship-section .split-card,
    .emd-figma-site .training-section .split-card-light,
    .emd-figma-site .registration-choice,
    .emd-figma-site .contacts-grid {
        grid-template-columns: 1fr;
    }

    .emd-figma-site .hero-layout {
        min-height: 720px;
    }

    .emd-figma-site .hero-copy {
        padding-right: 280px;
    }

    .emd-figma-site .hero-collage {
        position: absolute;
        inset: 0 0 0 auto;
        width: 300px;
    }

    .emd-figma-site .about-stats {
        grid-template-columns: 1fr;
    }

    .emd-figma-site .about-stat-card {
        min-height: 240px;
    }

    .emd-figma-site .speaker-track {
        grid-auto-columns: calc((100% - 18px) / 2);
    }

    .emd-figma-site .championship-visual {
        min-height: 560px;
    }
}

@media (max-width: 680px) {
    .emd-figma-site .container {
        width: calc(100% - 32px);
    }

    .emd-figma-site .section-title {
        font-size: 40px;
        line-height: 1.16;
    }

    .emd-figma-site .topbar,
    .emd-figma-site .topbar-inner {
        min-height: 76px;
    }

    .emd-figma-site .top-logo img {
        width: 48px;
        height: 48px;
    }

    .emd-figma-site .hero {
        min-height: 720px;
        background:
            linear-gradient(90deg, rgba(0, 26, 59, .96) 0%, rgba(0, 26, 59, .88) 100%),
            url('/assets/figma/63155fa73446b9eaff713bc59a813f737c794a4a') center / cover no-repeat;
    }

    .emd-figma-site .hero-layout {
        min-height: 720px;
    }

    .emd-figma-site .hero-copy {
        padding: 32px 0 34px;
    }

    .emd-figma-site .hero-kicker {
        max-width: 320px;
        font-size: 20px;
    }

    .emd-figma-site .hero h1 {
        max-width: 310px;
        margin-top: 18px;
        font-size: 50px;
        line-height: 1.02;
    }

    .emd-figma-site .hero-event-line {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 6px;
        max-width: 320px;
        margin-top: 42px;
        font-size: 20px;
        line-height: 1.28;
    }

    .emd-figma-site .hero-event-date,
    .emd-figma-site .hero-event-separator {
        color: var(--figma-orange);
        font-weight: 700;
    }

    .emd-figma-site .hero-event-city,
    .emd-figma-site .hero-event-venue {
        color: var(--figma-gray);
        font-weight: 400;
    }

    .emd-figma-site .hero-event-venue {
        display: block;
        flex-basis: 100%;
    }

    .emd-figma-site .hero-event-venue::before {
        content: "";
    }

    .emd-figma-site .hero-primary-action {
        width: calc(100% - 34px);
        min-height: 60px;
        margin: 30px 17px 0;
        justify-content: center;
        text-align: center;
        font-size: 18px;
    }

    .emd-figma-site .hero-slogan {
        position: static;
        width: auto;
        height: auto;
        max-width: 320px;
        margin-top: 22px;
        overflow: visible;
        clip: auto;
        white-space: normal;
        font-size: 13px;
        line-height: 1.35;
    }

    .emd-figma-site .hero-slogan + .hero-primary-action {
        margin-top: 30px;
    }

    .emd-figma-site .program-expectations ul {
        grid-template-columns: 1fr;
    }

    .emd-figma-site .hero-collage {
        display: none;
    }

    .emd-figma-site .about-section {
        padding-top: 18px;
    }

    .emd-figma-site .about-intro {
        gap: 28px;
    }

    .emd-figma-site .about-intro p {
        font-size: 20px;
        line-height: 1.5;
    }

    .emd-figma-site .about-stats {
        gap: 16px;
        margin-top: 36px;
    }

    .emd-figma-site .about-stat-card {
        min-height: 210px;
        padding: 24px 20px;
    }

    .emd-figma-site .about-stat-card strong {
        font-size: 78px;
    }

    .emd-figma-site .about-stat-card > .about-stat-label,
    .emd-figma-site .about-stat-card:nth-child(2) > .about-stat-label {
        max-width: 270px;
        font-size: 30px;
    }

    .emd-figma-site .about-details {
        margin-top: 34px;
    }

    .emd-figma-site .about-detail-card,
    .emd-figma-site .about-detail-card--audience {
        gap: 26px;
        min-height: 0;
        padding: 28px 0;
    }

    .emd-figma-site .about-detail-card--audience > div:first-child {
        order: 2;
    }

    .emd-figma-site .about-detail-card--audience .about-detail-art {
        order: 1;
    }

    .emd-figma-site .about-detail-art {
        min-height: 300px;
    }

    .emd-figma-site .about-detail-card h2 {
        font-size: 20px;
    }

    .emd-figma-site .about-detail-card li {
        font-size: 17px;
    }

    .emd-figma-site .about-thesis {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 36px;
        padding: 20px;
        font-size: 16px;
    }

    .emd-figma-site .marquee,
    .emd-figma-site .organizers-section + .marquee {
        height: 60px;
    }

    .emd-figma-site .marquee-line {
        padding: 10px 0;
        font-size: 20px;
        line-height: 40px;
    }

    .emd-figma-site .video-section {
        padding-top: 22px;
    }

    .emd-figma-site .video-section-head {
        width: calc(100% - 32px);
        margin-bottom: 20px;
    }

    .emd-figma-site .video-frame video {
        max-height: 240px;
        aspect-ratio: 375 / 214;
    }

    .emd-figma-site .speakers-section {
        min-height: 0;
        padding: 36px 0 30px;
    }

    .emd-figma-site .speakers-section .section-head {
        display: grid;
        gap: 22px;
    }

    .emd-figma-site .speakers-section .light-head p {
        margin-top: 14px;
        font-size: 18px;
    }

    .emd-figma-site .speaker-track {
        grid-auto-columns: 100%;
        gap: 16px;
    }

    .emd-figma-site .speaker-card {
        min-height: 700px;
        padding: 20px 38px 28px;
    }

    .emd-figma-site .speaker-photo {
        width: 217px;
        height: 215px;
    }

    .emd-figma-site .program-section {
        padding: 36px 0 30px;
    }

    .emd-figma-site .program-hero {
        gap: 30px;
    }

    .emd-figma-site .program-copy h2 {
        margin-top: 14px;
        font-size: 18px;
    }

    .emd-figma-site .program-copy p {
        margin-top: 16px;
        font-size: 16px;
    }

    .emd-figma-site .program-visual {
        width: 223px;
        min-height: 230px;
        margin: 0 auto;
    }

    .emd-figma-site .program-visual img {
        width: 175px;
        height: 180px;
    }

    .emd-figma-site .schedule-days {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .emd-figma-site .championship-section {
        padding-bottom: 24px;
    }

    .emd-figma-site .championship-section .split-card {
        gap: 24px;
        padding: 28px 0;
    }

    .emd-figma-site .championship-visual {
        min-height: 430px;
    }

    .emd-figma-site .championship-photo {
        left: 0;
        top: 92px;
        width: 100%;
        height: 330px;
    }

    .emd-figma-site .championship-qr {
        left: -12px;
        width: 223px;
        height: 230px;
    }

    .emd-figma-site .championship-section .split-content h2,
    .emd-figma-site .training-section .split-content h2 {
        font-size: 19px;
    }

    .emd-figma-site .championship-section .split-content p,
    .emd-figma-site .championship-section .simple-list,
    .emd-figma-site .training-section .split-content p {
        font-size: 16px;
    }

    .emd-figma-site .training-section .split-card-light {
        gap: 28px;
        padding: 36px 0;
    }

    .emd-figma-site .training-pattern-visual,
    .emd-figma-site .training-pattern-visual > img:first-child {
        min-height: 380px;
        height: 380px;
    }

    .emd-figma-site .training-pattern-visual .training-brand-graphic {
        right: 12px;
        bottom: 12px;
        width: 160px;
        height: auto;
        border-width: 8px;
    }

    .emd-figma-site .pricing-section,
    .emd-figma-site .organizers-section,
    .emd-figma-site .partners-section {
        padding: 36px 0;
    }

    .emd-figma-site .org-grid,
    .emd-figma-site .partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .emd-figma-site .org-logo,
    .emd-figma-site .partner-logo {
        min-height: 120px;
        padding: 14px;
    }

    .emd-figma-site .registration-choice-section {
        min-height: 560px;
        padding: 36px 0;
        background:
            linear-gradient(180deg, rgba(0, 26, 59, .94), rgba(0, 26, 59, .72)),
            url('/assets/figma/8851eabf3a7e18e3ec4f97becaa30c23fe942c08') center / cover no-repeat;
    }

    .emd-figma-site .registration-choice {
        gap: 26px;
    }

    .emd-figma-site .registration-info h2 {
        font-size: 21px;
    }

    .emd-figma-site .registration-choice-grid,
    .emd-figma-site .registration-closed-card {
        padding: 20px;
    }

    .emd-figma-site .faq-section {
        padding: 36px 0;
    }

    .emd-figma-site .faq-list {
        margin-top: 24px;
    }

    .emd-figma-site .faq-list summary {
        min-height: 64px;
        padding: 18px 46px 18px 18px;
        font-size: 16px;
    }

    .emd-figma-site .faq-list details p {
        font-size: 15px;
    }

    .emd-figma-site .contacts-section {
        padding: 34px 0;
    }

    .emd-figma-site .contacts-grid {
        gap: 24px;
    }

    .emd-figma-site .contacts-card p {
        font-size: 18px;
    }

    .emd-figma-site .footer-inner {
        min-height: 0;
        padding: 28px 0;
    }

    .emd-figma-site .footer-brand {
        width: 132px;
        min-width: 132px;
    }

    .emd-figma-site .mosaic-transition,
    .emd-figma-site .mosaic-transition__inner {
        height: 76px;
        min-height: 76px;
    }

    .emd-figma-site .mosaic-transition__inner::before {
        height: 76px;
        background-size: auto 76px;
    }
}

@media (max-width: 390px) {
    .emd-figma-site .hero h1 {
        font-size: 46px;
    }

    .emd-figma-site .hero-event-line {
        font-size: 21px;
    }

    .emd-figma-site .about-stat-card::after {
        opacity: .7;
    }
}

/* Design-reference corrections: brand graphics, program, training and footer. */
.emd-figma-site .hero-collage {
    min-height: 650px;
}

.emd-figma-site .hero-photo--one {
    top: 34px;
    right: 0;
    width: 220px;
    height: 220px;
}

.emd-figma-site .hero-photo--two {
    top: 326px;
    right: 162px;
    width: 220px;
    height: 220px;
}

.emd-figma-site .hero-photo--three {
    right: 0;
    bottom: 20px;
    width: 150px;
    height: 194px;
}

.emd-figma-site .hero-collage-accent {
    top: 98px;
    right: 246px;
}

.emd-figma-site .hero-logo-plate {
    display: none;
}

.emd-figma-site .hero-brand-composition {
    position: absolute;
    z-index: 4;
    top: 190px;
    right: -6px;
    width: 405px;
    height: auto;
    pointer-events: none;
}

.emd-figma-site .hero-brand-gray {
    position: absolute;
    z-index: 5;
    display: block;
    border-radius: 8px;
    background: var(--figma-gray);
}

.emd-figma-site .hero-brand-gray--one {
    top: 280px;
    right: 138px;
    width: 58px;
    height: 40px;
}

.emd-figma-site .hero-brand-gray--two {
    top: 362px;
    right: 17px;
    width: 40px;
    height: 40px;
}

.emd-figma-site .about-stat-card::after {
    display: none;
}

.emd-figma-site .about-stat-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
}

.emd-figma-site .about-detail-card--topics {
    grid-template-columns: minmax(0, 1.2fr) minmax(430px, .8fr);
    gap: 70px;
}

.emd-figma-site .about-detail-card--topics .about-detail-art {
    min-height: 430px;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.emd-figma-site .about-detail-art--topics::before,
.emd-figma-site .about-detail-art--topics::after {
    display: none;
}

.emd-figma-site .about-detail-art--topics > img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 267px;
    height: 267px;
    min-height: 0;
    border-radius: 42px;
    object-fit: cover;
}

.emd-figma-site .about-topics-copy h2 {
    font-size: 27px;
    text-decoration: underline;
    text-decoration-color: #168ff0;
    text-decoration-thickness: 3px;
    text-underline-offset: 2px;
}

.emd-figma-site .about-topics-shape {
    position: absolute;
    z-index: 2;
    display: block;
}

.emd-figma-site .about-topics-shape--cyan {
    top: 74px;
    left: 0;
    width: 296px;
    height: 90px;
    border-radius: 20px;
    background: #39bfc1;
}

.emd-figma-site .about-topics-shape--orange {
    top: 205px;
    left: 150px;
    width: 145px;
    height: 146px;
    border-radius: 22px;
    background: var(--figma-orange);
}

.emd-figma-site .about-topics-shape--gray {
    right: 74px;
    bottom: 0;
    width: 102px;
    height: 102px;
    border-radius: 18px;
    background: #d7d7d7;
}

.emd-figma-site .about-detail-card--audience {
    grid-template-columns: minmax(0, 1fr) 360px;
    min-height: 360px;
    border-top: 1px solid rgba(0, 26, 59, .1);
}

.emd-figma-site .about-audience-motif {
    position: relative;
    min-height: 280px;
}

.emd-figma-site .about-audience-motif span {
    position: absolute;
    display: block;
    border-radius: 26px;
}

.emd-figma-site .about-audience-motif span:nth-child(1) {
    top: 0;
    right: 24px;
    width: 134px;
    height: 134px;
    background: var(--figma-orange);
}

.emd-figma-site .about-audience-motif span:nth-child(2) {
    top: 80px;
    left: 20px;
    width: 170px;
    height: 92px;
    background: var(--figma-cyan);
}

.emd-figma-site .about-audience-motif span:nth-child(3) {
    right: 48px;
    bottom: 0;
    width: 150px;
    height: 72px;
    border: 28px solid var(--figma-navy);
    border-radius: 70px 70px 0 0;
}

.emd-figma-site .about-audience-motif span:nth-child(4) {
    left: 55px;
    bottom: 4px;
    width: 76px;
    height: 76px;
    background: var(--figma-gray);
}

.emd-figma-site .program-section {
    padding: 70px 0 36px;
}

.emd-figma-site .program-hero {
    grid-template-columns: minmax(300px, .85fr) 270px 350px;
    gap: 48px;
    align-items: start;
}

.emd-figma-site .program-copy .section-title {
    max-width: 390px;
    color: var(--figma-cyan);
}

.emd-figma-site .program-copy h2 {
    max-width: 440px;
    margin-top: 20px;
    color: var(--figma-orange);
    font-size: 23px;
    line-height: 1.55;
}

.emd-figma-site .program-copy p {
    max-width: 410px;
    font-size: 18px;
}

.emd-figma-site .program-chevrons,
.emd-figma-site .training-chevrons,
.emd-figma-site .registration-chevrons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.emd-figma-site .program-chevrons {
    justify-content: center;
    padding-top: 65px;
}

.emd-figma-site .program-chevrons span,
.emd-figma-site .training-chevrons span {
    display: block;
    width: 92px;
    height: 160px;
    border: 38px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    border-radius: 12px 28px 12px 12px;
    transform: rotate(45deg);
}

.emd-figma-site .program-chevrons span:first-child {
    color: var(--figma-navy);
}

.emd-figma-site .program-chevrons span:last-child {
    color: var(--figma-orange);
}

.emd-figma-site .program-visual {
    min-height: 365px;
    border-radius: 0;
    background: transparent;
}

.emd-figma-site .program-visual::before {
    display: none;
}

.emd-figma-site .program-visual img {
    width: 340px;
    height: 340px;
}

.emd-figma-site .championship-section {
    padding: 30px 0 70px;
}

.emd-figma-site .championship-section .split-card {
    grid-template-columns: minmax(430px, .95fr) minmax(0, 1.05fr);
    gap: 60px;
    align-items: start;
    padding: 20px 0 0;
}

.emd-figma-site .championship-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    gap: 46px;
}

.emd-figma-site .championship-photo {
    position: static;
    width: 100%;
    height: 565px;
    border-radius: 28px;
    object-position: center;
}

.emd-figma-site .championship-qr {
    display: none;
}

.emd-figma-site .championship-button {
    width: min(431px, 100%);
    min-height: 60px;
    padding: 13px 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.emd-figma-site .championship-section .section-title.light {
    color: var(--figma-cyan);
    font-size: clamp(46px, 4.5vw, 64px);
}

.emd-figma-site .championship-section .split-content h2 {
    margin: 18px 0 30px;
    color: var(--figma-orange);
    font-size: 23px;
}

.emd-figma-site .championship-section .split-content h3 {
    margin: 0 0 26px;
    color: var(--figma-navy);
    font-size: 19px;
}

.emd-figma-site .championship-section .split-content p,
.emd-figma-site .championship-section .simple-list {
    font-size: 18px;
    line-height: 1.52;
}

.emd-figma-site .training-section {
    border-left: 5px solid #168ff0;
}

.emd-figma-site .training-section .split-card-light {
    grid-template-columns: minmax(0, 1.3fr) minmax(400px, .7fr);
    gap: 58px;
    min-height: 680px;
    padding: 42px 0 52px;
}

.emd-figma-site .training-section .section-title {
    color: var(--figma-cyan);
    font-size: clamp(46px, 4.5vw, 58px);
}

.emd-figma-site .training-section .split-content h2 {
    max-width: 480px;
    margin: 18px 0 58px;
    color: var(--figma-orange);
    font-size: 23px;
}

.emd-figma-site .training-section .split-content p {
    max-width: 650px;
    color: #d5d5d5;
    font-size: 18px;
}

.emd-figma-site .training-notice-row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    margin-top: 58px;
}

.emd-figma-site .training-section .notice-box {
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--figma-cyan);
    font-size: 19px;
    line-height: 1.5;
}

.emd-figma-site .training-chevrons {
    gap: 10px;
}

.emd-figma-site .training-chevrons span {
    width: 36px;
    height: 62px;
    border-width: 18px;
    border-radius: 5px 12px 5px 5px;
}

.emd-figma-site .training-chevrons span:first-child {
    color: var(--figma-cyan);
}

.emd-figma-site .training-chevrons span:last-child {
    color: var(--figma-orange);
}

.emd-figma-site .training-pattern-visual {
    display: grid;
    place-items: center;
    min-height: 560px;
}

.emd-figma-site .training-pattern-visual .training-brand-graphic {
    position: static;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.emd-figma-site .registration-choice-section {
    min-height: 475px;
    padding: 42px 0 0;
    border-bottom: 0;
    background:
        linear-gradient(90deg, rgba(0, 26, 59, .94), rgba(0, 26, 59, .88)),
        url('/assets/figma/63155fa73446b9eaff713bc59a813f737c794a4a') center 62% / cover no-repeat;
    overflow: visible;
}

.emd-figma-site .registration-choice {
    grid-template-columns: minmax(300px, .8fr) 300px minmax(360px, .9fr);
    gap: 42px;
    align-items: start;
}

.emd-figma-site .registration-info .section-title.light {
    color: var(--figma-cyan);
}

.emd-figma-site .registration-info h2 {
    max-width: 350px;
    margin-top: 22px;
    color: var(--figma-orange);
    font-size: 23px;
}

.emd-figma-site .registration-info p {
    max-width: 390px;
    margin-top: 34px;
    color: #d0d0d0;
    font-size: 17px;
}

.emd-figma-site .registration-action-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 58px;
    padding-top: 105px;
}

.emd-figma-site .registration-main-button {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 122px;
    border-radius: 22px;
    background: var(--figma-orange);
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.emd-figma-site .registration-main-button--disabled {
    cursor: default;
}

.emd-figma-site .registration-chevrons {
    flex-direction: column;
    gap: 5px;
}

.emd-figma-site .registration-chevrons span {
    display: block;
    width: 50px;
    height: 50px;
    border: 14px solid currentColor;
    border-left: 0;
    border-top: 0;
    border-radius: 3px 3px 12px 3px;
    transform: rotate(45deg);
}

.emd-figma-site .registration-chevrons span:first-child {
    color: var(--figma-orange);
}

.emd-figma-site .registration-chevrons span:last-child {
    color: var(--figma-cyan);
}

.emd-figma-site .registration-stage {
    position: relative;
    min-height: 510px;
}

.emd-figma-site .registration-stage img {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 365px;
    height: 365px;
    border-radius: 58px;
    object-fit: cover;
    object-position: center 37%;
}

.emd-figma-site .registration-stage-block {
    position: absolute;
    z-index: 3;
    display: block;
}

.emd-figma-site .registration-stage-block--cyan {
    left: -128px;
    bottom: -54px;
    width: 200px;
    height: 200px;
    border-radius: 34px;
    background: var(--figma-cyan);
}

.emd-figma-site .registration-stage-block--gray {
    right: 126px;
    bottom: -108px;
    width: 140px;
    height: 140px;
    border-radius: 24px;
    background: var(--figma-gray);
}

.emd-figma-site .faq-section {
    padding-top: 64px;
}

.emd-figma-site .contacts-section {
    padding: 38px 0 20px;
}

.emd-figma-site .contacts-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 80px;
    align-items: center;
}

.emd-figma-site .contacts-copy .section-title.light {
    color: var(--figma-cyan);
}

.emd-figma-site .contacts-card {
    margin-top: 58px;
}

.emd-figma-site .contacts-card p {
    margin: 0 0 16px;
    font-size: 28px;
}

.emd-figma-site .contact-line {
    display: flex;
    align-items: center;
    gap: 24px;
}

.emd-figma-site .contact-line svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.emd-figma-site .contacts-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

.emd-figma-site .contacts-actions .social-links {
    gap: 18px;
}

.emd-figma-site .contacts-actions .social-link {
    width: 78px;
    height: 78px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--figma-navy);
}

.emd-figma-site .contacts-actions .social-link__icon {
    width: 38px;
    height: 38px;
}

.emd-figma-site .contacts-up {
    display: grid;
    place-items: center;
    min-width: 174px;
    min-height: 41px;
    border-radius: 10px;
    background: var(--figma-orange);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.emd-figma-site .footer {
    border-top: 0;
}

.emd-figma-site .footer-inner {
    justify-content: center;
    min-height: 72px;
}

.emd-figma-site .footer-legal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.emd-figma-site .footer-legal a {
    color: var(--figma-cyan);
    font-size: 13px;
    text-decoration: underline;
}

@media (max-width: 1180px) {
    .emd-figma-site .program-hero {
        grid-template-columns: minmax(280px, 1fr) 190px 280px;
        gap: 28px;
    }

    .emd-figma-site .program-chevrons span {
        width: 68px;
        height: 120px;
        border-width: 28px;
    }

    .emd-figma-site .program-visual img {
        width: 280px;
        height: 280px;
    }

    .emd-figma-site .registration-choice {
        grid-template-columns: minmax(260px, .8fr) 250px minmax(300px, .9fr);
        gap: 24px;
    }

    .emd-figma-site .registration-stage img {
        width: 310px;
        height: 340px;
    }
}

@media (max-width: 900px) {
    .emd-figma-site .about-detail-card--topics,
    .emd-figma-site .about-detail-card--audience,
    .emd-figma-site .championship-section .split-card,
    .emd-figma-site .training-section .split-card-light,
    .emd-figma-site .registration-choice,
    .emd-figma-site .contacts-grid {
        grid-template-columns: 1fr;
    }

    .emd-figma-site .program-hero {
        grid-template-columns: 1fr 180px;
    }

    .emd-figma-site .program-chevrons {
        display: none;
    }

    .emd-figma-site .about-detail-card--topics .about-detail-art {
        width: min(100%, 500px);
        margin: 0 auto;
    }

    .emd-figma-site .about-audience-motif {
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .emd-figma-site .registration-action-wrap {
        padding-top: 0;
    }

    .emd-figma-site .registration-stage {
        width: min(100%, 500px);
        margin: 0 auto;
    }

    .emd-figma-site .contacts-actions {
        align-items: flex-start;
    }
}

@media (max-width: 680px) {
    .emd-figma-site .hero {
        min-height: 1580px;
        background: var(--figma-navy);
    }

    .emd-figma-site .hero-layout {
        display: grid;
        min-height: 1580px;
        align-items: start;
    }

    .emd-figma-site .hero-copy {
        padding-bottom: 0;
    }

    .emd-figma-site .hero-collage {
        position: relative;
        inset: auto;
        display: block;
        width: min(100%, 430px);
        height: 650px;
        margin: 0 auto;
    }

    .emd-figma-site .hero-brand-composition {
        right: 0;
        width: 390px;
        max-width: 100%;
    }

    .emd-figma-site .about-stat-card {
        min-height: 190px;
    }

    .emd-figma-site .about-detail-card--topics .about-detail-art {
        min-height: 365px;
    }

    .emd-figma-site .about-detail-art--topics > img {
        width: 230px;
        height: 230px;
    }

    .emd-figma-site .about-topics-shape--cyan {
        top: 66px;
        width: 235px;
        height: 75px;
    }

    .emd-figma-site .about-topics-shape--orange {
        top: 190px;
        left: 92px;
        width: 124px;
        height: 124px;
    }

    .emd-figma-site .about-topics-shape--gray {
        right: 24px;
        width: 85px;
        height: 85px;
    }

    .emd-figma-site .program-hero {
        grid-template-columns: 1fr;
    }

    .emd-figma-site .program-visual {
        width: 100%;
    }

    .emd-figma-site .program-visual img {
        width: 300px;
        height: 300px;
    }

    .emd-figma-site .championship-photo {
        height: 420px;
    }

    .emd-figma-site .championship-button {
        width: calc(100% - 34px);
        font-size: 18px;
    }

    .emd-figma-site .training-section .split-card-light {
        min-height: 0;
    }

    .emd-figma-site .training-notice-row {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 18px;
        margin-top: 36px;
    }

    .emd-figma-site .training-pattern-visual {
        min-height: 330px;
        height: auto;
    }

    .emd-figma-site .training-pattern-visual .training-brand-graphic {
        width: 100%;
        height: auto;
    }

    .emd-figma-site .registration-choice-section {
        padding-bottom: 0;
    }

    .emd-figma-site .registration-main-button {
        min-height: 92px;
        font-size: 24px;
    }

    .emd-figma-site .registration-chevrons {
        display: none;
    }

    .emd-figma-site .registration-stage {
        min-height: 430px;
    }

    .emd-figma-site .registration-stage img {
        width: 100%;
        height: 330px;
        border-radius: 34px;
    }

    .emd-figma-site .registration-stage-block--cyan {
        left: -16px;
        bottom: -20px;
        width: 135px;
        height: 135px;
    }

    .emd-figma-site .registration-stage-block--gray {
        right: 12px;
        bottom: -42px;
        width: 100px;
        height: 100px;
    }

    .emd-figma-site .faq-section {
        padding-top: 72px;
    }

    .emd-figma-site .contacts-card {
        margin-top: 38px;
    }

    .emd-figma-site .contacts-card p {
        font-size: 20px;
    }

    .emd-figma-site .contacts-actions .social-link {
        width: 62px;
        height: 62px;
    }

    .emd-figma-site .footer-legal {
        align-items: center;
        flex-direction: column;
        gap: 14px;
    }
}

.emd-figma-site .social-link__icon--youtube {
    -webkit-mask-image: url('/assets/yt.svg');
    mask-image: url('/assets/yt.svg');
}

/* Audience block from the approved layout: complete mark left, copy right. */
.emd-figma-site .about-detail-card--audience {
    grid-template-columns: 500px minmax(0, 1fr);
    gap: 92px;
    align-items: center;
    min-height: 540px;
    border-top: 0;
    padding: 42px 0 62px;
}

.emd-figma-site .about-audience-logo {
    display: grid;
    place-items: center;
    width: 100%;
}

.emd-figma-site .about-audience-logo img {
    display: block;
    width: 100%;
    max-width: 470px;
    height: auto;
    object-fit: contain;
}

.emd-figma-site .about-audience-copy h2 {
    margin: 0 0 26px;
    color: var(--figma-navy);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.emd-figma-site .about-audience-copy ul {
    gap: 6px;
}

.emd-figma-site .about-audience-copy li {
    padding-left: 23px;
    font-size: 17px;
    line-height: 1.42;
}

.emd-figma-site .about-audience-copy li::before {
    top: .43em;
    width: 9px;
    height: 9px;
    border: 3px solid var(--figma-orange);
    border-left: 0;
    border-bottom: 0;
    border-radius: 1px;
    background: transparent;
    transform: rotate(45deg);
}

.emd-figma-site .about-thesis {
    display: none;
}

@media (max-width: 900px) {
    .emd-figma-site .about-detail-card--audience {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
        padding: 30px 0 46px;
    }

    .emd-figma-site .about-audience-logo {
        order: 1;
    }

    .emd-figma-site .about-audience-copy {
        order: 2;
    }
}

@media (max-width: 680px) {
    .emd-figma-site .about-audience-logo,
    .emd-figma-site .about-detail-card--audience > div:first-child {
        order: 1;
    }

    .emd-figma-site .about-audience-copy {
        order: 2;
    }

    .emd-figma-site .about-audience-logo img {
        max-width: 340px;
    }

    .emd-figma-site .about-audience-copy h2 {
        font-size: 24px;
    }

    .emd-figma-site .about-audience-copy li {
        font-size: 16px;
    }
}

/* Program reference correction: keep the Figma QR/chevron lockup as one image. */
.emd-figma-site .program-section {
    padding: 26px 0 18px;
}

.emd-figma-site .program-card {
    padding: 0;
}

.emd-figma-site .program-hero {
    display: grid;
    grid-template-columns: minmax(300px, 370px) minmax(0, 1fr);
    gap: 76px;
    align-items: start;
    min-height: 384px;
}

.emd-figma-site .program-copy .section-title {
    max-width: 330px;
    font-size: 62px;
    line-height: 1.04;
}

.emd-figma-site .program-copy h2 {
    max-width: 370px;
    margin: 22px 0 16px;
    font-size: 22px;
    line-height: 1.44;
}

.emd-figma-site .program-copy p {
    max-width: 355px;
    font-size: 20px;
    line-height: 1.48;
}

.emd-figma-site .program-visual {
    min-height: 0;
    margin-top: 3px;
}

.emd-figma-site .program-visual img {
    display: block;
    width: min(100%, 686px);
    height: auto;
    object-fit: contain;
    object-position: left top;
}

.emd-figma-site .program-visual-mobile {
    display: none;
}

@media (max-width: 1180px) {
    .emd-figma-site .program-hero {
        grid-template-columns: minmax(270px, 330px) minmax(0, 1fr);
        gap: 46px;
    }

    .emd-figma-site .program-copy .section-title {
        font-size: 54px;
    }
}

@media (max-width: 900px) {
    .emd-figma-site .program-hero {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .emd-figma-site .program-copy .section-title,
    .emd-figma-site .program-copy h2,
    .emd-figma-site .program-copy p {
        max-width: 390px;
    }

    .emd-figma-site .program-visual img {
        width: min(100%, 686px);
    }
}

@media (max-width: 680px) {
    .emd-figma-site .program-section {
        padding-top: 28px;
    }

    .emd-figma-site .program-copy .section-title {
        font-size: 46px;
    }

    .emd-figma-site .program-copy h2 {
        font-size: 20px;
    }

    .emd-figma-site .program-copy p {
        font-size: 17px;
    }

    .emd-figma-site .program-visual img.program-visual-desktop {
        display: none;
    }

    .emd-figma-site .program-visual-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        width: 100%;
    }

    .emd-figma-site .program-mobile-chevrons {
        display: grid;
        place-items: center;
    }

    .emd-figma-site .program-mobile-chevrons img {
        display: block;
        width: 89px;
        height: 100px;
    }

    .emd-figma-site .program-mobile-qr {
        width: 230px;
        height: 230px;
        background-image: url('/assets/program-visual-reference.png');
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 230px;
    }
}

/* Training brand correction: clean page-15 mark and official chevron shape. */
.emd-figma-site .training-pattern-visual .training-brand-graphic {
    width: min(100%, 470px);
    height: auto;
    max-width: none;
    object-fit: contain;
    image-rendering: auto;
}

.emd-figma-site .training-pattern-visual > img.training-brand-graphic:first-child {
    width: min(100%, 470px);
    height: auto;
    max-height: none;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
}

.emd-figma-site .training-section .split-card-light {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 470px);
}

.emd-figma-site .training-chevrons {
    display: block;
    width: 101px;
    height: 90px;
}

.emd-figma-site .training-chevrons img {
    display: block;
    width: 101px;
    height: 90px;
}

/* Hero reference correction: the complete artwork is kept as one clean image. */
.emd-figma-site .hero-collage {
    display: flex;
    min-height: 720px;
    align-items: center;
    justify-content: flex-end;
}

.emd-figma-site .hero-visual-reference {
    display: block;
    width: min(100%, 475px);
    height: auto;
    max-height: 690px;
    object-fit: contain;
    image-rendering: auto;
}

@media (max-width: 900px) {
    .emd-figma-site .hero-collage {
        display: flex;
        min-height: 720px;
    }
}

@media (max-width: 680px) {
    .emd-figma-site .hero-collage {
        display: none;
    }

    .emd-figma-site .hero-visual-reference {
        width: 100%;
        max-height: none;
    }
}

/* Registration and FAQ correction from the approved layout. */
.emd-figma-site .registration-choice {
    grid-template-columns: 570px 325px minmax(0, 293px);
    gap: 0;
}

.emd-figma-site .registration-action-wrap {
    position: relative;
    z-index: 5;
    align-items: flex-start;
}

.emd-figma-site .registration-chevrons {
    display: block;
    width: 90px;
    height: 101px;
}

.emd-figma-site .registration-chevrons img {
    display: block;
    width: 90px;
    height: 101px;
}

.emd-figma-site .registration-stage img {
    box-sizing: border-box;
    max-width: none;
    border: 0;
}

.emd-figma-site .registration-main-button {
    box-sizing: border-box;
    border: 0;
    box-shadow: none;
}

.emd-figma-site .registration-free-description span {
    display: block;
}

.emd-figma-site .registration-stage-block--cyan {
    left: -199px;
    bottom: 26px;
    clip-path: polygon(0 0, 64% 0, 64% 41%, 100% 41%, 100% 100%, 0 100%);
}

.emd-figma-site .registration-stage-block--gray {
    right: 126px;
    bottom: -30px;
}

.emd-figma-site .faq-section {
    padding: 54px 0 76px;
    background: var(--figma-light);
}

.emd-figma-site .faq-list {
    gap: 10px;
    margin-top: 42px;
}

.emd-figma-site .faq-list details {
    overflow: hidden;
    margin: 0;
    border: 0;
    border-left: 20px solid var(--figma-cyan);
    border-radius: 18px;
    background: #fff;
    padding: 0;
    box-shadow: none;
}

.emd-figma-site .faq-list summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    padding: 16px 30px;
    color: var(--figma-navy);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
    list-style: none;
}

.emd-figma-site .faq-list summary::-webkit-details-marker,
.emd-figma-site .faq-list summary::marker,
.emd-figma-site .faq-list summary::after {
    display: none;
    content: none;
}

.emd-figma-site .faq-list details[open] summary {
    min-height: 52px;
    padding-bottom: 6px;
}

.emd-figma-site .faq-list details p {
    margin: 0;
    padding: 0 30px 20px;
    color: var(--figma-navy);
    font-size: 17px;
    line-height: 1.15;
}

@media (max-width: 680px) {
    .emd-figma-site .faq-list {
        margin-top: 28px;
    }

    .emd-figma-site .faq-list details {
        border-left-width: 12px;
        border-radius: 14px;
    }

    .emd-figma-site .faq-list summary {
        min-height: 62px;
        padding: 14px 18px;
        font-size: 15px;
    }

    .emd-figma-site .faq-list details p {
        padding: 0 18px 18px;
        font-size: 14px;
        line-height: 1.3;
    }
}

@media (min-width: 901px) and (max-width: 1240px) {
    .emd-figma-site .registration-choice {
        grid-template-columns: minmax(420px, 1fr) 300px minmax(0, 270px);
    }

    .emd-figma-site .registration-stage img {
        width: 340px;
        height: 340px;
    }

    .emd-figma-site .registration-stage-block--cyan {
        left: -170px;
    }
}

/* Approved organizer and Congress partner logo grids from the layout. */
.emd-figma-site .organizers-section,
.emd-figma-site .partners-section {
    background: #fff;
}

.emd-figma-site .organizers-section {
    padding: 22px 0 26px;
}

.emd-figma-site .partners-section {
    padding: 18px 0 60px;
}

.emd-figma-site .organizers-section > .container,
.emd-figma-site .partners-section > .container {
    width: min(1220px, calc(100% - 40px));
}

.emd-figma-site .organizers-section .section-title.light,
.emd-figma-site .partners-section .section-title {
    color: var(--figma-cyan);
}

.emd-figma-site .org-grid--approved {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 46px;
}

.emd-figma-site .partners-grid--approved {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 20px;
    margin-top: 34px;
}

.emd-figma-site .org-grid--approved .org-logo,
.emd-figma-site .partners-grid--approved .partner-logo {
    border: 0;
    border-radius: 0;
    padding: 8px;
    background: transparent;
    box-shadow: none;
}

.emd-figma-site .org-grid--approved .org-logo {
    min-height: 200px;
}

.emd-figma-site .partners-grid--approved .partner-logo {
    min-height: 150px;
}

.emd-figma-site .org-grid--approved .org-logo img {
    width: auto;
    max-width: none;
    height: auto;
    max-height: 156px;
    object-fit: contain;
}

.emd-figma-site .partners-grid--approved .partner-logo img {
    width: min(100%, 240px);
    height: auto;
    max-height: 130px;
    object-fit: contain;
}

.emd-figma-site .partners-grid--approved .partner-logo:nth-child(2) img {
    width: min(100%, 245px);
}

.emd-figma-site .partners-grid--approved .partner-logo:nth-child(5) img {
    width: min(100%, 312px);
}

.emd-figma-site .partners-grid--approved .partner-logo:nth-child(7) img {
    width: min(100%, 342px);
}

.emd-figma-site .partners-grid--approved .partner-logo:nth-child(4) img {
    width: min(100%, 260px);
}

.emd-figma-site .partners-grid--approved .partner-logo:nth-child(8) img {
    width: min(100%, 205px);
}

@media (max-width: 900px) {
    .emd-figma-site .org-grid--approved,
    .emd-figma-site .partners-grid--approved {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .emd-figma-site .org-grid--approved .org-logo,
    .emd-figma-site .partners-grid--approved .partner-logo {
        min-height: 140px;
    }

    .emd-figma-site .org-grid--approved .org-logo img {
        max-width: 100%;
    }
}

/* Mobile hero: center the complete event heading block from the approved layout. */
@media (max-width: 680px) {
    .emd-figma-site .hero-copy,
    .emd-figma-site .hero-title-wrap,
    .emd-figma-site .hero-kicker,
    .emd-figma-site .hero h1,
    .emd-figma-site .hero-event-line,
    .emd-figma-site .hero-slogan {
        text-align: center;
    }

    .emd-figma-site .hero-kicker,
    .emd-figma-site .hero h1,
    .emd-figma-site .hero-event-line,
    .emd-figma-site .hero-slogan {
        margin-right: auto;
        margin-left: auto;
    }

    .emd-figma-site .about-detail-card--topics .about-detail-art--topics {
        display: none;
    }

    .emd-figma-site .about-intro,
    .emd-figma-site .about-intro .section-title,
    .emd-figma-site .about-intro p {
        text-align: center;
    }

    .emd-figma-site .about-stat-card {
        align-items: center;
        justify-content: center;
        gap: 14px;
        text-align: center;
    }

    .emd-figma-site .about-stat-card strong,
    .emd-figma-site .about-stat-card > .about-stat-label {
        width: 100%;
        text-align: center;
    }

    .emd-figma-site .training-section {
        border-left: 0;
    }

    .emd-figma-site .training-section .split-card-light {
        display: block;
        min-height: 0;
        padding: 32px 0 72px;
    }

    .emd-figma-site .training-section .split-content {
        width: 100%;
        min-width: 0;
    }

    .emd-figma-site .training-section .section-title {
        max-width: 100%;
        font-size: 40px;
        line-height: 1.05;
        text-decoration: none;
    }

    .emd-figma-site .training-section .split-content h2 {
        max-width: 100%;
        margin: 28px 0 28px;
        font-size: 20px;
        line-height: 1.45;
    }

    .emd-figma-site .training-section .split-content p {
        max-width: 100%;
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .emd-figma-site .training-notice-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 38px;
        margin-top: 40px;
    }

    .emd-figma-site .training-chevrons {
        align-self: center;
    }

    .emd-figma-site .training-section .notice-box {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }

    .emd-figma-site .training-pattern-visual {
        display: none;
    }

    .emd-figma-site .contacts-section {
        text-align: center;
    }

    .emd-figma-site .contacts-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 44px;
    }

    .emd-figma-site .contacts-copy,
    .emd-figma-site .contacts-card,
    .emd-figma-site .contacts-actions {
        width: 100%;
        text-align: center;
    }

    .emd-figma-site .contacts-copy .section-title.light {
        text-align: center;
    }

    .emd-figma-site .contacts-card {
        margin-top: 34px;
    }

    .emd-figma-site .contact-line {
        justify-content: center;
    }

    .emd-figma-site .contact-line svg {
        display: none;
    }

    .emd-figma-site .contacts-actions {
        align-items: center;
    }

    .emd-figma-site .contacts-actions .social-links {
        display: grid;
        grid-template-columns: repeat(2, 78px);
        justify-content: center;
        gap: 18px;
    }

    .emd-figma-site .contacts-actions .social-link {
        width: 78px;
        height: 78px;
    }

    .emd-figma-site .contacts-up {
        margin-right: auto;
        margin-left: auto;
    }

    .emd-figma-site .footer-inner,
    .emd-figma-site .footer-legal {
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

/* Keep the registration CTA inside the viewport on tablets and phones. */
@media (max-width: 900px) {
    .emd-figma-site .registration-choice {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .emd-figma-site .registration-info,
    .emd-figma-site .registration-action-wrap,
    .emd-figma-site .registration-stage {
        min-width: 0;
    }
}

@media (max-width: 680px) {
    .emd-figma-site .registration-choice-section {
        min-height: 0;
        padding: 32px 0 34px;
        overflow: hidden;
    }

    .emd-figma-site .registration-choice {
        width: 100%;
        gap: 22px;
    }

    .emd-figma-site .registration-info .section-title.light {
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.05;
    }

    .emd-figma-site .registration-info h2 {
        max-width: 100%;
        margin: 18px 0 0;
        font-size: 18px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .emd-figma-site .registration-info p {
        max-width: 100%;
        margin: 18px 0 0;
        font-size: 15px;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .emd-figma-site .registration-action-wrap {
        width: 100%;
        align-items: stretch;
        gap: 0;
        padding-top: 0;
    }

    .emd-figma-site .registration-main-button {
        width: 100%;
        min-height: 58px;
        border-width: 2px;
        border-radius: 14px;
        padding: 12px 18px;
        font-size: 18px;
        line-height: 1.2;
    }

    .emd-figma-site .registration-chevrons,
    .emd-figma-site .registration-stage {
        display: none;
    }
}

/* About section corrections from the latest mobile/desktop reference. */
.emd-figma-site .about-section {
    padding-top: 34px;
}

.emd-figma-site .about-intro {
    grid-template-columns: minmax(0, 560px) minmax(260px, 1fr);
    gap: 36px 70px;
    align-items: start;
}

.emd-figma-site .about-intro .section-title {
    grid-column: 1;
    color: var(--figma-cyan);
    font-size: clamp(38px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.emd-figma-site .about-title-line {
    display: inline;
}

.emd-figma-site .about-title-line:not(:last-child)::after {
    content: " ";
}

.emd-figma-site .about-intro p {
    grid-column: 1;
    max-width: 470px;
    margin-top: -24px;
    color: var(--figma-orange);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.36;
}

.emd-figma-site .about-intro-art {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    justify-content: center;
    align-self: center;
    min-height: 128px;
}

.emd-figma-site .about-intro-art img {
    width: 160px;
    height: auto;
}

.emd-figma-site .about-stats {
    gap: 14px;
    margin-top: 34px;
}

.emd-figma-site .about-stat-card {
    align-items: center;
    justify-content: center;
    min-height: 170px;
    padding: 24px 18px;
    text-align: center;
}

.emd-figma-site .about-stat-card strong {
    width: 100%;
    font-size: clamp(58px, 6vw, 72px);
    text-align: center;
}

.emd-figma-site .about-stat-card > .about-stat-label,
.emd-figma-site .about-stat-card:nth-child(2) > .about-stat-label {
    width: 100%;
    max-width: 220px;
    margin: 8px auto 0;
    font-size: clamp(25px, 2.6vw, 34px);
    line-height: 1.08;
    text-align: center;
}

.emd-figma-site .about-stat-label {
    display: grid;
    justify-items: center;
}

.emd-figma-site .about-stat-label-main,
.emd-figma-site .about-stat-label-note {
    display: block;
}

.emd-figma-site .about-stat-label-note {
    margin-top: 4px;
    font-size: .46em;
    line-height: 1.15;
    white-space: nowrap;
}

.emd-figma-site .about-stat-card:nth-child(2) > .about-stat-label {
    font-size: clamp(18px, 2vw, 25px);
}

.emd-figma-site .about-details {
    margin-top: 46px;
}

.emd-figma-site .about-detail-card--topics {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
    gap: 56px;
    align-items: start;
}

.emd-figma-site .about-detail-card h2,
.emd-figma-site .about-topics-copy h2,
.emd-figma-site .about-audience-copy h2 {
    color: var(--figma-cyan);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.18;
    text-decoration: none;
}

.emd-figma-site .about-detail-card ul {
    gap: 5px;
}

.emd-figma-site .about-detail-card li,
.emd-figma-site .about-audience-copy li {
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.38;
}

.emd-figma-site .about-detail-card li::before,
.emd-figma-site .about-audience-copy li::before {
    top: .2em;
    width: 8px;
    height: 14px;
    border: 0;
    border-radius: 0;
    background: transparent url('/assets/list-chevron.svg') center / 8px 14px no-repeat;
    transform: none;
}

.emd-figma-site .about-detail-card--topics .about-detail-art {
    display: grid;
    min-height: 405px;
    place-items: center;
}

.emd-figma-site .about-detail-art--topics > img {
    position: static;
    width: min(510px, 100%);
    height: auto;
    min-height: 0;
    border-radius: 0;
    object-fit: contain;
}

.emd-figma-site .about-topics-shape--cyan {
    top: 84px;
    left: 48px;
    width: 230px;
    height: 58px;
    border-radius: 11px;
}

.emd-figma-site .about-topics-shape--orange {
    top: 184px;
    left: 160px;
    width: 82px;
    height: 82px;
    border-radius: 12px;
}

.emd-figma-site .about-topics-shape--gray {
    right: 50px;
    bottom: 10px;
    width: 68px;
    height: 68px;
    border-radius: 10px;
}

.emd-figma-site .about-detail-card--audience {
    grid-template-columns: minmax(320px, 470px) minmax(0, 1fr);
    gap: 56px;
    min-height: 430px;
    padding-top: 30px;
}

.emd-figma-site .about-audience-logo img {
    max-width: 390px;
}

.emd-figma-site .about-audience-copy ul {
    gap: 5px;
}

@media (max-width: 680px) {
    .emd-figma-site .container {
        width: calc(100% - 64px);
    }

    .emd-figma-site .hero {
        min-height: 0;
    }

    .emd-figma-site .hero-layout {
        min-height: 0;
    }

    .emd-figma-site .hero-copy {
        padding: 32px 0 42px;
    }

    .emd-figma-site .about-section {
        padding-top: 30px;
    }

    .emd-figma-site .about-intro {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        justify-items: center;
    }

    .emd-figma-site .about-intro .section-title,
    .emd-figma-site .about-detail-card h2,
    .emd-figma-site .about-topics-copy h2,
    .emd-figma-site .about-audience-copy h2 {
        color: var(--figma-cyan);
        text-align: left;
        text-decoration: none;
    }

    .emd-figma-site .about-intro .section-title {
        max-width: 318px;
        font-size: 32px;
        line-height: 1.05;
        text-align: center;
        text-decoration-color: #168ff0;
        text-decoration-thickness: 3px;
        text-underline-offset: 2px;
    }

    .emd-figma-site .about-title-line {
        display: block;
        white-space: nowrap;
    }

    .emd-figma-site .about-title-line:not(:last-child)::after {
        content: none;
    }

    .emd-figma-site .about-detail-card h2,
    .emd-figma-site .about-topics-copy h2,
    .emd-figma-site .about-audience-copy h2 {
        font-size: 22px;
        line-height: 1.16;
    }

    .emd-figma-site .about-intro p {
        max-width: 315px;
        margin: 0;
        color: var(--figma-orange);
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }

    .emd-figma-site .about-intro-art {
        position: relative;
        z-index: 3;
        grid-column: auto;
        grid-row: auto;
        display: grid;
        place-items: center;
        justify-content: center;
        align-self: center;
        min-height: 100px;
        margin: 0 auto -18px;
    }

    .emd-figma-site .about-intro-art img {
        display: block;
        width: 89px;
        height: auto;
    }

    .emd-figma-site .about-stats {
        position: relative;
        z-index: 1;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 0;
    }

    .emd-figma-site .about-stat-card {
        min-height: 210px;
        border-radius: 18px;
        padding: 26px 18px;
    }

    .emd-figma-site .about-stat-card strong {
        font-size: 74px;
    }

    .emd-figma-site .about-stat-card > .about-stat-label,
    .emd-figma-site .about-stat-card:nth-child(2) > .about-stat-label {
        max-width: 245px;
        font-size: 32px;
        line-height: 1.05;
    }

    .emd-figma-site .about-stat-card:nth-child(2) > .about-stat-label {
        font-size: 30px;
    }

    .emd-figma-site .about-stat-card:nth-child(2) .about-stat-label-main {
        font-size: 30px;
    }

    .emd-figma-site .about-stat-card:nth-child(2) .about-stat-label-note {
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.15;
        white-space: nowrap;
    }

    .emd-figma-site .about-details {
        margin-top: 30px;
    }

    .emd-figma-site .about-detail-card,
    .emd-figma-site .about-detail-card--topics,
    .emd-figma-site .about-detail-card--audience {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        padding: 20px 0;
    }

    .emd-figma-site .about-detail-card--topics .about-detail-art--topics {
        display: none;
    }

    .emd-figma-site .about-detail-art--topics > img {
        width: 142px;
        height: 116px;
        border-radius: 12px;
    }

    .emd-figma-site .about-topics-shape--cyan {
        top: 50px;
        left: 18px;
        width: 138px;
        height: 36px;
        border-radius: 8px;
    }

    .emd-figma-site .about-topics-shape--orange {
        top: 108px;
        left: 94px;
        width: 48px;
        height: 48px;
        border-radius: 8px;
    }

    .emd-figma-site .about-topics-shape--gray {
        right: 30px;
        bottom: 8px;
        width: 40px;
        height: 40px;
        border-radius: 7px;
    }

    .emd-figma-site .about-detail-card li,
    .emd-figma-site .about-audience-copy li {
        padding-left: 15px;
        font-size: 11px;
        line-height: 1.34;
        text-align: left;
    }

    .emd-figma-site .about-detail-card li::before,
    .emd-figma-site .about-audience-copy li::before {
        top: .04em;
        width: 8px;
        height: 14px;
    }

    .emd-figma-site .about-detail-card--audience {
        gap: 14px;
    }

    .emd-figma-site .about-audience-logo {
        justify-items: center;
    }

    .emd-figma-site .about-audience-logo img {
        max-width: 210px;
    }

    .emd-figma-site .marquee-line {
        font-size: 18px;
        animation-duration: 18s;
    }
}

/* Contacts and footer corrections from the approved layout. */
.emd-figma-site .contacts-card a {
    font-weight: 600;
}

@media (max-width: 680px) {
    body.emd-figma-site {
        min-height: 0;
        padding-bottom: 0;
        background: var(--figma-navy);
    }

    .emd-figma-site main {
        background: #fff;
    }

    .emd-figma-site .contacts-section,
    .emd-figma-site .footer {
        margin-bottom: 0;
    }

    .emd-figma-site .footer {
        padding-bottom: 0;
    }

    .emd-figma-site .footer-inner {
        min-height: 0;
        padding: 24px 0 28px;
    }
}

/* Keep the mobile hero compact by omitting the decorative artwork. */
@media (max-width: 680px) {
    .emd-figma-site .hero,
    .emd-figma-site .hero-layout {
        min-height: 0;
        height: auto;
    }

    .emd-figma-site .hero-layout {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    .emd-figma-site .hero-copy {
        width: 100%;
        flex: none;
        padding: 32px 0 15px;
    }

    .emd-figma-site .hero-collage {
        display: none;
    }
}

/* Center the about chevrons across the complete mobile/tablet range. */
@media (max-width: 900px) {
    .emd-figma-site .about-intro-art {
        grid-column: 1 / -1;
        grid-row: auto;
        justify-self: center;
        align-self: center;
        width: 89px;
        margin-right: auto;
        margin-left: auto;
    }

    .emd-figma-site .about-intro-art img {
        display: block;
        width: 89px;
        height: auto;
        margin: 0 auto;
    }
}

/* Keep the section-heading hierarchy consistent across the page. */
.emd-figma-site .section-title,
.emd-figma-site .about-intro .section-title,
.emd-figma-site .program-copy .section-title,
.emd-figma-site .championship-section .section-title.light,
.emd-figma-site .training-section .section-title,
.emd-figma-site .registration-info .section-title.light {
    font-size: clamp(38px, 4vw, 46px);
    line-height: 1.12;
}

.emd-figma-site .section-title + h2 {
    font-weight: 600;
}

.emd-figma-site .program-copy .section-title,
.emd-figma-site .championship-section .section-title.light {
    font-family: Montserrat, Arial, sans-serif;
    font-size: clamp(38px, 4vw, 46px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.emd-figma-site .program-copy h2,
.emd-figma-site .championship-section .split-content h2 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: normal;
}

@media (max-width: 680px) {
    .emd-figma-site .section-title,
    .emd-figma-site .about-intro .section-title,
    .emd-figma-site .program-copy .section-title,
    .emd-figma-site .championship-section .section-title.light,
    .emd-figma-site .training-section .section-title,
    .emd-figma-site .registration-info .section-title.light {
        font-size: 32px;
        line-height: 1.05;
    }

    .emd-figma-site .program-copy h2,
    .emd-figma-site .championship-section .split-content h2 {
        font-size: 20px;
    }
}

/* Keep the participant-registration stages in one sequential row. */
.emd-figma-site .registration-page-section .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emd-figma-site .registration-page-section .steps > div,
.emd-figma-site .registration-page-section .steps span {
    min-width: 0;
}

@media (max-width: 680px) {
    .emd-figma-site .registration-page-section .steps {
        gap: 8px;
    }

    .emd-figma-site .registration-page-section .steps > div {
        padding: 12px 8px;
    }

    .emd-figma-site .registration-page-section .steps span {
        font-size: 12px;
        overflow-wrap: anywhere;
    }
}

/* Speaker cards show the location once without repeating profile text. */
.emd-figma-site .speaker-location {
    margin-top: 14px;
    border-radius: 8px;
    background: var(--figma-light);
    padding: 12px;
    color: var(--figma-navy);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}
