:root{
  --navy:#062b52;
  --navy-2:#0b3b6b;
  --ink:#0d1b2a;
  --gold:#f5be16;
  --ivory:#f6f2e9;
  --paper:#fffdf8;
  --muted:#637080;
  --line:rgba(6,43,82,.15);
  --shadow:0 24px 70px rgba(6,43,82,.13);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
button{font:inherit}
.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.skip{position:fixed;left:16px;top:-80px;background:#fff;padding:12px 16px;z-index:9999;border-radius:10px}.skip:focus{top:16px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,242,233,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:block;width:min(360px,42vw)}
.brand img{width:100%;height:auto;mix-blend-mode:multiply}
nav{display:flex;align-items:center;gap:22px;font-size:.92rem;font-weight:700;color:#21354b}
nav a{text-decoration:none;white-space:nowrap}nav a:hover{color:var(--navy-2)}
.nav-cta{padding:10px 16px;border-radius:999px;background:var(--navy);color:#fff}
.menu-button{display:none;border:1px solid var(--line);background:transparent;border-radius:999px;padding:9px 14px;font-weight:800}
.hero{padding:72px 0 58px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:900;color:var(--navy-2);margin:0 0 15px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.02;letter-spacing:-.035em;margin-top:0}
h1{font-size:clamp(3.4rem,6vw,6.4rem);margin-bottom:24px;max-width:830px}
h2{font-size:clamp(2.3rem,4.5vw,4.7rem);margin-bottom:20px}h3{font-size:1.7rem;margin-bottom:10px}
.lead{font-size:clamp(1.08rem,1.8vw,1.32rem);max-width:680px;color:#34475b;margin:0 0 30px}
.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 19px;border-radius:999px;text-decoration:none;font-weight:850;letter-spacing:-.01em;border:1px solid transparent;transition:.2s ease}
.button:hover{transform:translateY(-2px)}
.primary{background:var(--navy);color:#fff;box-shadow:0 12px 30px rgba(6,43,82,.18)}
.ghost{border-color:rgba(6,43,82,.24);background:rgba(255,255,255,.45);color:var(--navy)}
.discipline-strip{display:flex;flex-wrap:wrap;gap:8px}.discipline-strip span{font-size:.8rem;font-weight:800;background:#fff;border:1px solid var(--line);padding:8px 11px;border-radius:999px}
.hero-image{position:relative;margin:0;border-radius:32px;overflow:hidden;background:#000;box-shadow:var(--shadow);aspect-ratio:4/5}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 40%}
.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(3,19,37,.84) 100%);pointer-events:none}
.hero-image figcaption{position:absolute;left:28px;right:28px;bottom:26px;z-index:2;color:#fff;font-size:1.04rem}.hero-image figcaption strong{color:var(--gold)}
.stats{background:var(--navy);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.12)}
.stats-grid>div{background:var(--navy);padding:27px 24px;min-height:132px}.stats strong{display:block;font-size:1.28rem;color:var(--gold);margin-bottom:7px}.stats span{display:block;color:#d7e2ed;font-size:.9rem}
.section{padding:105px 0}.two-col{display:grid;grid-template-columns:.82fr 1.18fr;gap:92px;align-items:start}.section-heading h2{max-width:720px}.section-heading.wide{max-width:840px;margin-bottom:48px}.section-heading.wide>p:last-child{font-size:1.1rem;color:var(--muted);max-width:720px}.prose{font-size:1.08rem;color:#34475b}.prose p:first-child{font-size:1.28rem;color:var(--ink)}.prose p{margin:0 0 22px}
.dark{background:var(--navy);color:#fff}.dark .eyebrow{color:var(--gold)}.dark .section-heading.wide>p:last-child{color:#c4d3e1}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-card{display:grid;grid-template-columns:180px 1fr;background:#fff;color:var(--ink);border-radius:22px;overflow:hidden;min-height:230px}.project-card.feature{grid-column:1/-1;grid-template-columns:44% 56%;min-height:390px}.project-card img{width:100%;height:100%;object-fit:cover}.project-card>div{padding:28px}.project-card.feature>div{padding:44px}.project-card.feature h3{font-size:2.6rem}.project-kicker{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--navy-2)}.project-card p{color:#526172;margin-bottom:0}
.approach{background:var(--paper)}.lens-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lens{border-top:4px solid var(--gold);padding:32px;background:var(--ivory);border-radius:0 0 var(--radius) var(--radius);min-height:280px}.lens span{display:block;color:var(--navy-2);font-weight:900;margin-bottom:44px}.lens h3{font-size:2rem}.lens p{color:#526172}
.quote-band{padding-top:40px}.quote-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}.quote-grid blockquote{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.3rem,4.5vw,5rem);line-height:1.02;letter-spacing:-.04em;margin:0;color:var(--navy)}.fun-shot{margin:0;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);position:relative;aspect-ratio:4/5}.fun-shot img{width:100%;height:100%;object-fit:cover}.fun-shot figcaption{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.92);padding:10px 13px;border-radius:999px;font-size:.82rem;font-weight:800}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:245px;gap:12px}.gallery-item{border:0;padding:0;overflow:hidden;border-radius:18px;background:#ddd;cursor:zoom-in}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gallery-item:hover img{transform:scale(1.035)}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}
.credentials{background:#ebe5da}.credential-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px}.credential-list>div{padding:18px 0;border-top:1px solid rgba(6,43,82,.18)}.credential-list strong{display:block;color:var(--navy);font-size:.95rem}.credential-list span{color:#536171}
.contact{padding-top:70px}.contact-panel{background:var(--navy);color:#fff;border-radius:34px;padding:55px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end}.contact-panel .eyebrow{color:var(--gold)}.contact-panel h2{font-size:clamp(2.2rem,4vw,4.5rem);margin-bottom:18px}.contact-panel p{color:#d7e2ed;max-width:700px}.contact-actions{justify-content:flex-end;margin:0}.contact-actions .primary{background:var(--gold);color:#092642}.ghost.light{color:#fff;border-color:rgba(255,255,255,.35);background:transparent}
footer{padding:36px 0}.footer-grid{display:flex;justify-content:space-between;gap:20px;color:#5f6a75;font-size:.9rem}.footer-grid a{text-decoration:none;font-weight:800;color:var(--navy)}
.lightbox{border:0;background:transparent;padding:0;max-width:min(1100px,92vw);max-height:92vh}.lightbox::backdrop{background:rgba(3,15,29,.9);backdrop-filter:blur(6px)}.lightbox img{max-height:80vh;max-width:92vw;border-radius:18px;margin:auto}.lightbox p{color:#fff;text-align:center;font-weight:700}.lightbox-close{position:fixed;top:20px;right:24px;border:0;background:#fff;color:var(--navy);width:44px;height:44px;border-radius:50%;font-size:1.8rem;line-height:1;cursor:pointer}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){
  .menu-button{display:block}.site-header nav{display:none;position:absolute;top:84px;left:20px;right:20px;background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.site-header nav a{padding:8px}
  .brand{width:min(330px,65vw)}.hero-grid,.two-col,.quote-grid,.contact-panel{grid-template-columns:1fr}.hero{padding-top:48px}.hero-image{max-width:650px}.stats-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr}.project-card.feature{grid-column:auto;grid-template-columns:1fr}.project-card.feature img{height:320px}.project-card.feature>div{padding:30px}.lens-grid{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.contact-actions{justify-content:flex-start}
}
@media(max-width:640px){
  .shell{width:min(100% - 26px,1160px)}.nav-wrap{height:72px}.site-header nav{top:72px;left:13px;right:13px}.hero{padding:34px 0 40px}.hero-grid{gap:34px}.hero-image{aspect-ratio:1/1.18}.hero-actions .button{width:100%}.section{padding:76px 0}.stats-grid{grid-template-columns:1fr}.stats-grid>div{min-height:0}.project-card{grid-template-columns:1fr}.project-card img{height:240px}.project-card.feature img{height:280px}.project-card.feature h3{font-size:2rem}.gallery{grid-template-columns:1fr;grid-auto-rows:320px}.gallery-item.tall,.gallery-item.wide{grid-row:auto;grid-column:auto}.credential-list{grid-template-columns:1fr}.contact-panel{padding:32px 24px}.contact-actions .button{width:100%}.footer-grid{flex-direction:column}.brand{width:68vw}h1{font-size:clamp(3rem,14vw,4.8rem)}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.gallery-item img{transition:none}}
