@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
    --ink: #102d3c;
    --navy: #0c2938;
    --gold: #d9af61;
    --cream: #f7f4ee;
    --line: #d8d6ce;
    --sans: 'DM Sans', Arial, sans-serif;
    --serif: 'Playfair Display', Georgia, serif;
    --mono: 'DM Mono', monospace
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.55
}

.wrap {
    width: min(1240px, calc(100% - 96px));
    margin: auto
}

.skip-link {
    position: absolute;
    left: -999px
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    background: #fff;
    padding: .5rem;
    z-index: 10
}

.site-header {
    height: 88px;
    display: flex;
    align-items: center;
    padding: 0 4.8vw;
    background: var(--cream);
    position: relative;
    z-index: 5
}

.brand {
    color: var(--ink);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px;
    line-height: .7;
    font-weight: 600;
    letter-spacing: -1.4px
}

.brand>span:last-child>span {
    color: #b17e2b
}

.brand small {
    display: block;
    font-family: var(--mono);
    font-size: 7px;
    letter-spacing: 2.6px;
    font-weight: 400;
    margin-top: 8px
}

.brand-mark {
    border: 2px solid var(--gold);
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    font-family: var(--serif);
    font-size: 15px;
    color: var(--gold);
    letter-spacing: -1px
}

.main-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 34px
}

.main-nav a {
    color: var(--ink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500
}

.main-nav .nav-cta {
    background: var(--ink);
    color: #fff;
    padding: 12px 16px;
    margin-left: 8px
}

.nav-cta b,
.text-link span {
    color: var(--gold);
    font-size: 17px;
    margin-left: 7px
}

.menu-toggle {
    display: none
}

.hero {
    min-height: calc(100svh - 88px);
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

.hero-image {
    position: absolute;
    inset: 0;
    background-image: url('../images/WhatsApp%20Image%202026-08-14%20at%202.53.57%20PM.jpeg');
    background-size: cover;
    background-position: center 52%
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 24, 34, .8), rgba(6, 24, 34, .26) 58%, rgba(6, 24, 34, .04)), linear-gradient(0deg, rgba(5, 19, 27, .35), transparent 55%)
}

.hero-content {
    position: relative;
    padding-bottom: 60px
}

.hero-locations {
    margin: 0 0 16px;
    font-family: var(--mono);
    font-size: 13px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff
}

.eyebrow {
    font-family: var(--mono);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0 0 22px;
    color: #7e5b21
}

.eyebrow.light {
    color: #e4c584
}

.hero h1 {
    font-family: var(--serif);
    font-size: clamp(3.35rem, 4.5vw, 5.5rem);
    line-height: .98;
    font-weight: 500;
    letter-spacing: -.055em;
    max-width: 910px;
    margin: 0
}

.hero h1 i,
h2 i,
blockquote i {
    font-weight: 500
}

.hero-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 40px;
    max-width: 790px
}

.hero-bottom p {
    max-width: 430px;
    margin: 0;
    font-size: 17px
}

.circle-link {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-decoration: none
}

.intro {
    padding: 138px 0;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 10vw
}

.intro h2,
.section-heading h2,
.network h2,
.contact h2 {
    font-family: var(--serif);
    font-weight: 500;
    font-size: clamp(2.55rem, 4.4vw, 4.5rem);
    line-height: 1.04;
    letter-spacing: -.045em;
    margin: 0
}

.intro-copy {
    padding-top: 36px;
    font-size: 18px
}

.intro-copy p {
    margin: 0 0 22px
}

.text-link {
    display: inline-block;
    color: var(--ink);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 5px;
    margin-top: 16px
}

.statement {
    background: var(--navy);
    color: #f9f7f0;
    padding: 130px 0
}

.statement-grid {
    display: grid;
    grid-template-columns: 1fr 2.25fr;
    gap: 24px
}

.statement h2 {
    font-family: var(--serif);
    font-size: clamp(2.7rem, 5vw, 5.15rem);
    line-height: 1.03;
    font-weight: 500;
    letter-spacing: -.055em;
    margin: 0;
    grid-column: 2
}

