/*
Theme Name: TEDxUniversityOfTartu
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: tedxut
*/

:root {
    --tedxut_color-red: #eb0028;
    --tedxut_color-red-deep: #b3001f;
    --tedxut_color-black: #070707;
    --tedxut_color-paper: #f6f2ec;
    --tedxut_color-line: rgba(255, 255, 255, 0.12);
    --tedxut_color-copy: rgba(255, 255, 255, 0.8);
    --tedxut_shadow-soft: 0 28px 64px rgba(0, 0, 0, 0.28);
}

html {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    scroll-behavior: smooth;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

body {
    background: #030303;
    color: #ffffff;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
}

body,
button,
input,
optgroup,
select,
textarea,
label,
small,
span,
p,
li,
dt,
dd,
blockquote,
figcaption,
caption,
th,
td {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 300;
    letter-spacing: -0.06em;
}

a {
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

img {
    height: auto;
    max-width: 100%;
}

::selection {
    background: rgba(235, 0, 40, 0.28);
    color: #ffffff;
}

.tedxut_shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
}

.tedxut_site-header {
    border-bottom: 0;
}

.tedxut_site-header-home {
    left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tedxut_header-bar {
    background: rgba(5, 5, 5, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.1rem;
    min-height: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 84rem;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
}

.tedxut_site-header-home .tedxut_header-bar {
    background: linear-gradient(180deg, rgba(9, 9, 9, 0.52), rgba(9, 9, 9, 0.68));
    backdrop-filter: blur(10px);
}

.tedxut_shell::before {
    content: none;
}

.tedxut_logo-lockup {
    display: inline-block;
    line-height: 0.92;
    max-width: 11rem;
}

.tedxut_logo-image {
    display: block;
    height: auto;
    max-width: 100%;
}

.tedxut_logo-mark {
    color: var(--tedxut_color-red);
    display: block;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 0.8;
}

.tedxut_logo-mobile {
    display: block;
    max-width: 11rem;
}

.tedxut_logo-name {
    display: block;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.55rem;
    font-weight: 300;
    letter-spacing: -0.06em;
    line-height: 0.92;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
}

.tedxut_glass {
    backdrop-filter: blur(18px);
    background: rgba(6, 6, 6, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.tedxut_chip {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--tedxut_color-line);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.72rem;
    gap: 0.5rem;
    letter-spacing: 0.24em;
    padding: 0.72rem 1rem;
    text-transform: uppercase;
}

.tedxut_chip-hero {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
}

.tedxut_text-red {
    color: var(--tedxut_color-red);
    font-weight: 700;
}

.tedxut_hero-stage {
    background: #030303;
    padding-top: 0;
    position: relative;
}

.tedxut_hero-inner {
    align-content: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.32) 28%, rgba(0, 0, 0, 0.64) 58%, rgba(0, 0, 0, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.35rem;
    display: grid;
    gap: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    max-width: 84rem;
    min-height: calc(100vh - 5rem);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-top: 11rem;
    position: relative;
    z-index: 1;
}

.tedxut_hero-media {
    border-radius: inherit;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: -2;
}

.tedxut_hero-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.28) 26%, rgba(0, 0, 0, 0.54) 56%, rgba(0, 0, 0, 0.9) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.tedxut_hero-image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.tedxut_hero-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    text-align: center;
}

.tedxut_hero-logo {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: min(80vw, 50rem);
}

.tedxut_hero-meta {
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.tedxut_button {
    align-items: center;
    border-radius: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.5rem;
    justify-content: center;
    letter-spacing: 0.16em;
    min-height: 2.9rem;
    padding: 0.75rem 1.15rem;
    text-transform: uppercase;
}

a.tedxut_button,
button.tedxut_button,
input.tedxut_button {
    display: inline-flex;
}

.tedxut_desktop-cta {
    align-self: center;
    display: none !important;
    margin-right: 0.4rem;
}

.tedxut_button-primary {
    background: var(--tedxut_color-red);
    border: 1px solid var(--tedxut_color-red);
    color: #ffffff;
}

.tedxut_button-primary:hover,
.tedxut_button-primary:focus-visible {
    background: var(--tedxut_color-red-deep);
}

.tedxut_button-accent-hover {
    background: #eb0028;
    border-color: #eb0028;
    box-shadow:
        0 10px 24px rgba(235, 0, 40, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    transition: transform 240ms ease, box-shadow 320ms ease, border-color 240ms ease, filter 240ms ease, background-position 380ms ease, background-size 380ms ease;
}

.tedxut_button-accent-hover::before {
    background:
        radial-gradient(circle at 12% 28%, rgba(92, 238, 255, 0.95), transparent 18%),
        radial-gradient(circle at 28% 82%, rgba(255, 198, 84, 0.9), transparent 20%),
        radial-gradient(circle at 68% 18%, rgba(255, 78, 184, 0.96), transparent 22%),
        radial-gradient(circle at 88% 74%, rgba(255, 122, 46, 0.84), transparent 18%),
        radial-gradient(circle at 86% 22%, rgba(124, 196, 255, 0.8), transparent 18%);
    content: "";
    inset: -34%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate3d(-18%, 12%, 0) rotate(-14deg) scale(0.86);
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease, filter 240ms ease;
    z-index: 0;
}

.tedxut_button-accent-hover::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.16) 22%, rgba(255, 255, 255, 0) 58%),
        radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.16), transparent 62%),
        linear-gradient(100deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.18) 42%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0.14) 58%, rgba(255, 255, 255, 0) 82%);
    border-radius: inherit;
    content: "";
    inset: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-140%);
    transition: opacity 220ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tedxut_button-accent-hover:hover,
