:root{
  --csct-header-h: 74px; --csct-header-offset: 74px; --csct-adminbar-offset: 0px; --csct-logo-h: 54px;
  --csct-white: #ffffff; --csct-black: #0e1620; --csct-navy: #002147; --csct-gold: #d59f0f;
  --csct-text: #333333; --csct-light: #ffffff; --csct-border: #e6ebf1; --csct-container: 1100px;
  --csct-hero-bg-desktop: none; --csct-hero-bg-mobile: none; --csct-dark-bg: none;
}
*{ box-sizing:border-box; } html{ scroll-behavior:smooth; }
body{ margin:0; font-family:Verdana, Geneva, sans-serif; color:var(--csct-text); background:#fff; line-height:1.5; }
body.admin-bar .csct-header{ top:var(--csct-adminbar-offset); } a{ /*color:inherit;*/ text-decoration:none; } img{ max-width:100%; height:auto; display:block; }
.csct-skip-link{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
.csct-skip-link:focus{ left:12px; top:12px; width:auto; height:auto; overflow:visible; padding:10px 12px; background:#fff; color:#000; z-index:100000; }
.csct-container{ width:min(var(--csct-container), calc(100% - 40px)); margin:0 auto; }
.csct-header{ position:fixed; left:0; right:0; top:0; height:var(--csct-header-h); background:var(--csct-navy); border-bottom:1px solid rgba(255,255,255,.10); z-index:9999; box-shadow:0 2px 10px rgba(0,0,0,.12); }
body{ padding-top:calc(var(--csct-header-offset) + var(--csct-adminbar-offset)); }
/* .csct-header__inner{ height:100%; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.csct-header__left{ display:flex; align-items:center; gap:18px; min-width:0; flex:1 1 auto; }
.csct-header__right{ display:flex; align-items:center; justify-content:flex-end; flex:0 0 auto; min-width:250px; }
.csct-logo{ height:var(--csct-logo-h); width:auto; max-width:min(100%, 430px); object-fit:contain; } */
.csct-header__inner{ height:100%; display:grid; grid-template-columns: 1fr auto; align-items:center; gap:24px; }
.csct-header__left{ display:flex; align-items:center; gap:18px; min-width:0; }
.csct-header__right{ display:flex; align-items:center; justify-content:flex-end; width:auto; min-width:0; margin-left:auto; }
.csct-logo-link{ display:flex; align-items:center; justify-content:flex-end; }
.csct-logo{ display:block; height:28px; width:auto; max-width:none; object-fit:contain; }
.csct-nav{ min-width:0; } .csct-nav__menu{ list-style:none !important; margin:0 !important; padding:0 !important; display:flex; align-items:center; gap:22px; }
.csct-nav__menu li{ list-style:none !important; margin:0 !important; padding:0 !important; }
.csct-nav__menu a{ display:inline-block; font-size:15px; color:#ffffff; padding:6px 0; position:relative; transition:color .18s ease; }
.csct-nav__menu a:hover,.csct-nav__menu .current-menu-item>a,.csct-nav__menu .current_page_item>a{ color:var(--csct-gold); }
.csct-search-toggle{ width:34px; height:34px; border:0; background:transparent; padding:0; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; }
.csct-search-toggle__icon{ width:18px; height:18px; border:2px solid #ffffff; border-radius:50%; position:relative; display:block; background:transparent; }
.csct-search-toggle__icon::after{ content:''; position:absolute; width:8px; height:2px; background:#ffffff; right:-6px; bottom:-2px; transform:rotate(45deg); transform-origin:center; }
.csct-search-toggle:hover .csct-search-toggle__icon{ border-color:var(--csct-gold); }
.csct-search-toggle:hover .csct-search-toggle__icon::after{ background:var(--csct-gold); }
.csct-search-panel{ background:#fff; border-top:1px solid #edf1f5; box-shadow:0 12px 30px rgba(0,0,0,.08); padding:16px 0; }
.csct-search-form{ display:flex; gap:12px; align-items:center; }
.csct-search-form__input{ flex:1 1 auto; min-width:0; height:44px; border:1px solid #d8e0ea; border-radius:4px; padding:0 14px; font-size:16px; }
.csct-search-form__button{ height:44px; border:1px solid #012349; background:#0d2f55; color:#fff; border-radius:4px; padding:0 18px; cursor:pointer; font-size:15px; }
.csct-hero,.csct-inner-hero{ background:linear-gradient(rgba(0,33,71,.34), rgba(0,33,71,.34)), var(--csct-hero-bg-desktop); background-position:center center; background-repeat:no-repeat; background-size:cover; color:#fff; }
.csct-hero{ min-height:330px; display:flex; align-items:center; justify-content:center; text-align:center; padding:30px 0; margin-bottom: 25px; }
.csct-inner-hero{ min-height:180px; display:flex; align-items:center; justify-content:center; text-align:center; padding:24px 0; }
.csct-hero__content,.csct-inner-hero__content{ max-width:900px; margin:0 auto; }
.csct-hero__title{ margin:0; font-size:65px; line-height:1.08; font-weight:700; color:#fff; }
.csct-hero__meta{ margin:14px 0 0; font-size:28px; line-height:1.3; color:var(--csct-gold); font-weight:400; }
.csct-hero__actions{ margin-top:28px; display:flex; justify-content:center; }
.csct-photo-btn{ display:inline-flex; align-items:center; gap:12px; min-height:54px; padding:0 26px; border:1px solid #012349; background:#0d2f55; color:#fff; border-radius:4px; font-size:20px; box-shadow:0 4px 10px rgba(0,0,0,.10); margin-bottom: 25px;}
.csct-photo-btn:hover{ filter:brightness(1.05); }
.csct-photo-btn__icon{ width:28px; height:22px; position:relative; display:block; }
.csct-photo-btn__icon::before{ content:''; position:absolute; left:0; top:2px; width:20px; height:14px; border:2px solid #fff; border-radius:2px; }
.csct-photo-btn__icon::after{ content:''; position:absolute; right:0; top:0; width:10px; height:8px; border:2px solid #fff; border-radius:2px; }
.csct-inner-hero__title{ margin:0; font-size:42px; line-height:1.15; font-weight:700; color:#fff; }
.csct-inner-hero__meta{ margin:10px 0 0; font-size:18px; line-height:1.4; color:var(--csct-gold); }
.csct-section{ padding:25px 0; } .csct-section--light{ background:#fff; }
.csct-cards-section{ padding-top:24px; }
.csct-section--dark{ background:linear-gradient(rgba(0,33,71,.38), rgba(0,33,71,.38)), var(--csct-dark-bg), var(--csct-navy); background-position:center center; background-repeat:no-repeat; background-size:cover; color:#fff; }
.csct-intro,.csct-content{ max-width:990px; margin:0 auto; color:#333; font-size:20px; line-height:1.75; } .csct-intro p,.csct-content p{ margin:0 0 18px; }
.csct-cards{ max-width:1100px; margin:0 auto; display:grid; gap:28px; align-items:stretch; justify-content:center; }
.csct-cards.cards-1{ grid-template-columns:minmax(300px,520px); }
.csct-cards.cards-2{ grid-template-columns:repeat(2,minmax(280px,420px)); }
.csct-cards.cards-3{ grid-template-columns:repeat(3,minmax(260px,340px)); }
.csct-card{ background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 10px 24px rgba(0,0,0,.08); border:1px solid #edf1f5; height:100%; }
.csct-card__image{ width:100%; aspect-ratio:16 / 10; object-fit:cover; }
.csct-card__body{ padding:20px 22px 24px; text-align:center; }
.csct-card__title{ margin:0 0 12px; font-size:28px; line-height:1.2; color:#1a2740; }
.csct-card__text{ margin:0; font-size:18px; color:#334054; line-height:1.6; }
.csct-venue__header{ display:flex; align-items:center; justify-content:center; gap:14px; margin-bottom:10px; }
.csct-venue__icon{ font-size:48px; line-height:1; } .csct-venue__heading{ margin:0; font-size:36px; line-height:1.2; color:#fff; }
.csct-venue__title{ margin:0 0 26px; text-align:center; font-size:20px; font-weight:700; color:#fff; }
.csct-venue{ display:grid; grid-template-columns:46% 46%; gap:8%; align-items:start; }
.csct-venue__text{ color:#fff; font-size:18px; line-height:1.7; } .csct-venue__text p{ margin:0 0 14px; }
.csct-venue__actions{ display:flex; flex-wrap:wrap; gap:14px; margin-top:18px; }
.csct-venue__action{ display:inline-flex; align-items:center; justify-content:center; min-width:130px; height:44px; padding:0 18px; border:1px solid rgba(255,255,255,.28); color:#fff; border-radius:4px; background:rgba(255,255,255,.06); font-size:15px; }
.csct-venue__action:hover{ background:rgba(255,255,255,.12); }
.csct-venue__map{ background:#fff; border-radius:4px; overflow:hidden; box-shadow:5px 5px 20px rgba(0,0,0,.25); }
.csct-venue__map iframe{ width:100%; height:400px; border:0; display:block; }
.csct-sponsors{ display:flex; justify-content:flex-start; align-items:center; gap:44px; flex-wrap:nowrap; overflow-x:auto; padding:8px 4px 14px; max-width:100%; margin:0 auto; scroll-snap-type:x proximity; }
.csct-sponsor{ flex:0 0 auto; scroll-snap-align:start; }
.csct-sponsor img{ max-height:40px; width:auto; object-fit:contain; }
.csct-footer{ background:#fff; border-top:1px solid #e6ebf1; padding:28px 0 34px; }
.csct-footer__inner{ text-align:center; color:#000; } .csct-footer__privacy{ margin:0 0 12px; } .csct-footer__privacy a{ color:var(--csct-navy); }
.csct-footer__text{ margin:0; font-size:14px; line-height:1.5; }
.csct-search-result + .csct-search-result{ border-top:1px solid #eceff4; margin-top:18px; padding-top:18px; }
.csct-search-result__title{ margin:0 0 10px; font-size:24px; color:#1a2740; }
.screen-reader-text{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
@media (max-width: 992px){
  /* .csct-logo{ max-width:340px; height:48px; } .csct-nav__menu{ gap:16px; } .csct-hero__title{ font-size:52px; } .csct-hero__meta{ font-size:24px; } */
  .csct-logo{ max-width:240px; height:48px; } .csct-nav__menu{ gap:16px; } .csct-hero__title{ font-size:52px; } .csct-hero__meta{ font-size:24px; }
  .csct-venue{ grid-template-columns:1fr; gap:28px; } .csct-venue__map iframe{ height:360px; }
}
@media (max-width: 900px){
  .csct-cards.cards-3{ grid-template-columns:repeat(2,minmax(260px,340px)); }
}
@media (max-width: 768px){
  :root{ --csct-logo-h: 42px; }
  .csct-container{ width:min(var(--csct-container), calc(100% - 24px)); }
  .csct-header{ height:auto; min-height:var(--csct-header-h); }
  .csct-header__inner{ min-height:var(--csct-header-h); padding:10px 0; align-items:flex-start; flex-direction:column-reverse; justify-content:center; gap:10px; }
  .csct-header__left,.csct-header__right{ width:100%; } .csct-header__right{ justify-content:flex-end; }
  .csct-nav__menu{ flex-wrap:wrap; gap:12px 18px; }
  .csct-hero,.csct-inner-hero{ background:linear-gradient(rgba(0,33,71,.34), rgba(0,33,71,.34)), var(--csct-hero-bg-mobile, var(--csct-hero-bg-desktop)); background-position:center center; background-repeat:no-repeat; background-size:cover; }
  .csct-hero{ min-height:320px; } .csct-hero__title{ font-size:45px; } .csct-hero__meta{ font-size:24px; } .csct-inner-hero__title{ font-size:34px; }
  .csct-intro,.csct-content{ font-size:18px; line-height:1.7; } .csct-cards,.csct-cards.cards-2,.csct-cards.cards-3{ grid-template-columns:1fr; } .csct-card__title{ font-size:24px; }
  .csct-venue__heading{ font-size:30px; } .csct-venue__title{ font-size:18px; } .csct-venue__text{ font-size:17px; } .csct-venue__map iframe{ height:300px; }
  .csct-sponsor img{ max-height:64px; }
  .csct-contact-strip__grid{ grid-template-columns:1fr; gap:24px; }
  .csct-contact-strip__icons{ justify-content:flex-start; }
}


.csct-contact-strip{ padding-top:32px; padding-bottom:32px; }
.csct-contact-strip__grid{ display:grid; grid-template-columns:25% 25% 1fr; gap:36px; align-items:start; }
.csct-contact-strip__title{ margin:0 0 14px; font-size:24px; line-height:1.2; color:#fff; }
.csct-contact-strip__html{ color:#fff; font-size:18px; line-height:1.7; }
.csct-contact-strip__html a{ color:#fff; text-decoration:underline; }
.csct-contact-strip__icons{ display:flex; gap:18px; justify-content:flex-end; align-items:center; flex-wrap:wrap; }
.csct-contact-strip__icon{ display:inline-flex; align-items:center; justify-content:center; min-width:96px; height:44px; padding:0 18px; border:1px solid rgba(255,255,255,.28); color:#fff; border-radius:4px; background:rgba(255,255,255,.06); font-size:15px; }
.csct-contact-strip__icon:hover{ background:rgba(255,255,255,.12); }

/* =========================
   WordPress image alignment
   ========================= */
.csct-content img,
.csct-intro img,
.csct-venue__text img {
    max-width: 100%;
    height: auto;
}

.csct-content .alignleft,
.csct-intro .alignleft,
.csct-venue__text .alignleft {
    float: left;
    display: block;
    margin: 8px 24px 16px 0;
}

.csct-content .alignright,
.csct-intro .alignright,
.csct-venue__text .alignright {
    float: right;
    display: block;
    margin: 0 0 16px 24px;
}

.csct-content .aligncenter,
.csct-intro .aligncenter,
.csct-venue__text .aligncenter {
    float: none;
    display: block;
    margin: 0 auto 16px;
}

.csct-content .wp-caption,
.csct-intro .wp-caption,
.csct-venue__text .wp-caption {
    max-width: 100%;
}

.csct-content::after,
.csct-intro::after,
.csct-venue__text::after {
    content: "";
    display: block;
    clear: both;
}


@media (max-width: 768px) {
.csct-sponsor img {
    max-height: 20px !important;
    /* width: auto;
    object-fit: contain; */
}

}

/* =========================
   Mobile footer/contact fix
   ========================= */
@media (max-width: 768px) {

    .csct-contact-strip__grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .csct-contact-strip__block {
        width: 100%;
    }

    .csct-contact-strip__title {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 1.2;
    }

    .csct-contact-strip__html {
        font-size: 16px;
        line-height: 1.6;
        word-break: break-word;
    }

    .csct-contact-strip__icons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        justify-content: stretch;
        align-items: stretch;
    }

    .csct-contact-strip__icon {
        width: 100%;
        min-width: 0;
        height: 46px;
        justify-content: center;
        font-size: 16px;
    }

    .csct-sponsors {
        gap: 20px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .csct-sponsor img {
        max-height: 52px;
    }
}

/* hide burger on desktop */

.csct-menu-toggle {
    display: none;
}

/* mobile layout */

@media (max-width: 768px) {

    .csct-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        width: 36px;
        height: 36px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .csct-menu-toggle__bar {
        width: 22px;
        height: 2px;
        background: #fff;
        display: block;
    }

    .csct-nav {
        position: absolute;
        left: 0;
        top: 74px;
        width: 100%;
        background: #0a2c4a;
        display: none;
        padding: 20px;
    }

    .csct-nav--open {
        display: block;
    }

    .csct-nav__menu {
        flex-direction: column;
        gap: 14px;
    }

    .csct-nav__menu li {
        width: 100%;
    }

    .csct-nav__menu a {
        font-size: 18px;
        color: #fff;
    }

    .csct-header__inner {
        position: relative;
    }

}
