
:root{--ink:#17201d;--green:#17483e;--green2:#28695b;--cream:#f4efe5;--paper:#fffdf8;--gold:#d6a33f;--berry:#963b49;--muted:#657069;--line:#d8d3c9;--shadow:0 24px 70px rgba(23,32,29,.13);--radius:28px;--max:1360px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.58}img{display:block;max-width:100%}a{color:inherit}.skip{position:absolute;left:-999px;top:0}.skip:focus{left:10px;top:10px;z-index:100;background:#fff;padding:12px}.service-bar{background:var(--ink);color:#fff;text-align:center;padding:8px 16px;font-size:.78rem;letter-spacing:.03em}.service-bar strong{color:#f4ce72}.header{width:min(var(--max),calc(100% - 30px));margin:12px auto;min-height:70px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:9px 14px 9px 18px;border:1px solid var(--line);border-radius:22px;background:rgba(255,253,248,.96);position:sticky;top:8px;z-index:50;box-shadow:0 12px 40px rgba(23,32,29,.08);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:126px;height:auto}.brand span{font-size:.72rem;color:var(--muted);border-left:1px solid var(--line);padding-left:12px}.header nav{display:flex;justify-content:center;gap:4px;flex-wrap:wrap}.header nav a{text-decoration:none;padding:10px 11px;border-radius:999px;font-size:.78rem;font-weight:750}.header nav a:hover,.header nav a[aria-current=page]{background:var(--cream);color:var(--green)}.head-cta,.button{display:inline-flex;justify-content:center;align-items:center;text-decoration:none;font-weight:850;border-radius:999px;padding:13px 19px;border:1px solid transparent}.head-cta{background:var(--green);color:#fff;font-size:.78rem}.menu{display:none;background:none;border:0}.menu span{display:block;width:24px;height:2px;background:var(--ink);margin:5px}.menu b{position:absolute;left:-999px}.kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:900;color:var(--berry);margin:0 0 13px}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.04;margin:0 0 18px;letter-spacing:-.035em}h1{font-size:clamp(3rem,6.4vw,6.6rem)}h2{font-size:clamp(2.2rem,4vw,4.2rem)}h3{font-size:1.55rem}.lead{font-size:clamp(1.05rem,1.45vw,1.35rem);color:#4e5953;max-width:760px}.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:26px}.button.primary{background:var(--green);color:#fff}.button.secondary{border-color:var(--ink);background:transparent}.button.light{background:#fff;color:var(--green)}.button.line{border-color:rgba(255,255,255,.55);color:#fff}.text-link{display:inline-block;margin-top:16px;font-weight:900;color:var(--green);text-decoration:none;border-bottom:2px solid var(--gold)}.section{width:min(var(--max),calc(100% - 40px));margin:auto;padding:96px 0}.section-head{display:grid;grid-template-columns:1.25fr .75fr;gap:48px;align-items:end;margin-bottom:42px}.section-head>p{color:var(--muted);max-width:600px}.section-head.compact{grid-template-columns:1fr 1fr}.home-hero{width:min(1500px,calc(100% - 24px));margin:18px auto 0;background:var(--cream);border-radius:38px;padding:clamp(28px,5vw,70px);display:grid;grid-template-columns:1.08fr .92fr;gap:48px;min-height:720px;align-items:center;overflow:hidden;position:relative}.home-hero:before{content:'';position:absolute;width:380px;height:380px;border:2px dashed var(--gold);border-radius:50%;left:-210px;bottom:-180px}.hero-copy{position:relative;z-index:2}.mini-proof{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:8px 15px;align-items:center;margin-top:34px;padding-top:20px;border-top:1px solid #cfc8ba}.mini-proof b{font-size:1.55rem;color:var(--green)}.mini-proof span{font-size:.8rem;color:var(--muted)}.hero-collage{position:relative;min-height:610px}.hero-collage figure{margin:0;overflow:hidden;border-radius:28px;box-shadow:var(--shadow);position:absolute}.hero-collage img{width:100%;height:100%;object-fit:cover}.hero-main{inset:40px 70px 60px 0;transform:rotate(-2deg)}.hero-small.top{width:42%;height:34%;right:0;top:0;transform:rotate(4deg)}.hero-small.bottom{width:39%;height:34%;right:2%;bottom:0;transform:rotate(3deg)}.stamp{position:absolute;right:16%;top:42%;width:165px;height:165px;border-radius:50%;background:var(--berry);color:#fff;display:grid;place-items:center;text-align:center;font-weight:900;font-size:.78rem;padding:22px;transform:rotate(-8deg);border:6px double #fff;z-index:5}.answers{width:min(var(--max),calc(100% - 40px));margin:18px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.answers article{padding:24px;background:var(--ink);color:#fff;border-radius:22px;min-height:205px}.answers article:nth-child(2n){background:var(--green)}.answers span{color:#f4ce72;font-weight:900}.answers h2{font-size:1.55rem;margin-top:45px}.answers p{font-size:.84rem;color:rgba(255,255,255,.72)}.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.use-card,.use-grid article{padding:30px;border:1px solid var(--line);border-radius:24px;background:var(--cream);text-decoration:none;min-height:255px}.use-card span,.use-grid article span{font-weight:900;color:var(--berry)}.use-card h3,.use-grid article h3{margin-top:52px}.use-card p,.use-grid article p{color:var(--muted)}.use-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.story{width:min(1500px,calc(100% - 24px));margin:auto;background:var(--green);color:#fff;border-radius:38px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.story.reverse{direction:rtl}.story.reverse>*{direction:ltr}.story figure{margin:0;min-height:620px}.story figure img{width:100%;height:100%;object-fit:cover}.story>div{padding:clamp(40px,7vw,90px);align-self:center}.story p{color:rgba(255,255,255,.78)}.story .kicker{color:#f4ce72}.story .text-link{color:#fff}.ticks{list-style:none;padding:0}.ticks li{padding:9px 0 9px 29px;position:relative}.ticks li:before{content:'✓';position:absolute;left:0;color:#f4ce72;font-weight:900}.route-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px}.route-layout>img{width:100%;border-radius:30px;border:1px solid var(--line)}.route-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.route-card{padding:24px;border-radius:22px;background:#fff;border:1px solid var(--line);text-decoration:none}.route-card span{font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;color:var(--berry);font-weight:900}.route-card h3{margin:30px 0 10px}.route-card p{color:var(--muted);font-size:.85rem}.route-card b{font-size:.72rem;color:var(--green)}.route-card:hover{background:var(--cream)}.university-teaser{background:var(--cream);padding:70px;border-radius:34px}.degree-cloud{display:flex;gap:9px;flex-wrap:wrap;margin:30px 0}.degree-cloud span,.uex-tags span,.town-tags span,.tech-chips span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.78rem;font-weight:850}.process{width:min(1500px,calc(100% - 24px));margin:90px auto;background:var(--ink);color:#fff;border-radius:38px;padding:clamp(42px,6vw,80px)}.process .section-head{width:100%}.process .kicker{color:#f4ce72}.process ol{list-style:none;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:11px}.process li{border-top:1px solid rgba(255,255,255,.25);padding:20px 8px}.process li b{color:#f4ce72;font-size:1.5rem}.process li h3{margin-top:45px;font-size:1.25rem}.process li p{font-size:.8rem;color:rgba(255,255,255,.68)}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.guide-card{display:grid;grid-template-columns:.42fr .58fr;text-decoration:none;border:1px solid var(--line);border-radius:25px;overflow:hidden;background:#fff}.guide-card img{width:100%;height:100%;object-fit:cover;min-height:300px}.guide-card div{padding:28px}.guide-card span,.blog-card span{font-size:.67rem;text-transform:uppercase;color:var(--berry);font-weight:900;letter-spacing:.12em}.guide-card p{color:var(--muted);font-size:.87rem}.faq{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq details{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.faq summary{list-style:none;padding:20px 52px 20px 20px;font-weight:850;cursor:pointer;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:20px;top:14px;font-size:1.7rem;color:var(--berry)}.faq details[open] summary:after{content:'–'}.faq details div{padding:0 20px 18px;color:var(--muted)}.cta{width:min(1500px,calc(100% - 24px));margin:20px auto 30px;border-radius:38px;padding:clamp(44px,7vw,90px);background:linear-gradient(135deg,var(--green),var(--ink));color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.cta .kicker{color:#f4ce72}.cta p{color:rgba(255,255,255,.72)}.cta-actions{display:flex;flex-direction:column;gap:10px}.footer{width:min(var(--max),calc(100% - 40px));margin:auto;padding:70px 0 110px;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:36px}.footer-brand img{width:180px;height:auto}.footer-brand p{color:var(--muted);font-size:.86rem}.footer h2{font-family:Arial,sans-serif;font-size:.68rem;text-transform:uppercase;letter-spacing:.13em;color:var(--berry)}.footer>div{display:flex;flex-direction:column;gap:8px}.footer a{text-decoration:none;color:var(--muted);font-size:.84rem}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:18px;display:flex!important;flex-direction:row!important;justify-content:space-between;color:var(--muted);font-size:.72rem}.floating{position:fixed;right:18px;bottom:16px;background:var(--gold);color:var(--ink);padding:13px 18px;border-radius:999px;text-decoration:none;font-weight:900;z-index:45;box-shadow:var(--shadow)}
/* subpages */.subhero,.area-hero,.purpose-hero,.university-hero,.blog-hero,.article-hero{width:min(1500px,calc(100% - 24px));margin:18px auto 0;background:var(--cream);border-radius:38px;display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden}.subhero>div,.area-hero>div,.purpose-hero>div,.university-hero>div,.blog-hero>div,.article-hero>div{padding:clamp(38px,6vw,85px);align-self:center}.subhero figure,.area-hero figure,.purpose-hero figure,.university-hero figure,.blog-hero figure,.article-hero figure{margin:0;min-height:680px}.subhero img,.area-hero img,.purpose-hero img,.university-hero img,.blog-hero img,.article-hero img{width:100%;height:100%;object-fit:cover}.area-hero figure{clip-path:polygon(12% 0,100% 0,100% 100%,0 100%)}.local-answer{width:min(var(--max),calc(100% - 40px));margin:18px auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;padding:32px;border:1px solid var(--line);border-radius:24px}.local-answer span{font-size:.68rem;text-transform:uppercase;color:var(--berry);font-weight:900}.local-answer h2{font-size:2rem;margin-top:18px}.local-answer p{color:var(--muted);font-size:1.05rem}.purpose-four{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.purpose-four article{padding:26px;border-radius:22px;background:var(--cream);min-height:270px}.purpose-four span{font-weight:900;color:var(--berry)}.purpose-four h3{margin-top:50px}.purpose-four p{color:var(--muted);font-size:.84rem}.town-section{background:var(--cream);padding:60px;border-radius:30px}.town-tags{display:flex;gap:10px;flex-wrap:wrap}.town-tags span{background:#fff}.mini-guides .link-cards,.link-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.link-cards a{display:flex;flex-direction:column;text-decoration:none;padding:25px;border:1px solid var(--line);border-radius:20px}.link-cards b{font-size:1rem;color:var(--green)}.link-cards span{color:var(--muted);font-size:.8rem;margin-top:10px}.purpose-editorial{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.purpose-editorial article{padding:35px;border-radius:26px;border:1px solid var(--line);background:#fff}.purpose-editorial span{color:var(--berry);font-weight:900}.purpose-editorial h2{font-size:2rem;margin-top:70px}.purpose-editorial p{color:var(--muted)}.tech-band{width:min(1500px,calc(100% - 24px));margin:auto;padding:60px;background:var(--ink);color:#fff;border-radius:34px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.tech-band .kicker{color:#f4ce72}.tech-band>p{grid-column:1/-1;color:rgba(255,255,255,.7)}.tech-chips{display:flex;gap:8px;flex-wrap:wrap;align-content:center}.tech-chips span{background:transparent;border-color:rgba(255,255,255,.3)}.data-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:center}.data-layout>div:first-child p{color:var(--muted)}.fake-sheet{display:grid;grid-template-columns:1fr .5fr .6fr 1.2fr;border:1px solid var(--line);border-radius:22px;overflow:hidden}.fake-sheet>*{padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.8rem}.fake-sheet b{background:var(--green);color:#fff}.facts{display:grid;grid-template-columns:1fr 1fr;gap:10px}.editorial{display:grid;grid-template-columns:1.1fr .9fr;gap:50px}.editorial>div>p{color:var(--muted);font-size:1.05rem}.facts div{background:var(--cream);padding:25px;border-radius:20px}.facts strong{display:block;font-size:2rem;color:var(--green)}.facts span{font-size:.78rem;color:var(--muted)}.check-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.check-grid article{background:var(--cream);border-radius:20px;padding:26px}.check-grid b{color:var(--berry)}.check-grid p{font-size:.84rem;color:var(--muted)}
/* university */.university-hero figure img{object-position:center top}.uex{background:var(--cream);border-radius:32px;padding:65px}.uex-tags{display:flex;gap:8px;flex-wrap:wrap}.source-note{font-size:.75rem;color:var(--muted);margin-top:18px}.creative-degree{width:min(1500px,calc(100% - 24px));margin:auto;display:grid;grid-template-columns:1.1fr .9fr;background:var(--berry);color:#fff;border-radius:38px;overflow:hidden}.creative-degree>div{padding:clamp(45px,6vw,80px)}.creative-degree .kicker{color:#f4ce72}.creative-degree h2{font-size:clamp(2rem,3.4vw,3.6rem)}.creative-degree img{width:100%;height:100%;object-fit:cover}.career-search{position:sticky;top:95px;z-index:12;display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;background:var(--ink);color:#fff;padding:17px;border-radius:18px;margin-bottom:28px}.career-search label{font-weight:900}.career-search input{border:0;padding:13px 17px;border-radius:999px;font-size:1rem}.career-search span{font-size:.72rem;color:#f4ce72;font-weight:900}.career-group{margin:50px 0}.career-group h2{font-size:2rem}.career-list{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.career-list article{border:1px solid var(--line);border-radius:14px;padding:15px;background:#fff;min-height:68px;display:flex;align-items:center}.career-list article span{font-size:.79rem;font-weight:750}.career-list article[hidden]{display:none}
/* blog */.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.blog-card a{display:grid;grid-template-columns:.45fr .55fr;text-decoration:none;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;height:100%}.blog-card img{width:100%;height:100%;object-fit:cover;min-height:330px}.blog-card div{padding:28px}.blog-card p{color:var(--muted);font-size:.86rem}.blog-card b{color:var(--green)}.article-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:var(--muted);font-size:.76rem}.article-layout{width:min(1150px,calc(100% - 40px));margin:auto;padding:80px 0;display:grid;grid-template-columns:250px 1fr;gap:60px}.toc{position:sticky;top:105px;align-self:start;display:flex;flex-direction:column;gap:10px;padding:22px;border:1px solid var(--line);border-radius:20px}.toc a{text-decoration:none;color:var(--muted);font-size:.78rem}.toc-price{margin-top:12px;color:var(--green)!important;font-weight:900}.article-content .intro{font-size:1.25rem;color:#4f5a54}.article-section{padding:54px 0;border-bottom:1px solid var(--line)}.article-section>span{color:var(--berry);font-weight:900}.article-section h2{font-size:2.6rem;margin-top:28px}.article-section p{font-size:1.05rem;color:#4f5a54}.callout{background:var(--cream);border-left:5px solid var(--gold);padding:18px;margin-top:25px;font-weight:800}.article-summary{background:var(--green);color:#fff;padding:35px;border-radius:25px;margin-top:50px}.article-summary h2{font-size:2rem}.article-summary li{padding:6px}.error{min-height:100vh;width:min(850px,calc(100% - 40px));margin:auto;display:flex;flex-direction:column;justify-content:center}.error h1{font-size:clamp(4rem,10vw,8rem)}
.accent-berry .kicker{color:var(--berry)}.accent-gold .kicker{color:#9a6814}.accent-gold .button.primary{background:#9a6814}.accent-berry .button.primary{background:var(--berry)}
@media(max-width:1120px){.header{grid-template-columns:auto auto 1fr}.menu{display:block;justify-self:end}.header nav{position:absolute;left:15px;right:15px;top:76px;background:#fff;padding:15px;border-radius:20px;box-shadow:var(--shadow);display:none;justify-content:flex-start}.header nav.open{display:flex}.head-cta{justify-self:end}.home-hero,.subhero,.area-hero,.purpose-hero,.university-hero,.blog-hero,.article-hero,.story,.creative-degree{grid-template-columns:1fr}.hero-collage{min-height:610px}.answers{grid-template-columns:repeat(2,1fr)}.section-head,.section-head.compact,.editorial,.data-layout,.route-layout,.local-answer{grid-template-columns:1fr}.use-grid{grid-template-columns:repeat(2,1fr)}.route-cards{grid-template-columns:repeat(2,1fr)}.process ol{grid-template-columns:repeat(3,1fr)}.purpose-four,.check-grid,.career-list{grid-template-columns:repeat(2,1fr)}.purpose-editorial{grid-template-columns:1fr}.footer{grid-template-columns:repeat(2,1fr)}.area-hero figure{clip-path:none;max-height:650px}.university-hero figure{max-height:720px}.article-layout{grid-template-columns:1fr}.toc{position:relative;top:auto}.blog-card a,.guide-card{grid-template-columns:1fr}.career-search{top:90px}}
@media(max-width:720px){.service-bar{font-size:.68rem}.header{width:calc(100% - 16px);margin:8px auto;grid-template-columns:auto auto}.brand img{width:105px}.brand span,.head-cta{display:none}.header nav{top:68px;flex-direction:column}.header nav a{width:100%}.home-hero,.subhero,.area-hero,.purpose-hero,.university-hero,.blog-hero,.article-hero,.story,.creative-degree,.process,.tech-band,.cta{width:calc(100% - 16px);border-radius:24px}.home-hero{padding:35px 22px;min-height:auto}.home-hero h1{font-size:clamp(2.8rem,14vw,4.6rem)}.hero-collage{min-height:510px}.hero-main{inset:30px 22px 80px 0}.hero-small.top{width:45%;height:29%}.hero-small.bottom{width:45%;height:29%}.stamp{width:125px;height:125px;right:9%;top:43%;font-size:.65rem}.mini-proof{grid-template-columns:auto 1fr}.answers,.use-grid,.route-cards,.guide-grid,.faq,.process ol,.purpose-four,.check-grid,.career-list,.blog-grid,.link-cards,.mini-guides .link-cards{grid-template-columns:1fr}.section{width:calc(100% - 28px);padding:68px 0}.section-head{gap:8px;margin-bottom:28px}.section-head h2{font-size:2.45rem}.story figure{min-height:420px}.story>div{padding:38px 23px}.university-teaser,.uex,.town-section{padding:35px 22px}.route-layout>img{display:none}.process{padding:40px 22px}.process li h3{margin-top:25px}.tech-band{grid-template-columns:1fr;padding:40px 23px}.fake-sheet{overflow-x:auto;grid-template-columns:110px 70px 90px 170px}.career-search{grid-template-columns:1fr;position:relative;top:auto}.career-list{grid-template-columns:1fr 1fr}.blog-card a,.guide-card{grid-template-columns:1fr}.blog-card img,.guide-card img{height:260px;min-height:260px}.article-layout{width:calc(100% - 28px);padding:55px 0}.article-section h2{font-size:2rem}.footer{grid-template-columns:1fr;padding-bottom:100px}.footer-bottom{flex-direction:column!important}.cta{grid-template-columns:1fr;padding:42px 23px}.floating{left:12px;right:12px;bottom:10px;text-align:center}.subhero figure,.area-hero figure,.purpose-hero figure,.university-hero figure,.blog-hero figure,.article-hero figure{min-height:430px}.purpose-editorial article{padding:28px}.purpose-editorial h2{margin-top:35px}.career-group h2{font-size:1.6rem}.creative-degree h2{font-size:2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
