:root{--navy:#0b2442;--royal:#143f70;--blue-soft:#eaf0f7;--saffron:#c96f12;--saffron-soft:#fff5e8;--green:#176b45;--green-soft:#e8f4ed;--ink:#182536;--muted:#5d6b7d;--paper:#f6f7f5;--white:#fff;--line:#d8e0e8;--shadow:0 10px 28px rgba(11,36,66,.08);--radius:8px;--container:1180px}

*{box-sizing:border-box}

html{scroll-behavior:smooth;overflow-x:hidden}

body{
    margin:0;
    color:var(--ink);
    font:16px/1.68 system-ui,-apple-system,"Segoe UI","Noto Sans",Arial,sans-serif;
    background:var(--white);
    overflow-x:hidden
}

img{display:block;max-width:100%}

a{color:var(--royal);text-underline-offset:3px}

a:not(:hover){text-decoration:none}

button,input,textarea,select{font:inherit}

h1,h2,h3,h4{
    color:var(--navy);
    font-family:Georgia,"Times New Roman",serif;
    line-height:1.17;
    margin:0 0 .55em
}

h1{
    font-size:clamp(2.35rem,5.4vw,4.75rem);
    letter-spacing:-.025em
}

h2{font-size:clamp(1.8rem,3.3vw,2.7rem)}

h3{font-size:1.25rem}

p{margin:0 0 1em}

.container{
    width:min(var(--container),calc(100% - 40px));
    margin-inline:auto
}

.skip-link{
    position:fixed;
    left:12px;
    top:-100px;
    z-index:100;
    background:#fff;
    color:var(--navy);
    padding:10px 14px;
    border:2px solid var(--saffron)
}

.skip-link:focus{top:12px}

.utility{
    background:var(--navy);
    color:#edf3fa;
    font-size:.8rem
}

.utility-inner{
    min-height:36px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px
}

.utility-motto{letter-spacing:.03em}

.utility-social{
    display:flex;
    align-items:center;
    gap:16px
}

.utility-social a{
    color:#fff;
    font-weight:700
}

.site-header{
    position:sticky;
    top:0;
    z-index:30;
    background:rgba(255,255,255,.98);
    border-bottom:1px solid var(--line);
    box-shadow:0 3px 15px rgba(11,36,66,.04)
}

.nav-wrap{
    min-height:88px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px
}

.brand{
    display:flex;
    align-items:center;
    gap:13px;
    color:var(--navy);
    min-width:230px
}

.brand:hover{text-decoration:none}

.brand img{
    width:66px;
    height:66px;
    object-fit:contain;
    flex:0 0 auto
}

.brand b{
    display:block;
    font:700 1.45rem/1 Georgia,serif;
    letter-spacing:.075em
}

.brand small{
    display:block;
    margin-top:5px;
    font-size:.72rem;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:var(--muted)
}

nav{
    display:flex;
    align-items:center;
    gap:20px
}

nav>a{
    color:var(--ink);
    font-size:.91rem;
    font-weight:700;
    white-space:nowrap
}

.nav-toggle{
    display:none;
    border:1px solid var(--navy);
    border-radius:5px;
    background:#fff;
    color:var(--navy);
    padding:10px 13px;
    font-weight:800
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    border:1px solid transparent;
    border-radius:6px;
    padding:11px 21px;
    font-weight:800;
    line-height:1.2;
    cursor:pointer;
    transition:background .18s,color .18s,border-color .18s,transform .18s
}

.btn:hover{
    text-decoration:none;
    transform:translateY(-1px)
}

.btn-primary{
    background:var(--saffron);
    color:#fff;
    border-color:var(--saffron)
}

.btn-primary:hover{background:#a95709}

.btn-secondary{
    background:var(--navy);
    color:#fff;
    border-color:var(--navy)
}

.btn-light{
    background:#fff;
    color:var(--navy);
    border-color:#fff
}

.btn-outline{
    background:transparent;
    color:var(--navy);
    border-color:var(--navy)
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible{
    outline:3px solid rgba(201,111,18,.4);
    outline-offset:3px
}

.hero{
    position:relative;
    isolation:isolate;
    background:var(--navy);
    color:#fff;
    min-height:590px;
    display:flex;
    align-items:center;
    padding:84px 0;
    overflow:hidden
}

.hero:before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    background:linear-gradient(112deg,#0b2442 0%,#123960 62%,#174b48 140%)
}

.hero:after{
    content:"";
    position:absolute;
    z-index:-1;
    width:520px;
    height:520px;
    right:-190px;
    top:-160px;
    border:68px solid rgba(255,255,255,.045);
    border-radius:50%
}

.hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);
    gap:60px;
    align-items:center
}

.hero h1{color:#fff}

.hero-lead{
    font-size:1.15rem;
    max-width:720px;
    color:#e6edf5
}

.hero-brand{
    display:grid;
    place-items:center;
    min-height:315px;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(255,255,255,.06);
    padding:24px
}

.hero-brand img{
    width:min(280px,100%);
    max-height:280px;
    object-fit:contain
}

.hero-monogram{
    display:grid;
    place-items:center;
    width:210px;
    height:210px;
    border:3px double rgba(255,255,255,.65);
    border-radius:50%;
    font:700 2.2rem Georgia,serif;
    letter-spacing:.09em;
    color:#fff
}

.eyebrow{
    margin:0 0 12px;
    color:var(--saffron);
    font-size:.78rem;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase
}

.hero .eyebrow{color:#f2a950}

.actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:26px
}

.section{padding:76px 0}

.section.alt{
    background:var(--paper);
    border-block:1px solid #eef0ee
}

.section-heading{
    max-width:760px;
    margin-bottom:34px
}

.section-heading.center{
    text-align:center;
    margin-inline:auto
}

.section-heading p:last-child{
    color:var(--muted);
    font-size:1.05rem
}

.grid{
    display:grid;
    gap:22px
}

.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}

.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}

