/* Native DIRI section pages: About, Programs, and program placeholders. */
body.diri-virtual-page {
    margin: 0;
    background: #ffffff;
    color: #303943;
    font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.diri-page-shell,
.diri-page-shell * {
    box-sizing: border-box;
}

.diri-page-shell {
    width: 100%;
    overflow: hidden;
}

.diri-page-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.diri-page-hero {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}

.diri-page-hero-about {
    background-image: url("../DSC09801-2.avif");
}

.diri-page-hero-programs,
.diri-page-hero-compact {
    background-image: url("../DSC00122-1.avif");
}

.diri-page-hero-compact {
    min-height: 390px;
}

.diri-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 28, 40, 0.94), rgba(18, 28, 40, 0.63) 58%, rgba(18, 28, 40, 0.35));
}

.diri-page-hero-content {
    position: relative;
    z-index: 1;
    padding: 72px 0;
}

.diri-breadcrumb {
    display: inline-flex;
    gap: 9px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-decoration: none;
}

.diri-breadcrumb:hover,
.diri-breadcrumb:focus {
    color: #e0a080;
}

.diri-page-kicker,
.diri-section-kicker {
    margin: 0 0 12px;
    color: #d58a64;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.diri-page-hero h1,
.diri-page-shell h2,
.diri-page-shell h3 {
    font-family: "Merriweather", Georgia, serif;
}

.diri-page-hero h1 {
    max-width: 850px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(2.8rem, 6vw, 5.25rem);
    font-weight: 300;
    letter-spacing: -0.035em;
    line-height: 1.06;
}

.diri-page-hero-content > p:last-child {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.02rem, 2vw, 1.24rem);
    line-height: 1.7;
}

.diri-page-section {
    padding: clamp(72px, 8vw, 104px) 0;
}

.diri-page-section-cream {
    background: #f8f5ef;
}

.diri-about-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(48px, 8vw, 100px);
    align-items: start;
}

.diri-page-shell h2 {
    margin: 0;
    color: #1b2b3c;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.diri-reading-column {
    padding-left: 30px;
    border-left: 3px solid #b9633f;
}

.diri-reading-column p,
.diri-what-we-do-layout > div > p:last-child,
.diri-section-heading > p {
    margin: 0;
    color: #56606b;
    font-size: 1.08rem;
    line-height: 1.85;
}

.diri-purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.diri-purpose-card {
    position: relative;
    min-height: 300px;
    padding: clamp(34px, 5vw, 54px);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(27, 43, 60, 0.08);
    border-radius: 12px;
    box-shadow: 0 14px 40px rgba(18, 28, 40, 0.07);
}

.diri-purpose-number {
    display: block;
    margin-bottom: 70px;
    color: #b9633f;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.diri-purpose-card h2 {
    margin-bottom: 18px;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.diri-purpose-card p {
    max-width: 480px;
    margin: 0;
    color: #5d6670;
    line-height: 1.75;
}

.diri-what-we-do-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(52px, 9vw, 120px);
}

.diri-what-we-do-layout h2 {
    margin-bottom: 22px;
}

.diri-work-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(27, 43, 60, 0.15);
}

.diri-work-list li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid rgba(27, 43, 60, 0.15);
}

.diri-work-list span {
    color: #b9633f;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.diri-work-list strong {
    color: #243548;
    font-size: 1rem;
    font-weight: 600;
}

.diri-section-heading {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 0.7fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 48px;
}

.diri-program-grid,
.diri-education-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.diri-program-card {
    position: relative;
    display: flex;
    min-height: 390px;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 30px 30px;
    background: #ffffff;
    border: 1px solid rgba(27, 43, 60, 0.09);
    border-top: 4px solid #b9633f;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(18, 28, 40, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.diri-program-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(18, 28, 40, 0.11);
}

.diri-program-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(185, 99, 63, 0.1);
    color: #b9633f;
    font-size: 1.2rem;
}

.diri-program-status {
    margin-bottom: 17px;
    padding: 5px 9px;
    color: #87614e;
    background: #f6ede7;
    border-radius: 20px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.diri-program-card h3,
.diri-education-grid h3 {
    margin: 0 0 15px;
    color: #1b2b3c;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.35;
}

.diri-program-card p,
.diri-education-grid p {
    margin: 0 0 24px;
    color: #626b74;
    line-height: 1.7;
}

.diri-program-card > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: #a65335;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-decoration: none;
    text-transform: uppercase;
}

