:root {
    --gold: #f4c300;
    --gold-bright: #ffd21a;
    --gold-wash: #fff6c7;
    --charcoal: #171717;
    --graphite: #3d3d3d;
    --muted: #6e6b64;
    --border: #e6e0d4;
    --ivory: #fffdf7;
    --white: #fff;
    --purple: #5b2b82;
    --green: #3e7c3a;
    --red: #d71920;
    --shadow: 0 22px 60px rgba(23, 23, 23, .11);
    --radius: 18px;
    --radius-sm: 12px;
    --container: 1440px;
}

/* v1.5 completion: public results, legal information and applicant controls */
.site-footer__bottom a{color:inherit;text-decoration:none}.site-footer__bottom a:hover{text-decoration:underline}
.results-hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#151515 0%,#242018 65%,#4b3d0a 100%);color:#fff;padding:86px 0 74px}.results-hero:after{content:"";position:absolute;right:-80px;top:-180px;width:520px;height:520px;border:1px solid rgba(244,195,0,.35);border-radius:50%;box-shadow:0 0 0 70px rgba(244,195,0,.05),0 0 0 140px rgba(244,195,0,.035)}.results-hero .container{position:relative;z-index:1;max-width:920px}.results-hero h1{font-size:clamp(2.6rem,6vw,5.5rem);line-height:.98;margin:12px 0 22px;letter-spacing:-.055em}.results-hero p:not(.eyebrow){font-size:1.15rem;line-height:1.75;max-width:760px;color:rgba(255,255,255,.78)}.results-hero small{display:inline-flex;margin-top:18px;padding:9px 14px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#f4c300}
.results-section{background:#fffdf7}.public-notice{max-width:820px;margin:20px auto;padding:54px;border:1px solid #eee2b7;background:#fff;border-radius:24px;text-align:center;box-shadow:0 24px 70px rgba(68,49,0,.08)}.public-notice>span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#fff5c5;color:#6f5700;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.public-notice h2{font-size:clamp(1.8rem,4vw,3rem);margin:18px 0 12px}.public-notice p{color:#5f5a4d;line-height:1.7;margin:0 auto 26px;max-width:600px}.public-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.result-card{--result-accent:#f4c300;position:relative;overflow:hidden;background:#fff;border:1px solid #ece7d9;border-top:5px solid var(--result-accent);border-radius:24px;padding:32px;box-shadow:0 18px 54px rgba(36,30,10,.07)}.result-card__number{position:absolute;right:20px;top:12px;font-size:4.5rem;font-weight:900;line-height:1;color:#f4f0e4;letter-spacing:-.08em}.result-card__meta{position:relative;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.result-card__meta span{background:#171717;color:#fff;border-radius:999px;padding:7px 11px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.result-card__meta small{font-weight:750;color:#6b6250}.result-card h3{position:relative;font-size:1.75rem;margin:25px 0 12px}.result-card>p{color:#5b5549;line-height:1.75;min-height:88px}.result-card__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:26px;padding-top:18px;border-top:1px solid #eee8da;font-size:.86rem;color:#766e5e}.result-card__footer a{color:#171717;font-weight:800;text-decoration:none}
.legal-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.legal-content article{background:#fff;border:1px solid #ece7d9;border-radius:20px;padding:28px}.legal-content h2{margin:0 0 12px;font-size:1.25rem}.legal-content p{margin:0;color:#5c574d;line-height:1.75}.legal-content a{color:#705900;font-weight:750}
.application-controls{margin-top:28px}.application-control-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.application-control-grid article{border:1px solid #e8e3d7;border-radius:18px;padding:24px;background:#fff}.application-control-grid h3{margin:0 0 8px}.application-control-grid p{margin:0 0 20px;color:#676055;line-height:1.65}.withdraw-card{border-color:#f0d4d4!important;background:#fffafa!important}.button--danger{background:#a52222;color:#fff;border-color:#a52222}.button--danger:hover{background:#7f1717}
.results-callout{padding:34px 0;background:#171717;color:#fff}.results-callout .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.results-callout h2{margin:2px 0 4px;font-size:2rem}.results-callout p:not(.eyebrow){margin:0;color:#c9c3b7}.results-callout .eyebrow{color:#f4c300}
@media(max-width:900px){.public-results-grid,.legal-content,.application-control-grid{grid-template-columns:1fr}.results-hero{padding:64px 0 58px}.result-card>p{min-height:0}.results-callout .container{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.public-notice,.result-card{padding:26px}.result-card__footer{align-items:flex-start;flex-direction:column}.results-hero h1{font-size:2.65rem}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--ivory); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(244, 195, 0, .42); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--charcoal); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 10px; color: #8c7000; font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }

.utility-bar { border-bottom: 1px solid #e8e4dc; background: #fbfaf7; color: #54534f; font-size: .72rem; }
.utility-bar__inner { min-height: 45px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar__contact { display: flex; align-items: center; gap: 30px; }
.utility-bar__contact a { display: inline-flex; align-items: center; gap: 7px; }
.utility-bar__partnership { display: inline-flex; align-items: center; gap: 8px; }
.utility-bar__partnership i { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 3px rgba(244,195,0,.12); }
.utility-bar strong { color: #34833f; }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.98); border-bottom: 1px solid #ebe7df; backdrop-filter: blur(16px); }
.site-header__inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand-partnership { display: flex; align-items: center; gap: 18px; min-width: 430px; }
.brand-partnership__image { position: relative; display: block; height: 84px; flex: 0 0 auto; }
.brand-partnership__image img { width: 100%; height: 100%; object-fit: contain; }
.brand-partnership__image--ledet { width: 198px; }
.brand-partnership__image--leda { width: 168px; }
.brand-partnership__divider { width: 1px; height: 66px; background: #bbb7af; }
.brand-partnership__text { display: none; line-height: 1.15; }
.brand-partnership__text strong, .brand-partnership__text small { display: block; }
.brand-partnership__text small { margin-top: 5px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .88rem; font-weight: 750; }
.main-nav a { position: relative; padding: 43px 0 40px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 25px; height: 3px; background: var(--gold); transition: left .18s ease, right .18s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { left: 0; right: 0; }
.main-nav .nav-admin { display: inline-flex; align-items: center; gap: 9px; color: var(--charcoal); font-weight: 650; }
.nav-admin__icon { font-size: 1.2rem; line-height: 1; }
.nav-divider { width: 1px; height: 28px; background: var(--border); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--border); background: white; border-radius: 10px; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--charcoal); }

.alert { padding: 13px 0; border-bottom: 1px solid; font-weight: 650; }
.alert--success { background: #edf8ea; color: #285c24; border-color: #b9dcb5; }
.alert--error { background: #fff0ef; color: #9c151b; border-color: #f1bebf; }

.hero { position: relative; overflow: hidden; padding-bottom: 0; background: #fffefa; }
.hero::before { content: ""; position: absolute; left: 0; top: 0; bottom: 125px; width: 51%; opacity: .34; background-image: linear-gradient(30deg, transparent 48%, rgba(244,195,0,.16) 49%, transparent 51%), linear-gradient(150deg, transparent 48%, rgba(244,195,0,.1) 49%, transparent 51%); background-size: 86px 86px; }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(570px, .95fr) minmax(590px, 1.05fr); min-height: 570px; align-items: stretch; }
.hero__copy { position: relative; z-index: 3; padding: 58px 40px 54px 58px; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 680px; margin: 0; font-family: Sora, Inter, Arial, sans-serif; font-size: clamp(2.85rem, 3.4vw, 3.3rem); line-height: 1.01; letter-spacing: -.055em; }
.hero h1::after { content: ""; display: block; width: 72px; height: 3px; margin-top: 23px; background: var(--gold); }
.hero h1 span { display: block; color: var(--gold); font-size: 1.02em; letter-spacing: -.03em; }
.hero__lead { max-width: 600px; margin: 20px 0 17px; color: var(--graphite); font-size: 1.17rem; font-weight: 520; }
.eligibility { display: flex; align-items: center; gap: 10px; margin: 0 0 27px; font-weight: 650; }
.eligibility span { width: 25px; height: 25px; display: inline-grid; place-items: center; color: white; background: var(--gold); border-radius: 50%; font-size: .72rem; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 800; transition: transform .14s ease, box-shadow .14s ease, background .14s ease; }
.hero__actions .button { min-height: 63px; min-width: 190px; border-radius: 13px; }
.hero__actions .button:first-child { min-width: 286px; }
.hero__actions .button { gap: 9px; padding-inline: 14px; font-size: .82rem; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: var(--charcoal); background: linear-gradient(90deg, var(--gold-bright), var(--gold)); box-shadow: 0 10px 24px rgba(244,195,0,.22); }
.button--gold:hover { box-shadow: 0 14px 30px rgba(244,195,0,.32); }
.button--outline { background: white; border-color: #bfb8ab; }
.button--dark { color: white; background: var(--charcoal); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .85rem; }
.button--block { width: 100%; }
.hero__support { margin-top: 23px; display: flex; gap: 0; color: #50504d; font-size: .77rem; font-weight: 650; }
.hero__support span { display: inline-flex; align-items: center; gap: 7px; padding: 0 13px; border-right: 1px solid var(--border); }
.hero__support i { width: 20px; height: 20px; display: inline-grid; place-items: center; border: 1px solid #444; border-radius: 5px; font-size: .65rem; font-style: normal; }
.hero__support span:first-child { padding-left: 0; }
.hero__support span:last-child { border-right: 0; }
.hero__visual { position: relative; min-width: 0; }
.hero__visual::before { content: ""; position: absolute; inset: 0 -1px 0 -6px; background: var(--gold); clip-path: polygon(19% 0, 100% 0, 100% 100%, 17% 100%, 0 51%); }
.hero__photo { position: absolute; inset: 0 -1px 0 0; background: url('../images/hero-entrepreneurs.webp') 53% center / cover no-repeat; clip-path: polygon(20% 0, 100% 0, 100% 100%, 18% 100%, 1% 51%); }
.hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,23,23,.03), transparent 30%), linear-gradient(0deg, rgba(23,23,23,.10), transparent 50%); }
.date-card { position: absolute; z-index: 4; right: 42px; bottom: 42px; width: 322px; padding: 20px 25px 18px 30px; background: rgba(255,255,255,.97); border: 1px solid rgba(230,224,212,.95); border-radius: 14px; box-shadow: 0 18px 50px rgba(23,23,23,.20); }
.date-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: var(--gold); border-radius: 14px 0 0 14px; }
.date-card--closed::before { background: var(--red); }
.date-card__opening { display: flex; align-items: center; gap: 14px; padding-bottom: 13px; }
.date-card__opening small, .date-card__opening strong { display: block; }
.date-card__opening small { color: var(--muted); font-size: .72rem; }
.date-card__opening strong { margin-top: -2px; font-size: 1.42rem; line-height: 1.2; }
.date-card__calendar { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; color: #171717; background: var(--gold); border-radius: 50%; font-size: 1.25rem; }
.date-card__closing { display: flex; align-items: center; gap: 14px; padding-top: 13px; color: var(--red); border-top: 1px solid var(--border); }
.date-card__closing span { font-size: 1.65rem; line-height: 1; }
.date-card__closing strong { font-size: .9rem; }

.hero-categories { position: relative; z-index: 6; min-height: 125px; display: grid; grid-template-columns: repeat(9, minmax(115px, 1fr)); overflow-x: auto; background: rgba(255,255,255,.98); border: 1px solid var(--border); border-radius: 18px 18px 0 0; box-shadow: 0 -8px 30px rgba(23,23,23,.05); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.hero-categories a { min-width: 115px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 17px 10px; color: #252525; border-right: 1px solid var(--border); text-align: center; font-size: .73rem; font-weight: 650; }
.hero-categories a:last-child { border-right: 0; }
.hero-categories a:hover { background: #fffaf0; }
.hero-categories svg:not(.svg-sprite) { width: 38px; height: 38px; fill: none; stroke: var(--category-colour); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.category-rail { position: relative; z-index: 3; padding: 64px 0 70px; background: white; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-heading { max-width: 720px; margin-bottom: 30px; }
.section-heading h2 { margin: 0 0 10px; font-family: Sora, Inter, Arial, sans-serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p:last-child { margin: 0; color: var(--muted); }
.section-heading--inline { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading--inline a { padding-bottom: 8px; color: #735c00; font-weight: 800; }
.category-rail__items { display: grid; grid-template-columns: repeat(9, minmax(120px, 1fr)); overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(23,23,23,.06); }
.category-rail__items a { min-height: 126px; padding: 22px 15px; display: flex; flex-direction: column; gap: 16px; justify-content: space-between; border-right: 1px solid var(--border); font-size: .78rem; font-weight: 800; }
.category-rail__items a:last-child { border-right: 0; }
.category-rail__items a:hover { background: #fffaf0; }
.category-rail__items span { width: 35px; height: 35px; display: grid; place-items: center; color: var(--category-colour); border: 1px solid color-mix(in srgb, var(--category-colour), white 55%); border-radius: 50%; font-size: .7rem; }

.process-section { padding: 94px 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-grid article { position: relative; min-height: 240px; padding: 32px; background: white; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.process-grid article::after { content: ""; position: absolute; width: 140px; height: 140px; right: -70px; bottom: -70px; background: var(--gold-wash); border-radius: 50%; }
.process-grid article > span { color: #8a6e00; font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.process-grid h3 { margin: 46px 0 10px; font-size: 1.35rem; }
.process-grid p { margin: 0; color: var(--muted); }
.institutional-section { padding: 80px 0; color: white; background: var(--charcoal); }
.institutional-section__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.institutional-section h2 { margin: 0 0 15px; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.05; letter-spacing: -.04em; }
.institutional-section p { color: #c9c5bc; }
.institutional-section__logos { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #454545; border-radius: var(--radius); overflow: hidden; background: white; }
.institutional-section__logos span { min-height: 180px; display: grid; place-items: center; padding: 24px; border-right: 1px solid #ddd7cd; color: var(--gold); text-align: center; font-weight: 800; }
.institutional-section__logos img { width: 100%; height: 130px; object-fit: contain; }
.institutional-section__logos span:nth-child(even) { border-right: 0; }

.page-hero { padding: 96px 0 86px; background: radial-gradient(circle at 85% 25%, rgba(244,195,0,.27), transparent 26%), var(--charcoal); color: white; }
.page-hero--compact { padding-block: 72px; }
.page-hero h1 { max-width: 820px; margin: 0 0 18px; font-family: Sora, Inter, Arial, sans-serif; font-size: clamp(2.8rem, 5.6vw, 5.3rem); line-height: .98; letter-spacing: -.055em; }
.page-hero p:last-child { max-width: 720px; margin: 0; color: #d5d0c6; font-size: 1.16rem; }
.content-section { padding: 86px 0 100px; }
.prose-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.prose-grid article, .category-card { padding: 34px; background: white; border: 1px solid var(--border); border-radius: var(--radius); }
.prose-grid h2, .category-card h2 { margin: 0 0 12px; font-size: 1.5rem; }
.prose-grid p, .category-card p { margin: 0; color: var(--muted); }
.category-card { position: relative; border-top: 5px solid var(--category-colour); }
.category-card > span { display: block; margin-bottom: 48px; color: var(--category-colour); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.requirements-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 68px; align-items: start; }
.numbered-list { list-style: none; padding: 0; margin: 30px 0 0; counter-reset: step; }
.numbered-list li { position: relative; min-height: 80px; padding: 0 0 32px 76px; counter-increment: step; border-left: 1px solid var(--border); margin-left: 25px; }
.numbered-list li::before { content: counter(step, decimal-leading-zero); position: absolute; left: -26px; top: 0; width: 50px; height: 50px; display: grid; place-items: center; background: var(--gold); border-radius: 50%; font-weight: 900; }
.numbered-list strong, .numbered-list span { display: block; }
.numbered-list span { margin-top: 5px; color: var(--muted); }
.requirements-card { padding: 32px; background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.requirements-card h2 { margin-top: 0; }
.requirements-card > div { display: flex; gap: 12px; padding: 13px 0; border-top: 1px solid var(--border); }
.requirements-card > div > span { color: var(--green); font-weight: 900; }
.requirements-card p, .requirements-card strong, .requirements-card small { display: block; margin: 0; }
.requirements-card small { margin-top: 3px; color: var(--muted); }
.requirements-card .button { margin-top: 22px; }

.auth-section { min-height: 680px; padding: 76px 0 96px; background: radial-gradient(circle at 12% 18%, rgba(244,195,0,.20), transparent 27%), #f6f1e6; }
.auth-section--admin { background: radial-gradient(circle at 10% 15%, rgba(244,195,0,.13), transparent 23%), #171717; }
.auth-section--admin .auth-intro { color: white; }
.auth-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 70px; align-items: center; max-width: 1120px; }
.auth-layout--wide { grid-template-columns: .65fr 1.15fr; max-width: 1220px; }
.auth-intro h1 { margin: 0 0 18px; font-family: Sora, Inter, Arial, sans-serif; font-size: clamp(2.6rem, 4.6vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.auth-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.auth-section--admin .auth-intro > p:not(.eyebrow) { color: #c8c4bc; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { padding: 8px 0 8px 30px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #766000; font-weight: 900; }
.email-delivery-note { margin-top: 26px; padding: 18px 20px; color: #403400; background: rgba(244,195,0,.13); border: 1px solid rgba(150,119,0,.28); border-left: 4px solid var(--gold); border-radius: var(--radius-sm); }
.email-delivery-note strong, .email-delivery-note span { display: block; }
.email-delivery-note strong { margin-bottom: 5px; font-size: .88rem; text-transform: uppercase; letter-spacing: .05em; }
.email-delivery-note span { color: #5f563b; font-size: .88rem; line-height: 1.55; }
.security-note { margin-top: 28px; padding: 18px; border: 1px solid #494949; border-radius: var(--radius-sm); }
.security-note strong, .security-note span { display: block; }
.security-note span { margin-top: 5px; color: #b9b5ae; font-size: .83rem; }
.form-card, .application-form { padding: 36px; background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 20px; }
.form-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .84rem; font-weight: 800; }
.field label span, .application-form__heading > p span { color: var(--red); }
.field input, .field select, .field textarea, .admin-filter input, .admin-filter select { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--charcoal); background: white; border: 1px solid #cfc8bb; border-radius: 9px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #9a7b00; box-shadow: 0 0 0 3px rgba(244,195,0,.16); outline: 0; }
.field small { display: block; margin-top: 6px; color: var(--muted); font-size: .75rem; }
.check-field { display: flex; align-items: flex-start; gap: 12px; margin: 20px 0; color: var(--graphite); font-size: .84rem; }
.check-field input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--gold); }
.form-card > .button { margin-top: 22px; }
.form-foot { margin: 22px 0 0; text-align: center; color: var(--muted); font-size: .88rem; }
.form-foot a, .form-row a { color: #705900; font-weight: 800; text-decoration: underline; }
.form-row { display: flex; justify-content: flex-end; margin-top: 8px; font-size: .85rem; }
.form-row--between { justify-content: space-between; gap: 18px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.tracking-result { padding: 34px; background: var(--charcoal); color: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.tracking-result--empty { background: white; color: var(--charcoal); border: 1px solid var(--border); }
.tracking-result h2 { margin: 0 0 8px; font-size: 2.3rem; }
.tracking-result dl { margin: 30px 0 0; }
.tracking-result dl > div { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 20px; }
.tracking-result--empty dl > div { border-color: var(--border); }
.tracking-result dt { color: #bbb6ad; }
.tracking-result dd { margin: 0; text-align: right; font-weight: 700; }

.portal-shell { background: #f5f2eb; }
.portal-header { position: sticky; top: 0; z-index: 50; background: #171717; color: white; box-shadow: 0 8px 28px rgba(0,0,0,.14); }
.portal-header__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.portal-brand { display: flex; align-items: center; gap: 12px; }
.portal-brand__mark { width: 48px; height: 48px; display: grid; place-items: center; color: #171717; background: var(--gold); border-radius: 10px; font-weight: 950; font-size: .8rem; }
.portal-brand strong, .portal-brand small { display: block; }
.portal-brand small { color: #aaa59c; }
.portal-nav { display: flex; align-items: center; gap: 24px; font-size: .86rem; }
.portal-nav form { margin: 0; }
.portal-user { padding-left: 24px; border-left: 1px solid #454545; color: var(--gold); font-weight: 700; }
.portal-header .button--outline { color: white; background: transparent; border-color: #555; }
.portal-main { padding: 54px 0 100px; }
.portal-account-form { max-width: 940px; }
.portal-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.portal-heading h1, .application-header h1 { margin: 0; font-family: Sora, Inter, Arial, sans-serif; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -.045em; }
.portal-heading p:last-child { margin: 10px 0 0; color: var(--muted); }
.campaign-banner { display: flex; align-items: center; gap: 18px; padding: 20px 24px; margin-bottom: 42px; border: 1px solid #e1d16f; background: #fff8d8; border-radius: var(--radius-sm); }
.campaign-banner > span { padding: 6px 10px; background: var(--gold); border-radius: 999px; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.campaign-banner small { margin-left: auto; color: var(--muted); }
.campaign-banner--closed { border-color: #efbbbb; background: #fff0ef; }
.campaign-banner--closed > span { color: white; background: var(--red); }
.portal-section { margin-top: 34px; }
.empty-state { padding: 70px 30px; text-align: center; background: white; border: 1px dashed #c8c0b3; border-radius: var(--radius); }
.empty-state > span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 20px; background: var(--gold-wash); border-radius: 50%; font-size: 2rem; }
.empty-state h3 { margin: 0 0 8px; font-size: 1.5rem; }
.empty-state p { color: var(--muted); }
.empty-state form { margin-top: 24px; }
.application-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.application-card { padding: 28px; background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 15px 40px rgba(23,23,23,.06); }
.application-card__top, .application-card__meta, .application-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.application-card h3 { margin: 26px 0 4px; font-size: 1.45rem; }
.application-card > p { margin: 0 0 28px; color: var(--muted); }
.progress { height: 8px; overflow: hidden; background: #eeeae2; border-radius: 999px; }
.progress span { display: block; height: 100%; background: linear-gradient(90deg, #dcae00, var(--gold-bright)); border-radius: inherit; }
.application-card__meta { margin: 9px 0 24px; color: var(--muted); font-size: .74rem; }
.status { display: inline-flex; align-items: center; width: fit-content; padding: 5px 9px; color: #4e4b45; background: #ece9e2; border: 1px solid #ded9d0; border-radius: 999px; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.status--submitted, .status--pending { color: #745c00; background: #fff5be; border-color: #ecd55b; }
.status--under_review, .status--due_diligence, .status--sending { color: #3e2260; background: #f0e7f7; border-color: #d5bce6; }
.status--recommended, .status--verified, .status--sent, .status--active, .status--published { color: #2e612a; background: #e8f5e5; border-color: #bddbb8; }
.status--approved { color: #fff; background: var(--green); border-color: var(--green); }
.status--declined, .status--rejected, .status--failed, .status--closed { color: #9f1419; background: #ffeded; border-color: #efbfc1; }
.status--clarification_requested, .status--needs_clarification { color: #8c4800; background: #fff0de; border-color: #e7c398; }

.application-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.back-link { display: inline-block; margin-bottom: 20px; color: #705900; font-size: .84rem; font-weight: 800; }
.application-header__status { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.application-header__status small { color: var(--muted); }
.stepper { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 24px; padding: 18px; background: white; border: 1px solid var(--border); border-radius: var(--radius); overflow-x: auto; }
.stepper a { position: relative; min-width: 90px; display: flex; flex-direction: column; align-items: center; gap: 7px; color: var(--muted); text-align: center; }
.stepper a::after { content: ""; position: absolute; top: 17px; left: calc(50% + 24px); right: calc(-50% + 24px); height: 1px; background: var(--border); }
.stepper a:last-child::after { display: none; }
.stepper span { position: relative; z-index: 1; width: 35px; height: 35px; display: grid; place-items: center; background: #f3f0ea; border: 1px solid var(--border); border-radius: 50%; font-size: .76rem; font-weight: 900; }
.stepper .is-active span { background: var(--gold); border-color: var(--gold); color: var(--charcoal); }
.stepper .is-complete span { color: white; background: var(--green); border-color: var(--green); }
.stepper small { font-size: .69rem; font-weight: 750; }
.application-form { padding: 38px; }
.application-form__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 32px; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.application-form__heading h2 { margin: 0; font-size: 2rem; }
.application-form__heading > p { margin: 0; color: var(--muted); font-size: .8rem; }
.form-guidance { margin: -8px 0 26px; color: var(--muted); }
.selection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.selection-card { position: relative; min-height: 145px; display: block; padding: 24px; background: white; border: 1px solid var(--border); border-top: 4px solid var(--category-colour); border-radius: var(--radius-sm); cursor: pointer; }
.selection-card input { position: absolute; top: 18px; right: 18px; width: 21px; height: 21px; accent-color: var(--category-colour); }
.selection-card span, .selection-card strong, .selection-card small { display: block; }
.selection-card strong { padding-right: 30px; font-size: 1rem; }
.selection-card small { margin-top: 15px; color: var(--muted); }
.selection-card:has(input:checked) { background: color-mix(in srgb, var(--category-colour), white 93%); box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--category-colour), white 30%); }
.upload-notice { display: flex; justify-content: space-between; gap: 20px; padding: 16px 18px; margin-bottom: 20px; color: #544400; background: var(--gold-wash); border: 1px solid #ead268; border-radius: 10px; font-size: .83rem; }
.document-list { border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.document-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px; border-bottom: 1px solid var(--border); }
.document-row:last-child { border-bottom: 0; }
.document-row > div { display: flex; gap: 14px; align-items: flex-start; }
.document-row > div > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: #775f00; background: var(--gold-wash); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.document-row p, .document-row strong, .document-row small, .document-row a { display: block; margin: 0; }
.document-row small { margin-top: 3px; color: var(--muted); font-size: .76rem; }
.document-row em { margin-left: 5px; color: var(--red); font-size: .65rem; font-style: normal; text-transform: uppercase; }
.document-row a { margin-top: 5px; color: #6f5900; font-size: .75rem; font-weight: 800; }
.file-control input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.file-control span { min-width: 115px; min-height: 42px; display: grid; place-items: center; padding: 0 15px; border: 1px solid #bfb8ab; border-radius: 8px; font-size: .78rem; font-weight: 800; cursor: pointer; }
.review-summary { border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.review-summary > div { display: grid; grid-template-columns: 44px 1fr auto; gap: 15px; align-items: center; padding: 18px; border-bottom: 1px solid var(--border); }
.review-summary > div:last-child { border-bottom: 0; }
.review-summary > div > span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--gold-wash); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.review-summary p, .review-summary strong, .review-summary small { display: block; margin: 0; }
.review-summary small { color: var(--muted); }
.review-summary a { color: #705900; font-weight: 800; }
.declaration-box { margin-top: 24px; padding: 28px; background: #f8f5ee; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.declaration-box h3 { margin-top: 0; }
.declaration-box .field { max-width: 520px; margin-top: 22px; }
.form-actions { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--border); }
.status-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.status-card, .timeline-card { padding: 32px; background: white; border: 1px solid var(--border); border-radius: var(--radius); }
.status-card h2, .timeline-card h2 { margin: 0 0 10px; font-size: 2rem; }
.status-card > p:not(.eyebrow) { color: var(--muted); }
.status-card .button { margin: 16px 0; }
.status-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.status-actions .button { margin: 0; }
.clarification-centre { margin-top: 28px; padding: 30px; background: white; border: 1px solid var(--border); border-radius: var(--radius); }
.clarification-centre .section-heading { margin-bottom: 22px; }
.clarification-centre .section-heading > span { max-width: 420px; color: var(--muted); font-size: .78rem; text-align: right; }
.clarification-thread { display: grid; gap: 12px; }
.thread-message { max-width: 78%; padding: 16px 18px; background: #f4f1ea; border: 1px solid #e2ddd3; border-radius: 12px; }
.thread-message--applicant { margin-left: auto; background: var(--gold-wash); border-color: #ead77f; }
.thread-message--system { max-width: 100%; background: #edf4ed; border-color: #c9ddc9; }
.thread-message > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.thread-message strong { font-size: .82rem; }
.thread-message small { color: var(--muted); font-size: .68rem; }
.thread-message p { margin: 8px 0 0; color: #4f4b45; font-size: .86rem; }
.thread-empty { padding: 18px; color: var(--muted); background: #faf8f3; border-radius: 10px; }
.clarification-form { margin-top: 24px; padding-top: 24px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: end; border-top: 1px solid var(--border); }
.clarification-form .field small { display: block; margin-top: 6px; color: var(--muted); }
.status-card dl { margin: 25px 0 0; }
.status-card dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--border); }
.status-card dd { margin: 0; text-align: right; font-weight: 700; }
.timeline > div { position: relative; display: flex; gap: 15px; padding: 5px 0 25px; }
.timeline > div > span { position: relative; z-index: 1; width: 14px; height: 14px; margin-top: 5px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px var(--gold-wash); }
.timeline > div::after { content: ""; position: absolute; top: 19px; bottom: -5px; left: 6px; width: 1px; background: var(--border); }
.timeline > div:last-child::after { display: none; }
.timeline p, .timeline strong, .timeline small { display: block; margin: 0; }
.timeline small { color: var(--muted); }
.submitted-state, .error-state { max-width: 760px; margin: 70px auto 100px; padding: 55px; text-align: center; background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.submitted-state__icon { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 22px; color: white; background: var(--green); border-radius: 50%; font-size: 2.2rem; }
.submitted-state h1, .error-state h1 { margin: 0 0 15px; font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.05; }
.submitted-state > p:not(.eyebrow), .error-state p { color: var(--muted); }
.submitted-state > strong, .error-state > span { display: block; margin: 30px auto; color: #745d00; font-size: 1.6rem; letter-spacing: .08em; }
.submitted-state > div:last-child { display: flex; justify-content: center; gap: 14px; }

.site-footer { padding: 70px 0 25px; color: white; background: #111; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 50px; }
.site-footer h2 { max-width: 530px; margin: 0 0 13px; font-size: 2rem; line-height: 1.08; }
.site-footer h3 { margin-top: 0; color: var(--gold); font-size: .83rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer p, .site-footer a { display: block; margin: 0 0 8px; color: #bdb9b1; font-size: .85rem; }
.footer-partner-logos { display: flex; align-items: center; gap: 16px; padding: 16px; background: white; border-radius: 12px; }
.footer-partner-logos img { width: calc(50% - 8px); height: 90px; object-fit: contain; }
.site-footer__bottom { margin-top: 25px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #333; color: #8f8a82; font-size: .74rem; }

@media (max-width: 1120px) {
    .main-nav { gap: 16px; }
    .main-nav a { font-size: .82rem; }
    .brand-partnership { min-width: 310px; gap: 12px; }
    .brand-partnership__image { height: 70px; }
    .brand-partnership__image--ledet { width: 150px; }
    .brand-partnership__image--leda { width: 125px; }
    .brand-partnership__divider { height: 52px; }
    .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); }
    .hero__copy { padding-left: 35px; padding-right: 26px; }
    .hero h1 { font-size: 3rem; }
    .hero__actions .button { min-width: 210px; }
    .hero__actions .button:first-child { min-width: 285px; }
    .selection-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .utility-bar { display: none; }
    .site-header__inner { min-height: 82px; }
    .brand-partnership { min-width: 300px; }
    .brand-partnership__image { height: 63px; }
    .brand-partnership__image--ledet { width: 145px; }
    .brand-partnership__image--leda { width: 120px; }
    .menu-toggle { display: block; }
    .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 20px 26px; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--border); box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px 0; }
    .main-nav a::after, .nav-divider { display: none; }
    .hero__grid { display: block; }
    .hero__copy { padding: 66px 34px 52px; }
    .hero__visual { min-height: 440px; }
    .hero__photo { background-position: 52% center; }
    .date-card { right: 28px; }
    .process-grid, .prose-grid, .card-grid { grid-template-columns: 1fr 1fr; }
    .institutional-section__grid, .requirements-layout, .auth-layout, .auth-layout--wide, .status-layout { grid-template-columns: 1fr; }
    .form-grid--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .portal-nav > a { display: none; }
    .application-cards { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand-partnership { min-width: 0; gap: 7px; }
    .brand-partnership__image { display: block; height: 47px; }
    .brand-partnership__image--ledet { width: 91px; }
    .brand-partnership__image--leda { width: 80px; }
    .brand-partnership__divider { height: 36px; }
    .brand-partnership__text { display: none; }
    .menu-toggle { width: 44px; height: 44px; }
    .hero::before { width: 100%; bottom: 485px; }
    .hero__copy { padding: 48px 10px 42px; }
    .hero h1 { font-size: 2.55rem; }
    .hero__lead { font-size: 1.05rem; }
    .hero__actions, .hero__actions .button { width: 100%; }
    .hero__actions .button, .hero__actions .button:first-child { min-width: 0; }
    .hero__support { flex-wrap: wrap; row-gap: 10px; }
    .hero__support span { border-right: 0; padding-left: 0; }
    .hero__visual { min-height: 365px; }
    .hero__visual::before { clip-path: polygon(13% 0, 100% 0, 100% 100%, 4% 100%, 0 50%); }
    .hero__photo { background-position: 57% center; clip-path: polygon(14% 0, 100% 0, 100% 100%, 5% 100%, 1% 50%); }
    .date-card { left: 22px; right: 14px; bottom: 18px; width: auto; }
    .hero-categories { width: calc(100% - 28px); }
    .category-rail, .process-section, .content-section, .institutional-section { padding-block: 58px; }
    .section-heading--inline { display: block; }
    .section-heading--inline a { display: inline-block; margin-top: 12px; }
    .process-grid, .prose-grid, .card-grid, .institutional-section__grid, .site-footer__grid { grid-template-columns: 1fr; }
    .institutional-section__logos { grid-template-columns: 1fr; }
    .institutional-section__logos span { border-right: 0; border-bottom: 1px solid #454545 !important; }
    .institutional-section__logos span:last-child { border-bottom: 0 !important; }
    .page-hero { padding-block: 64px; }
    .page-hero h1 { font-size: 2.8rem; }
    .auth-section { padding-block: 48px 70px; }
    .auth-layout { gap: 38px; }
    .form-card, .application-form { padding: 23px; }
    .form-grid--2, .form-grid--3, .selection-grid { grid-template-columns: 1fr; }
    .portal-header__inner { min-height: 68px; }
    .portal-user { display: none; }
    .portal-nav { gap: 8px; }
    .portal-heading, .application-header { display: block; }
    .portal-heading form { margin-top: 20px; }
    .campaign-banner { align-items: flex-start; flex-direction: column; }
    .campaign-banner small { margin-left: 0; }
    .application-header__status { align-items: flex-start; margin-top: 18px; }
    .application-form__heading { display: block; }
    .application-form__heading > p { margin-top: 8px; }
    .document-row { display: block; }
    .file-control { display: block; margin-top: 16px; }
    .review-summary > div { grid-template-columns: 38px 1fr; }
    .review-summary a { grid-column: 2; }
    .form-actions .button { flex: 1; padding-inline: 12px; }
    .submitted-state, .error-state { margin-top: 25px; padding: 34px 22px; }
    .submitted-state > div:last-child { flex-direction: column; }
    .thread-message { max-width: 100%; }
    .clarification-form { grid-template-columns: 1fr; }
    .clarification-centre { padding: 22px 18px; }
    .site-footer__grid > div:first-child { grid-column: auto; }
    .site-footer__bottom { display: block; }
    .site-footer__bottom span { display: block; margin-top: 5px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
/* v1.7 applicant physical verification */
.applicant-site-visits{margin-top:24px}.applicant-visit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.applicant-visit-grid article{padding:22px;border:1px solid #e5ded0;border-left:5px solid var(--gold,#f4c300);border-radius:14px;background:#fff}.applicant-visit-grid article>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:16px}.applicant-visit-grid article>div:first-child>span{color:#806700;font-size:.68rem;font-weight:900;text-transform:uppercase}.applicant-visit-grid h3{margin:18px 0 3px;font-size:1.35rem}.applicant-visit-grid>article>p{margin:0 0 18px;color:#746d61;font-size:.78rem}.applicant-visit-grid dl{display:grid;gap:10px;margin:0}.applicant-visit-grid dl div{padding-top:10px;border-top:1px solid #eee8dc}.applicant-visit-grid dt{color:#81786b;font-size:.64rem;text-transform:uppercase}.applicant-visit-grid dd{margin:3px 0 0;font-size:.78rem;font-weight:700}.applicant-visit-grid article form{margin-top:16px}.applicant-visit-grid .visit-confirmed{margin:16px 0 0;padding:10px;border-radius:8px;background:#eef7ed;color:#2b6730;font-size:.78rem;font-weight:800}.applicant-visit-grid article>small{display:block;margin-top:16px;padding:10px;border-radius:8px;background:#eef7ed;color:#2b6730;font-weight:800}
@media(max-width:760px){.applicant-visit-grid{grid-template-columns:1fr}}