.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}

.card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:var(--radius);
    padding:27px;
    box-shadow:0 5px 18px rgba(11,36,66,.045)
}

.card-accent{border-top:4px solid var(--saffron)}

.card-green{border-top-color:var(--green)}

.card p:last-child{margin-bottom:0}

.intro-panel{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:48px;
    align-items:center
}

.official-note,
.placeholder{
    border-left:4px solid var(--saffron);
    background:var(--saffron-soft);
    padding:19px 21px
}

.official-note h3,
.placeholder h3{margin-top:0}

.journey{
    grid-template-columns:repeat(6,minmax(0,1fr));
    position:relative
}

.journey .card{
    text-align:center;
    padding:20px 14px;
    box-shadow:none
}

.step-number{
    width:42px;
    height:42px;
    margin:0 auto 14px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--navy);
    color:#fff;
    font-weight:900
}

.journey strong{
    display:block;
    font-size:.92rem;
    color:var(--navy)
}

.feature-list{
    padding:0;
    margin:0;
    list-style:none
}

.feature-list li{
    position:relative;
    padding:9px 0 9px 28px;
    border-bottom:1px solid var(--line)
}

.feature-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--green);
    font-weight:900
}

.process-panel{
    background:var(--navy);
    color:#e9f0f8;
    padding:36px;
    border-radius:var(--radius)
}