.diri-program-card > a:hover i {
    transform: translateX(4px);
}

.diri-program-card > a i {
    transition: transform 0.2s ease;
}

.diri-education-grid article {
    padding: 32px 0;
    border-top: 2px solid #b9633f;
}

.diri-education-grid article > span {
    display: block;
    margin-bottom: 28px;
    color: #b9633f;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.diri-development-panel {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(44px, 7vw, 72px);
    text-align: center;
    background: #f8f5ef;
    border: 1px solid rgba(27, 43, 60, 0.08);
    border-radius: 14px;
}

.diri-development-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    color: #b9633f;
    background: rgba(185, 99, 63, 0.1);
    border-radius: 50%;
    font-size: 1.45rem;
}

.diri-development-panel h2 {
    margin-bottom: 18px;
}

.diri-development-panel > p:not(.diri-section-kicker) {
    max-width: 540px;
    margin: 0 auto 30px;
    color: #626b74;
    line-height: 1.75;
}

.diri-page-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 22px;
    color: #ffffff;
    background: #b9633f;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;
}

.diri-page-button:hover,
.diri-page-button:focus {
    color: #ffffff;
    background: #91472e;
}

/* Academic Meetings archive. */
.diri-meetings-hero {
    min-height: 390px;
    overflow: hidden;
    color: #1b2b3c;
    background-color: #f7f0e9;
    background-image:
        radial-gradient(circle at 82% 18%, rgba(185, 99, 63, 0.2) 0 8%, transparent 8.2%),
        radial-gradient(circle at 88% 28%, rgba(185, 99, 63, 0.1) 0 17%, transparent 17.2%),
        linear-gradient(125deg, #fbf7f2 0%, #f2e5da 58%, #e8cdbd 100%);
}

.diri-meetings-hero .diri-page-hero-overlay {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent 64%),
        repeating-linear-gradient(135deg, rgba(112, 70, 49, 0.025) 0 1px, transparent 1px 14px);
}

.diri-meetings-hero .diri-breadcrumb {
    color: #6b625d;
}

.diri-meetings-hero .diri-breadcrumb:hover,
.diri-meetings-hero .diri-breadcrumb:focus {
    color: #9d4e32;
}

.diri-meetings-hero h1 {
    color: #1b2b3c;
}

.diri-meetings-hero .diri-page-hero-content > p:last-child {
    color: #4f5963;
}

.diri-meetings-heading {
    margin-bottom: 54px;
}

.diri-meeting-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.diri-meeting-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: clamp(28px, 4vw, 40px);
    background: #ffffff;
    border: 1px solid rgba(27, 43, 60, 0.11);
    border-radius: 12px;
    box-shadow: 0 12px 34px rgba(18, 28, 40, 0.065);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.diri-meeting-card:hover {
    transform: translateY(-4px);
    border-color: rgba(185, 99, 63, 0.35);
    box-shadow: 0 20px 46px rgba(18, 28, 40, 0.11);
}

.diri-meeting-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    color: #7a838c;
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.diri-meeting-series {
    color: #a65335;
}

.diri-meeting-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.diri-meeting-topics span,
.diri-meeting-detail-kicker span {
    padding: 6px 10px;
    color: #87533d;
    background: #f6ede7;
    border-radius: 999px;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.diri-meeting-card h2 {
    margin: 0 0 12px;
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    line-height: 1.3;
}

.diri-meeting-card h2 a {
    color: #1b2b3c;
    text-decoration: none;
}

.diri-meeting-card h2 a:hover,
.diri-meeting-card h2 a:focus {
    color: #a65335;
}

.diri-meeting-subtitle {
    margin: 0 0 28px;
    color: #69727b;
    line-height: 1.65;
}

.diri-meeting-author {
    display: grid;
    gap: 3px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid rgba(27, 43, 60, 0.12);
}

.diri-meeting-author span {
    color: #8a9299;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.diri-meeting-author strong {
    color: #344252;
    font-size: 0.95rem;
    font-weight: 600;
}

.diri-meeting-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    color: #a65335;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
}

.diri-meeting-link i {
    transition: transform 0.2s ease;
}

.diri-meeting-link:hover i {
    transform: translateX(4px);
}

/* Individual Academic Meeting. */
.diri-meeting-detail-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 7vw, 90px) 0 clamp(66px, 8vw, 98px);
    color: #1b2b3c;
    background:
        radial-gradient(circle at 87% 28%, rgba(185, 99, 63, 0.15) 0 10%, transparent 10.3%),
        linear-gradient(125deg, #fbf8f3 0%, #f2e8df 64%, #e6cbbc 100%);
}