.statement-rule {
    height: 1px;
    background: rgba(255, 255, 255, .25);
    grid-column: 2;
    margin-top: 25px
}

.statement-grid>p:last-child {
    grid-column: 2;
    width: min(510px, 100%);
    font-size: 18px;
    margin: 0
}

.solutions {
    padding: 135px 0
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 7vw;
    align-items: end;
    margin-bottom: 60px
}

.section-heading>p {
    width: 330px;
    margin: 0 0 4px;
    font-size: 17px
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.solution-card {
    background: #eee9df;
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 320px
}

.solution-card.featured {
    grid-column: span 2;
    grid-template-columns: 50% 50%;
    min-height: 440px
}

.solution-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.75)
}

.solution-card>div {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start
}

.solution-card span {
    font-family: var(--mono);
    font-size: 11px;
    color: #896127
}

.solution-card h3 {
    font-family: var(--serif);
    font-weight: 500;
    font-size: clamp(1.55rem, 2.3vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    margin: 30px 0 12px
}

.solution-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45
}

.solution-card a {
    margin-top: auto;
    color: var(--ink);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600
}

.solution-card b {
    color: #b38031;
    font-size: 17px;
    margin-left: 5px
}

.network {
    background: #e2dccf;
    padding: 108px 0
}

.network-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8.5vw
}

.network-photo {
    height: 590px
}

.network-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.85)
}

.network-copy>p:not(.eyebrow) {
    font-size: 18px;
    margin: 28px 0 40px
}

.network dl {
    display: flex;
    border-top: 1px solid #b9b3a8;
    padding-top: 25px;
    gap: 30px;
    margin: 0
}

.network dl div {
    flex: 1
}

.network dt {
    font: 500 40px var(--serif);
    letter-spacing: -.04em
}

.network dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.35
}

.capabilities {
    padding: 135px 0
}

.capabilities .section-heading {
    margin-bottom: 46px
}

.accordion {
    border-top: 1px solid var(--line)
}

details {
    border-bottom: 1px solid var(--line);
    padding: 0
}

summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 25px 0;
    cursor: pointer;
    font-family: var(--serif);
    font-size: clamp(1.4rem, 2.4vw, 2.25rem);
    line-height: 1.15;
    letter-spacing: -.03em
}

summary::-webkit-details-marker {
    display: none
}

summary span {
    font: 11px var(--mono);
    color: #956b2a;
    letter-spacing: 1px
}

summary b {
    font: 400 30px var(--sans);
    margin-left: auto
}

details[open] summary b {
    transform: rotate(45deg)
}

details p {
    margin: 0 60px 27px max(39px, calc(1.1vw + 29px));
    max-width: 690px;
    font-size: 17px
}

.quote {
    background: var(--gold);
    padding: 130px 0;
    color: var(--navy)
}

blockquote {
    font: 500 clamp(2.7rem, 5.7vw, 6.2rem)/1.02 var(--serif);
    letter-spacing: -.055em;
    max-width: 1120px;
    margin: 0
}

.quote-note {
    font-size: 16px;
    max-width: 370px;
    margin: 34px 0 0
}

.contact {
    padding: 130px 0;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 8vw
}

.contact>div:last-child {
    padding-top: 40px;
    font-size: 18px
}

.contact>div:last-child p {
    margin: 0 0 28px
}

.button {
    display: inline-flex;
    gap: 35px;
    align-items: center;
    background: var(--ink);
    color: #fff;
    padding: 15px 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600
}

.button span {
    color: var(--gold);
    font-size: 18px
}

footer {
    background: var(--navy);
    color: #fff;
    padding: 47px 0
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    gap: 34px;
    align-items: center
}

.footer-brand {
    color: #fff
}

.footer-inner p,
.top-link {
    font-size: 12px;
    color: #c1ced1;
    margin: 0;
    text-decoration: none
}

.top-link {
    border-bottom: 1px solid #8d9ba0;
    padding-bottom: 2px
}

