/* ===== MKS Property Preservation — stylesheet ===== */

:root{
  --dark: #0a2b1c;
  --forest: #14432a;
  --green: #1f6b3f;
  --green-light: #2f8a55;
  --teal-dark: #12332f;
  --gold: #b9974a;
  --gold-light: #d9be82;
  --gold-dark: #93762f;
  --cream: #faf7ef;
  --paper: #ffffff;
  --text: #1b241d;
  --text-muted: #55625a;
  --line: #e4e0d3;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(10,43,28,.10);
  --shadow-lg: 0 20px 50px rgba(10,43,28,.18);
  --font-head: "Archivo Black", "Inter", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--text);
  background:var(--cream);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3{ font-family:var(--font-head); line-height:1.08; margin:0 0 .5em; letter-spacing:-.01em; }
p{ margin:0 0 1em; }
ul{ margin:0; padding:0; list-style:none; }

.wrap{ max-width:1180px; margin:0 auto; padding:0 24px; }

.skip-link{
  position:absolute; left:-999px; top:0; background:var(--forest); color:#fff;
  padding:10px 16px; z-index:200; border-radius:0 0 8px 0;
}
.skip-link:focus{ left:0; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-weight:700; font-size:15px; padding:14px 26px; border-radius:999px;
  border:2px solid transparent; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{ background:var(--forest); color:#fff; }
.btn-primary:hover{ background:var(--green); box-shadow:var(--shadow); }
.btn-gold{ background:var(--gold); color:var(--dark); }
.btn-gold:hover{ background:var(--gold-light); box-shadow:var(--shadow); }
.btn-outline{ background:rgba(255,255,255,.06); color:#fff; border-color:rgba(255,255,255,.65); }
.btn-outline:hover{ background:#fff; color:var(--dark); }
.btn-block{ width:100%; }

/* ---------- Header ---------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(250,247,239,.9);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.header-inner{ display:flex; align-items:center; gap:20px; padding:10px 24px; }
.nav-panel{ display:flex; align-items:center; gap:28px; margin-left:auto; }
.brand{ display:flex; align-items:center; gap:10px; margin-right:auto; }
.brand-logo{ height:52px; width:auto; }
.brand-text{ display:flex; flex-direction:column; line-height:1.1; }
.brand-name{ font-family:var(--font-head); font-size:19px; color:var(--forest); letter-spacing:.02em; }
.brand-llc{ font-size:10px; color:var(--gold-dark); margin-left:4px; vertical-align:super; }
.brand-sub{ font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--text-muted); }

.main-nav{ display:flex; align-items:center; gap:28px; }
.main-nav a{ font-weight:600; font-size:15px; color:var(--text); position:relative; padding:6px 0; }
.main-nav a:hover{ color:var(--green); }
.nav-portal-link{
  display:flex !important; align-items:center; gap:6px;
  padding:8px 14px !important; border-radius:999px; border:1.5px solid var(--gold-dark);
  color:var(--gold-dark) !important; font-size:13.5px !important;
}
.nav-portal-link:hover{ background:var(--gold); border-color:var(--gold); color:var(--dark) !important; }

.header-cta{ display:flex; align-items:center; gap:18px; }
.phone-link{ display:flex; align-items:center; gap:6px; font-weight:700; color:var(--forest); }
.phone-link:hover{ color:var(--green); }

.nav-toggle{
  display:none; flex-direction:column; justify-content:center; gap:5px;
  width:40px; height:40px; background:none; border:none; cursor:pointer; padding:0;
}
.nav-toggle span{ display:block; height:2px; width:24px; background:var(--forest); margin:0 auto; border-radius:2px; }

/* ---------- Hero ---------- */
.hero{ position:relative; min-height:88vh; display:flex; align-items:center; overflow:hidden; }
.hero-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 30%; }
.hero-scrim{
  position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(10,43,28,.94) 15%, rgba(10,43,28,.78) 42%, rgba(10,43,28,.35) 68%, rgba(10,43,28,.15) 100%);
}
.hero-inner{ position:relative; z-index:2; color:#fff; padding:120px 24px 90px; max-width:820px; }
.eyebrow{
  font-size:13px; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:var(--gold-light); margin-bottom:14px;
}
.eyebrow.center{ text-align:center; }
.eyebrow.gold{ color:var(--gold); }
.hero h1{ font-size:clamp(2.4rem, 6vw, 4.4rem); color:#fff; }
.hero-tagline{ font-size:clamp(1.1rem,2.4vw,1.4rem); color:var(--gold-light); font-weight:700; margin-bottom:18px; }
.hero-copy{ font-size:17px; color:rgba(255,255,255,.88); max-width:600px; }
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; margin:26px 0 30px; }
.hero-checks{ display:flex; gap:24px; flex-wrap:wrap; }
.hero-checks li{ font-size:14px; font-weight:600; color:rgba(255,255,255,.85); padding-left:22px; position:relative; }
.hero-checks li::before{
  content:""; position:absolute; left:0; top:3px; width:14px; height:14px; border-radius:50%;
  background:var(--gold); box-shadow:inset 0 0 0 3px rgba(10,43,28,.9);
}

/* ---------- Trust strip ---------- */
.trust-strip{ background:var(--forest); padding:16px 0; }
.trust-inner p{ margin:0; text-align:center; color:#fff; font-weight:600; font-size:14px; letter-spacing:.02em; }

/* ---------- Sections ---------- */
.section{ padding:96px 0; }
.section h2{ font-size:clamp(1.7rem,3.4vw,2.5rem); color:var(--forest); }
.center{ text-align:center; }
.section-lede{ max-width:640px; margin:0 auto 50px; color:var(--text-muted); font-size:17px; }
.section-lede.center{ margin-left:auto; margin-right:auto; }

.section-dark{ background:var(--dark); color:#fff; }
.section-dark .eyebrow{ color:var(--gold); }
h2.light{ color:#fff; }
.light-muted{ color:rgba(255,255,255,.75); }

/* Services */
.services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.service-card{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--radius);
  padding:30px 26px; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-lg); border-color:transparent; }
.service-icon{
  width:56px; height:56px; border-radius:14px; background:linear-gradient(145deg,#e9f3ec,#dcecdf);
  display:flex; align-items:center; justify-content:center; color:var(--green); margin-bottom:18px;
}
.service-icon svg{ width:28px; height:28px; }
.service-card h3{ font-size:18px; color:var(--forest); margin-bottom:8px; }
.service-card p{ font-size:14.5px; color:var(--text-muted); margin:0; }
.services-more{ text-align:center; margin-top:42px; color:var(--text-muted); font-size:15px; }
.services-more a{ color:var(--green); font-weight:700; border-bottom:2px solid var(--gold-light); }

/* Why grid */
.why-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.why-card{
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius); padding:28px 22px; text-align:center;
}
.why-icon{
  width:60px; height:60px; margin:0 auto 16px; border-radius:50%;
  background:rgba(185,151,74,.14); border:1px solid rgba(185,151,74,.4);
  display:flex; align-items:center; justify-content:center; color:var(--gold);
}
.why-icon svg{ width:28px; height:28px; }
.why-card h3{ font-size:17px; color:#fff; margin-bottom:8px; }
.why-card p{ font-size:14px; color:rgba(255,255,255,.72); margin:0; }

/* About */
.about-grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:64px; align-items:center; }
.about-copy p{ color:var(--text-muted); font-size:16px; }
.about-stats{ display:flex; gap:34px; margin:30px 0 32px; flex-wrap:wrap; }
.stat-num{ display:block; font-family:var(--font-head); font-size:28px; color:var(--forest); }
.stat-label{ display:block; font-size:12.5px; color:var(--text-muted); max-width:130px; margin-top:4px; }
.about-logo-panel{
  background:linear-gradient(160deg,#ffffff,#f0ede1);
  border:1px solid var(--line); border-radius:24px; padding:40px;
  box-shadow:var(--shadow);
}

/* Contact */
.section-contact{ background:var(--teal-dark); color:#fff; }
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start; }
.contact-info h2{ font-size:clamp(1.6rem,3.2vw,2.2rem); }
.contact-list{ margin-top:30px; display:flex; flex-direction:column; gap:16px; }
.contact-list li{ display:flex; align-items:center; gap:12px; font-size:16px; }
.contact-list svg{ color:var(--gold); flex-shrink:0; }
.contact-list a:hover{ color:var(--gold-light); }

.contact-form{
  background:var(--paper); color:var(--text); border-radius:var(--radius);
  padding:34px; box-shadow:var(--shadow-lg);
}
.form-row{ margin-bottom:18px; }
.form-row-split{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
label{ display:block; font-size:13px; font-weight:700; margin-bottom:6px; color:var(--forest); }
input,textarea{
  width:100%; border:1.5px solid var(--line); border-radius:10px; padding:12px 14px;
  font-family:var(--font-body); font-size:15px; background:#fbfaf6; color:var(--text);
  transition:border-color .15s ease, background .15s ease;
}
input:focus,textarea:focus{ outline:none; border-color:var(--green); background:#fff; }
.form-note{ font-size:12.5px; color:var(--text-muted); text-align:center; margin:14px 0 0; }

/* Footer */
.site-footer{ background:var(--dark); color:rgba(255,255,255,.85); padding-top:56px; }
.footer-inner{ display:flex; justify-content:space-between; align-items:flex-start; gap:40px; flex-wrap:wrap; padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,.12); }
.footer-brand{ max-width:280px; }
.footer-brand img{ height:60px; margin-bottom:12px; }
.footer-brand p{ font-size:13.5px; color:rgba(255,255,255,.6); margin:0; }
.footer-veteran{ color:var(--gold-light) !important; font-weight:700; margin-top:10px !important; }
.footer-nav{ display:flex; gap:24px; flex-wrap:wrap; }
.footer-nav a{ font-size:14px; font-weight:600; color:rgba(255,255,255,.85); }
.footer-nav a:hover{ color:var(--gold-light); }
.footer-contact{ display:flex; flex-direction:column; gap:8px; font-size:14px; }
.footer-contact a:hover{ color:var(--gold-light); }
.footer-bottom{ padding:20px 24px; }
.footer-bottom p{ margin:0; font-size:12.5px; color:rgba(255,255,255,.5); text-align:center; }

/* Mobile call FAB */
.mobile-call-fab{
  display:none; position:fixed; bottom:20px; right:20px; z-index:150;
  width:56px; height:56px; border-radius:50%; background:var(--gold); color:var(--dark);
  align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(0,0,0,.3);
}

/* ---------- Responsive ---------- */
@media (max-width: 980px){
  .services-grid{ grid-template-columns:repeat(2,1fr); }
  .why-grid{ grid-template-columns:repeat(2,1fr); }
  .about-grid{ grid-template-columns:1fr; }
  .about-logo-panel{ max-width:340px; margin:0 auto; }
  .contact-grid{ grid-template-columns:1fr; }
}

@media (max-width: 760px){
  .nav-panel{ display:none; }
  .nav-toggle{ display:flex; }
  .site-header.open .nav-panel{
    display:flex; flex-direction:column; align-items:stretch; gap:22px;
    position:absolute; top:100%; left:0; right:0;
    background:var(--cream); padding:20px 24px 26px; border-bottom:1px solid var(--line);
  }
  .site-header.open .main-nav{ flex-direction:column; gap:16px; }
  .site-header.open .header-cta{ flex-direction:column; align-items:stretch; gap:12px; }
  .hero-inner{ padding:110px 20px 80px; }
  .hero-checks{ flex-direction:column; gap:10px; }
  .services-grid{ grid-template-columns:1fr; }
  .why-grid{ grid-template-columns:1fr; }
  .form-row-split{ grid-template-columns:1fr; }
  .mobile-call-fab{ display:flex; }
  .section{ padding:64px 0; }
}