.diri-meeting-detail-hero::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -280px;
    width: 640px;
    height: 640px;
    border: 1px solid rgba(143, 73, 44, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(185, 99, 63, 0.035), 0 0 0 150px rgba(185, 99, 63, 0.025);
    pointer-events: none;
}

.diri-meeting-detail-hero .diri-page-container {
    position: relative;
    z-index: 1;
}

.diri-meeting-detail-hero .diri-breadcrumb {
    margin-bottom: 48px;
    color: #69615c;
}

.diri-meeting-detail-hero .diri-breadcrumb:hover,
.diri-meeting-detail-hero .diri-breadcrumb:focus {
    color: #9d4e32;
}

.diri-meeting-detail-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.diri-meeting-detail-kicker span {
    color: #8f452c;
    background: rgba(185, 99, 63, 0.09);
    border: 1px solid rgba(185, 99, 63, 0.23);
}

.diri-meeting-detail-hero h1 {
    max-width: 970px;
    margin: 0 0 19px;
    font-family: "Merriweather", Georgia, serif;
    font-size: clamp(2.55rem, 5.4vw, 4.9rem);
    font-weight: 300;
    color: #172638;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.diri-meeting-detail-subtitle {
    max-width: 810px;
    margin: 0;
    color: #4d5863;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.65;
}

.diri-meeting-hero-download {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
    margin-top: 27px;
    scroll-margin-top: 150px;
}

.diri-meeting-hero-download > span {
    color: #766b65;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.diri-meeting-download-button {
    box-shadow: 0 12px 28px rgba(126, 66, 42, 0.16);
}

.diri-meeting-detail-byline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 13px;
    max-width: 900px;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(27, 43, 60, 0.14);
    color: #66717b;
    font-size: 0.9rem;
}

.diri-meeting-detail-byline > span:first-child {
    color: #d58a64;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.diri-meeting-detail-byline strong {
    color: #1b2b3c;
    font-weight: 600;
}

.diri-meeting-overview {
    display: grid;
    grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
    gap: clamp(52px, 8vw, 110px);
    align-items: start;
}

.diri-meeting-facts {
    padding: 30px;
    background: #f8f5ef;
    border-top: 4px solid #b9633f;
}

.diri-article-nav {
    display: grid;
    gap: 9px;
    margin-top: 24px;
    padding-top: 23px;
    border-top: 1px solid rgba(27, 43, 60, 0.14);
}

.diri-article-nav > span {
    margin-bottom: 4px;
    color: #8b6b5c;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.diri-article-nav a {
    color: #45515c;
    font-size: 0.84rem;
    line-height: 1.4;
    text-decoration: none;
}

.diri-article-nav a:hover,
.diri-article-nav a:focus {
    color: #a65335;
}

.diri-meeting-facts dl {
    margin: 0;
}

.diri-meeting-facts dl > div {
    padding: 17px 0;
    border-bottom: 1px solid rgba(27, 43, 60, 0.12);
}

.diri-meeting-facts dl > div:last-child {
    border-bottom: 0;
}

.diri-meeting-facts dt {
    margin-bottom: 5px;
    color: #8b6b5c;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.diri-meeting-facts dd {
    margin: 0;
    color: #344252;
    font-size: 0.92rem;
    line-height: 1.55;
}

.diri-meeting-reading {
    min-width: 0;
}

.diri-meeting-reading > h2 {
    max-width: 790px;
    margin-bottom: 26px;
    font-size: clamp(2rem, 3.7vw, 3.05rem);
}

.diri-executive-summary,
.diri-complete-brief,
.diri-key-points,
.diri-inquiry-grid {
    scroll-margin-top: 150px;
}

.diri-executive-summary h2 {
    margin-bottom: 28px;
}

.diri-executive-summary > p:not(.diri-section-kicker) {
    margin: 0 0 20px;
    color: #4f5b66;
    font-size: 1.06rem;
    line-height: 1.84;
}

.diri-executive-summary > p:nth-of-type(2) {
    color: #354250;
    font-size: clamp(1.13rem, 1.8vw, 1.28rem);
}

.diri-meeting-lead {
    max-width: 800px;
    margin: 0;
    color: #4f5b66;
    font-size: clamp(1.08rem, 1.8vw, 1.28rem);
    line-height: 1.8;
}

