:root{
  --ink:#10232b;
  --muted:#5f737b;
  --paper:#f8fbfa;
  --white:#fff;
  --line:#dfe9e7;
  --accent:#1f8f86;
  --accent-2:#dff3ef;
  --accent-3:#0f625d;
  --shadow:0 18px 50px rgba(22,58,58,.10);
  --radius:26px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(248,251,250,.90);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,233,231,.8)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.02em}
.brand img{width:46px;height:46px;object-fit:contain}
.brand span{max-width:190px;line-height:1.05}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}
.nav-links>a,.drop>button{color:#304850;opacity:.92}
.nav-links>a:hover,.drop>button:hover{color:var(--accent-3)}
.drop{position:relative}.drop>button{font:inherit;border:0;background:transparent;cursor:pointer;padding:12px 0}
.drop-menu{position:absolute;top:52px;left:-18px;width:260px;background:var(--white);border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow);opacity:0;transform:translateY(6px);pointer-events:none;transition:.18s ease}
.drop:hover .drop-menu,.drop:focus-within .drop-menu{opacity:1;transform:none;pointer-events:auto}
.drop-menu a{display:block;padding:11px 12px;border-radius:12px;font-size:14px}.drop-menu a:hover{background:var(--accent-2)}
.nav-cta{padding:11px 16px;border-radius:999px;background:var(--ink);color:var(--white)!important}
.menu-btn{display:none;border:1px solid var(--line);background:var(--white);border-radius:12px;padding:10px 12px;cursor:pointer}
.hero{padding:88px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.16fr .84fr;gap:60px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid var(--line);background:var(--white);border-radius:999px;color:var(--accent-3);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.055em;margin:22px 0 24px;max-width:740px}
.hero h1 span{color:var(--accent)}
.hero p{font-size:19px;color:var(--muted);max-width:660px;margin:0 0 30px}
.actions{display:flex;flex-wrap:wrap;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:14px;font-weight:800;font-size:14px;border:1px solid var(--line);background:var(--white)}
.btn.primary{background:var(--accent);color:var(--white);border-color:var(--accent)}
.btn.dark{background:var(--ink);color:var(--white);border-color:var(--ink)}
.btn:hover{transform:translateY(-1px)}
.hero-card{background:linear-gradient(180deg,#edf7f5 0%,#dfeeea 100%);border-radius:34px;min-height:520px;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.hero-card:before,.hero-card:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(15,98,93,.18)}
.hero-card:before{width:420px;height:420px;right:-120px;top:-80px}.hero-card:after{width:260px;height:260px;left:-80px;bottom:-60px}
.hero-mark{position:absolute;inset:0;display:grid;place-items:center;padding:50px;text-align:center}.hero-mark-inner{width:min(290px,100%);aspect-ratio:1/1;border-radius:42% 58% 55% 45%/45% 45% 55% 55%;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;box-shadow:0 24px 60px rgba(15,98,93,.13)}
.hero-mark h2{font-size:30px;line-height:1.08;letter-spacing:-.035em;margin:0}.hero-mark small{display:block;margin-top:12px;color:var(--accent-3);font-weight:700}
.section{padding:96px 0}.section.alt{background:var(--white)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.section-head h2{font-size:clamp(32px,4vw,50px);line-height:1.02;letter-spacing:-.04em;margin:0}.section-head p{color:var(--muted);max-width:560px;margin:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 12px 32px rgba(30,70,72,.05)}
.card.soft{background:#f4f9f7}.card h3{margin:0 0 10px;font-size:20px;letter-spacing:-.02em}.card p{margin:0;color:var(--muted)}
.num{font-size:13px;color:var(--accent);font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:28px}
.pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--accent-2);color:var(--accent-3);font-size:12px;font-weight:800;margin:0 7px 7px 0}
.list{display:grid;gap:14px;padding:0;margin:20px 0 0;list-style:none}.list li{display:flex;gap:12px}.list li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);margin-top:10px;flex:none}
.band{padding:32px;border-radius:30px;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:24px}.band p{margin:0;color:#c6d2d4;max-width:710px}.band .btn{background:var(--white);color:var(--ink);border-color:var(--white)}
.page-hero{padding:72px 0 42px}.page-hero h1{font-size:clamp(42px,5vw,62px);line-height:1;letter-spacing:-.045em;margin:0 0 16px}.page-hero p{max-width:760px;color:var(--muted);font-size:18px;margin:0}
.team-card{padding:0;overflow:hidden}.team-photo{aspect-ratio:4/4.5;background:#dcebe7;overflow:hidden}.team-photo img{width:100%;height:100%;object-fit:cover}.team-body{padding:24px}.role{font-size:12px;font-weight:800;color:var(--accent-3);text-transform:uppercase;letter-spacing:.08em}.team-body h3{font-size:28px;margin:7px 0 12px}.team-body p{color:var(--muted);margin:0}
.bio{display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;align-items:start;margin-top:28px}.bio .card{height:100%}
.doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.doc{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border:1px solid var(--line);background:var(--white);border-radius:18px}.doc strong{display:block}.doc span{font-size:12px;color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.contact-item{padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--white)}.contact-item .label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-weight:800}.contact-item strong{display:block;margin-top:6px;font-size:20px}
.site-footer{margin-top:40px;padding:54px 0 26px;background:var(--ink);color:var(--white)}.footer-grid{display:grid;grid-template-columns:1.25fr .85fr .9fr;gap:42px;align-items:start}.footer-brand{display:flex;gap:12px;align-items:start}.footer-brand img{width:52px;height:52px;object-fit:contain}.footer-brand h3{margin:0 0 6px}.footer-brand p{margin:0;color:#b7c9cc;max-width:430px}.footer h4{margin:0 0 12px}.footer a{color:#c8d5d7}.footer a:hover{color:var(--white)}.socials{display:flex;flex-wrap:wrap;gap:8px}.social{padding:8px 12px;border:1px solid rgba(255,255,255,.15);border-radius:999px}.footer-bottom{margin-top:40px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#8ea2a5;font-size:12px}
.notice{padding:16px 18px;border-radius:18px;background:#fff8e9;border:1px solid #f0dfb5;color:#7a6127;font-size:14px}
.mobile-only{display:none}
@media(max-width:900px){.hero-grid,.contact-grid,.bio{grid-template-columns:1fr}.hero{padding-top:58px}.hero-card{min-height:360px}.grid-3,.doc-grid{grid-template-columns:1fr}.grid-2{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{display:none;position:absolute;top:78px;left:20px;right:20px;background:var(--white);padding:12px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);align-items:stretch;flex-direction:column;gap:4px}.nav-links.open{display:flex}.nav-links>a,.drop>button{padding:12px}.drop-menu{position:static;width:auto;box-shadow:none;border:0;display:none;padding:0 0 6px}.drop.open .drop-menu{display:block;opacity:1;transform:none;pointer-events:auto}.menu-btn{display:block}.nav-cta{margin-top:4px;text-align:center}.mobile-only{display:block}}
@media(max-width:620px){.container{width:min(var(--max),calc(100% - 28px))}.hero h1{font-size:44px}.section{padding:74px 0}.page-hero{padding-top:52px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.brand span{font-size:13px}.hero-card{min-height:300px}.band{align-items:flex-start;flex-direction:column}}

/* Mobile refinements */
@media (max-width: 900px){
  body{overflow-x:hidden}
  .nav{height:70px}
  .brand img{width:40px;height:40px}
  .nav-links{top:70px;left:14px;right:14px;max-height:calc(100vh - 84px);overflow:auto}
  .drop-menu a{padding:12px 14px}
  .hero{padding:46px 0 48px}
  .hero-grid{gap:34px}
  .hero h1{font-size:clamp(38px,11vw,58px)}
  .hero p{font-size:17px}
  .actions{width:100%}
  .actions .btn{width:100%}
  .section-head{align-items:flex-start;flex-direction:column;gap:14px}
  .section-head p{max-width:none}
  .card{padding:22px;border-radius:20px}
  .team-body{padding:20px}
  .team-body h3{font-size:25px}
  .team-photo{aspect-ratio:1/1.08}
  .contact-item{padding:20px}
  .footer-grid{gap:26px}
}
@media (max-width: 620px){
  .container{width:calc(100% - 24px)}
  .hero h1{font-size:clamp(36px,12vw,48px)}
  .hero-card{min-height:250px;border-radius:26px}
  .hero-mark{padding:24px}
  .hero-mark h2{font-size:25px}
  .section{padding:58px 0}
  .page-hero{padding:40px 0 28px}
  .page-hero h1{font-size:clamp(38px,11vw,50px)}
  .page-hero p{font-size:16px}
  .band{padding:24px;border-radius:22px}
  .band .btn{width:100%}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{align-items:flex-start}
  .socials{gap:6px}
  .social{padding:7px 10px;font-size:13px}
}


/* Team horizontal layout */
.team-card{display:grid;grid-template-columns:190px 1fr;gap:0;align-items:stretch}
.team-photo{aspect-ratio:auto;width:190px;min-height:230px;background:#dcebe7;overflow:hidden}
.team-photo img{width:100%;height:100%;object-fit:cover}
.team-body{padding:28px 30px;display:flex;flex-direction:column;justify-content:center}
@media(max-width:900px){
  .team-card{grid-template-columns:170px 1fr}
  .team-photo{width:170px;min-height:220px}
  .team-body{padding:24px}
}
@media(max-width:620px){
  .team-card{grid-template-columns:1fr}
  .team-photo{width:150px;height:180px;min-height:0;margin:20px auto 0;border-radius:18px}
  .team-body{padding:20px 20px 24px}
  .team-body h3{font-size:24px}
}

/* Logo variants */
.site-header .brand img{width:46px;height:46px;object-fit:contain}
.site-footer .footer-brand img{width:52px;height:52px;object-fit:contain}

/* Home page team: photo above, text below */
.home-team-grid{align-items:stretch}
.home-team-card{display:flex;flex-direction:column;height:100%;padding:0}
.home-team-card .team-photo{width:100%;height:auto;min-height:0;aspect-ratio:4/4.7;border-radius:0;background:#dcebe7}
.home-team-card .team-body{padding:24px;display:flex;flex-direction:column;justify-content:flex-start}
.home-team-card .team-body h3{font-size:25px}
@media(max-width:900px){
  .home-team-card .team-photo{aspect-ratio:4/4.6}
}
@media(max-width:620px){
  .home-team-card .team-photo{aspect-ratio:4/4.7;margin:0;width:100%;height:auto;border-radius:0}
  .home-team-card .team-body{padding:20px}
}

/* Footer alignment and contact styling */
.site-footer .footer-grid > div{min-width:0}
.site-footer h4{margin:0 0 14px;font-size:14px}
.site-footer a{color:#c8d5d7;text-decoration:none}
.site-footer a:hover{color:var(--white)}
.site-footer .footer-brand{min-height:74px}
.site-footer .footer-brand h3{line-height:1.2}
.site-footer .footer-bottom{align-items:center}
@media(max-width:900px){.site-footer .footer-grid{gap:28px}}
