:root{--navy:#142b4a;--navy-2:#203f68;--red:#b63838;--paper:#f2f0e9;--white:#fff;--ink:#172237;--muted:#606a78;--line:#d7d5cd;--shadow:0 18px 48px rgba(13,28,50,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(20px,5vw,72px);background:var(--navy);color:#fff}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font:800 1.03rem/1.15 Georgia,serif}.brand small{font:650 .73rem system-ui;letter-spacing:.08em;text-transform:uppercase;color:#cbd7e7}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:2px solid #fff;border-radius:50%;font:850 .9rem system-ui}.site-header nav{display:flex;align-items:center;gap:8px}.site-header nav a{padding:8px 11px;text-decoration:none;font-size:.86rem;font-weight:780}.site-header nav a:hover,.site-header nav a:focus-visible{background:#fff;color:var(--navy);outline:none}.nav-student{border:1px solid rgba(255,255,255,.38)}.nav-teacher{color:#cbd7e7}.opening{min-height:610px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.7fr);gap:clamp(40px,7vw,100px);align-items:center;padding:70px clamp(22px,7vw,110px);background:linear-gradient(100deg,rgba(242,240,233,.97),rgba(242,240,233,.9)),repeating-linear-gradient(90deg,transparent 0 79px,rgba(20,43,74,.06) 80px)}.opening-copy{max-width:820px}.eyebrow{margin:0 0 10px;color:var(--red);font-size:.76rem;font-weight:900;letter-spacing:.16em}.opening h1,.portal-welcome h1{max-width:860px;margin:0;font:800 clamp(3rem,6vw,6rem)/.98 Georgia,serif;letter-spacing:-.04em}.lede{max-width:710px;margin:24px 0;color:var(--muted);font-size:clamp(1.1rem,2vw,1.34rem)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:11px 18px;text-decoration:none;font-weight:850}.primary{background:var(--red);color:#fff}.primary:hover{background:#8f2e2e}.secondary{border:1px solid var(--navy);color:var(--navy)}.method-card{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:38px;background:var(--navy);color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.method-card::after{content:"";position:absolute;right:-70px;bottom:-90px;width:220px;height:220px;border:38px solid rgba(255,255,255,.06);border-radius:50%}.method-number{position:absolute;right:22px;top:15px;font:800 4rem/1 Georgia,serif;color:rgba(255,255,255,.09)}.method-card .eyebrow{color:#e66c6c}.method-card h2{font:800 clamp(1.8rem,3vw,2.75rem)/1.15 Georgia,serif;margin:8px 0 17px}.method-card p:last-child{color:#d3dfed}.courses{padding:80px clamp(22px,7vw,110px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}.section-heading h2,.portal-strip h2,.cee-card h2{margin:0;font:800 clamp(2rem,4vw,3rem)/1.05 Georgia,serif}.section-heading>p{max-width:430px;color:var(--muted)}.course-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.course-grid article{grid-column:span 2;min-height:230px;padding:24px;background:#fff;border-top:7px solid var(--accent);box-shadow:0 8px 24px rgba(13,28,50,.07)}.course-grid article:nth-child(4),.course-grid article:nth-child(5){grid-column:span 3}.course-grid article>span,.student-grid article>span{display:inline-grid;place-items:center;min-width:48px;height:34px;padding:0 9px;background:color-mix(in srgb,var(--accent) 12%,white);color:var(--accent);font-size:.76rem;font-weight:900;letter-spacing:.1em}.course-grid h3{margin:32px 0 7px;font:800 1.5rem Georgia,serif}.course-grid p{color:var(--muted)}.course-grid strong{display:block;margin-top:28px;padding-top:12px;border-top:1px solid var(--line);font-size:.82rem;color:var(--accent)}.portal-strip{margin:0 clamp(22px,7vw,110px) 80px;padding:38px 42px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.portal-strip .eyebrow{color:#ffd4d4}.primary.light{background:#fff;color:var(--red);white-space:nowrap}footer{display:flex;justify-content:space-between;padding:22px clamp(22px,7vw,110px);background:#0e213a;color:#cbd7e7;font-size:.84rem}footer a{color:#fff}.portal-page{background:var(--paper)}.portal-main{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:58px 0 80px}.portal-welcome{max-width:850px}.portal-welcome h1{font-size:clamp(2.7rem,6vw,5rem)}.portal-welcome>p:last-child{max-width:650px;color:var(--muted);font-size:1.1rem}.student-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;margin-top:42px}.student-grid article{grid-column:span 2;min-height:170px;padding:22px;background:#fff;border-left:7px solid var(--accent);box-shadow:0 7px 22px rgba(13,28,50,.07)}.student-grid article:nth-child(4),.student-grid article:nth-child(5){grid-column:span 3}.student-grid h2{font:800 1.32rem Georgia,serif;margin:22px 0 5px}.student-grid p{color:var(--muted)}.cee-card{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;margin-top:34px;padding:30px;background:var(--navy);color:#fff}.cee{display:grid;place-items:center;width:88px;height:88px;border:2px solid #fff;border-radius:50%;font:850 1.1rem Georgia,serif}.cee-card .eyebrow{color:#e66c6c}.cee-card p:last-child{margin-bottom:0;color:#d3dfed}@media(max-width:900px){.opening{grid-template-columns:1fr;min-height:auto}.method-card{min-height:370px}.course-grid,.student-grid{grid-template-columns:repeat(2,1fr)}.course-grid article,.course-grid article:nth-child(4),.course-grid article:nth-child(5),.student-grid article,.student-grid article:nth-child(4),.student-grid article:nth-child(5){grid-column:span 1}.section-heading{align-items:start;flex-direction:column}.portal-strip{align-items:start;flex-direction:column}}@media(max-width:620px){.site-header{align-items:flex-start;flex-direction:column}.site-header nav{width:100%;overflow-x:auto}.site-header nav a{white-space:nowrap}.opening{padding-top:48px}.opening h1{font-size:clamp(2.65rem,14vw,4.2rem)}.method-card{padding:30px;min-height:340px}.course-grid,.student-grid{grid-template-columns:1fr}.portal-strip{padding:30px 24px}.cee-card{grid-template-columns:1fr}.cee{width:70px;height:70px}footer{flex-direction:column;gap:8px}}
