:root{
  --navy:#071525;
  --navy-2:#0b1a2c;
  --gold:#b79055;
  --gold-2:#c19b61;
  --text:#141923;
  --muted:#5c5c5c;
  --cream:#f7f4ef;
  --cream-2:#fbf8f4;
  --border:#d8d0c5;
  --shadow:0 10px 24px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fff;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
img{max-width:100%;display:block}

.site-header{
  min-height:105px;padding:18px clamp(18px,3.8vw,48px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:20
}
.brand{display:flex;align-items:center;gap:18px;min-width:0}.brand-text{min-width:0}.monogram{flex:0 0 58px;width:58px;height:68px;color:var(--gold);position:relative;font-family:Georgia,serif}.monogram .ef{font-size:73px;line-height:.85;position:absolute;left:13px;top:0}.monogram .scale{font-size:27px;position:absolute;left:-2px;top:22px}.brand-small{font-size:12px;letter-spacing:3px;white-space:nowrap}.brand-name{font-family:Georgia,serif;font-size:clamp(20px,2.4vw,27px);letter-spacing:3px;white-space:nowrap}.brand-tag{font-size:10px;letter-spacing:3.1px;margin-top:6px;white-space:nowrap}.nav{display:flex;gap:clamp(18px,3vw,41px);height:100%;align-items:center}.nav a{font-size:12px;color:#0b111b;text-decoration:none;font-weight:700;letter-spacing:.5px;position:relative;white-space:nowrap}.nav a.active,.nav a:hover{color:#a87b3d}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-18px;height:2px;background:var(--gold)}.menu-btn{display:none;background:none;border:0;font-size:28px;color:var(--navy);cursor:pointer}

.hero{
  position:relative;
  min-height:520px;
  overflow:hidden;
  background:#f7f4ef;
  display:flex;
  align-items:center;
}
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:0;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(247,244,239,.60) 0%,rgba(247,244,239,.34) 42%,rgba(247,244,239,.05) 100%);
  z-index:1;
}
.hero-content{
  position:relative;
  z-index:2;
  width:min(520px,92%);
  margin-left:clamp(28px,7vw,92px);
  padding:44px 0;
}
.hero h1{
  font-family:Georgia,serif;
  font-size:clamp(43px,5vw,61px);
  line-height:1.08;
  font-weight:400;
  margin:0;
  color:#111827;
}
.hero .gold-line{margin:26px 0 28px;}
.hero p{
  font-size:16px;
  line-height:1.65;
  margin:0 0 28px;
  max-width:410px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:43px;
  padding:13px 27px;
  border:1px solid transparent;
  text-decoration:none;
  font-size:12px;
  letter-spacing:.4px;
  font-weight:700;
  transition:.25s ease;
}
.btn.dark{background:#071525;color:#fff;}
.btn.dark:hover{background:#b79055;color:#fff;}
.btn.light{border-color:#b79055;color:#b79055;background:transparent;}
.btn.light:hover{background:#b79055;color:#fff;}
.btn.gold{background:#b79055;color:#fff;}
.btn.gold:hover{background:#fff;color:#071525;}
.gold-line,.title-line{width:55px;height:2px;background:var(--gold)}

.section-white{background:#fff}.services{padding:24px clamp(16px,3vw,25px) 28px}.services h2,.why h2{font-family:Georgia,serif;font-size:clamp(25px,3vw,30px);line-height:1.1;margin:0;text-align:center;font-weight:400}.services .title-line,.why .title-line{margin:14px auto 18px;width:38px}.service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;max-width:1180px;margin:0 auto;align-items:stretch}.service-card{border:1px solid var(--border);text-align:center;background:#fff;display:flex;flex-direction:column;min-width:0;overflow:hidden}.service-card img{width:100%;aspect-ratio:4/2.45;height:auto;min-height:126px;object-fit:cover;flex:0 0 auto}.service-body{padding:14px 12px 20px;display:flex;flex-direction:column;align-items:center;gap:10px;flex:1}.icon{color:#b79055;font-size:32px;line-height:1;font-family:Georgia,serif;min-height:36px}.service-card h3{font-size:14px;line-height:1.25;margin:0;min-height:36px;display:flex;align-items:center;justify-content:center}.service-card p{font-size:12px;line-height:1.58;margin:0;max-width:170px}

.about-split{display:grid;grid-template-columns:minmax(360px,46%) 1fr;min-height:310px}.about-text{padding:36px clamp(25px,4vw,52px);background:var(--cream-2);display:flex;flex-direction:column;justify-content:center}.about-text span{color:#a87b3d;font-size:12px;letter-spacing:1.8px}.about-text h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(25px,3vw,31px);line-height:1.25;margin:15px 0}.about-text p{font-size:14px;line-height:1.65;max-width:470px;margin:0 0 22px}.about-image{background:url('assets/about-office.jpg') center/cover no-repeat;min-height:310px}

.why{padding:28px clamp(16px,3vw,24px) 34px}.why-grid{max-width:1180px;margin:18px auto 0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.why-item{text-align:center;min-height:142px;padding:4px 18px;border-right:1px solid #d8d3cc;display:flex;flex-direction:column;align-items:center}.why-item:last-child{border-right:0}.why-icon{font-size:46px;line-height:1;color:#b79055;font-family:Georgia,serif;margin-bottom:8px}.why-item h3{font-size:13px;line-height:1.25;margin:0 0 10px;min-height:34px}.why-item p{font-size:11.8px;line-height:1.48;margin:0;max-width:150px}

.footer{min-height:165px;background:#071525;color:#fff;display:grid;grid-template-columns:50% 50%;overflow:hidden}.footer-content{padding:28px 20px 24px clamp(28px,4vw,52px)}.footer h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(26px,3vw,31px);margin:0 0 4px}.footer p{margin:0 0 13px;font-family:Georgia,serif;font-size:17px}.footer .btn{padding:11px 21px;font-size:11px}.contact-row{display:flex;flex-wrap:wrap;gap:13px 26px;margin-top:14px;color:#e8dfd1;font-size:12px}.footer-image{background:url('assets/footer-law.jpg') center/cover no-repeat;min-height:165px}

@media(max-width:1080px){
  .site-header{min-height:92px}.nav{gap:16px}.brand-tag{display:none}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.why-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.why-item{border-right:0;border-bottom:1px solid #ddd;padding:20px 14px}.why-item:nth-last-child(-n+3){border-bottom:0}
}
@media(max-width:820px){
  .site-header{padding:14px 18px;align-items:center}.monogram{flex-basis:44px;width:44px;height:52px}.monogram .ef{font-size:56px;left:10px}.monogram .scale{font-size:22px;top:17px}.brand-small{font-size:10px;letter-spacing:2px}.brand-name{font-size:20px;letter-spacing:2px}.menu-btn{display:block}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;flex-direction:column;height:auto;gap:0;align-items:flex-start;border-top:1px solid #eee;box-shadow:0 12px 20px rgba(0,0,0,.08)}.nav.open{display:flex}.nav a{padding:16px 24px;width:100%;border-bottom:1px solid #f0f0f0}.nav a.active:after{display:none}
  .hero{min-height:470px}.hero:before{background:linear-gradient(90deg,rgba(247,244,239,.92) 0%,rgba(247,244,239,.72) 62%,rgba(247,244,239,.20) 100%)}.hero-content{width:min(500px,92%);margin-left:24px;padding:42px 0}.hero h1{font-size:38px}.hero p{font-size:15.5px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.about-split{grid-template-columns:1fr}.about-image{min-height:260px}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-item:nth-last-child(-n+3){border-bottom:1px solid #ddd}.why-item:nth-last-child(-n+2){border-bottom:0}.footer{grid-template-columns:1fr}.footer-image{min-height:185px}.contact-row{flex-direction:column;gap:8px}
}
@media(max-width:560px){
  .site-header{min-height:78px}.brand{gap:10px}.monogram{display:none}.brand-small{font-size:9px;letter-spacing:1.5px}.brand-name{font-size:18px;letter-spacing:1.3px}.hero{min-height:500px}.hero-bg{object-position:64% center}.hero:before{background:rgba(247,244,239,.82)}.hero-content{width:auto;margin:0 20px;padding:40px 0}.hero h1{font-size:34px}.hero p{font-size:15px}.hero p br{display:none}.btn{width:100%;max-width:280px;padding:14px 18px}.services{padding-top:26px}.service-grid,.why-grid{grid-template-columns:1fr}.service-card{max-width:390px;margin:0 auto;width:100%}.service-card img{aspect-ratio:16/9;min-height:0}.service-body{padding:16px 16px 22px}.service-card h3{min-height:auto;font-size:15px}.service-card p{max-width:285px;font-size:13px}.about-text{padding:32px 22px}.about-text h2 br{display:none}.why-item,.why-item:nth-last-child(-n+2),.why-item:nth-last-child(-n+3){border-right:0;border-bottom:1px solid #ddd}.why-item:last-child{border-bottom:0}.why-item p{max-width:270px;font-size:13px}.footer-content{padding:30px 22px}.footer .btn{width:100%;max-width:270px}.footer-image{min-height:155px}
}