@media(max-width:820px) {
    .wrap {
        width: min(100% - 40px, 600px)
    }

    .site-header {
        height: 72px;
        padding: 0 20px
    }

    .main-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 72px;
        background: var(--cream);
        padding: 14px 20px 24px;
        display: none;
        box-shadow: 0 12px 22px rgba(0, 0, 0, .1);
        align-items: stretch;
        gap: 0
    }

    .main-nav.open {
        display: flex
    }

    .main-nav a {
        padding: 14px 0;
        border-bottom: 1px solid var(--line)
    }

    .main-nav .nav-cta {
        margin: 15px 0 0;
        text-align: center;
        border: 0
    }

    .menu-toggle {
        display: flex;
        margin-left: auto;
        border: 0;
        background: transparent;
        position: relative;
        width: 64px;
        height: 45px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        color: var(--ink)
    }

    .menu-toggle span {
        width: 23px;
        height: 1.5px;
        background: currentColor
    }

    .menu-toggle em {
        position: absolute;
        top: 34px;
        font: 8px var(--mono);
        text-transform: uppercase;
        font-style: normal
    }

    .hero {
        min-height: calc(100svh - 72px)
    }

    .hero-image {
        background-position: 55% 50%
    }

    .hero-content {
        padding-bottom: 36px
    }

    .hero-locations {
        font-size: 11px;
        margin-bottom: 12px
    }

    .hero-bottom {
        margin-top: 30px
    }

    .hero-bottom p {
        font-size: 15px;
        max-width: 275px
    }

    .circle-link {
        width: 48px;
        height: 48px
    }

    .intro {
        padding: 80px 0;
        display: block
    }

    .intro-copy {
        padding-top: 26px;
        font-size: 16px
    }

    .statement {
        padding: 80px 0
    }

    .statement-grid {
        display: block
    }

    .statement h2 {
        margin: 25px 0
    }

    .statement-rule {
        margin: 28px 0
    }

    .statement-grid>p:last-child {
        font-size: 16px
    }

    .solutions,
    .capabilities {
        padding: 80px 0
    }

    .section-heading {
        display: block;
        margin-bottom: 36px
    }

    .section-heading>p {
        width: auto;
        margin-top: 18px;
        font-size: 16px
    }

    .solution-grid {
        display: block
    }

    .solution-card,
    .solution-card.featured {
        margin-bottom: 16px;
        display: grid;
        grid-template-columns: 43% 57%;
        min-height: 230px
    }

    .solution-card.featured {
        grid-template-columns: 43% 57%
    }

    .solution-card>div {
        padding: 20px
    }

    .solution-card h3 {
        margin: 14px 0 8px;
        font-size: 1.5rem
    }

    .solution-card p {
        font-size: 12px
    }

    .network {
        padding: 70px 0
    }

    .network-grid {
        display: flex;
        flex-direction: column;
        gap: 42px
    }

    .network-photo {
        height: 390px;
        width: 100%
    }

    .network-copy>p:not(.eyebrow) {
        font-size: 16px;
        margin: 20px 0 32px
    }

    .network dt {
        font-size: 32px
    }

    .network dd {
        font-size: 11px
    }

    .network dl {
        gap: 13px
    }

    .capabilities .section-heading {
        margin-bottom: 25px
    }

    summary {
        gap: 15px;
        padding: 21px 0;
        font-size: 1.45rem
    }

    details p {
        font-size: 15px;
        margin: 0 0 22px 30px
    }

    .quote {
        padding: 80px 0
    }

    .contact {
        padding: 80px 0;
        display: block
    }

    .contact>div:last-child {
        padding-top: 26px;
        font-size: 16px
    }

    .footer-inner {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 19px
    }

    .footer-inner p {
        font-size: 11px
    }

    .top-link {
        order: -1;
        align-self: flex-end;
        margin-top: -37px
    }
}

