
:root{
  --navy:#05366f;
  --navy-dark:#06274d;
  --blue:#0b5dac;
  --ink:#133e73;
  --text:#171717;
  --muted:#555;
  --line:#d8dfe7;
  --soft:#f5f8fc;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.55;background:#fff}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 42px));margin:auto}
.topbar{background:var(--navy-dark);color:#fff}
.topbar-inner{min-height:56px;display:flex;align-items:center;justify-content:center;gap:34px;flex-wrap:wrap;font-size:15px}
.topbar a{text-decoration:none}
.sep{height:28px;width:1px;background:rgba(255,255,255,.55)}
.header{background:#fff;border-bottom:1px solid #edf0f4}
.header-inner{display:flex;align-items:center;min-height:118px;gap:30px}
.brand{display:flex;align-items:center;text-decoration:none;margin-right:auto}
.brand-adk{font:700 70px/1 Georgia,serif;color:#0861b5;letter-spacing:2px;padding-right:16px;border-right:1px solid #777}
.brand-copy{padding-left:16px}
.brand-name{font:500 24px/1.15 Georgia,serif;color:#555;white-space:nowrap}
.brand-sub{font:500 15px/1.2 Georgia,serif;letter-spacing:2px;color:#555;margin-top:6px;white-space:nowrap}
nav{display:flex;gap:42px;align-items:center}
nav a{text-decoration:none;color:#111;font-weight:500;padding:17px 0;border-bottom:3px solid transparent}
nav a:hover,nav a.active{color:var(--blue);border-bottom-color:var(--blue)}
.menu{display:none;border:0;background:transparent;font-size:28px;color:var(--navy);cursor:pointer}

.hero-home{min-height:570px;background:
  linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 31%,rgba(255,255,255,.28) 55%,rgba(255,255,255,0) 72%),
  url('assets/tax-hero.jpg') right center/cover no-repeat;
display:flex;align-items:flex-end}
.hero-home .hero-copy{padding:60px 0 85px;max-width:535px}
.hero-home h1,.page-hero h1,.section-title,.about-copy h1,.about-copy h2{font-family:Georgia,serif;color:var(--ink)}
.hero-home h1{font-size:54px;line-height:1.06;margin:0 0 20px}
.hero-home p{font-size:22px;color:#555;margin:0 0 22px}
.blue-line{height:3px;width:105px;background:var(--blue);margin:18px 0}
.primary-link{display:inline-block;background:#0754a3;color:#fff;text-decoration:none;padding:13px 22px;border-radius:3px}

.section{padding:54px 0}
.section.soft{background:var(--soft)}
.section-title{text-align:center;font-size:42px;margin:0 0 18px}
.section-intro{text-align:center;max-width:820px;margin:0 auto 36px;font-size:18px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr)}
.service{padding:18px 28px;text-align:center;border-right:1px solid #cfd6dd}
.service:last-child{border-right:0}
.icon-circle{width:82px;height:82px;border-radius:50%;background:#eff4fa;margin:0 auto 14px;display:grid;place-items:center;font-size:42px;color:var(--navy)}
.service h3{font:700 23px/1.2 Georgia,serif;color:var(--ink);margin:8px 0}
.service p{margin:0;font-size:17px}

.feature-home{display:grid;grid-template-columns:1.35fr .85fr;min-height:380px}
.feature-photo{background:url('assets/desert-lake.jpg') center/cover no-repeat}
.feature-copy{background:linear-gradient(90deg,#edf3f9,#fff);padding:65px 55px;display:flex;justify-content:center;flex-direction:column}
.feature-copy h2{font:700 38px/1.05 Georgia,serif;color:var(--ink);margin:0 0 14px}
.feature-copy p{font-size:18px;margin:0;max-width:390px}

.contact-strip{background:#fff;border-top:1px solid #e8edf3;padding:18px 0}
.contact-strip-inner{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}
.contact-item{display:flex;align-items:center;gap:12px;font-size:17px}
.contact-icon{width:44px;height:44px;border:2px solid var(--navy);border-radius:50%;display:grid;place-items:center;color:var(--navy);font-size:20px}
.contact-strip a{text-decoration:none}
.contact-sep{width:1px;height:40px;background:#aaa}

.footer{background:var(--navy-dark);color:#fff}
.footer-inner{min-height:64px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;font-size:14px}
.footer a{color:#fff}

.page-hero{min-height:345px;color:#fff;display:flex;align-items:center;
background:linear-gradient(90deg,rgba(4,40,80,.97) 0%,rgba(4,40,80,.85) 37%,rgba(4,40,80,.12) 68%),
url('assets/tax-hero.jpg') right center/cover no-repeat}
.page-hero h1{color:#fff;font-size:54px;line-height:1.05;margin:0 0 15px;max-width:500px}
.page-hero p{font-size:21px;max-width:430px;margin:0}

.services-grid{display:grid;grid-template-columns:1fr 1fr;max-width:980px;margin:0 auto}
.service-row{display:grid;grid-template-columns:100px 1fr;gap:18px;padding:24px;border-bottom:1px solid #d3d9df}
.service-row:nth-child(odd){border-right:1px solid #d3d9df}
.service-row .icon-circle{width:86px;height:86px;font-size:40px}
.service-row h3{font:700 25px Georgia,serif;color:var(--ink);margin:0 0 7px}
.service-row p{font-size:17px;margin:0}

.why{background:#f1f6fb;padding:34px 0}
.why-inner{display:grid;grid-template-columns:190px 1fr;gap:35px;align-items:center}
.why-shield{font-size:94px;text-align:center;color:var(--navy)}
.why h2{font:700 31px Georgia,serif;color:var(--ink);margin:0 0 14px}
.why-points{display:grid;grid-template-columns:1fr 1fr;gap:14px 35px}
.point{display:flex;gap:12px;font-size:17px}
.check{font-size:24px;color:var(--blue)}

.about-hero{padding:46px 0 26px}
.about-top{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}
.about-copy h1{font-size:50px;line-height:1.06;margin:0}
.about-copy p{font-size:18px}
.portrait{border-radius:8px;overflow:hidden}
.portrait img{width:100%;height:100%;object-fit:cover}
.commitment{background:#f2f7fc;padding:34px 0}
.commitment .grid4{margin-top:22px}
.commitment .service{padding-top:8px}
.whoserve{padding:32px 0 42px}
.whoserve .grid4{margin-top:24px}

.privacy{max-width:850px;margin:60px auto;padding:0 20px}
.privacy h1{font-family:Georgia,serif;color:var(--ink)}

@media(max-width:900px){
  .header-inner{min-height:92px}
  .brand-adk{font-size:52px}
  .brand-name{font-size:18px}.brand-sub{font-size:12px}
  .menu{display:block}
  nav{display:none;position:absolute;left:0;right:0;top:148px;background:#fff;padding:20px;flex-direction:column;gap:0;border-top:1px solid #ddd;z-index:20}
  nav.open{display:flex}
  .hero-home{min-height:500px;background:linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),url('assets/tax-hero.jpg') center/cover no-repeat}
  .grid4{grid-template-columns:1fr 1fr}
  .service:nth-child(2){border-right:0}
  .service{border-bottom:1px solid #cfd6dd}
  .feature-home,.about-top,.why-inner{grid-template-columns:1fr}
  .feature-photo{min-height:300px}
  .services-grid{grid-template-columns:1fr}
  .service-row:nth-child(odd){border-right:0}
}
@media(max-width:600px){
  .container{width:min(var(--max),calc(100% - 24px))}
  .topbar-inner{gap:10px;font-size:12px;min-height:72px}
  .sep{display:none}
  .brand-copy{display:none}
  .brand-adk{border-right:0;padding-right:0;font-size:54px}
  nav{top:164px}
  .hero-home h1,.page-hero h1,.about-copy h1{font-size:40px}
  .grid4{grid-template-columns:1fr}
  .service{border-right:0}
  .contact-sep{display:none}
  .why-points{grid-template-columns:1fr}
  .service-row{grid-template-columns:78px 1fr;padding:18px 4px}
  .service-row .icon-circle{width:68px;height:68px}
}
