
:root{
  --bg:#071019;
  --bg2:#0b151e;
  --panel:#111b23;
  --text:#f3efe7;
  --muted:#b9c0c5;
  --line:rgba(255,255,255,.16);
  --accent:#d8dde1;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.55;
}
a{color:inherit}
.site-header{
  position:absolute;
  z-index:20;
  top:0; left:0; right:0;
  max-width:var(--max);
  margin:0 auto;
  padding:28px 28px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
}
.brand img{
  display:block;
  width:255px;
  max-width:42vw;
}
.nav{display:flex;gap:36px;align-items:center;margin-top:12px}
.nav a{
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:11px;
  opacity:.92;
}
.nav a:hover{opacity:.65}
.menu-toggle{
  display:none;
  border:1px solid var(--line);
  background:transparent;
  color:var(--text);
  padding:10px 12px;
  text-transform:uppercase;
  letter-spacing:.16em;
}
.hero{
  min-height:690px;
  position:relative;
  background-image:url("assets/hero-clean-final.png");
  background-size:cover;
  background-position:center center;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg,rgba(4,9,14,.48) 0%,rgba(4,9,14,.26) 34%,rgba(4,9,14,.04) 68%,rgba(4,9,14,.10) 100%),
    linear-gradient(180deg,rgba(3,8,13,.05),rgba(3,8,13,.12));
}
.hero-content{
  position:relative;
  z-index:2;
  width:min(570px,calc(100% - 56px));
  margin-left:max(28px,calc((100vw - var(--max))/2 + 28px));
  padding-top:88px;
}
.eyebrow,.section-label,.hero-location,.number,.location-line{
  text-transform:uppercase;
  letter-spacing:.26em;
  font-size:11px;
}
.hero h1,.section h2,.service-card h3,.closing-kicker{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;
}
.hero h1{
  font-size:clamp(64px,7.1vw,98px);
  line-height:.90;
  margin:10px 0 28px;
}
.rule{width:48px;height:1px;background:var(--text);opacity:.8;margin:0 0 22px}
.hero-copy{
  max-width:390px;
  text-transform:uppercase;
  letter-spacing:.23em;
  font-size:14px;
  line-height:1.8;
  margin-bottom:30px;
}
.button{
  display:inline-flex;
  gap:16px;
  align-items:center;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:11px;
  padding:15px 28px;
}
.button-outline{border:1px solid rgba(255,255,255,.7)}
.button-outline:hover{background:var(--text);color:var(--bg)}
.hero-location{
  position:absolute;
  z-index:2;
  right:max(28px,calc((100vw - var(--max))/2 + 28px));
  bottom:48px;
  line-height:1.7;
}
.hero-location::after{
  content:"";
  display:block;
  width:26px;height:1px;background:var(--text);
  margin-top:13px;
}
.section{
  padding:56px max(28px,calc((100vw - var(--max))/2 + 28px));
}
.about{background:linear-gradient(90deg,#151f27 0%,#0d171f 100%)}
.section-label{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:30px;
  color:#d8dde0;
}
.mini-rule{display:inline-block;width:28px;height:1px;background:#aeb5ba}
.about-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:90px;
  align-items:start;
}
.about h2{
  font-size:clamp(38px,4.4vw,62px);
  line-height:1.08;
  margin:0;
}
.body-copy{font-size:17px;color:#e3e5e6}
.body-copy p{margin-top:0;margin-bottom:22px}
.location-line{padding-top:7px;color:#d7dadd}
.services{background:#09121a}
.card-grid{
  display:grid;
  gap:0;
}
.four{grid-template-columns:repeat(4,1fr)}
.service-card,.approach-card{
  min-height:220px;
  padding:0 32px;
  border-left:1px solid var(--line);
}
.service-card:first-child,.approach-card:first-child{border-left:none;padding-left:0}
.service-card:last-child,.approach-card:last-child{padding-right:0}
.number{display:block;margin-bottom:14px;color:#d8dcdf}
.service-card h3{
  font-size:28px;
  line-height:1.08;
  margin:0 0 20px;
}
.service-card p,.approach-card p{
  color:var(--muted);
  margin:0;
  font-size:15px;
}
.approach{
  background:linear-gradient(90deg,#121c24 0%,#101922 100%);
  border-top:1px solid rgba(255,255,255,.05);
}
.approach-card h3{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  line-height:1.5;
  margin:18px 0 12px;
}
.icon{width:31px;height:31px;position:relative}
.circle{border:1.5px solid var(--text);border-radius:50%}
.square{border:1.5px solid var(--text)}
.line::before{
  content:"";
  width:1px;height:31px;background:var(--text);
  position:absolute;left:50%;
}
.triangle::before{
  content:"";
  width:0;height:0;
  border-left:15px solid transparent;
  border-right:15px solid transparent;
  border-bottom:28px solid var(--text);
  position:absolute;
}
.triangle::after{
  content:"";
  width:0;height:0;
  border-left:13px solid transparent;
  border-right:13px solid transparent;
  border-bottom:24px solid #121c24;
  position:absolute;left:2px;top:3px;
}
.focus{
  background:#09121a;
  border-top:1px solid var(--line);
  padding-top:48px;
  padding-bottom:48px;
}
.focus-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.focus-grid p{
  margin:0;
  padding:24px 22px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:19px;
  line-height:1.35;
  border-left:1px solid var(--line);
}
.focus-grid p:first-child{border-left:none}
.closing{
  padding:58px max(28px,calc((100vw - var(--max))/2 + 28px));
  min-height:330px;
  background:
    radial-gradient(circle at 70% 0%,rgba(95,105,112,.22),transparent 31%),
    linear-gradient(120deg,#071019 0%,#111a20 55%,#071019 100%);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:80px;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.1);
}
.closing-brand img{
  width:360px;
  max-width:90%;
}
.closing-brand p{
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:11px;
  color:#d2d6d8;
}
.closing-brand span{padding:0 8px}
.closing-cta{
  border-left:1px solid rgba(255,255,255,.35);
  padding-left:70px;
}
.closing-kicker{
  font-size:35px;
  margin:0 0 12px;
}
.closing-cta p:not(.closing-kicker){
  color:var(--muted);
  max-width:470px;
  margin-bottom:25px;
}
.footer{
  max-width:var(--max);
  margin:0 auto;
  padding:25px 28px 34px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#9fa8ad;
  font-size:12px;
}
.footer-links{display:flex;gap:22px}
.footer a{text-decoration:none}
.footer a:hover{color:var(--text)}

.legal-page{
  max-width:900px;
  margin:0 auto;
  padding:70px 28px 90px;
}
.legal-page h1{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;
  font-size:52px;
}
.legal-page h2{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;
  margin-top:34px;
}
.legal-page p,.legal-page li{color:#c7cdd1}
.back-link{
  display:inline-block;
  margin-bottom:24px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
}

@media (max-width:900px){
  .site-header{padding:18px 20px}
  .brand img{width:220px;max-width:68vw}
  .menu-toggle{display:block}
  .nav{
    display:none;
    position:absolute;
    top:76px;right:20px;
    background:rgba(7,16,25,.96);
    border:1px solid var(--line);
    padding:18px 20px;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
  }
  .nav.open{display:flex}
  .hero{min-height:630px;background-position:64% center}
  .hero-content{margin-left:28px;padding-top:110px}
  .hero-location{right:24px;bottom:35px}
  .about-grid,.closing{grid-template-columns:1fr;gap:38px}
  .four{grid-template-columns:repeat(2,1fr)}
  .service-card,.approach-card{border-left:none;border-top:1px solid var(--line);padding:24px 20px 30px 0}
  .service-card:nth-child(even),.approach-card:nth-child(even){padding-left:24px;border-left:1px solid var(--line)}
  .service-card:first-child,.service-card:nth-child(2),.approach-card:first-child,.approach-card:nth-child(2){border-top:none}
  .focus-grid{grid-template-columns:1fr}
  .focus-grid p{border-left:none;border-top:1px solid var(--line)}
  .focus-grid p:first-child{border-top:none}
  .closing-cta{border-left:none;padding-left:0;border-top:1px solid var(--line);padding-top:30px}
}
@media (max-width:560px){
  .hero{min-height:650px;background-position:61% center}
  .hero-overlay{
    background:linear-gradient(90deg,rgba(4,9,14,.94),rgba(4,9,14,.45) 72%,rgba(4,9,14,.5));
  }
  .hero-content{width:calc(100% - 40px);margin-left:20px}
  .hero h1{font-size:64px}
  .hero-copy{font-size:12px;max-width:300px}
  .hero-location{display:none}
  .section{padding-left:20px;padding-right:20px}
  .about h2{font-size:41px}
  .four{grid-template-columns:1fr}
  .service-card,.approach-card,
  .service-card:nth-child(even),.approach-card:nth-child(even){
    padding:25px 0;
    border-left:none;
    border-top:1px solid var(--line);
  }
  .service-card:first-child,.approach-card:first-child{border-top:none}
  .closing{padding:48px 20px}
  .closing-brand img{width:320px}
  .footer{padding:22px 20px 30px;flex-direction:column}
}