.diri-inquiry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px;
}

.diri-inquiry-grid section {
    padding: 27px;
    background: #172638;
    border-radius: 8px;
}

.diri-inquiry-grid section:last-child {
    background: #f4ece5;
}

.diri-inquiry-label {
    display: block;
    margin-bottom: 13px;
    color: #d58a64;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.diri-inquiry-grid p {
    margin: 0;
    color: #ffffff;
    line-height: 1.65;
}

.diri-inquiry-grid section:last-child p {
    color: #354250;
}

.diri-brief-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.diri-brief-profile-grid section {
    padding: 24px 27px;
    background: #f8f5ef;
    border: 1px solid rgba(27, 43, 60, 0.08);
    border-radius: 8px;
}

.diri-brief-profile-grid p {
    margin: 0;
    color: #4c5864;
    line-height: 1.65;
}

.diri-key-points {
    margin-top: 54px;
}

.diri-complete-brief {
    margin-top: clamp(68px, 9vw, 108px);
    padding-top: clamp(54px, 7vw, 80px);
    border-top: 3px solid #b9633f;
}

.diri-complete-brief-intro {
    margin-bottom: 54px;
    padding: clamp(28px, 4vw, 42px);
    background: #f8f5ef;
    border-radius: 10px;
}

.diri-complete-brief-intro h2 {
    margin-bottom: 15px;
}

.diri-complete-brief-intro > p:last-child {
    max-width: 720px;
    margin: 0;
    color: #5b6570;
    line-height: 1.72;
}

.diri-academic-article-body {
    max-width: 790px;
}

.diri-academic-article-body h2 {
    margin: clamp(62px, 8vw, 88px) 0 24px;
    padding-top: 24px;
    color: #172638;
    border-top: 1px solid rgba(27, 43, 60, 0.14);
    font-size: clamp(1.75rem, 3.3vw, 2.55rem);
    line-height: 1.28;
}

.diri-academic-article-body h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.diri-academic-article-body h3 {
    margin: 42px 0 16px;
    color: #27394a;
    font-size: clamp(1.2rem, 2.3vw, 1.55rem);
    font-weight: 500;
    line-height: 1.4;
}

.diri-academic-article-body > p {
    margin: 0 0 20px;
    color: #4b5762;
    font-size: 1.01rem;
    line-height: 1.86;
}

.diri-academic-article-body ul {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.diri-academic-article-body li {
    position: relative;
    padding: 12px 10px 12px 31px;
    color: #4b5762;
    border-bottom: 1px solid rgba(27, 43, 60, 0.1);
    line-height: 1.7;
}

.diri-academic-article-body li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 7px;
    width: 7px;
    height: 7px;
    background: #b9633f;
    border-radius: 50%;
}

.diri-article-insight {
    position: relative;
    margin: 35px 0 40px;
    padding: 26px 28px 26px 32px;
    color: #344252;
    background: linear-gradient(135deg, #f7eee7, #fbf8f3);
    border-left: 4px solid #b9633f;
    border-radius: 0 8px 8px 0;
}

.diri-article-insight span {
    display: block;
    margin-bottom: 9px;
    color: #a65335;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.diri-article-insight p {
    margin: 0;
    font-family: "Merriweather", Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.72;
}

.diri-academic-source-note {
    display: flex;
    gap: 10px;
    margin: 52px 0 0;
    padding: 18px 20px;
    color: #68717a;
    background: #f8f5ef;
    border-radius: 7px;
    font-size: 0.82rem;
    line-height: 1.6;
}

.diri-academic-source-note i {
    margin-top: 4px;
    color: #b9633f;
}

.diri-key-points ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(27, 43, 60, 0.14);
}

.diri-key-points li {
    position: relative;
    padding: 20px 12px 20px 38px;
    color: #4c5864;
    border-bottom: 1px solid rgba(27, 43, 60, 0.14);
    line-height: 1.65;
}

.diri-key-points li::before {
    content: "";
    position: absolute;
    top: 29px;
    left: 8px;
    width: 9px;
    height: 9px;
    background: #b9633f;
    border-radius: 50%;
}

.diri-meeting-back-nav {
    padding: 25px 0;
    background: #f8f5ef;
    border-bottom: 1px solid rgba(27, 43, 60, 0.09);
}