@media(max-width:430px) {
    .brand {
        font-size: 20px
    }

    .brand-mark {
        width: 33px;
        height: 33px
    }

    .hero h1 {
        font-size: 3.05rem
    }

    .hero-bottom p {
        font-size: 14px
    }

    .solution-card,
    .solution-card.featured {
        grid-template-columns: 1fr;
        min-height: 0
    }

    .solution-card img {
        height: 190px
    }

    .solution-card>div {
        min-height: 225px
    }

    .solution-card h3 {
        font-size: 1.65rem
    }

    .network-photo {
        height: 330px
    }
}

/* Indus University Partners: light, editorial visual system */
:root {
    --ink: #0b547b;
    --navy: #167ca4;
    --gold: #df9a31;
    --cream: #fcf8ef;
    --line: #cddce0;
    --pale: #eaf4f5
}

.brand {
    font-size: 0
}

.brand img {
    display: block;
    width: min(390px, 41vw);
    height: auto
}

.main-nav a.active {
    border-bottom: 2px solid var(--gold)
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(6, 70, 102, .7), rgba(9, 95, 137, .22) 58%, rgba(9, 95, 137, .03)), linear-gradient(0deg, rgba(5, 80, 117, .25), transparent 55%)
}

.partner-focus {
    background: var(--pale);
    padding: 115px 0 0
}

.partner-focus-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 8vw
}

.partner-focus h2 {
    font: 500 clamp(2.55rem, 4.4vw, 4.5rem)/1.04 var(--serif);
    letter-spacing: -.045em;
    margin: 0
}

.partner-focus-grid>div:last-child {
    padding-top: 35px;
    font-size: 18px
}

.partner-focus-grid>div:last-child p {
    margin: 0
}

.partner-points {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #bcd3d8
}

.partner-points>div {
    padding: 28px 32px 36px 0;
    border-right: 1px solid #bcd3d8;
    margin-right: 28px
}

.partner-points>div:last-child {
    border: 0
}

.partner-points span {
    font: 11px var(--mono);
    color: #ae7422
}

.partner-points h3 {
    font: 500 1.65rem/1.12 var(--serif);
    margin: 18px 0 8px
}

.partner-points p {
    font-size: 14px;
    margin: 0
}

.network {
    background: #e5f1f2
}

footer {
    background: #167ca4
}

.footer-brand img {
    filter: brightness(0) invert(1)
}

.footer-inner p,
.top-link {
    color: #eef9fa
}

.top-link {
    border-color: #b8d8df
}

.page-hero {
    padding: 130px 0 90px;
    background: #eaf4f5
}

.page-hero h1 {
    max-width: 850px;
    font: 500 clamp(3.2rem, 6vw, 6.2rem)/.98 var(--serif);
    letter-spacing: -.06em;
    margin: 0
}

.page-hero p:last-child {
    max-width: 580px;
    font-size: 19px;
    margin: 28px 0 0
}

.page-content {
    padding: 100px 0
}

.prose-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 10vw
}

.prose-grid h2 {
    font: 500 clamp(2.3rem, 4vw, 4rem)/1.06 var(--serif);
    letter-spacing: -.04em;
    margin: 0
}

.prose-grid p {
    font-size: 18px;
    margin: 0 0 21px
}

.detail-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 70px
}

.detail-card {
    border-top: 3px solid var(--gold);
    background: #f2efe8;
    padding: 28px;
    min-height: 250px
}

.detail-card span {
    font: 11px var(--mono);
    color: #a36d20
}

.detail-card h3 {
    font: 500 1.75rem/1.12 var(--serif);
    margin: 25px 0 12px
}

.detail-card p {
    font-size: 14px;
    margin: 0
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px
}

.contact-form label {
    font-size: 13px;
    font-weight: 600
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #bfd3da;
    padding: 13px;
    margin-top: 6px;
    font: 15px var(--sans);
    color: var(--ink)
}

.contact-form textarea {
    min-height: 115px;
    resize: vertical
}

.contact-form .full {
    grid-column: 1/-1
}

.contact-form button {
    border: 0;
    cursor: pointer
}

.contact-info {
    background: #eaf4f5;
    padding: 35px;
    margin-top: 60px
}