.tedxut_button-accent-hover:focus-visible {
    background:
        radial-gradient(circle at 10% 22%, rgba(98, 235, 255, 0.78), transparent 18%),
        radial-gradient(circle at 22% 86%, rgba(255, 204, 92, 0.78), transparent 22%),
        radial-gradient(circle at 66% 12%, rgba(255, 88, 196, 0.82), transparent 24%),
        radial-gradient(circle at 90% 76%, rgba(255, 132, 48, 0.72), transparent 20%),
        linear-gradient(180deg, #ff3b60 0%, #eb0028 38%, #d30024 100%);
    background-size: 185% 185%, 180% 180%, 190% 190%, 180% 180%, 100% 100%;
    border-color: #eb0028;
    box-shadow:
        0 22px 48px rgba(235, 0, 40, 0.42),
        0 0 112px rgba(255, 76, 126, 0.52),
        0 0 52px rgba(86, 225, 255, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        inset 0 16px 30px rgba(255, 255, 255, 0.12),
        inset 0 -14px 28px rgba(118, 0, 30, 0.26);
    filter: saturate(1.42) brightness(1.1);
    transform: translateY(-1px) scale(1.032);
    animation:
        tedxut_iridescent_button_shift 1.08s linear infinite alternate,
        tedxut_iridescent_button_pulse 1.18s ease-in-out infinite alternate;
}

.tedxut_button-accent-hover:hover::before,
.tedxut_button-accent-hover:focus-visible::before {
    filter: blur(6px) saturate(1.55);
    opacity: 1;
    transform: translate3d(18%, -14%, 0) rotate(20deg) scale(1.24);
    animation: tedxut_iridescent_button_orb 0.9s linear infinite alternate;
}

.tedxut_button-accent-hover:hover::after,
.tedxut_button-accent-hover:focus-visible::after {
    opacity: 1;
    transform: translateX(118%);
    animation: tedxut_iridescent_button_sheen 0.7s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
}

.tedxut_button-accent-hover:active {
    transform: translateY(0);
}

@keyframes tedxut_iridescent_button_shift {
    0% {
        background-position: 0% 0%, 0% 100%, 100% 0%, 100% 100%, 50% 50%;
    }
    100% {
        background-position: 40% 28%, 48% 62%, 66% 24%, 58% 66%, 50% 50%;
    }
}

@keyframes tedxut_iridescent_button_orb {
    0% {
        transform: translate3d(-22%, 14%, 0) rotate(-20deg) scale(0.78);
    }
    100% {
        transform: translate3d(22%, -18%, 0) rotate(24deg) scale(1.34);
    }
}

@keyframes tedxut_iridescent_button_sheen {
    0% {
        transform: translateX(-150%) skewX(-14deg);
    }
    100% {
        transform: translateX(150%) skewX(12deg);
    }
}

@keyframes tedxut_iridescent_button_pulse {
    0% {
        box-shadow:
            0 18px 38px rgba(235, 0, 40, 0.34),
            0 0 88px rgba(255, 76, 126, 0.38),
            0 0 30px rgba(86, 225, 255, 0.16),
            0 0 0 1px rgba(255, 255, 255, 0.1) inset,
            inset 0 12px 22px rgba(255, 255, 255, 0.1),
            inset 0 -10px 20px rgba(118, 0, 30, 0.2);
    }
    100% {
        box-shadow:
            0 26px 58px rgba(235, 0, 40, 0.52),
            0 0 132px rgba(255, 76, 126, 0.6),
            0 0 60px rgba(86, 225, 255, 0.32),
            0 0 0 1px rgba(255, 255, 255, 0.12) inset,
            inset 0 20px 32px rgba(255, 255, 255, 0.16),
            inset 0 -16px 30px rgba(118, 0, 30, 0.3);
    }
}

.tedxut_button-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.tedxut_button-secondary:hover,
.tedxut_button-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.05);
}

