:root{--navy:#071b2d;--ink:#10263a;--blue:#1262ff;--cyan:#18b9c5;--paper:#f5f8fb;--muted:#647789;--line:#dce5ec}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:white;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{text-decoration:none;color:inherit}.nav{height:82px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fffffff0;backdrop-filter:blur(14px);z-index:20}.brand{font-size:1.6rem;font-weight:900;letter-spacing:-.08em}.brand span{color:var(--cyan)}nav{display:flex;gap:2rem;font-size:.9rem;font-weight:650}nav a:hover{color:var(--blue)}.contact,.primary,.secondary,.cta>a{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:999px;font-weight:750}.contact{background:var(--navy);color:white;padding:.75rem 1.2rem;font-size:.9rem}.menu{display:none;border:0;background:none;font-size:1.5rem}.hero{min-height:720px;padding:7rem 7vw;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:8vw;align-items:center;background:radial-gradient(circle at 80% 18%,#dffbff 0,transparent 28%),linear-gradient(135deg,#fff 0,#f4f8fc 100%)}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--blue);font-size:.76rem;font-weight:800}.hero h1{font-size:clamp(3rem,6vw,6.25rem);line-height:.96;letter-spacing:-.062em;margin:1.5rem 0 2rem;max-width:980px}.lead{font-size:1.18rem;line-height:1.8;color:var(--muted);max-width:760px}.actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.3rem}.primary{background:var(--blue);color:#fff;padding:1rem 1.4rem}.secondary{border:1px solid var(--line);background:#fff;padding:1rem 1.4rem}.hero-card{background:var(--navy);color:#fff;padding:2.2rem;border-radius:2rem;box-shadow:0 30px 80px #0a28452c}.monogram{height:88px;width:88px;border-radius:50%;display:grid;place-items:center;font-size:1.6rem;font-weight:900;background:linear-gradient(145deg,var(--blue),var(--cyan));margin-bottom:2rem}.quote{font-family:Georgia,serif;font-size:1.65rem;line-height:1.45}.location{color:#a9bfd0;font-size:.85rem;margin:1.7rem 0}.mini-grid{border-top:1px solid #ffffff25;padding-top:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.mini-grid b{display:block;font-size:1.8rem;color:#63e7ee}.mini-grid span{display:block;font-size:.72rem;color:#a9bfd0}.section{padding:7rem 7vw}.section-head{display:grid;grid-template-columns:1.4fr .6fr;gap:8vw;align-items:end;margin-bottom:3.5rem}.section h2,.cta h2{font-size:clamp(2.2rem,4vw,4.1rem);line-height:1.05;letter-spacing:-.045em;margin:.8rem 0}.section-head>p,.media>div>p,.cta p{color:var(--muted);line-height:1.75}.expertise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:1.4rem;overflow:hidden}.expertise-grid article{background:#fff;padding:2.2rem}.expertise-grid i{height:44px;width:44px;border-radius:12px;background:#e8efff;color:var(--blue);display:grid;place-items:center;font-style:normal;font-weight:900}.expertise-grid h3{font-size:1.15rem;margin:2rem 0 .8rem}.expertise-grid p,.projects p,.timeline p,.richtext{color:var(--muted);line-height:1.65;font-size:.9rem}.dark{background:var(--navy);color:#fff}.dark .kicker{color:#5fe5eb}.dark .section-head>p,.dark .projects p,.dark .richtext{color:#9fb4c5}.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff20}.projects article{background:var(--navy);padding:2.2rem;min-height:300px;display:flex;flex-direction:column}.projects article>span{font-size:.75rem;color:#5fe5eb}.projects small{text-transform:uppercase;letter-spacing:.1em;color:#9fb4c5;margin-top:auto}.projects h3{font-size:1.5rem;margin:.8rem 0}.timeline{max-width:960px;margin-left:auto}.timeline article{display:grid;grid-template-columns:190px 1fr;gap:2.5rem;padding:2rem 0;border-top:1px solid var(--line)}.timeline time{font-size:.8rem;font-weight:800;color:var(--blue);text-transform:uppercase}.timeline h3{margin:0;font-size:1.35rem}.media{background:var(--paper);display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;align-items:start}.media-list{display:grid;gap:1.8rem}.media-list iframe,.media-list .video-placeholder{width:100%;aspect-ratio:16/9;border:0;border-radius:1.25rem}.media-list h3{margin:.9rem 0 .25rem}.media-list>article>p{margin:0;color:var(--muted)}.video-placeholder{min-height:320px;background:linear-gradient(145deg,#0c2a43,#1262ff);border-radius:1.5rem;color:#fff;display:grid;place-content:center;text-align:center;box-shadow:0 25px 60px #0a28452d}.video-placeholder span{height:70px;width:70px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#ffffff22}.video-placeholder p{font-weight:750;margin:1rem 0 .2rem}.video-placeholder small{color:#d8edf4}.cta{margin:6rem 7vw;padding:4rem;border-radius:2rem;background:linear-gradient(115deg,#1262ff,#0b9bb3);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:3rem}.cta .kicker,.cta p{color:#d9fbff}.cta>a{background:#fff;color:var(--blue);padding:1rem 1.4rem;white-space:nowrap}footer{padding:2rem 7vw;border-top:1px solid var(--line);display:flex;align-items:center;gap:2rem;color:var(--muted);font-size:.8rem}footer p:nth-of-type(2){margin-left:auto}footer a:hover{color:var(--blue)}
@media(max-width:900px){.menu{display:block}.nav .contact{display:none}nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:1rem 5vw;box-shadow:0 12px 30px #0002;flex-direction:column}nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:4rem}.section-head,.media{grid-template-columns:1fr}.expertise-grid,.projects{grid-template-columns:1fr 1fr}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.nav{height:70px}.hero,.section{padding:4rem 1.25rem}.hero h1{font-size:3.25rem}.expertise-grid,.projects{grid-template-columns:1fr}.timeline article{grid-template-columns:1fr;gap:.4rem}.cta{margin:2rem 1.25rem;padding:2rem}footer{flex-wrap:wrap;padding:2rem 1.25rem}footer p:nth-of-type(2){margin-left:0}.video-placeholder{min-height:230px}}