.contact-info p {
    font-size: 16px;
    margin: 7px 0
}

.contact-info a {
    color: var(--ink)
}

@media(max-width:820px) {
    .brand img {
        width: min(310px, 67vw)
    }

    .partner-focus {
        padding: 75px 0 0
    }

    .partner-focus-grid {
        display: block
    }

    .partner-focus-grid>div:last-child {
        padding-top: 24px;
        font-size: 16px
    }

    .partner-points {
        margin-top: 45px;
        display: block
    }

    .partner-points>div {
        border-right: 0;
        border-bottom: 1px solid #bcd3d8;
        margin: 0;
        padding: 20px 0
    }

    .page-hero {
        padding: 85px 0 65px
    }

    .page-hero p:last-child {
        font-size: 16px
    }

    .page-content {
        padding: 70px 0
    }

    .prose-grid {
        display: block
    }

    .prose-grid>div+div {
        margin-top: 25px
    }

    .prose-grid p {
        font-size: 16px
    }

    .detail-cards {
        grid-template-columns: 1fr;
        margin-top: 45px
    }

    .detail-card {
        min-height: 0
    }

    .contact-form {
        grid-template-columns: 1fr
    }

    .contact-form .full {
        grid-column: auto
    }
}

@media(max-width:430px) {
    .brand img {
        width: 260px
    }
}

/* The supplied Indus University page informs copy only. This identity layer follows the editorial partner-page direction. */
.related-visual {
    padding: 72px 0 0;
    background: #fcf8ef
}

.related-visual>.wrap {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: 6vw
}

.related-visual img {
    width: 100%;
    height: 405px;
    object-fit: cover
}

.related-visual h2 {
    font: 500 clamp(2.1rem, 3.6vw, 3.8rem)/1.05 var(--serif);
    letter-spacing: -.045em;
    margin: 0
}

.brand img {
    display: block;
    width: min(390px, 41vw);
    height: auto
}

.brand:before,
.brand:after {
    display: none
}

.footer-brand img {
    filter: brightness(0) invert(1)
}

.site-header .brand img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: min(390px, 41vw) !important;
    height: auto !important
}

@media(max-width:820px) {
    .brand img {
        width: min(310px, 67vw)
    }

    .related-visual {
        padding-top: 42px
    }

    .related-visual>.wrap {
        display: block
    }

    .related-visual img {
        height: 280px
    }

    .related-visual h2 {
        margin: 20px 0 0
    }
}

@media(max-width:820px) {
    .site-header .brand img {
        width: min(310px, 67vw) !important
    }
}

/* Original IU wordmark */
.brand.brand--original {
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px;
    line-height: .7;
    font-weight: 600;
    letter-spacing: -1.4px
}

.brand--original:before,
.brand--original:after {
    display: none
}

.brand--original .brand-mark {
    border: 2px solid var(--gold);
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    font-family: var(--serif);
    font-size: 15px;
    color: var(--gold);
    letter-spacing: -1px
}

.brand--original .brand-name>span {
    color: #b17e2b
}

.brand--original small {
    display: block;
    font-family: var(--mono);
    font-size: 14px;
    letter-spacing: 2.6px;
    font-weight: 400;
    margin-top: 8px
}

.footer-brand.brand--original {
    color: #fff
}

.footer-brand.brand--original .brand-mark {
    border-color: #efc26b;
    color: #efc26b
}

@media(max-width:430px) {
    .brand.brand--original {
        font-size: 20px
    }

    .brand--original .brand-mark {
        width: 33px;
        height: 33px
    }
}

/* Enquiry modal */
body.modal-open {
    overflow: hidden
}

.enquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(10, 46, 63, .58)
}

.enquiry-modal.show {
    display: flex
}

.enquiry-modal .modal-dialog {
    width: min(100%, 620px);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: var(--cream);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28)
}

.enquiry-modal .modal-body {
    position: relative;
    padding: 48px
}

