*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#17212b;background:#fbf7f0;line-height:1.6}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}header{position:sticky;top:0;z-index:10;background:rgba(251,247,240,.94);backdrop-filter:blur(14px);border-bottom:1px solid #dfe9e7}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.nav img{width:215px}.brand-link{display:flex;align-items:center}.nav nav{display:flex;gap:26px}.nav a{text-decoration:none;font-weight:700}.menu-toggle{display:none;border:0;border-radius:12px;background:#122348;color:#fff;font-weight:800;padding:10px 14px}.hero{padding:88px 0;background:radial-gradient(circle at 85% 25%,#dcefeb 0,transparent 34%),linear-gradient(135deg,#fff,#fbf7f0)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}.eyebrow{margin:0 0 14px;color:#146b73;font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.eyebrow.light{color:#bfe6df}h1,h2{font-family:Georgia,serif;letter-spacing:-.035em;line-height:1.04;margin:0;color:#122348}h1{font-size:clamp(3.6rem,7vw,6.8rem)}h1 span{color:#0d4d5c}h2{font-size:clamp(2.7rem,5vw,4.8rem)}.lead{font-size:1.28rem;color:#5c6670;max-width:720px}.buttons{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;min-height:54px;padding:0 24px;align-items:center;justify-content:center;border-radius:14px;text-decoration:none;font-weight:850}.primary{background:#f26422;color:white}.secondary{background:white;color:#0d4d5c;border:1px solid #bfd2cf}.note{font-size:.9rem;color:#5c6670}.art{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}.logo-art img{width:min(92%,520px);filter:drop-shadow(0 20px 45px rgba(13,77,92,.12))}.band{background:#0d4d5c;color:white;padding:76px 0}.two{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.band h2,.cta h2{color:white}.bigcopy{font-size:1.55rem;margin-top:0}.section{padding:100px 0}.pale{background:#e6f2f0}.heading{max-width:760px;margin-bottom:44px}.heading p:not(.eyebrow){font-size:1.16rem;color:#5c6670}.feature{width:100%;border-radius:24px;box-shadow:0 22px 60px rgba(13,77,92,.12)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.card{padding:30px;border-radius:22px;background:white;border:1px solid #dfe9e7;display:flex;flex-direction:column;min-height:100%}.card.dark{background:linear-gradient(145deg,#0d4d5c,#123b49);color:white}.card.muted{background:#f1eee8}.card small{color:#f26422;font-weight:900;letter-spacing:.12em}.card h3{font-size:1.45rem}.card p{flex:1}.card a,.about a{color:#f26422;font-weight:850;text-decoration:none}.about{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.about p{font-size:1.08rem;color:#5c6670}.about img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:24px;box-shadow:0 22px 60px rgba(13,77,92,.14)}.cta{padding:68px 0;background:#0d4d5c;color:white}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.lightbtn{background:white;color:#122348}footer{background:#0a2730;color:#dbe8e5;padding:28px 0}.foot{display:flex;justify-content:space-between;align-items:center}.foot img{width:170px;filter:brightness(0) invert(1)}@media(max-width:900px){.hero-grid,.two,.about{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.menu-toggle{display:block}.nav nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fbf7f0;padding:18px 20px 24px;flex-direction:column;border-bottom:1px solid #dfe9e7;box-shadow:0 14px 30px rgba(13,77,92,.08)}.nav nav.open{display:flex}.hero-grid{display:flex;flex-direction:column}.logo-art{order:-1;min-height:auto;justify-content:flex-start;width:100%;padding-bottom:16px}.logo-art img{width:min(78%,360px);margin-left:0}.art{min-height:0}.cta-inner,.foot{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.wrap{width:min(100% - 26px,1180px)}.nav img{width:175px}.hero,.section{padding:62px 0}.hero{padding-top:34px}.logo-art img{width:min(88%,320px)}h1{font-size:clamp(3.1rem,16vw,4.8rem)}.buttons{flex-direction:column}.btn{width:100%}.card{padding:24px}}
/* v3 refinements */
.nav nav a{color:#0d4d5c}
.nav nav a:hover,.nav nav a:focus{color:#f26422}
.hero-grid{grid-template-columns:1.15fr .85fr}
.hero-copy{max-width:760px}
.hero-actions-panel{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(13,77,92,.14);
  box-shadow:0 22px 60px rgba(13,77,92,.12);
  border-radius:26px;
  padding:34px;
  display:flex;
  flex-direction:column;
  gap:14px;
  align-self:center
}
.panel-kicker{
  margin:0 0 4px;
  color:#0d4d5c;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.78rem
}
.hero-btn{width:100%}
.hero-actions-panel .note{margin:2px 0 0}
@media(max-width:900px){
  .hero-grid{display:grid;grid-template-columns:1fr}
  .hero-actions-panel{width:100%;order:2}
  .hero-copy{order:1}
  .nav nav a{color:#0d4d5c}
}