.process-panel h2,
.process-panel h3{color:#fff}

.process-panel .eyebrow{color:#f2a950}

.page-hero{
    position:relative;
    padding:64px 0;
    background:linear-gradient(110deg,#f4f6f8,#e9eff5);
    border-bottom:1px solid var(--line)
}

.page-hero:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:35%;
    height:4px;
    background:linear-gradient(90deg,var(--saffron) 0 47%,#fff 47% 55%,var(--green) 55%)
}

.page-hero h1{
    font-size:clamp(2.2rem,4.7vw,3.65rem)
}

.page-hero p:last-child{
    max-width:760px;
    color:var(--muted);
    font-size:1.08rem
}

.prose{max-width:880px}

.prose h2{margin-top:1.5em}

.prose p,
.prose li{color:#354459}

.leadership-card{
    text-align:center;
    padding-top:32px
}

.leadership-avatar{
    width:84px;
    height:84px;
    margin:0 auto 18px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--blue-soft);
    border:1px solid #cbd7e4;
    color:var(--navy);
    font:700 1.25rem Georgia,serif
}

.pending-label{
    display:inline-block;
    background:var(--saffron-soft);
    color:#8b4908;
    border:1px solid #efc995;
    padding:4px 9px;
    border-radius:20px;
    font-size:.75rem;
    font-weight:800
}

.form-card{
    max-width:940px;
    margin:auto
}

.form-progress{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin:0 0 30px;
    padding:0;
    list-style:none;
    border:1px solid var(--line)
}

.form-progress li{
    padding:11px 8px;
    text-align:center;
    color:var(--muted);
    font-size:.8rem;
    font-weight:800;
    border-right:1px solid var(--line)
}

.form-progress li:last-child{border-right:0}

.form-progress li:first-child{
    background:var(--blue-soft);
    color:var(--navy)
}

.form-section{
    border:0;
    padding:0;
    margin:0 0 34px
}

.form-section legend{
    width:100%;
    padding-bottom:10px;
    margin-bottom:18px;
    border-bottom:1px solid var(--line);
    color:var(--navy);
    font:700 1.35rem Georgia,serif
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px
}

.field{margin-bottom:16px}

.field.full{grid-column:1/-1}

.field label{
    display:block;
    margin-bottom:6px;
    color:var(--navy);
    font-weight:750
}

.field input,
.field textarea,
.field select{
    width:100%;
    border:1px solid #aeb9c6;
    border-radius:5px;
    background:#fff;
    color:var(--ink);
    padding:12px
}

.field input:focus,
.field textarea:focus,
.field select:focus{
    border-color:var(--royal)
}

.check{
    display:flex;
    gap:11px;
    align-items:flex-start;
    margin:13px 0
}

.check input{
    margin-top:5px;
    flex:0 0 auto
}

.error{
    display:block;
    color:#9b2424;
    font-size:.87rem;
    font-weight:650;
    margin-top:4px
}

.alert{
    padding:14px 18px;
    margin-top:18px;
    border:1px solid transparent;
    border-radius:5px
}

.alert.success{
    background:var(--green-soft);
    color:#115a39;
    border-color:#b8dbc8
}

.alert.danger{
    background:#fceaea;
    color:#882020;
    border-color:#e7bcbc
}

.table-wrap{
    width:100%;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    border:1px solid var(--line)
}

table{
    width:100%;
    min-width:760px;
    border-collapse:collapse;
    background:#fff
}

th,
td{
    text-align:left;
    padding:13px;
    border-bottom:1px solid var(--line);
    vertical-align:top
}

th{
    background:#eaf0f6;
    color:var(--navy);
    font-size:.86rem
}

tr:last-child td{border-bottom:0}

.badge{
    display:inline-block;
    padding:4px 8px;
    border-radius:20px;
    background:#e6ebf1;
    font-size:.76rem;
    font-weight:850
}

.badge.paid,
.badge.approved,
.badge.published{
    background:var(--green-soft);
    color:#155c3b
}

.notice-card{
    display:grid;
    grid-template-columns:125px 1fr;
    padding:0;
    overflow:hidden
}

.notice-date-box{
    background:var(--navy);
    color:#fff;
    padding:24px 16px;
    text-align:center
}

.notice-date-box strong{
    display:block;
    font:700 1.5rem Georgia,serif
}

.notice-body{padding:25px}

.notice-body h2{font-size:1.5rem}

.notice-date{
    color:var(--muted);
    font-size:.85rem
}

.social-panel a{
    display:inline-flex;
    margin:0 9px 9px 0;
    padding:9px 13px;
    border:1px solid var(--line);
    border-radius:5px;
    font-weight:750
}

.map-placeholder{
    min-height:170px;
    display:grid;
    place-items:center;
    text-align:center;
    background:var(--blue-soft);
    border:1px dashed #aebfd2;
    color:var(--muted);
    padding:24px
}

.cta-strip{
    background:var(--royal);
    color:#fff;
    padding:38px 0;
    border-top:4px solid var(--saffron)
}

.cta-strip h2{
    color:#fff;
    margin:0
}

.cta-strip p{
    margin:.35em 0 0;
    color:#dce7f3
}

.cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px
}

footer{
    background:#071a30;
    color:#c9d4e2;
    padding:58px 0 18px
}

.footer-grid{
    display:grid;
    grid-template-columns:1.7fr 1fr 1fr 1fr;
    gap:36px
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:16px
}

.footer-brand img{
    width:76px;
    height:76px;
    object-fit:contain;
    background:#fff;
    padding:3px
}

.footer-brand strong{
    display:block;
    color:#fff;
    font:700 1.2rem Georgia,serif
}

.footer-brand small{
    display:block;
    color:#aebfd1
}

.footer-grid h3{
    color:#fff;
    font-size:1.05rem
}

.footer-grid a{
    display:block;
    color:#dbe5f1;
    margin:8px 0
}

.footer-social{
    display:flex;
    gap:9px;
    flex-wrap:wrap
}

.footer-social a{
    display:inline-flex;
    padding:7px 10px;
    border:1px solid #36506c;
    border-radius:4px
}

.copyright{
    margin-top:38px;
    padding-top:18px;
    border-top:1px solid #29415c;
    font-size:.83rem
}

.centered{text-align:center}

.stats{
    grid-template-columns:repeat(4,minmax(0,1fr))
}

.stat strong{
    display:block;
    color:var(--navy);
    font:700 2rem Georgia,serif
}

.pagination{
    display:flex;
    gap:10px;
    margin-top:20px
}

summary{
    cursor:pointer;
    color:var(--royal);
    font-weight:800
}

.admin-bar nav{display:flex}

.admin-actions{
    display:flex;
    gap:10px;
    align-items:end;
    flex-wrap:wrap
}


/* =========================================================
   TABLET / SMALL DESKTOP
   ========================================================= */

@media(max-width:1080px){

    nav{gap:13px}

    nav>a{font-size:.85rem}

    .brand small{display:none}

    .journey{
        grid-template-columns:repeat(3,1fr)
    }

    .grid-4{
        grid-template-columns:repeat(2,1fr)
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:900px){

    .container{
        width:min(var(--container),calc(100% - 32px))
    }

    .nav-toggle{display:block}

    nav{
        display:none;
        position:absolute;
        top:88px;
        left:0;
        right:0;
        background:#fff;
        padding:18px max(16px,calc((100vw - var(--container))/2));
        border-bottom:1px solid var(--line);
        box-shadow:var(--shadow);
        flex-direction:column;
        align-items:stretch;
        gap:0
    }

    nav.open{display:flex}

    nav>a{
        padding:12px 8px;
        border-bottom:1px solid #edf0f3
    }

    .nav-cta{margin-top:10px}

    .hero{
        min-height:auto;
        padding:68px 0
    }

    .hero-grid{
        grid-template-columns:1fr;
        gap:36px
    }

    .hero-brand{min-height:220px}

    .hero-brand img{max-height:210px}

    .hero-monogram{
        width:160px;
        height:160px
    }

    .intro-panel{
        grid-template-columns:1fr
    }

    .footer-grid{
        grid-template-columns:repeat(2,1fr)
    }

    .stats{
        grid-template-columns:repeat(2,1fr)
    }

    .admin-bar nav{
        position:static;
        display:flex;
        box-shadow:none;
        background:transparent;
        padding:10px 0;
        border:0;
        flex-direction:row;
        flex-wrap:wrap
    }

    .admin-bar nav a{border:0}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:640px){

    body{font-size:15px}

    .container{
        width:calc(100% - 26px)
    }

    .utility-inner{min-height:32px}

    .utility-motto{display:none}

    .utility-social{
        width:100%;
        justify-content:center
    }

    .nav-wrap{min-height:74px}

    .brand{min-width:0}

    .brand img{
        width:50px;
        height:50px
    }

    .brand b{font-size:1.2rem}

    .brand small{display:none}

    nav{top:74px}

    .hero{padding:54px 0}

    .hero-grid{gap:28px}

    .hero-brand{
        min-height:180px;
        padding:18px
    }

    .hero-brand img{max-height:170px}

    .hero-monogram{
        width:130px;
        height:130px;
        font-size:1.6rem
    }

    h1{
        font-size:clamp(2.15rem,13vw,3.15rem)
    }

    h2{font-size:1.75rem}

    .section{padding:54px 0}

    .page-hero{padding:48px 0}

    .grid-2,
    .grid-3,
    .grid-4,
    .journey,
    .form-grid,
    .footer-grid,
    .stats{
        grid-template-columns:1fr
    }

    /*
     * MOBILE REGISTRATION JOURNEY FIX
     *
     * Each journey card contains:
     * 1. step number
     * 2. heading
     * 3. description
     *
     * The number stays on the left while both heading and
     * description stay together in the full-width right column.
     */

    .journey{
        gap:12px
    }

    .journey .card{
        display:grid;
        grid-template-columns:42px minmax(0,1fr);
        grid-template-rows:auto auto;
        column-gap:13px;
        row-gap:4px;
        align-items:center;
        text-align:left;
        padding:20px 18px
    }

    .journey .step-number{
        grid-column:1;
        grid-row:1 / span 2;
        margin:0;
        align-self:start
    }

    .journey .card strong{
        grid-column:2;
        grid-row:1;
        min-width:0;
        display:block
    }

    .journey .card p{
        grid-column:2;
        grid-row:2;
        min-width:0;
        width:100%;
        margin:0;
        overflow-wrap:break-word;
        word-break:normal
    }

    .form-progress{
        grid-template-columns:repeat(2,1fr)
    }

    .form-progress li:nth-child(2){
        border-right:0
    }

    .form-progress li:nth-child(-n+2){
        border-bottom:1px solid var(--line)
    }

    .field.full{
        grid-column:auto
    }

    .card{padding:21px}

    /*
     * Journey cards intentionally override the generic
     * mobile card padding above.
     */
    .journey .card{
        padding:20px 18px
    }

    .process-panel{padding:25px}

    .cta-inner{
        align-items:stretch;
        flex-direction:column
    }

    .cta-inner .btn{width:100%}

    .notice-card{
        grid-template-columns:1fr
    }

    .notice-date-box{
        text-align:left;
        padding:13px 20px
    }

    .notice-date-box strong{
        display:inline;
        margin-right:8px
    }

    .footer-brand img{
        width:64px;
        height:64px
    }

    .actions .btn{
        flex:1 1 150px
    }

    .admin-actions{
        align-items:stretch;
        flex-direction:column
    }

    .admin-actions .btn{
        width:100%
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media(max-width:360px){

    .container{
        width:calc(100% - 20px)
    }

    .brand b{font-size:1.05rem}

    .nav-toggle{
        padding:9px 10px
    }

    .card{padding:18px}

    .journey .card{
        padding:18px 14px;
        grid-template-columns:42px minmax(0,1fr);
        column-gap:11px
    }

    .actions{
        flex-direction:column
    }

    .actions .btn{
        width:100%
    }
}