.modal-close-btn {
    position: absolute;
    right: 18px;
    top: 15px;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-size: 28px;
    line-height: 1;
    cursor: pointer
}

.modal-title {
    margin: 0;
    color: var(--ink);
    font: 500 2.3rem/1.1 var(--serif);
    letter-spacing: -.04em;
    text-align: center
}

.modal-para {
    text-align: center;
    margin: 12px auto 30px;
    max-width: 385px
}

.lead-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.lead-form label {
    display: block;
    font-size: 13px;
    font-weight: 600
}

.lead-form label:nth-of-type(3),
.lead-form label:nth-of-type(4),
.lead-form .button {
    grid-column: 1/-1
}

.lead-form input,
.lead-form textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 12px;
    border: 1px solid #bdd0d5;
    background: #fff;
    color: var(--ink);
    font: 15px var(--sans)
}

.lead-form textarea {
    min-height: 95px;
    resize: vertical
}

.error-modal {
    display: none;
    color: #b33628;
    font-size: 12px;
    margin-top: -10px
}

.error-modal:not([hidden]) {
    display: block
}

.lead-form .button {
    justify-content: center
}

.form-success {
    grid-column: 1/-1;
    margin: 0;
    color: #186241;
    font-size: 14px
}

.form-error {
    grid-column: 1/-1;
    margin: 0;
    color: #b33628;
    font-size: 14px
}

.contact-form>.error-modal {
    grid-column: 1/-1;
    margin-top: -10px
}

@media(max-width:620px) {
    .enquiry-modal {
        padding: 14px
    }

    .enquiry-modal .modal-dialog {
        max-height: calc(100vh - 28px)
    }

    .enquiry-modal .modal-body {
        padding: 42px 22px 28px
    }

    .lead-form {
        grid-template-columns: 1fr
    }

    .lead-form label,
    .lead-form label:nth-of-type(3),
    .lead-form label:nth-of-type(4),
    .lead-form .button {
        grid-column: auto
    }
}

/* Collaborations carousel */
/* Controlled carousel overrides: it is operated with buttons or touch, not a marquee animation. */
.logo-carousel {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 16px
}

.carousel-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.carousel-viewport::-webkit-scrollbar {
    display: none
}

.logo-carousel .logo-track {
    width: max-content;
    animation: none;
    gap: 20px;
    padding: 2px
}

.logo-carousel .university-logo {
    scroll-snap-align: start;
    border: 1px solid #d6e0df;
    min-height: 142px
}

.carousel-control {
    width: 48px;
    height: 48px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    font-size: 23px;
    cursor: pointer;
    transition: background .2s, color .2s
}

.carousel-control:hover,
.carousel-control:focus-visible {
    background: var(--ink);
    color: #fff;
    outline: none
}

@media(max-width:820px) {
    .logo-carousel {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 9px
    }

    .carousel-control {
        width: 40px;
        height: 40px;
        font-size: 19px
    }

    .logo-carousel .university-logo {
        min-height: 116px
    }
}

@media(max-width:430px) {
    .logo-carousel {
        grid-template-columns: 1fr
    }

    .carousel-control {
        display: none
    }

    .carousel-viewport {
        margin: 0 calc((100vw - 100%)/-2);
        padding: 0 20px
    }

    .logo-carousel .logo-track {
        gap: 12px
    }

    .logo-carousel .university-logo {
        width: 176px;
        min-height: 108px
    }
}

.collaborations {
    padding: 118px 0 104px;
    background: #fff;
    overflow: hidden
}

.collaboration-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 8vw;
    margin-bottom: 48px
}

.collaboration-heading h2 {
    margin: 0;
    font: 500 clamp(2.5rem, 4.2vw, 4.35rem)/1.04 var(--serif);
    letter-spacing: -.045em;
    color: var(--ink)
}

.collaboration-heading>p {
    max-width: 355px;
    margin: 0;
    font-size: 16px
}

.logo-marquee {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d6e0df;
    border-bottom: 1px solid #d6e0df
}

.logo-track {
    display: flex;
    width: max-content;
    animation: logo-scroll 42s linear infinite
}

