:root{
  --navy:#102d4a;
  --navy-deep:#09233c;
  --cream:#f7f1e7;
  --white:#ffffff;
  --gold:#bd9652;
  --muted:#667487;
  --line:#e7dfd2;
  --yellow:#efe82a;
  --blue:#1597e5;
  --red:#ef241d;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--navy);
  background:#fff;
  font-family:Arial, Helvetica, sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max), calc(100% - 64px));margin:0 auto}
.serif{font-family:Georgia, "Times New Roman", serif}
.eyebrow{
  margin:0 0 24px;
  font-size:12px;
  line-height:1.2;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700;
}
.site-header{
  height:88px;
  background:#fff;
  display:flex;
  align-items:center;
  position:relative;
  z-index:10;
}
.header-inner{
  width:min(var(--max), calc(100% - 64px));
  margin:auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:28px;
}
.brand{
  display:flex;align-items:center;gap:11px;
  font-weight:800;text-decoration:none;font-size:18px;
  white-space:nowrap;
}
.brand-mark{
  width:14px;height:19px;position:relative;display:inline-block;
}
.brand-mark:before,.brand-mark:after{
  content:"";position:absolute;left:0;background:var(--navy);transform:skewY(35deg);
}
.brand-mark:before{width:13px;height:7px;top:1px}
.brand-mark:after{width:9px;height:7px;bottom:1px}
.nav{display:flex;gap:38px;align-items:center}
.nav a{font-size:14px;text-decoration:none;color:#1597e5;font-weight:600}
.nav a:hover{text-decoration:underline}
.header-cta{
  justify-self:end;background:var(--navy-deep);color:white;
  text-decoration:none;font-size:13px;font-weight:700;
  padding:17px 23px;border-radius:2px;
}
.hero{background:var(--navy);color:#fff}
.hero-inner{padding:108px 0 80px;max-width:850px}
.hero .eyebrow:first-child{margin-bottom:28px}
.hero-title{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;
  font-size:68px;
  line-height:1.08;
  letter-spacing:-.025em;
  margin:0 0 28px;
}
.hero-title .line{display:block}
.hero-title .initial{display:inline-block;min-width:.72em}
.hero-title .r{color:var(--yellow)}
.hero-title .w{color:var(--blue)}
.hero-title .z{color:var(--red)}
.hero-sub{
  max-width:560px;
  color:#e7edf3;
  font-size:18px;
  line-height:1.55;
  margin:0 0 30px;
}
.button{
  display:inline-flex;align-items:center;gap:18px;
  background:#fff;color:var(--navy-deep);text-decoration:none;
  font-size:14px;font-weight:700;padding:16px 22px;border-radius:2px;
}
.button:after{content:"→";font-size:20px;line-height:1}
.section{padding:110px 0}
.about{background:#fff}
.about-grid{
  display:grid;grid-template-columns:280px 1fr;gap:72px;align-items:start;
}
.section-title{
  font-family:Georgia, "Times New Roman", serif;font-size:44px;
  font-weight:400;line-height:1.1;margin:0;
}
.about-lead{
  font-family:Georgia, "Times New Roman", serif;
  font-size:34px;line-height:1.28;margin:0 0 28px;max-width:720px;
}
.body-copy{
  color:var(--muted);font-size:17px;line-height:1.65;max-width:700px;margin:0;
}
.services{background:var(--cream)}
.services-intro{max-width:560px;margin-bottom:54px}
.services-intro .section-title{margin-bottom:18px}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.service-card{
  background:#fff;border:1px solid var(--line);
  min-height:225px;padding:30px 29px;
}
.service-no{font-size:12px;color:var(--gold);font-weight:700;margin-bottom:30px}
.service-card h3{font-size:20px;margin:0 0 15px;color:var(--navy);line-height:1.3}
.service-card p{margin:0;color:var(--muted);font-size:16px;line-height:1.55}
.trust{background:#fff;padding:38px 0}
.trust-inner{display:flex;align-items:center;gap:34px}
.trust-logo{width:126px;height:102px;object-fit:contain}
.trust h3{margin:0 0 10px;font-size:20px}
.trust p{margin:0;color:var(--muted);font-size:15px;line-height:1.5}
.contact{background:var(--navy);color:#fff;padding:105px 0}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px}
.contact .section-title{font-size:52px;max-width:560px;margin-bottom:26px}
.contact-copy{font-size:17px;line-height:1.55;color:#dce5ee;max-width:600px;margin:0 0 28px}
.contact .button{padding:15px 21px}
.details{display:grid;gap:27px}
.detail-label{
  display:block;color:var(--gold);font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.13em;margin-bottom:9px;
}
.detail-value{font-size:17px;line-height:1.45}
.detail-value a{color:#fff;text-decoration:none}
.detail-value a:hover{text-decoration:underline}
.anniversary{background:var(--cream);padding:95px 0 62px}
.medals{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:80px;max-width:830px;margin:0 auto 42px}
.medal{display:flex;justify-content:center}
.medal img{width:150px;height:150px;object-fit:contain}
.anniversary-copy{
  font-family:Georgia, "Times New Roman", serif;
  font-size:31px;line-height:1.25;text-align:center;margin:0;color:var(--navy);
}
.footer{background:var(--navy-deep);color:#fff;padding:58px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:70px}
.footer-brand{font-family:Georgia, "Times New Roman", serif;font-size:31px;margin-bottom:13px}
.footer p,.footer a{font-size:14px;line-height:1.55;color:#e4ebf1;text-decoration:none}
.footer h4{
  color:var(--gold);font-size:12px;letter-spacing:.12em;
  text-transform:uppercase;margin:0 0 14px;
}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer a:hover{text-decoration:underline}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.14);margin-top:46px;padding-top:22px;
  display:flex;justify-content:space-between;gap:30px;color:#9fb0c1;font-size:12px;
}
.legal-page{background:#fff;min-height:100vh}
.legal-hero{background:var(--navy);color:#fff;padding:70px 0}
.legal-hero h1{font:400 52px/1.1 Georgia, "Times New Roman", serif;margin:0}
.legal-content{padding:70px 0 100px;max-width:850px}
.legal-content h2{font-size:21px;margin:38px 0 13px}
.legal-content p,.legal-content li{font-size:16px;line-height:1.65;color:#465568}
.legal-content a{color:var(--navy);text-decoration:underline}
.back-home{
  display:inline-block;margin-top:34px;padding:13px 18px;background:var(--navy);color:#fff!important;
  text-decoration:none!important;font-weight:700;font-size:14px
}
@media (max-width: 900px){
  .container,.header-inner{width:min(100% - 40px,var(--max))}
  .header-inner{grid-template-columns:1fr auto}
  .nav{display:none}
  .hero-inner{padding:75px 0 65px}
  .hero-title{font-size:51px}
  .about-grid{grid-template-columns:1fr;gap:35px}
  .service-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr;gap:55px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 620px){
  .container,.header-inner{width:calc(100% - 32px)}
  .site-header{height:76px}
  .brand{font-size:14px}
  .brand-mark{transform:scale(.85)}
  .header-cta{font-size:11px;padding:13px 13px}
  .hero-inner{padding:55px 0 58px}
  .eyebrow{font-size:10px;margin-bottom:18px}
  .hero-title{font-size:41px;line-height:1.08}
  .hero-sub{font-size:15px}
  .button{font-size:13px}
  .section{padding:72px 0}
  .section-title{font-size:38px}
  .about-lead{font-size:28px}
  .body-copy{font-size:15px}
  .services-intro{margin-bottom:30px}
  .service-card{min-height:0;padding:25px 22px}
  .trust-inner{align-items:flex-start;gap:18px}
  .trust-logo{width:75px;height:75px}
  .trust h3{font-size:16px}
  .trust p{font-size:13px}
  .contact{padding:70px 0}
  .contact .section-title{font-size:40px}
  .contact-copy,.detail-value{font-size:15px}
  .anniversary{padding:65px 0 55px}
  .medals{grid-template-columns:1fr;gap:25px;margin-bottom:34px}
  .medal img{width:118px;height:118px}
  .anniversary-copy{font-size:25px;max-width:310px;margin:auto}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .footer-bottom{flex-direction:column;gap:7px}
  .legal-hero h1{font-size:42px}
  .legal-content{padding-top:45px}
}
