@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap');

:root { --navy:#203955; --ink:#15293b; --blue:#587a94; --mist:#eef2f3; --paper:#fbfaf7; --line:#cfd8dc; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:'DM Sans',Arial,sans-serif; letter-spacing:0; }
a { color:inherit; text-decoration:none; }
.site-header { min-height:106px; padding:0 clamp(24px,4.5vw,72px); display:flex; align-items:center; justify-content:space-between; gap:35px; background:rgba(251,250,247,.98); border-bottom:1px solid #dde3e5; position:sticky; top:0; z-index:20; }
.brand { flex:0 1 auto; display:flex; align-items:center; gap:17px; min-width:0; }
.brand>img { width:72px; height:72px; display:block; flex:0 0 auto; }
.brand-text { display:flex; flex-direction:column; min-width:0; }
.brand-text strong { font-family:'Playfair Display',Georgia,serif; color:var(--navy); font-size:clamp(37px,3.35vw,52px); line-height:.95; font-weight:500; white-space:nowrap; }
.brand-text small { margin-top:10px; color:#61758a; font-size:clamp(10px,.78vw,13px); line-height:1; font-weight:600; letter-spacing:2.6px; text-transform:uppercase; white-space:nowrap; }
nav { display:flex; align-items:center; gap:clamp(18px,2vw,30px); font-size:14px; font-weight:500; }
nav a:hover { color:var(--blue); }
.nav-cta { background:var(--navy); color:white!important; padding:13px 20px; }
.hero { min-height:690px; display:grid; grid-template-columns:1.05fr .95fr; }
.hero-copy { padding:clamp(72px,9vw,130px) clamp(34px,7vw,110px); align-self:center; }
.eyebrow { color:var(--blue); text-transform:uppercase; font-size:12px; font-weight:600; letter-spacing:2px; margin:0 0 25px; }
.hero-eyebrow { display:inline-flex; align-items:center; border:1px solid #aebfca; border-radius:999px; background:white; padding:10px 17px; color:var(--navy); }
h1,h2 { font-family:'Playfair Display',Georgia,serif; font-weight:500; letter-spacing:0; margin:0; }
h1 { font-size:clamp(52px,5.8vw,86px); line-height:1.01; color:var(--navy); }
.lede { max-width:700px; font-size:18px; line-height:1.72; color:#4d5f6b; margin:32px 0; }
.lede strong { color:var(--navy); font-weight:600; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
.button { min-height:50px; padding:14px 22px; display:inline-flex; align-items:center; justify-content:center; gap:16px; font-size:14px; font-weight:600; }
.primary { background:var(--navy); color:white; }
.secondary { border:1px solid #b8c4c9; background:white; }
.hero-visual { background:var(--navy) url('/danube-development-hero.webp') center/cover no-repeat; color:white; position:relative; overflow:hidden; min-height:540px; }
.hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(21,41,59,.82) 0%,rgba(21,41,59,.38) 48%,rgba(21,41,59,.08) 100%); }
.promise { position:absolute; z-index:1; left:9%; right:12%; bottom:90px; border-left:3px solid #a9c0cd; padding:22px 0 22px 28px; max-width:520px; text-shadow:0 2px 18px rgba(0,0,0,.28); }
.promise span { font-size:11px; letter-spacing:2px; color:#a9bdc9; }
.promise strong { font-family:'Playfair Display',Georgia,serif; font-size:clamp(38px,4vw,62px); line-height:1.05; font-weight:500; display:block; margin:14px 0 18px; }
.promise p { color:#cad5db; line-height:1.65; max-width:430px; }
.location { position:absolute; z-index:1; bottom:38px; left:9%; right:9%; display:flex; align-items:center; gap:15px; color:#e2ebef; font-size:10px; letter-spacing:1.8px; text-shadow:0 1px 10px rgba(0,0,0,.4); }
.location span { height:1px; background:#6d8799; flex:1; }
.trust-strip { min-height:90px; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:center; gap:28px; text-transform:uppercase; letter-spacing:1.8px; font-size:11px; color:#60727d; padding:24px; flex-wrap:wrap; }
.trust-strip i { width:4px; height:4px; background:#8ca3b1; border-radius:50%; }
.alliant-band { padding:82px clamp(24px,7vw,110px); background:white; display:grid; grid-template-columns:1.25fr .75fr; gap:clamp(60px,9vw,130px); align-items:center; border-bottom:1px solid var(--line); }
.alliant-copy h2 { font-family:'Playfair Display',Georgia,serif; font-size:clamp(36px,4vw,56px); font-weight:500; line-height:1.08; color:var(--navy); margin:0 0 22px; max-width:790px; }
.alliant-copy>p:not(.eyebrow) { color:#596b76; font-size:17px; line-height:1.72; max-width:770px; }
.alliant-copy a { display:inline-block; margin-top:15px; color:var(--navy); font-weight:600; border-bottom:1px solid #8da7b6; padding-bottom:7px; }
.alliant-mark { min-height:250px; background:var(--mist); border-left:4px solid var(--blue); display:flex; flex-direction:column; align-items:center; justify-content:center; padding:38px; text-align:center; }
.alliant-mark span { color:#687d89; font-size:10px; font-weight:600; letter-spacing:2px; margin-bottom:24px; }
.alliant-mark img { width:min(100%,300px); height:auto; }
.alliant-mark small { max-width:300px; margin-top:22px; color:#637681; font-size:12px; line-height:1.55; }
.services,.process,.faq,.team { padding:110px clamp(24px,7vw,110px); }
.section-intro { display:grid; grid-template-columns:.45fr 1fr .75fr; gap:50px; align-items:start; margin-bottom:70px; }
.section-intro h2,.partner-band h2,.contact h2 { font-size:clamp(42px,5vw,68px); line-height:1.05; color:var(--navy); }
.section-intro>p:last-child { color:#596b76; line-height:1.75; margin:5px 0 0; }
.service-list { border-top:1px solid var(--line); }
.service-list article { display:grid; grid-template-columns:.22fr .7fr 1fr; gap:40px; padding:42px 0; border-bottom:1px solid var(--line); align-items:center; }
.service-list span,.steps span { color:#78909f; font-size:12px; letter-spacing:1.5px; }
.service-icon { width:74px; height:74px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background:var(--navy); color:white!important; box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 8px 22px rgba(32,57,85,.12); }
.service-icon svg { width:34px; height:34px; }
h3 { margin:0; font-size:22px; font-weight:500; color:var(--navy); }
.service-list p,.steps p { margin:0; color:#5c6c75; line-height:1.65; }
.development-feature { display:grid; grid-template-columns:1.15fr .85fr; min-height:650px; background:white; }
.development-image { min-height:520px; overflow:hidden; }
.development-image img { width:100%; height:100%; display:block; object-fit:cover; }
.development-copy { padding:clamp(70px,8vw,120px) clamp(34px,7vw,110px); align-self:center; }
.development-copy h2 { font-size:clamp(42px,4.7vw,66px); line-height:1.05; color:var(--navy); }
.development-copy>p:not(.eyebrow) { color:#596b76; font-size:17px; line-height:1.75; margin:26px 0; }
.development-copy ul { list-style:none; padding:0; margin:28px 0; border-top:1px solid var(--line); }
.development-copy li { padding:13px 0 13px 24px; border-bottom:1px solid var(--line); position:relative; color:#455964; }
.development-copy li::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--blue); position:absolute; left:0; top:20px; }
.development-copy a { display:inline-block; margin-top:15px; color:var(--navy); font-weight:600; border-bottom:1px solid #8da7b6; padding-bottom:7px; }
.partner-band { background:var(--navy); color:white; padding:110px clamp(24px,7vw,110px); display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(60px,10vw,150px); }
.partner-band h2 { color:white; }
.light { color:#aac0cd; }
.partner-copy { padding-top:40px; }
.partner-copy>p { color:#c9d5dc; line-height:1.75; font-size:17px; }
.partner-copy ul { list-style:none; padding:0; margin:32px 0; border-top:1px solid #476077; }
.partner-copy li { padding:15px 0; border-bottom:1px solid #476077; }
.partner-copy a { display:inline-block; margin-top:18px; color:white; font-weight:600; border-bottom:1px solid #8da7b6; padding-bottom:8px; }
.team { background:white; border-bottom:1px solid var(--line); }
.team-intro { display:grid; grid-template-columns:.45fr 1fr .75fr; gap:50px; align-items:start; margin-bottom:70px; }
.team-intro h2 { font-size:clamp(42px,5vw,68px); line-height:1.05; color:var(--navy); }
.team-intro>p:last-child { color:#596b76; line-height:1.75; margin:5px 0 0; }
.team-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); }
.team-member { display:grid; grid-template-columns:94px 1fr; gap:30px; padding:46px 50px 20px 0; align-items:start; }
.team-member+article { border-left:1px solid var(--line); padding-left:50px; padding-right:0; }
.member-mark { width:78px; height:78px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:var(--navy); color:white; font-family:'Playfair Display',Georgia,serif; font-size:27px; box-shadow:0 8px 22px rgba(32,57,85,.12); }
.member-role { margin:0 0 10px; color:var(--blue)!important; text-transform:uppercase; font-size:11px; font-weight:600; letter-spacing:1.5px; }
.team-member h3 { font-family:'Playfair Display',Georgia,serif; font-size:34px; margin-bottom:18px; }
.team-member p:last-child { color:#596b76; line-height:1.75; margin:0; }
.compact { grid-template-columns:.45fr 1.5fr; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.steps article { padding:34px 42px 30px 0; border-right:1px solid var(--line); min-height:220px; }
.steps article+article { padding-left:42px; }
.steps article:last-child { border-right:0; }
.step-icon { width:68px; height:68px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background:var(--navy); color:white!important; box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 8px 22px rgba(32,57,85,.12); }
.step-icon svg { width:32px; height:32px; }
.steps h3 { margin:24px 0 14px; }
.faq { background:var(--mist); display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; }
.faq .section-intro { display:block; margin:0; }
.faq-list { border-top:1px solid #bac8ce; }
details { border-bottom:1px solid #bac8ce; padding:23px 0; }
summary { cursor:pointer; font-weight:600; color:var(--navy); font-size:17px; }
details p { color:#576a75; line-height:1.7; padding-right:30px; }
.contact { text-align:center; padding:120px 24px; background:#58798f; color:white; }
.contact h2 { color:white; }
.contact>p:not(.eyebrow) { max-width:610px; margin:25px auto 35px; color:#e3ebee; line-height:1.7; }
.contact-actions { display:flex; gap:25px; justify-content:center; align-items:center; flex-wrap:wrap; }
.contact address { margin:32px auto 0; font-style:normal; font-size:13px; letter-spacing:1px; color:#e5edf0; }
.white { background:white; color:var(--navy); }
.text-link { border-bottom:1px solid rgba(255,255,255,.6); padding-bottom:5px; }
footer { padding:55px clamp(24px,7vw,110px); display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:40px; align-items:start; font-size:13px; line-height:1.7; color:#60707a; }
footer img { width:220px; }
footer p { grid-column:1/-1; border-top:1px solid var(--line); padding-top:25px; margin:10px 0 0; }

@media (max-width:900px) {
  .site-header { min-height:94px; } .brand>img { width:62px; height:62px; } .brand-text strong { font-size:38px; } .brand-text small { font-size:9px; letter-spacing:2px; } nav a:not(.nav-cta) { display:none; }
  .hero { grid-template-columns:1fr; } .hero-copy { padding:72px 24px; } .hero-visual { min-height:500px; }
  .section-intro,.team-intro,.partner-band,.faq,.alliant-band,.development-feature { grid-template-columns:1fr; } .section-intro,.team-intro { gap:22px; }
  .team-grid { grid-template-columns:1fr; } .team-member,.team-member+article { border-left:0; border-bottom:1px solid var(--line); padding:38px 0; }
  .development-image { min-height:440px; }
  .service-list article { grid-template-columns:72px 1fr; } .service-list article p { grid-column:2; }
  .steps { grid-template-columns:1fr; } .steps article,.steps article+article { border-right:0; border-bottom:1px solid var(--line); padding:30px 0; min-height:0; }
  footer { grid-template-columns:1fr 1fr; } footer img,footer p { grid-column:1/-1; }
}
@media (max-width:560px) {
  .site-header { padding:14px 18px; min-height:86px; } .brand { gap:11px; } .brand>img { width:56px; height:56px; } .brand-text strong { font-size:clamp(30px,9vw,38px); } .brand-text small { margin-top:7px; max-width:calc(100vw - 100px); overflow:hidden; text-overflow:ellipsis; font-size:8px; letter-spacing:1.45px; } .site-header nav { display:none; } h1 { font-size:48px; } .hero-eyebrow { font-size:10px; letter-spacing:1.5px; padding:9px 12px; } .trust-strip { justify-content:flex-start; }
  .services,.process,.faq,.team,.partner-band,.alliant-band { padding:80px 24px; } .partner-band { gap:35px; }
  .team-member { grid-template-columns:64px 1fr; gap:18px; } .member-mark { width:60px; height:60px; font-size:22px; } .team-member h3 { font-size:30px; }
  .service-list article { grid-template-columns:66px 1fr; gap:18px; padding:30px 0; } .service-icon { width:60px; height:60px; } .service-icon svg { width:29px; height:29px; }
  .development-image { min-height:320px; } .development-copy { padding:70px 24px; }
  .alliant-mark { min-height:210px; padding:28px; }
  footer { grid-template-columns:1fr; } footer img,footer p { grid-column:auto; }
}