.diri-meeting-back-nav a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #a65335;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Graduate Student Symposium archive. */
.diri-symposium-hero {
    min-height: 510px;
    background-image: url("../DSC00122-1.avif");
    background-position: center 42%;
}

.diri-symposium-hero .diri-page-hero-overlay {
    background: linear-gradient(90deg, rgba(18, 28, 40, 0.95), rgba(18, 28, 40, 0.67) 60%, rgba(18, 28, 40, 0.38));
}

.diri-symposium-status {
    color: #ffffff;
    background: #b9633f;
}

.diri-symposium-status > .diri-page-container {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.diri-symposium-status > .diri-page-container > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.diri-symposium-status p {
    margin: 0;
    line-height: 1.5;
}

.diri-symposium-status-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 0.75rem;
}

.diri-symposium-status-label {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.diri-symposium-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(48px, 8vw, 100px);
}

.diri-symposium-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(58px, 8vw, 86px);
    border-top: 1px solid rgba(27, 43, 60, 0.14);
    border-bottom: 1px solid rgba(27, 43, 60, 0.14);
}

.diri-symposium-stats > div {
    min-width: 0;
    padding: 28px 22px;
    border-right: 1px solid rgba(27, 43, 60, 0.14);
}

.diri-symposium-stats > div:first-child {
    padding-left: 0;
}

.diri-symposium-stats > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.diri-symposium-stats strong,
.diri-symposium-stats span {
    display: block;
}

.diri-symposium-stats strong {
    margin-bottom: 6px;
    color: #b9633f;
    font-family: "Merriweather", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 400;
}

.diri-symposium-stats span {
    color: #66707a;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.diri-symposium-format {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(52px, 9vw, 120px);
    align-items: start;
}

.diri-symposium-format > div:first-child > p:last-child,
.diri-symposium-partners p,
.diri-symposium-archive-layout > div:first-child > p:last-child {
    color: #5b6570;
    line-height: 1.8;
}

.diri-symposium-format h2,
.diri-symposium-partners h2,
.diri-symposium-archive-layout h2 {
    margin-bottom: 22px;
}

.diri-symposium-theme-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(27, 43, 60, 0.15);
}

.diri-symposium-theme-list span {
    position: relative;
    padding: 19px 16px 19px 31px;
    color: #344252;
    border-bottom: 1px solid rgba(27, 43, 60, 0.15);
    font-weight: 600;
}

.diri-symposium-theme-list span:nth-child(odd) {
    border-right: 1px solid rgba(27, 43, 60, 0.15);
}

.diri-symposium-theme-list span::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 8px;
    width: 8px;
    height: 8px;
    background: #b9633f;
    border-radius: 50%;
}

.diri-symposium-awards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.diri-symposium-awards article {
    position: relative;
    min-width: 0;
    padding: clamp(34px, 5vw, 52px);
    overflow: hidden;
    color: #ffffff;
    background: #172638;
    border-radius: 12px;
}

.diri-symposium-awards article:last-child {
    color: #344252;
    background: #f4ece5;
}

.diri-award-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 42px;
    color: #d58a64;
    background: rgba(213, 138, 100, 0.13);
    border-radius: 50%;
}

.diri-symposium-awards h3 {
    margin: 0 0 7px;
    color: inherit;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 400;
}

.diri-award-affiliation {
    margin: 0 0 27px;
    color: rgba(255, 255, 255, 0.62);
}

.diri-symposium-awards article:last-child .diri-award-affiliation {
    color: #7a6e68;
}

.diri-symposium-awards blockquote {
    margin: 0;
    padding-top: 24px;
    color: rgba(255, 255, 255, 0.83);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-family: "Merriweather", Georgia, serif;
    font-size: 0.98rem;
    line-height: 1.75;
}

.diri-symposium-awards article:last-child blockquote {
    color: #4d5863;
    border-top-color: rgba(27, 43, 60, 0.14);
}

.diri-symposium-gallery-section {
    color: #ffffff;
    background: #101b28;
}

.diri-symposium-gallery-section h2 {
    color: #ffffff;
}

.diri-symposium-gallery-section .diri-section-heading > p {
    color: rgba(255, 255, 255, 0.65);
}

.diri-symposium-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 250px;
    gap: 12px;
}

.diri-symposium-gallery a {
    min-width: 0;
    display: block;
    overflow: hidden;
    background: #273444;
}

.diri-symposium-gallery a:first-child,
.diri-symposium-gallery a:nth-child(7n) {
    grid-row: span 2;
}

.diri-symposium-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease, opacity 0.3s ease;
}

