:root{--navy:#0b1118;--navy-2:#111b27;--red:#b8212f;--red-dark:#8f1722;--cream:#f7f3ed;--text:#16202a;--muted:#657080;--white:#fff;--border:#e7e0d6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--cream);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:space-between;gap:24px;padding:16px 6vw;background:rgba(11,17,24,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--white);border-bottom:1px solid hsla(0,0%,100%,.08)}.brand,.site-header{display:flex;align-items:center}.brand{gap:12px;min-width:max-content}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--red);color:#fff;font-weight:800;letter-spacing:.03em}.brand strong{display:block;font-size:1rem;line-height:1.1}.brand small{display:block;color:#cbd3dd;font-size:.75rem}.nav-links{display:flex;align-items:center;gap:22px;font-size:.92rem;color:#e7edf5}.nav-links a:hover{color:#fff}.btn,.nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;font-weight:700;background:var(--red);color:#fff;border:0;transition:.2s ease}.btn:hover,.nav-cta:hover{background:var(--red-dark);transform:translateY(-1px)}.btn.secondary,.btn.secondary:visited{background:#fff!important;color:#d22335!important;border:2px solid #d22335!important}.btn.secondary:hover{background:#d22335!important;color:#fff!important}.btn.light{background:var(--white);color:var(--navy)}.hero{min-height:78vh;display:grid;align-items:center;position:relative;color:#fff;overflow:hidden;background:var(--navy)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,17,24,.94),rgba(11,17,24,.72),rgba(11,17,24,.22)),url(/images/orlando-view.jpeg) 50%/cover no-repeat}.hero-content{position:relative;max-width:700px;padding:110px 6vw}.eyebrow{color:#e72e3d;text-transform:uppercase;letter-spacing:.18em;font-size:.85rem;font-weight:800;margin-bottom:20px}h1,h2,h3{line-height:1.08;margin:0 0 18px}h1{font-size:clamp(3rem,5vw,5rem);letter-spacing:-.05em;line-height:.95}h2{font-size:clamp(2rem,4vw,3.7rem);letter-spacing:-.04em}h3{font-size:1.35rem}p{margin:0 0 16px}.hero p{max-width:600px;font-size:1.15rem;line-height:1.7;color:hsla(0,0%,100%,.9)}.lead{font-size:clamp(1.05rem,2vw,1.35rem);color:#e8eef5;max-width:680px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.section{padding:82px 6vw}.section.dark{background:var(--navy);color:#fff}.section.white{background:#fff}.section-header{max-width:760px;margin-bottom:36px}.section-header p{color:var(--muted);font-size:1.05rem}.dark .section-header p,.dark p{color:#cdd6e0}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:34px;gap:34px;align-items:center}.card{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(8,18,28,.08)}.card-content{padding:28px}.card p{color:var(--muted)}.dark .card{background:var(--navy-2);border-color:hsla(0,0%,100%,.1)}.dark .card p{color:#cbd3dd}.photo{height:260px;width:100%;object-fit:cover}.photo.tall{height:450px;border-radius:28px;box-shadow:0 24px 70px rgba(8,18,28,.16);object-fit:cover}.pathway{display:grid;grid-gap:12px;gap:12px}.path-step{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px}.path-number{width:38px;height:38px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.cta-band{background:linear-gradient(135deg,var(--red),#68101a);color:#fff;border-radius:32px;padding:52px;display:grid;grid-template-columns:1.5fr auto;align-items:center;grid-gap:24px;gap:24px}.page-hero{background:var(--navy);color:#fff;padding:92px 6vw 76px}.page-hero p{max-width:760px;color:#d7e0e9;font-size:1.16rem}.list{padding-left:20px;color:var(--muted)}.info-box{background:#f4efe7;border:1px solid var(--border);border-radius:22px;padding:26px}.form{display:grid;grid-gap:14px;gap:14px}input,select,textarea{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:14px;font:inherit}textarea{min-height:150px;resize:vertical}.footer{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:34px;gap:34px;background:#070b10;color:#fff;padding:56px 6vw}.footer a,.footer p{color:#c7d0da;display:block;margin-bottom:8px}.footer h3,.footer h4{margin-bottom:12px}@media (max-width:920px){.site-header{flex-wrap:wrap;gap:14px;padding:14px 18px}.nav-links{display:flex;order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:10px;font-size:.85rem}.nav-cta{display:inline-flex;padding:10px 14px;font-size:.85rem}.cta-band,.footer,.grid-2,.grid-3{grid-template-columns:1fr}}@media (max-width:520px){h1{font-size:3.3rem}.actions{flex-direction:column}.btn{width:100%}.photo.tall{height:320px}}.instructor-photo{object-fit:cover}.instructor-photo,.instructor-photo-placeholder{width:100%;height:260px;border-radius:14px;margin-bottom:18px}.instructor-photo-placeholder{border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);background:#f8fafc}.site-logo{height:110px;width:auto;display:block}@media (max-width:700px){.site-logo{height:60px}}.bradley-photo{height:320px;width:100%;object-fit:cover;object-position:center 25%}