:root{
  --navy:#113a73; --navy2:#0a2a55; --red:#ef1b24; --ink:#111827; --muted:#5e6775;
  --line:#e5e7eb; --soft:#f7f8fa; --white:#fff; --max:1200px; --shadow:0 10px 30px rgba(17,24,39,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:16px;min-width:0}.brand img{width:102px;height:58px;object-fit:contain}.brand-name{font-weight:700;letter-spacing:.04em;white-space:nowrap}.menu{display:flex;align-items:center;gap:24px;font-size:15px}.menu a{padding:30px 0 24px;border-bottom:3px solid transparent}.menu a:hover,.menu a.active{color:var(--navy);border-color:var(--navy)}.menu-toggle{display:none;background:none;border:0;font-size:28px}
.hero{position:relative;overflow:hidden;background:linear-gradient(110deg,#fff 0%,#fff 52%,#f4f5f7 52%,#eef0f3 100%)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 63%,rgba(17,58,115,.04) 63% 64%,transparent 64%),repeating-linear-gradient(25deg,transparent 0 45px,rgba(17,58,115,.025) 46px 47px);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;min-height:620px;align-items:center;gap:48px}.eyebrow{display:inline-block;color:var(--navy);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:12px;margin-bottom:18px}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5.2vw,78px);line-height:1.03;margin:0;color:#121c2b;font-weight:700}.hero h2{font-size:clamp(28px,3vw,44px);font-weight:500;color:var(--navy);margin:12px 0 18px}.services-line{font-size:15px;font-weight:600;margin:0 0 24px}.hero p{font-size:18px;color:var(--muted);max-width:690px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:6px;font-weight:700;border:1px solid var(--navy);transition:.2s}.btn.primary{background:var(--navy);color:#fff}.btn.primary:hover{background:var(--navy2)}.btn.secondary{background:#fff;color:var(--navy)}.btn.secondary:hover{background:#f3f6fa}.portrait-wrap{align-self:end;display:flex;justify-content:center;position:relative}.portrait-wrap:after{content:"";position:absolute;right:-140px;bottom:0;width:520px;height:520px;background:radial-gradient(circle at 50% 50%,rgba(17,58,115,.09),transparent 68%);z-index:0}.portrait{position:relative;z-index:1;max-height:560px;width:auto;object-fit:cover;filter:grayscale(100%);mix-blend-mode:multiply}
.section{padding:76px 0}.section.soft{background:var(--soft)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-title h2{font-family:Georgia,Times New Roman,serif;font-size:38px;margin:0}.section-title p{margin:0;color:var(--muted);max-width:620px}.accent{width:68px;height:3px;background:var(--navy);margin:12px 0 0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:26px;box-shadow:0 4px 18px rgba(17,24,39,.035)}.card h3{margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:24px}.card p{margin:0;color:var(--muted);font-size:15px}.iconbox{width:48px;height:48px;border:1px solid #d9e2ef;border-radius:10px;display:grid;place-items:center;margin-bottom:18px;color:var(--navy);font-weight:800;font-size:24px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.project-visual{height:230px;background:linear-gradient(135deg,#eef3f8,#dbe5ef);display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:64px}.project-body{padding:20px}.project-body h3{margin:0 0 8px}.project-body p{margin:0;color:var(--muted);font-size:14px}.tag{display:inline-block;padding:5px 9px;border-radius:20px;background:#eef4fb;color:var(--navy);font-size:12px;font-weight:700;margin-bottom:10px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}.prose h1,.prose h2{font-family:Georgia,Times New Roman,serif}.prose h1{font-size:46px}.prose h2{font-size:32px;margin-top:36px}.prose p,.prose li{color:#434b57}.prose ul{padding-left:20px}.facts{background:#f7f9fc;border:1px solid #e0e6ef;border-radius:10px;padding:26px}.facts dt{font-weight:700;margin-top:14px}.facts dd{margin:4px 0 0;color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px}.contact-row{padding:13px 0;border-bottom:1px solid var(--line)}.contact-row:last-child{border:0}.contact-row small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.contact-row a{color:var(--navy);font-weight:700}
.footer{background:#0f1722;color:#e7ebf0;padding:44px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer h4{margin:0 0 12px}.footer p,.footer a{color:#adb7c4;font-size:14px}.copyright{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#8994a3}.legal-note{font-size:13px;color:#7b8490;background:#fafafa;border-left:3px solid #cfd7e1;padding:12px 14px;margin-top:20px}
.page-hero{padding:72px 0 42px;background:linear-gradient(135deg,#f7f9fc,#fff)}.page-hero h1{font-family:Georgia,Times New Roman,serif;font-size:50px;margin:0 0 10px}.page-hero p{color:var(--muted);font-size:18px;max-width:760px}
.list-cols{columns:2;column-gap:34px}.list-cols li{break-inside:avoid;margin-bottom:10px}
@media(max-width:980px){.menu{display:none;position:absolute;left:0;right:0;top:82px;background:#fff;padding:16px 24px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.menu.open{display:flex}.menu a{padding:8px 0}.menu-toggle{display:block}.hero-grid{grid-template-columns:1fr;min-height:auto;padding-top:70px}.portrait-wrap{max-height:520px}.cards{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.split,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.container{width:min(100% - 26px,var(--max))}.brand-name{display:none}.brand img{width:88px}.hero{background:#fff}.hero-grid{gap:18px}.hero h1{font-size:48px}.hero h2{font-size:30px}.hero p{font-size:16px}.portrait{max-height:430px}.cards,.grid-3{grid-template-columns:1fr}.section{padding:54px 0}.section-title{display:block}.section-title h2{font-size:32px}.footer-grid{grid-template-columns:1fr}.list-cols{columns:1}}
