/*
Theme Name: Astute V7
Theme URI: https://astutecee.co.uk/
Author: Astute Centre for Educational Excellence
Description: Bespoke V7 theme for Astute CEE.
Version: 1.0.0
Text Domain: astute-v7
*/
:root{
 --navy:#153f70; --deep:#0b1537; --purple:#8e188e; --magenta:#b112a9;
 --champagne:#f3dfbd; --paper:#fffdf9; --ink:#111b38; --muted:#626a7c;
 --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.96);backdrop-filter:blur(14px);border-bottom:1px solid #eee8df}
.header-row{min-height:92px;display:flex;align-items:center;gap:34px}
.logo img{width:205px;height:auto}
.nav{display:flex;gap:25px;margin-left:auto;align-items:center;font-size:14px}
.nav a:hover{color:var(--purple)}
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:999px;background:linear-gradient(135deg,var(--purple),var(--magenta));color:#fff;font-weight:700}
.btn.alt{background:var(--champagne);color:var(--deep)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 32%,#b244b0 0,transparent 28%),linear-gradient(125deg,#071431 5%,#22105d 58%,#6c126f);color:white}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,12,38,.86),rgba(15,8,50,.18));pointer-events:none}
.hero-inner{position:relative;z-index:2;min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}
.eyebrow{font-size:12px;letter-spacing:.28em;text-transform:uppercase;font-weight:700}
.hero h1,.section-title{font-family:Georgia,"Times New Roman",serif}
.hero h1{font-size:clamp(54px,6vw,88px);line-height:.92;margin:22px 0}
.hero h1 span{color:#d43fd0}
.hero p{font-size:21px;max-width:590px;margin-bottom:30px}
.hero-art{height:500px;border-radius:42% 42% 8% 8%;border:1px solid rgba(255,255,255,.28);background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.02));display:flex;align-items:flex-end;justify-content:center;padding:35px;text-align:center}
.hero-art p{font-family:Georgia,serif;font-style:italic;font-size:27px}
.proof{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:36px;font-size:13px}
.proof span{border-top:1px solid rgba(255,255,255,.3);padding-top:14px}
.services{display:grid;grid-template-columns:repeat(6,1fr);background:#101545;color:white}
.service{min-height:270px;padding:30px 24px;border-right:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,rgba(177,18,169,.08),rgba(5,10,40,.8))}
.service .num{color:#e7b7e5;font-size:12px;letter-spacing:.18em}
.service h3{font-family:Georgia,serif;font-size:23px;line-height:1.05;margin:10px 0}
.service p{font-size:14px;color:#d9d9e6}
.service a{font-weight:700;margin-top:12px}
.journey{padding:85px 0;background:#fff}
.journey-head{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:end}
.section-title{font-size:54px;line-height:1;margin:0;color:var(--deep)}
.section-title span{color:var(--purple)}
.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;margin-top:55px}
.step{position:relative;padding-top:52px}
.step:before{content:"";position:absolute;top:14px;left:0;width:30px;height:30px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 8px #f3e7f3}
.step:not(:last-child):after{content:"";position:absolute;top:28px;left:40px;right:-12px;height:1px;background:#b99abb}
.step strong{display:block;text-transform:uppercase;font-size:12px;letter-spacing:.1em;color:var(--purple)}
.philosophy{background:linear-gradient(120deg,#091434,#321053);color:white;padding:95px 0}
.philosophy-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}
.philosophy h2{font-family:Georgia,serif;font-size:58px;line-height:1;margin:0 0 25px}
.quote{border-left:3px solid var(--champagne);padding-left:30px;font-family:Georgia,serif;font-style:italic;font-size:28px;color:#f7e4c3}
.impact{background:#180943;color:#fff}
.impact-row{display:grid;grid-template-columns:repeat(4,1fr)}
.impact-item{padding:28px;border-right:1px solid rgba(255,255,255,.18);text-align:center}
.site-footer{padding:55px 0 30px;background:#fff}
.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:center}
.footer-logo{width:240px}
.tagline{font-family:Georgia,serif;font-style:italic;color:var(--purple);font-size:25px}
.footer-bottom{border-top:1px solid #eee3e8;margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;font-size:13px;color:var(--muted)}
@media(max-width:900px){
 .nav{display:none}.header-row{min-height:75px}.logo img{width:175px}
 .hero-inner,.journey-head,.philosophy-grid{grid-template-columns:1fr}
 .hero-inner{padding:65px 0}.hero-art{height:300px;margin-bottom:50px}
 .services{grid-template-columns:repeat(2,1fr)}
 .timeline{grid-template-columns:repeat(2,1fr)}
 .impact-row{grid-template-columns:repeat(2,1fr)}
 .footer-top{grid-template-columns:1fr}.hero h1{font-size:56px}
}
@media(max-width:560px){
 .wrap{width:min(100% - 28px,var(--max))}
 .services,.timeline,.impact-row{grid-template-columns:1fr}
 .hero h1{font-size:46px}.section-title,.philosophy h2{font-size:42px}
}