.diri-symposium-gallery a:hover img,
.diri-symposium-gallery a:focus img {
    opacity: 0.88;
    transform: scale(1.035);
}

.diri-symposium-more-gallery {
    margin-top: 24px;
}

.diri-symposium-more-gallery summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 20px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    list-style: none;
    text-transform: uppercase;
}

.diri-symposium-more-gallery summary::-webkit-details-marker {
    display: none;
}

.diri-symposium-more-gallery[open] summary {
    margin-bottom: 12px;
}

.diri-symposium-more-gallery[open] summary i {
    transform: rotate(45deg);
}

.diri-symposium-more-gallery summary i {
    transition: transform 0.2s ease;
}

.diri-symposium-partners,
.diri-symposium-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(50px, 9vw, 120px);
    align-items: start;
}

.diri-symposium-partners p {
    margin: 0 0 17px;
}

.diri-symposium-source-links {
    border-top: 1px solid rgba(27, 43, 60, 0.15);
}

.diri-symposium-source-links > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 4px;
    color: #29394a;
    border-bottom: 1px solid rgba(27, 43, 60, 0.15);
    font-weight: 600;
    text-decoration: none;
}

.diri-symposium-source-links > a:hover,
.diri-symposium-source-links > a:focus {
    color: #a65335;
}

.diri-symposium-source-links small {
    display: block;
    margin-bottom: 4px;
    color: #a65335;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.diri-symposium-future-section {
    padding: clamp(66px, 8vw, 96px) 0;
    color: #ffffff;
    background: #172638;
}

.diri-symposium-future {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 60px;
    align-items: center;
}

.diri-symposium-future h2 {
    margin-bottom: 15px;
    color: #ffffff;
}

.diri-symposium-future p:last-child {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
}

.diri-symposium-future-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: #efc2ab;
    background: rgba(213, 138, 100, 0.1);
    border: 1px solid rgba(213, 138, 100, 0.28);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .diri-about-intro,
    .diri-what-we-do-layout,
    .diri-section-heading {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .diri-program-grid,
    .diri-education-grid {
        grid-template-columns: 1fr;
    }

    .diri-meeting-overview,
    .diri-symposium-intro,
    .diri-symposium-format,
    .diri-symposium-partners,
    .diri-symposium-archive-layout,
    .diri-symposium-future {
        grid-template-columns: 1fr;
    }

    .diri-symposium-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .diri-symposium-stats > div:nth-child(2) {
        border-right: 0;
    }

    .diri-symposium-stats > div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(27, 43, 60, 0.14);
    }

    .diri-symposium-awards {
        grid-template-columns: 1fr;
    }

    .diri-symposium-future {
        gap: 30px;
    }

    .diri-program-card {
        min-height: 0;
    }
}

@media (max-width: 680px) {
    .diri-page-container {
        width: min(100% - 36px, 1180px);
    }

    .diri-page-hero,
    .diri-page-hero-compact {
        min-height: 390px;
    }

    .diri-page-hero-content {
        padding: 58px 0;
    }

    .diri-breadcrumb {
        margin-bottom: 30px;
    }

    .diri-purpose-grid {
        grid-template-columns: 1fr;
    }

    .diri-meeting-grid,
    .diri-inquiry-grid,
    .diri-brief-profile-grid,
    .diri-symposium-theme-list {
        grid-template-columns: 1fr;
    }

    .diri-symposium-theme-list span:nth-child(odd) {
        border-right: 0;
    }

    .diri-symposium-status > .diri-page-container {
        align-items: flex-start;
    }

    .diri-symposium-status-label {
        display: none;
    }

    .diri-symposium-stats > div,
    .diri-symposium-stats > div:first-child,
    .diri-symposium-stats > div:last-child {
        padding: 22px 14px;
    }

    .diri-symposium-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 180px;
    }

    .diri-symposium-gallery a:first-child,
    .diri-symposium-gallery a:nth-child(7n) {
        grid-row: auto;
    }

    .diri-meeting-detail-hero {
        padding: 58px 0 74px;
    }

    .diri-meeting-detail-hero .diri-breadcrumb {
        margin-bottom: 34px;
    }

    .diri-meeting-detail-byline {
        display: grid;
    }

    .diri-purpose-card {
        min-height: 0;
    }

    .diri-purpose-number {
        margin-bottom: 44px;
    }

    .diri-reading-column {
        padding-left: 20px;
    }
}