.tedxut_button-inline {
    align-self: flex-start;
}

.tedxut_submit-button {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.tedxut_submit-button-label,
.tedxut_submit-button-progress,
.tedxut_submit-button-check {
    position: relative;
    z-index: 1;
}

.tedxut_submit-button-label {
    transition: opacity 160ms ease, transform 220ms ease;
}

.tedxut_submit-button-progress {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 198, 212, 0.72) 20%, rgba(255, 255, 255, 0.94) 50%, rgba(255, 180, 198, 0.7) 78%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(180deg, #ff476d 0%, #ff1642 48%, #eb0028 100%);
    border-radius: 999px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.14) inset,
        0 0 28px rgba(235, 0, 40, 0.24);
    height: 0.56rem;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scaleX(0.04);
    transform-origin: center;
    width: calc(100% - 0.9rem);
}

.tedxut_submit-button-check {
    height: 1.45rem;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.72);
    width: 1.45rem;
    z-index: 2;
}

.tedxut_submit-button-check path {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.34));
    stroke: #ffffff;
    stroke-dasharray: 22;
    stroke-dashoffset: 22;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.8;
}

.tedxut_submit-button.is-loading {
    box-shadow:
        0 12px 28px rgba(235, 0, 40, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.tedxut_submit-button.is-loading .tedxut_submit-button-label {
    opacity: 0;
    transform: translateY(-0.12rem) scale(0.96);
}

.tedxut_submit-button.is-loading .tedxut_submit-button-progress {
    opacity: 1;
    animation: tedxut_submit_progress 640ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.tedxut_submit-button.is-confirming .tedxut_submit-button-progress {
    animation: tedxut_submit_progress_finish 320ms ease forwards;
}

.tedxut_submit-button.is-confirming .tedxut_submit-button-check {
    opacity: 1;
    animation: tedxut_submit_check_pop 260ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.tedxut_submit-button.is-confirming .tedxut_submit-button-check path {
    animation: tedxut_submit_check_draw 220ms ease-out 80ms forwards;
}

@keyframes tedxut_submit_progress {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scaleX(0.04);
    }

    16% {
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(0.16);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(1);
    }
}

@keyframes tedxut_submit_progress_finish {
    0% {
        border-radius: 999px;
        height: 0.56rem;
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(1);
    }

    100% {
        border-radius: 999px;
        height: 2.8rem;
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(0.18);
    }
}

@keyframes tedxut_submit_check_pop {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.62);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes tedxut_submit_check_draw {
    0% {
        stroke-dashoffset: 22;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.tedxut_field,
.tedxut_select,
.tedxut_textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    color: #ffffff;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    width: 100%;
}

.tedxut_textarea {
    min-height: 8.5rem;
    resize: vertical;
}

.tedxut_field::placeholder,
.tedxut_textarea::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.tedxut_field:focus,
.tedxut_select:focus,
.tedxut_textarea:focus {
    border-color: rgba(235, 0, 40, 0.56);
    box-shadow: 0 0 0 4px rgba(235, 0, 40, 0.18);
    outline: none;
}

.tedxut_notice {
    border-radius: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
}

.tedxut_notice-success {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.tedxut_notice-error {
    background: rgba(235, 0, 40, 0.12);
    border: 1px solid rgba(235, 0, 40, 0.3);
}

.tedxut_section-kicker {
    color: var(--tedxut_color-red);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.tedxut_section-title {
    font-size: clamp(2.8rem, 6vw, 5.6rem);
    font-weight: 300;
    letter-spacing: -0.075em;
    line-height: 0.9;
    text-wrap: balance;
}

.tedxut_editorial-title {
    font-size: clamp(2.15rem, 3.5vw, 3.35rem);
    font-weight: 600;
    letter-spacing: -0.055em;
    line-height: 0.92;
    text-wrap: balance;
}

.tedxut_editorial-title-sm {
    font-size: clamp(2rem, 3.1vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1;
}

.tedxut_editorial-title-lg {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 0.94;
}

.tedxut_editorial-title-centered {
    margin-left: auto;
    margin-right: auto;
    max-width: 24ch;
    text-align: center;
}

.tedxut_section-copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.08rem;
    font-weight: 300;
    letter-spacing: -0.015em;
    line-height: 1.9;
}

.tedxut_section-copy-centered {
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
    text-align: center;
}

.tedxut_editorial-block {
    display: grid;
    gap: 1.5rem;
}

.tedxut_editorial-intro {
    max-width: 58rem;
}

.tedxut_editorial-copy {
    max-width: 48rem;
}

.tedxut_editorial-intro-centered,
.tedxut_editorial-copy-centered,
.tedxut_editorial-block-centered {
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.tedxut_editorial-intro-centered,
.tedxut_editorial-block-centered {
    max-width: none;
    width: 100%;
}

.tedxut_editorial-intro-centered .tedxut_section-kicker,
.tedxut_editorial-block-centered .tedxut_section-kicker {
    justify-self: start;
    text-align: left;
    width: 100%;
}

.tedxut_editorial-copy-centered {
    max-width: 60rem;
}

.tedxut_section-head {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-bottom: 1.25rem;
}

.tedxut_section-head .tedxut_button {
    justify-self: end;
}

.tedxut_section-head-compact .tedxut_section-kicker {
    margin: 0;
}

.tedxut_about-point {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.9;
    padding: 1.35rem 0;
}

.tedxut_home-cta-panel {
    align-items: center;
    display: grid;
    gap: 2rem;
    justify-items: center;
    padding: 3.5rem 0;
    text-align: center;
}

.tedxut_home-cta-title {
    max-width: 20ch;
}

.tedxut_timeline-list {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tedxut_timeline-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    gap: 0.85rem;
    padding: 1.35rem 0;
}

.tedxut_timeline-time {
    color: var(--tedxut_color-red);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tedxut_timeline-copy h3 {
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1;
}

.tedxut_partners-callout {
    padding: 1.5rem 0;
}

.tedxut_partner-logo-card {
    overflow: hidden;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 220ms ease,
        transform 220ms ease;
}

.tedxut_partner-logo-card img {
    transition: filter 220ms ease, opacity 220ms ease;
    transform-origin: center;
}

.tedxut_partner-logo-card:hover,
.tedxut_partner-logo-card:focus-within {
    background-color: rgba(255, 255, 255, 0.055);
    border-color: rgba(235, 0, 40, 0.32);
    box-shadow:
        0 18px 52px rgba(0, 0, 0, 0.32),
        0 0 34px rgba(235, 0, 40, 0.16);
    transform: translateY(-2px);
}

.tedxut_partner-logo-card:hover img,
.tedxut_partner-logo-card:focus-within img {
    animation: tedxut_partner_logo_shake 520ms cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.16));
    opacity: 1;
}

@keyframes tedxut_partner_logo_shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    14% {
        transform: translate3d(-3px, 0, 0) rotate(-1deg);
    }
    28% {
        transform: translate3d(3px, 0, 0) rotate(1deg);
    }
    42% {
        transform: translate3d(-2px, 0, 0) rotate(-0.7deg);
    }
    56% {
        transform: translate3d(2px, 0, 0) rotate(0.7deg);
    }
    70% {
        transform: translate3d(-1px, 0, 0) rotate(-0.35deg);
    }
    84% {
        transform: translate3d(1px, 0, 0) rotate(0.35deg);
    }
}

.tedxut_location-layout {
    align-items: start;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.tedxut_location-titlewrap {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    display: inline-flex;
    margin-top: 1.5rem;
    padding: 1.1rem 2rem;
}

.tedxut_location-copy {
    margin-top: 6rem;
}

.tedxut_location-pill {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    display: inline-flex;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    padding: 1rem 1.35rem;
}

.tedxut_location-mapcard {
    justify-self: end;
    max-width: 45rem;
    width: 100%;
}

.tedxut_location-mapwrap {
    aspect-ratio: 1 / 1;
    background: #0b0b0b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.tedxut_location-map {
    display: block;
    height: 100%;
    width: 100%;
}

.tedxut_hero-pills {
    justify-content: center;
}

.tedxut_tedx-panel {
    padding: 1.75rem 0;
}

.tedxut_tedx-panel-centered {
    justify-items: center;
    text-align: center;
}

.tedxut_tedx-labelwrap {
    justify-self: stretch;
    text-align: left;
    width: 100%;
}

.tedxut_tedx-title {
    max-width: 30ch;
}

.tedxut_timeline-list-spaced,
.tedxut_interest-formwrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
}

.tedxut_footer-main {
    align-items: start;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.9fr);
    padding-bottom: 2.5rem;
    padding-top: 2.75rem;
}

.tedxut_footer-brand,
.tedxut_footer-column {
    text-align: left;
}

.tedxut_footer-logo {
    max-width: 14rem;
}

.tedxut_footer-label {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    margin: 0;
    text-transform: uppercase;
}

.tedxut_footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1rem;
}

.tedxut_footer-link {
    color: rgba(255, 255, 255, 0.78);
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1.35;
    padding-bottom: 0.12rem;
    position: relative;
    transition: color 220ms ease;
    width: fit-content;
}

.tedxut_footer-link:hover,
.tedxut_footer-link:focus-visible {
    color: #ffffff;
}

.tedxut_footer-link span {
    position: relative;
    z-index: 1;
}

.tedxut_footer-link-graphic {
    height: 0.72rem;
    left: 0;
    overflow: visible;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 0.24rem);
    width: 100%;
}

.tedxut_footer-link-graphic path {
    fill: none;
    opacity: 0;
    stroke: #eb0028;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    stroke-linecap: round;
    stroke-width: 2.2;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 140ms ease;
}

.tedxut_footer-link:hover .tedxut_footer-link-graphic path,
.tedxut_footer-link:focus-visible .tedxut_footer-link-graphic path {
    opacity: 1;
    stroke-dashoffset: 0;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
}

.tedxut_speaker-card {
    min-height: 22rem;
    overflow: hidden;
    position: relative;
}

.tedxut_speaker-card::after {
    background: linear-gradient(180deg, transparent 26%, rgba(5, 5, 5, 0.96) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.tedxut_speaker-image {
    filter: grayscale(1) contrast(1.08) brightness(0.92);
    transition: filter 220ms ease, transform 220ms ease;
}

.tedxut_speaker-card-home {
    min-height: 0;
}

.tedxut_speaker-card-home::after {
    display: none;
}

.tedxut_speaker-card-shell {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    padding: 1.5rem;
}

.tedxut_speaker-content-home {
    margin-top: 0;
    padding: 0;
}

.tedxut_speaker-media-home {
    border-radius: 1.6rem;
    height: clamp(18rem, 28vw, 21rem);
    overflow: hidden;
    position: relative;
}

.tedxut_speaker-image-home {
    display: block;
    object-position: center 12%;
    transform: scale(1.04);
}

.tedxut_speaker-card-home:hover .tedxut_speaker-image-home,
.tedxut_speaker-card-home:focus-within .tedxut_speaker-image-home {
    filter: grayscale(1) contrast(1.1) brightness(0.96);
    transform: scale(1.07);
}

.tedxut_speaker-card-standard .tedxut_speaker-media-home {
    aspect-ratio: auto;
}

.tedxut_speaker-content {
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.tedxut_speaker-archive-card {
    color: inherit;
    display: block;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 0 0 rgba(235, 0, 40, 0);
    transform: translateY(0) scale(1);
    transition:
        transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 260ms ease,
        border-color 220ms ease,
        background-color 220ms ease;
}

.tedxut_speaker-archive-card:hover,
.tedxut_speaker-archive-card:focus-within {
    box-shadow:
        0 26px 56px rgba(0, 0, 0, 0.42),
        0 0 56px rgba(235, 0, 40, 0.24),
        0 0 18px rgba(235, 0, 40, 0.2),
        0 0 0 1px rgba(235, 0, 40, 0.26) inset;
    transform: translateY(-0.35rem) scale(1.018);
    text-decoration: none;
}

.tedxut_speaker-archive-media {
    transition: box-shadow 240ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tedxut_speaker-archive-image {
    transition: filter 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tedxut_speaker-archive-card:hover .tedxut_speaker-archive-media,
.tedxut_speaker-archive-card:focus-within .tedxut_speaker-archive-media {
    box-shadow:
        0 12px 36px rgba(0, 0, 0, 0.3),
        0 0 34px rgba(235, 0, 40, 0.16);
}

.tedxut_speaker-archive-card:hover .tedxut_speaker-archive-image,
.tedxut_speaker-archive-card:focus-within .tedxut_speaker-archive-image {
    filter: grayscale(1) contrast(1.12) brightness(0.98);
    transform: scale(1.028);
}

.tedxut_speaker-single-frame {
    border-radius: 2.1rem;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.16),
        0 0 52px rgba(255, 255, 255, 0.12),
        0 34px 84px rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 0;
}

.tedxut_speaker-backlink {
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    box-shadow: 0 0 0 rgba(235, 0, 40, 0);
    display: inline-flex;
    min-height: 2.75rem;
    padding: 0.55rem 1rem;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 220ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.tedxut_speaker-backlink:hover,
.tedxut_speaker-backlink:focus-visible {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(235, 0, 40, 0.38);
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.26),
        0 0 22px rgba(235, 0, 40, 0.16);
    color: #ffffff;
    transform: translateY(-1px);
}

.tedxut_speaker-backlink:focus-visible {
    outline: none;
}

.tedxut_speaker-single-stage {
    display: grid;
    gap: 2rem;
}

.tedxut_speaker-single-media {
    aspect-ratio: 1 / 1.02;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 1.8rem;
    height: clamp(24rem, 34vw, 31rem);
    max-width: 36rem;
    overflow: hidden;
    width: min(36rem, 100%);
}

.tedxut_speaker-single-image {
    border-radius: inherit;
    display: block;
    height: 100%;
    object-position: center 10%;
}

.tedxut_speaker-single-mediawrap {
    max-width: 100%;
    width: max-content;
}

.tedxut_speaker-single-copy {
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    max-width: none;
    width: 100%;
}

.tedxut_speaker-single-title {
    line-height: 0.94;
    margin: 0;
}

.tedxut_speaker-single-role,
.tedxut_speaker-single-talk,
.tedxut_speaker-single-time,
.tedxut_speaker-single-teaser {
    margin: 0;
}

.tedxut_speaker-single-teaser {
    margin-top: 1.2rem;
}

.tedxut_speaker-single-prose {
    margin-top: 1.35rem;
    max-width: none;
    width: 100%;
}

.tedxut_team-grid {
    display: grid;
    gap: 1.5rem;
}

.tedxut_team-card {
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}

.tedxut_team-photowrap {
    aspect-ratio: 4 / 5;
    border-radius: 1.8rem;
    overflow: hidden;
}

.tedxut_team-photo {
    display: block;
    filter: saturate(0.92) contrast(1.02);
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    width: 100%;
}

@media (max-width: 1023px) {
    .tedxut_team-grid {
        gap: 1.15rem;
    }

    .tedxut_team-photowrap {
        aspect-ratio: 1 / 1.08;
    }

    .tedxut_speaker-single-stage {
        gap: 1.15rem;
    }

    .tedxut_speaker-single-frame {
        width: 100%;
    }

    .tedxut_speaker-single-media {
        aspect-ratio: 1 / 1;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: min(26rem, 100%);
        width: 100%;
    }

    .tedxut_speaker-single-mediawrap {
        display: flex;
        justify-content: center;
        order: 2;
        width: 100%;
    }

    .tedxut_speaker-single-copy {
        align-self: stretch;
        gap: 0.7rem;
        max-width: none;
        order: 1;
        width: 100%;
    }

    .tedxut_speaker-single-title {
        font-size: clamp(2.5rem, 10.5vw, 3.65rem);
        line-height: 0.98;
    }

    .tedxut_speaker-single-role {
        font-size: 1.05rem;
        line-height: 1.35;
    }

    .tedxut_speaker-single-talk {
        letter-spacing: 0.16em;
        line-height: 1.45;
    }

    .tedxut_speaker-single-teaser {
        font-size: 1rem;
        line-height: 1.7;
        margin-top: 0.35rem;
    }

    .tedxut_speaker-single-prose {
        font-size: 0.98rem;
        line-height: 1.8;
        margin-top: 0.7rem;
    }

    .tedxut_speaker-single-prose,
    .tedxut_speaker-single-prose p {
        overflow-wrap: anywhere;
    }
}

@media (min-width: 1024px) {
    .tedxut_speaker-single-stage {
        align-items: start;
        gap: 0.85rem;
        grid-template-columns: max-content minmax(0, 1fr);
    }

    .tedxut_speaker-single-mediawrap {
        justify-self: start;
    }

    .tedxut_speaker-single-copy {
        min-width: 0;
        padding-left: 0;
    }

    .tedxut_team-grid {
        gap: 1.75rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .tedxut_team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home .tedxut_site-header-home .tedxut_shell,
.home .tedxut_hero-stage > .tedxut_shell {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.home .tedxut_site-header-home .tedxut_header-bar {
    padding-left: clamp(1.5rem, 2.8vw, 2.75rem);
    padding-right: clamp(1.6rem, 3.2vw, 3rem);
}

.home .tedxut_header-bar,
.home .tedxut_hero-inner {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    max-width: none;
}

.home .tedxut_hero-inner {
    border: 0;
    margin-top: 0;
}

.tedxut_speaker-placeholder {
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(235, 0, 40, 0.44), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    display: flex;
    inset: 0;
    justify-content: center;
    position: absolute;
}

.tedxut_prose {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.8;
}

.tedxut_prose > * + * {
    margin-top: 1.2rem;
}

.tedxut_prose h2,
.tedxut_prose h3,
.tedxut_prose h4 {
    color: #ffffff;
    margin-top: 2rem;
}

.tedxut_prose a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(235, 0, 40, 0.68);
    text-decoration-thickness: 2px;
}

.tedxut_prose img {
    border-radius: 1.5rem;
}

.tedxut_mobile-nav {
    backdrop-filter: blur(18px);
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.96), rgba(8, 8, 8, 0.84));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 1.1rem 1.1rem;
    margin: 0.15rem auto 0;
    max-height: 0;
    max-width: 76rem;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-0.65rem);
    transition: max-height 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    visibility: hidden;
}

.tedxut_mobile-nav.is-open {
    max-height: 24rem;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.tedxut_mobile-nav-panel > a,
.tedxut_mobile-nav-panel > .tedxut_mobile-cta {
    opacity: 0;
    transform: translateY(-0.45rem);
    transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tedxut_mobile-nav-panel > a:nth-child(1) {
    transition-delay: 0ms;
}

.tedxut_mobile-nav-panel > a:nth-child(2) {
    transition-delay: 25ms;
}

.tedxut_mobile-nav-panel > a:nth-child(3) {
    transition-delay: 50ms;
}

.tedxut_mobile-nav-panel > a:nth-child(4) {
    transition-delay: 75ms;
}

.tedxut_mobile-nav-panel > a:nth-child(5) {
    transition-delay: 100ms;
}

.tedxut_mobile-nav-panel > .tedxut_mobile-cta {
    transition-delay: 125ms;
}

.tedxut_mobile-nav.is-open .tedxut_mobile-nav-panel > a,
.tedxut_mobile-nav.is-open .tedxut_mobile-nav-panel > .tedxut_mobile-cta {
    opacity: 1;
    transform: translateY(0);
}

.tedxut_nav-toggle-lines {
    display: inline-flex;
    flex-direction: column;
    gap: 0.28rem;
}

.tedxut_nav-toggle-lines span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 1.5px;
    transition: transform 180ms ease, opacity 180ms ease;
    width: 1.15rem;
}

.tedxut_nav-toggle[aria-expanded="true"] .tedxut_nav-toggle-lines span:nth-child(1) {
    transform: translateY(0.36rem) rotate(45deg);
}

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

.tedxut_nav-toggle[aria-expanded="true"] .tedxut_nav-toggle-lines span:nth-child(3) {
    transform: translateY(-0.36rem) rotate(-45deg);
}

.tedxut_mobile-cta {
    align-self: flex-start;
    padding-top: 0.35rem;
}

.tedxut_hero-title {
    overflow-wrap: anywhere;
    word-break: break-word;
}

#about,
#speakers,
#schedule,
#partners,
#what-is-tedx,
#interest {
    background: #050505;
}

.tedxut_signal {
    animation: tedxut_float 5s ease-in-out infinite;
}

.tedxut_signal-ring {
    border: 1px solid rgba(235, 0, 40, 0.22);
    border-radius: 999px;
    inset: 0;
    position: absolute;
}

.tedxut_signal-ring:nth-child(2) {
    inset: 1rem;
}

.tedxut_signal-ring:nth-child(3) {
    inset: 2rem;
}

@keyframes tedxut_float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 768px) {
    .tedxut_shell {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .tedxut_about-point {
        padding: 1.5rem 1.4rem 1.5rem 0;
    }

    .tedxut_about-point + .tedxut_about-point {
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        border-top: 0;
        padding-left: 1.4rem;
    }

    .tedxut_timeline-item {
        gap: 1.2rem;
        grid-template-columns: 9rem minmax(0, 1fr);
    }

    .tedxut_speaker-card {
        min-height: 20rem;
    }

    .tedxut_speaker-media-home {
        height: 21rem;
    }
}

@media (min-width: 1280px) {
    .tedxut_desktop-cta {
        display: inline-flex !important;
    }
}

@media (max-width: 1279px) {
    .tedxut_header-bar {
        max-width: 68rem;
    }

    .tedxut_hero-inner {
        max-width: 68rem;
    }
}

@media (max-width: 1023px) {
    .tedxut_site-header {
        padding-top: 0.7rem;
    }

    .tedxut_header-bar {
        border-radius: 1rem;
        min-height: 4.1rem;
        max-width: 100%;
    }

    .tedxut_hero-inner {
        border-radius: 1rem;
        max-width: 100%;
        min-height: auto;
        padding-bottom: 2rem;
        padding-top: 9rem;
    }

    .tedxut_hero-media {
        background: #050505;
    }

    .tedxut_hero-image {
        object-fit: contain;
        object-position: center top;
    }

    .tedxut_hero-meta {
        grid-template-columns: 1fr;
    }

    .tedxut_mobile-nav {
        max-width: calc(100% - 3rem);
    }

    .tedxut_location-layout {
        grid-template-columns: 1fr;
    }

    .tedxut_location-copy {
        margin-top: 2rem;
    }

    .tedxut_location-mapcard {
        justify-self: stretch;
        max-width: none;
    }

    .tedxut_home-cta-panel {
        padding: 3rem 0;
    }

    .tedxut_section-head {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .tedxut_section-head .tedxut_button {
        justify-self: start;
    }

    .tedxut_editorial-block {
        gap: 2rem;
    }

    .tedxut_editorial-intro,
    .tedxut_editorial-copy {
        max-width: none;
    }

    .tedxut_footer-main {
        gap: 2rem;
        grid-template-columns: 1fr;
        padding-bottom: 2.25rem;
        padding-top: 2.5rem;
    }
}

@media (max-width: 639px) {
    .tedxut_shell {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tedxut_logo-mobile {
        max-width: 8rem;
    }

    .tedxut_chip {
        font-size: 0.65rem;
        letter-spacing: 0.18em;
        padding: 0.7rem 0.9rem;
    }

    .tedxut_section-title {
        font-size: 2.5rem;
        line-height: 0.92;
    }

    .tedxut_section-copy {
        font-size: 1rem;
        line-height: 1.8;
    }

    .tedxut_hero-inner {
        gap: 1.5rem;
        min-height: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1.5rem;
        padding-top: 8.5rem;
    }

    .tedxut_hero-logo {
        max-width: min(92vw, 18rem);
    }

    .tedxut_button {
        width: 100%;
    }

    .tedxut_mobile-nav .tedxut_button,
    .tedxut_mobile-nav .tedxut_mobile-cta {
        width: auto;
    }

    .tedxut_glass {
        backdrop-filter: blur(18px);
    }

    .tedxut_mobile-nav {
        max-width: calc(100% - 2rem);
    }

    .tedxut_editorial-title {
        font-size: 2.6rem;
        line-height: 0.95;
    }

    .tedxut_editorial-title-sm {
        font-size: 2rem;
        line-height: 1.02;
    }

    .tedxut_editorial-title-lg {
        font-size: 2.7rem;
        line-height: 0.96;
    }

    .tedxut_location-titlewrap {
        border-radius: 1.3rem;
        padding: 1rem 1.25rem;
    }

    .tedxut_location-pill {
        font-size: 0.98rem;
        width: 100%;
    }
}
