
:root{
  --blue:#5B94E5;--mint:#D2F1E3;--navy:#17337A;--yellow:#FECC69;--teal:#355866;
  --bg:#dfeafb;--paper:#edf4ff;--box:#ffffff;--text:#17212a;--muted:#5c6971;
  --line:rgba(23,51,122,.18);--shadow:0 12px 28px rgba(23,51,122,.08);--radius:16px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#eaf2ff 0%,#dfeafb 60%,#d5e4fb 100%);color:var(--text);font-size:14px;line-height:1.55}a{color:var(--navy)}img{max-width:100%;display:block}.site{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{background:linear-gradient(180deg,var(--navy),var(--teal));color:#fff;padding:26px 18px;position:sticky;top:0;height:100vh;overflow:auto}.logo-wrap{display:block;text-align:center;margin-bottom:22px;color:#fff;text-decoration:none}.logo{width:150px;margin:0 auto 16px;background:transparent;border-radius:0;padding:0;box-shadow:none}.brand{display:block;font-size:18px;font-weight:bold;line-height:1.25;text-align:center}.subtitle{display:block;font-size:12px;color:rgba(255,255,255,.78);text-align:center;margin-top:6px}.nav{margin-top:26px;display:grid;gap:7px}.nav a{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:10px 12px;background:rgba(255,255,255,.06);transition:.15s}.nav a:hover,.nav a.active{background:rgba(210,241,227,.22);border-color:rgba(210,241,227,.55)}.content{padding:34px 42px}.page{max-width:850px;background:var(--paper);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:28px;margin-bottom:28px}.title-row{display:grid;grid-template-columns:280px 1fr;gap:22px;align-items:start;margin-bottom:18px}h1{font-size:26px;color:var(--navy);margin:0 0 12px}h2{font-size:18px;color:var(--navy);margin:0 0 12px}h3{font-size:15px;color:var(--teal);margin:0 0 8px}.quote{font-weight:bold;color:var(--teal);background:rgba(210,241,227,.7);border-left:5px solid var(--blue);padding:16px;border-radius:14px}.two-col{display:grid;grid-template-columns:335px 1fr;gap:22px;align-items:start}.two-col.equal{grid-template-columns:1fr 1fr}.box{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:0 8px 18px rgba(23,51,122,.05)}.image-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:10px;box-shadow:0 8px 18px rgba(23,51,122,.06)}.image-box img{border-radius:12px}.portrait{max-height:430px;object-fit:cover;object-position:center top}.small-img{max-width:335px}.contact-card{background:var(--navy);color:#fff;border-radius:18px;padding:24px}.contact-card a{color:#fff}.contact-card h2{color:#fff}.muted{color:var(--muted)}.list{padding-left:18px;margin:0}.spacer{height:16px}.footer{max-width:850px;color:var(--muted);font-size:12px;padding:0 4px 30px}.mobile-top{display:none}.dgsv{display:inline-block;width:55px;vertical-align:middle;margin-left:4px}
@media(max-width:820px){.site{display:block}.sidebar{position:static;height:auto;padding:18px}.logo{width:105px}.brand{text-align:left}.logo-wrap{display:grid;grid-template-columns:110px 1fr;align-items:center;text-align:left;margin-bottom:14px}.subtitle{text-align:left}.nav{grid-template-columns:repeat(2,1fr);margin-top:14px}.content{padding:18px}.title-row,.two-col,.two-col.equal{grid-template-columns:1fr}.page{padding:20px}.small-img{max-width:none;width:100%}}
@media(max-width:520px){.nav{grid-template-columns:1fr}.content{padding:12px}.page{border-radius:18px}h1{font-size:22px}}

body{background:linear-gradient(180deg,#f3f7ff 0%,#e2edf9 100%)}
.content{padding:42px 46px}
.page{
  max-width:920px;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  padding:0;
  margin-bottom:34px;
}
.title-row{
  grid-template-columns:minmax(260px,1fr) minmax(300px,1fr);
  gap:28px;
  align-items:start;
  border-bottom:1px solid var(--line);
  padding-bottom:22px;
  margin-bottom:24px;
}
h1{font-size:30px;margin-bottom:16px}
h2{font-size:19px;margin:0 0 10px}
.quote{
  background:transparent;
  border-left:5px solid var(--blue);
  border-radius:0;
  padding:4px 0 4px 18px;
}
.two-col{grid-template-columns:330px minmax(0,1fr);gap:34px;margin:24px 0}
.two-col.equal{grid-template-columns:1fr 1fr;gap:36px}
.box{
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  padding:2px 0;
}
.image-box{
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  padding:0;
}
.image-box img{border-radius:8px}
.portrait{max-height:460px}
.contact-card{
  border-radius:8px;
  box-shadow:0 10px 24px rgba(23,51,122,.12);
}
.spacer{
  height:1px;
  background:var(--line);
  margin:26px 0;
}
.footer{max-width:920px;border-top:1px solid var(--line);padding-top:18px}
@media(max-width:820px){
  .content{padding:24px 18px}
  .title-row,.two-col,.two-col.equal{grid-template-columns:1fr;gap:18px}
  .page{padding:0}
  .box{padding-left:0}
}
@media(max-width:520px){
  .content{padding:18px 14px}
  h1{font-size:25px}
}

.quote,
.inline-quote{
  position:relative;
  margin:0;
  padding:18px 22px 18px 48px;
  background:rgba(255,255,255,.38);
  border:1px solid rgba(23,51,122,.12);
  border-radius:8px;
  color:var(--teal);
  font-size:15px;
  font-style:italic;
  font-weight:600;
}
.quote::before,
.inline-quote::before{
  content:"“";
  position:absolute;
  left:18px;
  top:9px;
  color:rgba(23,51,122,.32);
  font-family:Georgia,serif;
  font-size:42px;
  line-height:1;
  font-style:normal;
}
.quote .muted,
.quote-author{
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-size:12px;
  font-style:normal;
  font-weight:600;
  letter-spacing:.02em;
}
.quote .muted::before,
.quote-author::before{
  content:"— ";
}
.profile-hero{
  grid-template-columns:300px minmax(0,1fr);
  align-items:center;
  gap:42px;
}
.profile-photo{
  max-width:300px;
}
.profile-photo .portrait{
  width:100%;
  max-height:390px;
  object-fit:cover;
}
.intro-box{
  max-width:460px;
}
.profile-page .profile-hero{
  align-items:end;
}
.start-page .profile-hero{
  align-items:end;
}
.profile-middle-card{
  padding:24px 0;
  display:block;
}
.profile-middle-card .two-col{
  margin:0;
}
.profile-middle-card .box h2{
  color:var(--navy);
}
.profile-middle-card .box:first-child{
  padding-left:28px;
}
@media(max-width:820px){
  .profile-hero{grid-template-columns:1fr;gap:20px}
  .profile-photo{max-width:340px}
  .profile-photo .portrait{max-height:none}
  .profile-middle-card .box{
    padding-left:28px;
  }
}

.nav-toggle,
.nav-toggle-label{
  display:none;
}
@media(max-width:820px){
  .sidebar{
    position:sticky;
    top:0;
    z-index:10;
    padding:14px 18px;
    box-shadow:0 8px 18px rgba(23,51,122,.16);
  }
  .logo-wrap{
    grid-template-columns:96px minmax(0,1fr);
    column-gap:14px;
    margin-bottom:0;
  }
  .logo{
    width:86px;
    margin:0;
    padding:0;
    border-radius:0;
  }
  .brand{
    font-size:17px;
    line-height:1.2;
  }
  .subtitle{
    font-size:11px;
    line-height:1.45;
    margin-top:7px;
  }
  .nav-toggle{
    position:absolute;
    opacity:0;
    pointer-events:none;
  }
  .nav-toggle-label{
    display:block;
    margin-top:12px;
    color:#fff;
    border:1px solid rgba(255,255,255,.28);
    border-radius:10px;
    padding:9px 12px;
    background:rgba(255,255,255,.08);
    font-weight:bold;
    cursor:pointer;
  }
  .nav{
    display:none;
    margin-top:10px;
  }
  .nav-toggle:checked + .nav-toggle-label + .nav{
    display:grid;
  }
}

/* Final calm frame, inspired by the original light-blue site shell. */
:root{
  --old-shell:#9bbbe0;
  --old-shell-dark:#52677d;
  --old-paper:#deecfb;
  --old-page:#eaf3ff;
  --old-line:#779bc4;
}
html{
  overflow-y:scroll;
  scrollbar-gutter:stable;
}
body{
  min-height:calc(100vh + 1px);
  overflow-y:scroll;
  background:linear-gradient(180deg,#a8c4e4 0%,#9ab7d8 34%,#7f9ab5 70%,#52677d 100%);
  background-attachment:fixed;
}
.site{
  max-width:1180px;
  margin:0 auto;
  min-height:100vh;
  position:relative;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  grid-template-rows:28px minmax(0,1fr);
  background:var(--old-page);
  border-left:1px solid rgba(84,132,188,.34);
  border-right:1px solid rgba(84,132,188,.34);
  box-shadow:0 0 18px rgba(23,51,122,.1);
}
.site::after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:260px;
  z-index:0;
  pointer-events:none;
  background:#547EC4;
}
.site::before{
  content:"";
  grid-column:1 / -1;
  grid-row:1;
  position:sticky;
  top:0;
  z-index:20;
  background:linear-gradient(180deg,#9bbbe0 0%,#8faed1 100%);
  border-bottom:1px solid var(--old-line);
}
.sidebar{
  grid-column:1;
  grid-row:2;
  position:sticky;
  top:28px;
  z-index:15;
  height:calc(100vh - 28px);
  background:#547EC4;
  background:linear-gradient(180deg,#638ccd 0%,#547EC4 44%,#456da9 100%);
}
.nav a{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  border-radius:6px;
  box-shadow:none;
}
.nav a:hover,
.nav a.active{
  background:rgba(255,255,255,.18);
  border-color:rgba(255,255,255,.24);
}
.content{
  grid-column:2;
  grid-row:2;
  padding:36px 44px;
}
.page{
  max-width:880px;
  margin:0 auto 32px 0;
}
.title-row{
  grid-template-columns:minmax(0,1fr) minmax(280px,.95fr);
  gap:36px;
  padding-bottom:20px;
  margin-bottom:24px;
}
.two-col{
  grid-template-columns:minmax(280px,330px) minmax(0,1fr);
  gap:38px;
  align-items:start;
}
.two-col.equal{
  grid-template-columns:minmax(280px,330px) minmax(0,1fr);
  gap:38px;
}
.spacer{
  background:rgba(90,130,182,.35);
  margin:28px 0;
}
.quote,
.inline-quote{
  background:rgba(255,255,255,.42);
  border:1px solid rgba(90,130,182,.24);
  color:#355866;
  min-width:0;
  overflow-wrap:break-word;
}
.quote::before,
.inline-quote::before{
  content:"“";
}
.quote .muted::before,
.quote-author::before{
  content:"— ";
}
.concept-image img{
  width:100%;
  background:#fff;
}
.values-intro{
  align-items:start;
}
.values-copy{
  padding-top:0;
}
.values-copy h2{
  margin-top:0;
}
.values-detail{
  align-items:start;
}
.contact-row{
  align-items:stretch;
}
.contact-image,
.contact-card{
  height:100%;
}
.contact-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.contact-card{
  background:#d6dde7;
  color:#17212a;
  border:1px solid rgba(90,130,182,.28);
  box-shadow:none;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.contact-card h2,
.contact-card a{
  color:var(--navy);
}
.contact-card p{
  margin:0 0 12px;
}
.contact-card p:nth-last-child(-n+3){
  margin-bottom:5px;
  line-height:1.35;
}
.contact-card p:last-child{
  margin-bottom:0;
}
.contact-line{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  column-gap:8px;
  align-items:baseline;
}
.highlight-row{
  align-items:stretch;
}
.highlight-row .image-box,
.highlight-card{
  height:100%;
}
.highlight-row .image-box img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.highlight-card{
  align-items:center;
  text-align:left;
  padding:28px 32px;
}
.highlight-card p,
.highlight-card h2{
  width:100%;
  max-width:380px;
}
.highlight-card p{
  margin:0 0 18px;
  line-height:1.55;
}
.highlight-card p + p{
  margin-top:12px;
}
.highlight-card p:last-child{
  margin-bottom:0;
}
@media(max-width:820px){
  .site{
    display:block;
    max-width:none;
    border:0;
    box-shadow:none;
  }
  .site::before{
    display:block;
    height:10px;
    background:linear-gradient(180deg,#9bbbe0 0%,#8faed1 100%);
    border-bottom:1px solid var(--old-line);
  }
  .sidebar{
    position:sticky;
    top:0;
    height:auto;
  }
  .content{
    padding:24px 14px;
  }
  .page{
    max-width:none;
    margin:0;
  }
  .title-row,
  .two-col,
  .two-col.equal{
    grid-template-columns:1fr;
    gap:20px;
  }
  .contact-image,
  .contact-card{
    height:auto;
  }
  .contact-image img{
    height:auto;
  }
}

/* Header bar matching the older site structure. */
.site{
  grid-template-columns:305px minmax(0,1fr);
  grid-template-rows:225px minmax(0,1fr);
  background:var(--old-page);
}
.site::after{
  width:305px;
}
.site::before{
  display:none;
}
.site-header{
  grid-column:1 / -1;
  grid-row:1;
  position:sticky;
  top:0;
  z-index:30;
  display:grid;
  grid-template-columns:305px minmax(0,1fr);
  align-items:center;
  min-height:225px;
  background:#547EC4;
  background:linear-gradient(90deg,#547EC4 0%,#5f8bc9 58%,#6e98cc 100%);
}
.header-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  padding:28px 30px 20px;
}
.header-logo .logo{
  width:180px;
  margin:0;
}
.header-text{
  color:#fff;
  padding:28px 42px 20px 38px;
}
.header-title{
  font-size:28px;
  line-height:1.18;
  font-weight:700;
}
.header-kicker{
  font-size:22px;
  line-height:1.1;
  font-weight:600;
}
.header-title::first-line{
  font-size:22px;
  line-height:1.1;
  font-weight:600;
}
.header-name{
  margin-top:30px;
  font-size:18px;
  line-height:1.25;
  font-weight:700;
}
.sidebar{
  grid-column:1;
  grid-row:2;
  position:sticky;
  top:225px;
  z-index:15;
  height:calc(100vh - 225px);
  padding:28px 34px;
  background:#547EC4;
}
.nav{
  margin-top:0;
  gap:6px;
  width:180px;
  margin-left:auto;
  margin-right:auto;
}
.nav a{
  border-color:rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
  border-radius:4px;
  padding:7px 10px;
}
.nav a:hover,
.nav a.active{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.18);
}
.content{
  grid-column:2;
  grid-row:2;
  position:relative;
  z-index:1;
}
@media(max-width:820px){
  .site{
    display:block;
    background:var(--old-page);
  }
  .site::after{
    display:none;
  }
  .site-header{
    position:sticky;
    top:0;
    display:grid;
    grid-template-columns:112px minmax(0,1fr);
    min-height:132px;
  }
  .header-logo{
    padding:18px 14px 14px 18px;
  }
  .header-logo .logo{
    width:82px;
  }
  .header-text{
    padding:18px 18px 14px 8px;
  }
  .header-title{
    font-size:20px;
    line-height:1.16;
  }
  .header-kicker{
    font-size:16px !important;
  }
  .header-title::first-line{
    font-size:16px !important;
  }
  .header-name{
    margin-top:14px;
    font-size:15px;
  }
  .sidebar{
    position:sticky;
    top:132px;
    height:auto;
    padding:12px 18px 14px;
  }
}
