
:root{
  --navy:#0D274B;
  --navy-2:#15395F;
  --ink:#111827;
  --muted:#5C6470;
  --j:#AA9377;
  --line:#D9DEE5;
  --paper:#FFFFFF;
  --soft:#F4F6F8;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:"Inter",Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:14px;top:14px;z-index:1000;background:#fff;border:2px solid var(--navy);padding:10px 14px}
.site-header{min-height:112px;max-width:var(--max);margin:0 auto;padding:20px 34px;display:flex;align-items:center;justify-content:space-between}
.brand,.footer-brand{display:flex;align-items:center;gap:22px}
.brand-monogram{width:112px;height:76px;object-fit:contain}
.brand-divider{height:72px;width:1px;background:#9AA4B0}
.brand-copy{display:flex;flex-direction:column;gap:2px}
.brand-copy strong{font-size:20px;letter-spacing:.17em;color:var(--ink)}
.brand-copy span{font-size:14px;letter-spacing:.26em;color:#374151}
.nav{display:flex;gap:38px}
.nav a{text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:600;color:var(--navy)}
.nav a:focus-visible,.nav a:hover{text-decoration:underline;text-underline-offset:5px}
.menu-toggle{display:none;border:0;background:none;font-size:25px;color:var(--navy)}
.hero{max-width:var(--max);margin:0 auto;min-height:480px;display:grid;grid-template-columns:1.1fr 1fr;background:linear-gradient(110deg,#F7F9FB 0%,#EDF2F6 53%,transparent 53%);overflow:hidden}
.hero-copy{padding:68px 34px 60px 64px;position:relative;z-index:2}
.hero h1{margin:0;color:var(--navy);font-family:"Cormorant Garamond",Georgia,serif;font-size:66px;font-weight:500;line-height:1}
.eyebrow{margin-top:12px;letter-spacing:.28em;font-size:18px;color:#2F3741}
.rule{width:46px;height:3px;background:var(--navy);margin:35px 0 28px}
.hero h2{margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;font-size:34px;line-height:1.08;color:var(--navy)}
.hero-tags{margin-top:34px;font-size:15px;color:#333B45}
.hero-tags span{padding:0 9px;color:#7B8490}
.hero-image{background-image:linear-gradient(90deg,rgba(242,246,249,.55),rgba(242,246,249,0) 18%),url("assets/hero.jpg");background-size:cover;background-position:center 42%;min-height:480px}
.section{max-width:var(--max);margin:0 auto;padding:48px 64px}
.section-heading h2{margin:0;text-transform:uppercase;letter-spacing:.14em;font-size:20px;color:var(--navy)}
.section-heading span{display:block;width:44px;height:3px;background:var(--navy);margin-top:10px}
.services{padding-top:42px;padding-bottom:48px}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:26px}
.service-card{padding:12px 24px 8px;text-align:center;border-right:1px solid var(--line)}
.service-card:first-child{padding-left:0}
.service-card:last-child{border-right:0;padding-right:0}
.service-icon{height:62px;display:flex;align-items:center;justify-content:center}
.service-icon svg{width:54px;height:54px;stroke:var(--navy);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{color:var(--navy);font-size:14px;line-height:1.35;min-height:57px;margin:12px 0}
.service-card p{font-size:13px;color:#404853;margin:0;line-height:1.55}
.about{background:var(--soft);display:grid;grid-template-columns:1fr 1.15fr;gap:46px;align-items:center}
.about-image{min-height:310px;background:url("assets/about.jpg") center/cover no-repeat}
.about-copy .intro{font-size:14px;max-width:600px;color:#2F3741;margin:18px 0}
.credentials{list-style:none;padding:0;margin:16px 0 0}
.credentials li{margin:10px 0;font-size:13.5px;display:flex;gap:12px;align-items:flex-start}
.credential-mark{color:var(--navy);font-size:11px;margin-top:4px}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end}
.contact-prompt{display:flex;align-items:center;gap:24px;margin-top:25px}
.mail-circle{border:2px solid var(--navy);width:72px;height:72px;border-radius:50%;display:grid;place-items:center;color:var(--navy);font-size:28px;flex:0 0 auto}
.contact-prompt h3{margin:0 0 5px;color:var(--navy);font-family:"Cormorant Garamond",Georgia,serif;font-size:28px;font-weight:600}
.contact-prompt p{margin:0;font-size:13.5px;max-width:380px}
.contact-details{display:flex;flex-direction:column;gap:13px;font-size:18px;font-style:normal}
.contact-details a,.location{display:flex;gap:14px;align-items:flex-start}
.contact-details a:hover{text-decoration:underline;text-underline-offset:4px}
.contact-details a span,.location>span{color:var(--navy);font-size:20px;width:24px;text-align:center}
.location em{font-size:14px;color:var(--navy);font-weight:600}
footer{background:linear-gradient(90deg,#0D274B,#063468);color:#fff;min-height:118px;padding:22px max(34px,calc((100vw - var(--max))/2 + 64px));display:flex;justify-content:space-between;align-items:center}
.footer-monogram-image{width:96px;height:66px;object-fit:contain}
footer .brand-divider{background:rgba(255,255,255,.55);height:60px}
footer .brand-copy strong{color:#fff;font-size:14px}
footer .brand-copy span{color:#fff;font-size:10px}
.copyright{text-align:right;font-size:12px;line-height:1.5}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media (max-width:980px){
  .site-header{min-height:94px;padding:15px 24px}
  .brand-monogram{width:92px;height:62px}
  .brand-divider{height:58px}.brand-copy strong{font-size:16px}.brand-copy span{font-size:11px}
  .nav{gap:22px}
  .hero{grid-template-columns:1fr .8fr}
  .hero-copy{padding:56px 24px 52px 42px}.hero h1{font-size:54px}.hero h2{font-size:30px}
  .section{padding-left:42px;padding-right:42px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .service-card{border-right:0;border-bottom:1px solid var(--line);padding:28px 26px}
  .service-card:nth-child(odd){border-right:1px solid var(--line)}
  .service-card:last-child{grid-column:1/-1;border-right:0}
}
@media (max-width:760px){
  .brand-copy{display:none}
  .site-header{padding:12px 20px}
  .site-header .brand-monogram{width:88px;height:58px}
  .site-header .brand-divider{display:none}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;top:82px;right:18px;left:18px;background:white;border:1px solid var(--line);box-shadow:0 12px 30px rgba(0,0,0,.08);padding:18px;z-index:20;flex-direction:column;gap:14px}
  .nav.open{display:flex}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:52px 24px 42px}.hero h1{font-size:48px}.eyebrow{font-size:14px}
  .hero h2{font-size:29px}.hero-tags{line-height:1.8}
  .hero-image{min-height:270px}
  .section{padding:38px 24px}
  .service-grid{grid-template-columns:1fr}
  .service-card,.service-card:nth-child(odd){border-right:0;border-bottom:1px solid var(--line);padding:26px 10px}
  .service-card:last-child{border-bottom:0}
  .service-card h3{min-height:auto;font-size:16px}
  .service-card p{font-size:14px}
  .about{grid-template-columns:1fr;gap:28px}
  .about-image{min-height:240px}
  .contact{grid-template-columns:1fr;gap:34px}
  .contact-details{font-size:16px}
  footer{padding:22px 24px;flex-direction:column;align-items:flex-start;gap:18px}
  footer .brand-copy{display:flex}
  .copyright{text-align:left}
}