.logo-marquee:hover .logo-track {
    animation-play-state: paused
}

.university-logo {
    width: 220px;
    min-height: 133px;
    padding: 23px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
    text-decoration: none;
    color: var(--ink);
    border-right: 1px solid #d6e0df;
    background: #fff;
    transition: background .2s ease
}

.university-logo:hover,
.university-logo:focus-visible {
    background: #f2f7f6;
    outline: none
}

.university-logo strong {
    color: #c77825;
    font: 600 1.72rem/1 var(--serif);
    letter-spacing: -.04em
}

.university-logo span {
    max-width: 165px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 600
}

.university-logo:nth-child(3n+2) strong {
    color: #9b3f38
}

.university-logo:nth-child(3n) strong {
    color: #176a7c
}

@keyframes logo-scroll {
    to {
        transform: translateX(-50%)
    }
}

@media(prefers-reduced-motion:reduce) {
    .logo-track {
        animation: none
    }
}

@media(max-width:820px) {
    .collaborations {
        padding: 75px 0
    }

    .collaboration-heading {
        display: block;
        margin-bottom: 34px
    }

    .collaboration-heading>p {
        margin-top: 18px
    }

    .university-logo {
        width: 185px;
        min-height: 116px;
        padding: 20px
    }

    .logo-track {
        animation-duration: 32s
    }
}

@media(max-width:430px) {
    .university-logo {
        width: 164px;
        min-height: 106px;
        padding: 17px
    }

    .university-logo strong {
        font-size: 1.45rem
    }

    .university-logo span {
        font-size: 11px
    }
}

@media(max-width:430px) {
    .brand img {
        width: 260px
    }
}

.brand img {
    display: none
}

.brand:before {
    content: 'INDUSUNIV';
    font: 600 1.36rem/1 var(--sans);
    letter-spacing: .06em;
    color: #123c52
}

.brand:after {
    content: 'PARTNERS';
    font: 500 8px/1 var(--mono);
    letter-spacing: .22em;
    color: #c58221;
    margin-left: 8px;
    padding-left: 9px;
    border-left: 1px solid #b8cbd1
}

.footer-brand:before {
    color: #fff
}

.footer-brand:after {
    color: #f0c36c
}

.site-header {
    border-bottom: 1px solid #e1e7e6
}

.main-nav a {
    letter-spacing: .01em
}

.main-nav .nav-cta {
    background: #ec9941;
    color: #153f55
}

.main-nav .nav-cta b {
    color: #153f55
}

.statement {
    background: #eaf3f1;
    color: #123c52
}

.statement .eyebrow.light {
    color: #c58221
}

.statement-rule {
    background: #b8cdd0
}

.statement-grid>p:last-child {
    color: #365564
}

.quote {
    background: #efaa55;
    color: #123c52
}

footer {
    background: #123c52
}

.partner-focus {
    background: #fff
}

.network {
    background: #f2f0e9
}

.solution-card {
    background: #f2f0e9
}

.page-hero {
    background: #edf5f4
}

.detail-card {
    background: #f3f1ea
}

/* Location hubs cards */
.locations-section {
    margin-top: 100px;
    padding-top: 60px;
    border-top: 1px solid var(--line);
}

.location-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px 28px;
    background: #f3f1ea;
    border-top: 3px solid var(--gold);
}

.location-card h3 {
    font: 500 1.75rem/1.15 var(--serif);
    margin: 20px 0 14px;
    color: var(--ink);
}

.location-card address {
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
    color: #365564;
    margin: 0 0 20px;
}

.location-details {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #dcdad2;
}

.location-contact-item {
    font-size: 14px;
    margin: 8px 0;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 8px;
}

.location-contact-item strong {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #a36d20;
    min-width: 44px;
}

.location-contact-item a {
    color: var(--ink);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.location-contact-item a:hover {
    color: #9a651a;
    text-decoration: underline;
}

@media(max-width:820px) {
    .locations-section {
        margin-top: 60px;
        padding-top: 40px;
    }
}