/* ===== Neal Grey LLC — corporate one-pager ===== */
:root{
  --slate:#1e2b3a;
  --slate-2:#26384c;
  --slate-deep:#16212d;
  --blue:#8fbce6;
  --blue-deep:#5b8fc4;
  --ink:#1f2a36;
  --muted:#5c6a78;
  --line:#e3e8ee;
  --bg:#ffffff;
  --bg-alt:#f4f7fa;
  --maxw:1060px;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ margin:0; font-family:var(--font); color:var(--ink); background:var(--bg); line-height:1.6; -webkit-font-smoothing:antialiased; }
img{ max-width:100%; display:block; }
h1,h2,h3{ line-height:1.2; }
a{ color:var(--blue-deep); }
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 22px; }

/* buttons */
.btn{ display:inline-block; font-weight:700; text-decoration:none; cursor:pointer; padding:.8em 1.5em; border-radius:8px; border:2px solid transparent; font-size:1rem; transition:background .15s, color .15s, transform .06s; }
.btn:active{ transform:translateY(1px); }
.btn-blue{ background:var(--blue); color:var(--slate-deep); }
.btn-blue:hover{ background:#a6cbef; }
.btn-outline{ background:transparent; color:#fff; border-color:rgba(255,255,255,.5); }
.btn-outline:hover{ background:rgba(255,255,255,.1); }
.btn-lg{ font-size:1.1rem; padding:.85em 1.7em; }

/* header */
.site-header{ background:var(--slate); display:flex; align-items:center; justify-content:space-between; padding:12px 22px; position:sticky; top:0; z-index:20; }
.brand-logo{ height:40px; width:auto; }
.nav{ display:flex; align-items:center; gap:20px; }
.nav a{ color:#dbe4ee; text-decoration:none; font-weight:600; font-size:.95rem; }
.nav a:hover{ color:#fff; }
.nav a.btn-blue{ color:var(--slate-deep); }

/* hero */
.hero{
  position:relative; color:#fff; padding:92px 22px 100px;
  background-image:
    linear-gradient(165deg, rgba(30,43,58,.90) 0%, rgba(22,33,45,.82) 55%, rgba(22,33,45,.92) 100%),
    url('assets/hero-handshake.jpg');
  background-size:cover; background-position:center 38%; background-repeat:no-repeat;
}
.hero-inner{ max-width:820px; margin:0 auto; text-align:center; }

/* mantra */
.mantra{ margin:0 0 22px; color:#fff; font-size:2.3rem; font-weight:800; letter-spacing:-.02em; line-height:1.12; text-shadow:0 2px 18px rgba(0,0,0,.45); }
.mantra span{ display:block; }
.mantra span:last-child{ color:var(--blue); }

.hero-sub{ font-size:1.1rem; color:#d3dde6; margin:0 auto 30px; max-width:600px; text-shadow:0 1px 10px rgba(0,0,0,.4); }
.hero-cta{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* sections */
section{ padding:66px 0; }
h2{ font-size:1.9rem; text-align:center; margin:0 0 8px; color:var(--ink); }
.lead{ text-align:center; color:var(--muted); max-width:600px; margin:0 auto 38px; font-size:1.06rem; }

/* services */
.services{ background:var(--bg-alt); }
.grid{ display:grid; grid-template-columns:1fr; gap:18px; max-width:900px; margin:0 auto; }
.card{ background:#fff; border:1px solid var(--line); border-radius:12px; padding:24px; border-top:4px solid var(--blue); overflow:hidden; }
.card-img{ width:calc(100% + 48px); margin:-24px -24px 20px; height:200px; object-fit:cover; }
.card h3{ font-size:1.18rem; margin:0 0 8px; color:var(--slate); }
.card p{ margin:0 0 10px; color:var(--muted); }
.card p:last-child{ margin-bottom:0; }

/* about */
.about{ background:#fff; }
.about-inner{ max-width:760px; text-align:center; }
.about-img{ width:100%; height:300px; object-fit:cover; border-radius:14px; margin:0 auto 28px; }
.about p{ color:#3c4854; font-size:1.08rem; }

/* full-width band */
.band{
  padding:0; min-height:300px; display:flex; align-items:center; justify-content:center;
  background-image:
    linear-gradient(rgba(22,33,45,.72), rgba(22,33,45,.72)),
    url('assets/band-fleet.jpg');
  background-size:cover; background-position:center 60%; background-repeat:no-repeat;
}
.band-inner{ max-width:760px; padding:56px 22px; text-align:center; }
.band-inner p{ margin:0; color:#fff; font-size:1.4rem; font-weight:700; line-height:1.4; text-shadow:0 2px 14px rgba(0,0,0,.5); }

/* contact */
.contact{ background:var(--slate); color:#fff; }
.contact h2{ color:#fff; }
.contact .lead{ color:#c2cfdb; }
.contact-methods{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-bottom:20px; }
.contact-item{ background:var(--slate-2); border:1px solid rgba(255,255,255,.12); border-radius:12px; padding:18px 26px; text-decoration:none; min-width:240px; text-align:center; transition:border-color .15s; }
.contact-item:hover{ border-color:var(--blue); }
.ci-label{ display:block; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; color:#93a4b5; font-weight:700; margin-bottom:4px; }
.ci-value{ display:block; color:#fff; font-weight:700; font-size:1.05rem; }
.contact-loc{ text-align:center; color:#93a4b5; font-size:.95rem; margin:0; }

/* contact form */
.formcard{ background:#fff; border-radius:14px; padding:26px; max-width:620px; margin:0 auto 30px; box-shadow:0 6px 24px rgba(0,0,0,.22); text-align:left; }
.ng-form{ display:block; }
.ng-hp{ position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }
.ng-row{ display:grid; grid-template-columns:1fr; gap:14px; }
.ng-field{ margin-bottom:14px; }
.ng-field label{ display:block; font-size:.82rem; font-weight:700; color:var(--slate); margin-bottom:6px; }
.ng-field input, .ng-field textarea{ width:100%; font-family:inherit; font-size:1rem; color:var(--ink); background:#fff; border:1.5px solid var(--line); border-radius:9px; padding:12px 13px; transition:border-color .15s, box-shadow .15s; }
.ng-field input:focus, .ng-field textarea:focus{ outline:none; border-color:var(--blue-deep); box-shadow:0 0 0 3px rgba(91,143,196,.18); }
.ng-field input[aria-invalid="true"], .ng-field textarea[aria-invalid="true"]{ border-color:#c0392b; }
.ng-field textarea{ resize:vertical; min-height:96px; }
.ng-err{ display:block; color:#c0392b; font-size:.78rem; margin-top:5px; }

.ng-consent{ display:flex; align-items:flex-start; gap:11px; background:var(--bg-alt); border:1px solid var(--line); border-radius:10px; padding:14px; margin:6px 0 18px; }
.ng-consent input[type="checkbox"]{ flex:0 0 auto; width:19px; height:19px; margin:2px 0 0; accent-color:var(--blue-deep); cursor:pointer; }
.ng-consent label{ font-size:.83rem; line-height:1.5; color:#3c4854; cursor:pointer; }

.ng-submit{ width:100%; border:none; font-family:inherit; }
.ng-submit:disabled{ opacity:.55; cursor:not-allowed; }
.ng-fine{ font-size:.78rem; color:var(--muted); text-align:center; margin:14px 0 0; }
.ng-fine a{ color:var(--blue-deep); }

.ng-alert{ border-radius:10px; font-size:.9rem; font-weight:600; text-align:center; padding:14px 16px; margin:0 0 16px; }
.ng-alert[hidden]{ display:none; }
.ng-alert-err{ background:#fdecea; color:#a5281b; border:1px solid #f3c4bf; }

/* submission confirmation */
.ng-success{ text-align:center; padding:26px 10px 22px; }
.ng-success[hidden]{ display:none; }
.ng-check{ width:60px; height:60px; margin:0 auto 16px; border-radius:50%; background:#e7f5ec; color:#1d6b3a; border:2px solid #b9e0c8; font-size:30px; font-weight:700; line-height:56px; }
.ng-success h3{ font-size:1.35rem; margin:0 0 8px; color:var(--slate); }
.ng-success p{ margin:0; color:var(--muted); font-size:1rem; line-height:1.55; }

.form-note{ max-width:620px; margin:0 auto 34px; font-size:.8rem; line-height:1.55; color:#93a4b5; text-align:center; }
.form-note a{ color:var(--blue); }
.or-divider{ text-align:center; color:#93a4b5; font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; font-weight:700; margin:0 0 18px; }

/* legal pages */
.legal{ background:#fff; padding:56px 0 72px; }
.legal-inner{ max-width:760px; }
.legal h1{ font-size:2rem; margin:0 0 6px; color:var(--ink); }
.legal .updated{ color:var(--muted); font-size:.9rem; margin:0 0 32px; }
.legal h2{ font-size:1.25rem; text-align:left; margin:32px 0 10px; color:var(--slate); }
.legal p, .legal li{ color:#3c4854; font-size:1rem; }
.legal ul{ padding-left:20px; }
.legal li{ margin-bottom:7px; }
.legal .callout{ background:var(--bg-alt); border-left:4px solid var(--blue); border-radius:0 10px 10px 0; padding:16px 20px; margin:18px 0; }
.legal .callout p{ margin:0; }

/* footer */
.site-footer{ background:var(--slate-deep); color:#9fb0c0; padding:38px 0; }
.footer-inner{ text-align:center; }
.footer-logo{ height:38px; width:auto; margin:0 auto 14px; }
.footer-mantra{ font-size:.9rem; font-weight:800; letter-spacing:.04em; color:var(--blue); margin:0 0 14px; text-transform:uppercase; }
.footer-links{ font-size:.85rem; margin:0 0 12px; font-weight:600; }
.footer-links a{ color:var(--blue); text-decoration:none; }
.footer-links a:hover{ text-decoration:underline; }
.footer-policy{ font-size:.82rem; color:#8395a6; max-width:620px; margin:0 auto 12px; }
.footer-policy a{ color:var(--blue); }
.footer-copy{ font-size:.82rem; color:#6f8194; margin:0; }

@media (min-width:760px){
  .hero{ padding:120px 22px 128px; }
  .mantra{ font-size:3.5rem; }
  .hero-sub{ font-size:1.2rem; }
  .band-inner p{ font-size:1.75rem; }
  .about-img{ height:360px; }
  .grid{ grid-template-columns:1fr 1fr; }
  .card-wide{ grid-column:1 / -1; }
  .ng-row{ grid-template-columns:1fr 1fr; }
}
