/* Fonts: using WOFF, paths are relative to this CSS file */
@font-face{
  font-family:"Sifonn";
  src:url("../fonts/Sifonn.woff") format("woff");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Frutiger";
  src:url("../fonts/Frutiger.woff") format("woff");
  font-weight:400; font-style:normal; font-display:swap;
}

/* Tokens */
:root{
  --bg:#ffffff; --fg:#0b1220; --muted:#5b667a; /* muted made lighter for dark overlays */
  --accent:#0e9d3a; --accent-2:#0c8a34; --ring:rgba(14,157,58,.25);
  --card:#f7f8fb; --border:#e6e8ee; --shadow:0 8px 24px rgba(20,30,55,.08);
  --radius:14px; --container:1200px; --overlap:140px;
}

*,*::before,*::after{box-sizing:border-box}
html:focus-within{scroll-behavior:smooth}
body{margin:0;font-family:"Frutiger", system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--fg);background:var(--bg);line-height:1.5}
a{color:var(--accent);text-decoration:none}
a:hover{ text-decoration:none; }
img{display:block;height:auto}

/* Type helpers */
.eyebrow{text-transform:uppercase;letter-spacing:.10em;font-weight:600;font-size:12px;color: var(--muted)}
.h1{font-family:"Sifonn", Helvetica, Arial, sans-serif;font-size:clamp(32px,3.6vw,54px);margin:6px 0 16px;line-height:1.1;color: var(--fg)}
.h2{font-family:"Sifonn", Helvetica, Arial, sans-serif;font-size:clamp(24px,2.4vw,34px);margin:0 0 10px;line-height:1.15}
.h3{font-family:"Sifonn", Helvetica, Arial, sans-serif;font-size:clamp(18px,1.6vw,22px);margin:0 0 8px}

/* Layout */
.container{max-width:var(--container);margin-inline:auto;padding-inline:20px}
.section{padding:56px 0}
.grid{display:grid;gap:24px}

/* Announcement bar */
.bar{background:#0a3d2c;color:#fff;font-size:14px}
.bar .inner{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 16px}
.bar .cta.ghost{ background:transparent; color:var(--accent); border:1px solid var(--accent); transition:background-color .2s ease,color .2s ease,border-color .2s ease; }

/* Hero */
.hero.section{ padding-bottom:20px; } /* tightened space below logos */
.hero-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.hero-actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}
.cta{display:inline-block;padding:10px 16px;border-radius:999px;background:var(--accent);color:#fff;border:0 transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease; }
.cta:hover{ text-decoration:none; }
.cta.ghost{ background:transparent; color:var(--accent); border:1px solid var(--accent); transition:background-color .2s ease,color .2s ease,border-color .2s ease; }

/* Logos */
.press-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:0;align-items:center;margin-bottom:0}

 .press-row img{max-height:90px;width:auto;object-fit:contain;margin:auto}


/* Hero image */
.hero-portrait{max-width:320px;width:100%;height:auto;object-fit:cover;border:none;border-radius:10px;box-shadow:0 12px 28px rgba(0,0,0,.25);margin:auto}

/* Who section spacing tightened on top */
#who.section{padding-top:28px;padding-bottom:16px}

/* 4 highlight boxes */
.feature {
  background: #0a3d2c !important; /* same as CTA */
  color: #fff !important;
  border-color: #0a3d2c !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35) !important; /* added drop shadow */
}
.feature h3,
.feature p,
.feature .eyebrow {
  color: #fff !important;
}

/* Overlap (image background section with Why Choose + stats) */
.overlap-wrap{
  position:relative;
  color:#fff;
  background:
    linear-gradient(rgba(10,61,44,0.7), rgba(10,61,44,0.7)),
    url('https://www.lasatercapital.com/wp-content/uploads/2025/08/header-connecting-bridge-KeyCity-home.jpg') bottom center / cover no-repeat;
  padding-top: calc(36px + var(--overlap));
  padding-bottom:36px;
  margin-bottom:calc(var(--overlap) * -1);
  z-index:1;
}
.overlap-box{
  width:min(900px,92vw);
  margin:0 auto; /* 35px of space above the box */
  background:#0a3d2c;
  color:#fff;
  border:1px solid #0a3d2c;
  border-radius:0;
  box-shadow:0 12px 28px rgba(0,0,0,.25);
  padding:22px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
}

.overlap-box .muted{color:#fff;opacity:.9;margin:0}

/* Stats (now inside overlap) */
.stats-grid{grid-template-columns:repeat(3,1fr);text-align:center}
.overlap-wrap .stats-grid{margin-top:4px} /* tighter spacing under the box */
.stat{background:transparent;border:0;border-radius:var(--radius);padding:28px}
.overlap-wrap .stat .num{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.35);font-size:clamp(34px,5vw,56px);font-weight:800;letter-spacing:-.02em}
.overlap-wrap .stat .label{color:rgba(255,255,255,.9);text-shadow:0 2px 8px rgba(0,0,0,.35)}

/* Disclosures */
details{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow)}
summary{cursor:pointer;font-weight:700;color:var(--fg)}
details p{margin:10px 0 0;color:#5b667a}

/* Footer */
footer{padding:48px 0;border-top:1px solid var(--border);background:#0a3d2c}
.foot-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
.foot-cols{display:grid;grid-template-columns:1fr}


/* Modal */
.modal{position:fixed;inset:0;display:none;place-items:center;background:rgba(11,18,32,.45);backdrop-filter:blur(4px);z-index:60}
.modal.show{display:grid}
.dialog{width:min(640px,92vw);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}
.dialog header{border-bottom:1px solid var(--border);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;background:#fbfcff;position:unset}
.dialog .body{padding:18px}
.field{display:grid;gap:8px;margin:12px 0}
.field input,.field select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--border);outline:none}
.field input:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--ring)}

/* Responsive */
@media (max-width:1000px){
  .hero-wrap{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .stats-grid{grid-template-columns:1fr}
}

/* Overlap intro (sharp-corner box that straddles image section below) */
.overlap-intro{padding-top:0;padding-bottom:0;margin-bottom:calc(var(--overlap) * -1);position:relative;z-index:4}
.overlap-intro .overlap-box{ margin-top:35px; } /* 35px space above the box, outside the image section */

/* Feature boxes */
.feature-grid{grid-template-columns:repeat(4,1fr)}
.feature{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}
.feature p{margin:6px 0 0;color:var(--muted)}
@media (max-width:1000px){ .feature-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:720px){ .feature-grid{grid-template-columns:1fr} }

.hero .hero-actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap;justify-content:center}

.hero .press-row{margin-top:65px}

.dialog header strong{color:var(--fg);font-weight:700}

#approach.section{padding-top:16px}


.cta-after-overlap{padding-top:0;padding-bottom:0}
.cta-band{background:#0a3d2c;color:#fff;border-radius:14px;padding:28px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;box-shadow:0 12px 28px rgba(0,0,0,.18);margin:24px 0;}
.cta-band p{margin:0;color:#cfd6e6}


/* Ensure Why Choose headline is normal weight */


/* Force normal weight in Why Choose */


/* Normalize Why Choose heading styling (CSS-only, no inline) */


/* Why Choose heading: non-bold, Frutiger to avoid bold-looking Sifonn in this spot */


/* Ensure Why Choose heading is normal weight and white */
.overlap-box .h2{
  font-family:"Frutiger", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  font-weight:400;
  color:#fff;
}

/* Footer color normalization */


.foot-cols .eyebrow{ font-weight:700; } /* Information label bold */

/* Two-column section layout */
.two-col-grid{ grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 720px){
  .two-col-grid{ grid-template-columns: 1fr; }
}

/* Footer pure white overrides */
footer, footer * { color: #fff !important; }
footer a { color: #fff !important; text-decoration: none; }
footer a:hover { text-decoration: underline; }

/* Specific spacing for CNBC and NYT logos (triple space) */
.press-row img[alt="CNBC"]{ padding-right:48px; }
.press-row img[alt="The New York Times"]{ padding-left:48px; }

/* Footer links stacked */
.foot-cols a{ display:block; margin:4px 0; }

a:focus{ text-decoration:none; }

a:active{ text-decoration:none; }

.cta:focus{ text-decoration:none; }

.cta:active{ text-decoration:none; }

.cta.ghost:hover{ background:var(--accent); color:#fff; border-color:var(--accent); }





/* Footer links: no underline in any state */
footer a,
footer .foot-cols a,
footer a:hover,
footer a:focus,
footer a:active,
footer .foot-cols a:hover,
footer .foot-cols a:focus,
footer .foot-cols a:active{
  text-decoration: none !important;
}

/* Brighter hover for 'Schedule a meeting' (filled) in Headline & CTA banner */
.hero .hero-actions .cta:not(.ghost):hover,
.cta-after-overlap .cta-band .cta:hover{
  background: #13b54a;
}

/* === Modern Mautic form (Hugh Hewitt) — styles.css add-on === */
#mauticform_wrapper_hughhewitt {
  --brand-700:#0b8a5d;
  --brand-600:#0ba66f;   /* primary */
  --brand-500:#17b77d;
  --brand-400:#38c995;

  --text:#111827;
  --muted:#6b7280;
  --card-bg:#ffffff;
  --border:#e5e7eb;
  --ring:rgba(11,166,111,.35);
  --shadow:0 14px 32px rgba(17,24,39,.08);
  --radius:16px;

  --input-bg:#ffffff;
  --input-border:#d1d5db;
  --input-text:#111827;
  --error:#ef4444;
  --success:#16a34a;

  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,"Segoe UI",Roboto,sans-serif;
}

/* Card-style container */
#mauticform_wrapper_hughhewitt .mauticform-innerform{
  background:var(--card-bg);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:28px;
}

/* Title / description */
#mauticform_wrapper_hughhewitt .mauticform-name{
  font-size:clamp(22px,2.2vw + 8px,30px);
  font-weight:800;
  margin:0 0 6px;
  letter-spacing:-.02em;
  color:var(--text);
}
#mauticform_wrapper_hughhewitt .mauticform-description{
  margin:0 0 18px;
  color:var(--muted);
}

/* Grid layout */
#mauticform_wrapper_hughhewitt .mauticform-page-wrapper{ display:grid; gap:16px; }
@media (min-width:680px){
  #mauticform_wrapper_hughhewitt .mauticform-page-wrapper{ grid-template-columns:1fr 1fr; }
  #mauticform_wrapper_hughhewitt #mauticform_hughhewitt_submit{ grid-column:1 / -1; }
}

/* Labels */
#mauticform_wrapper_hughhewitt .mauticform-label{
  display:block;
  font-size:14px;
  font-weight:600;
  color:var(--muted);
  margin-bottom:6px;
}

/* Inputs/select/textarea */
#mauticform_wrapper_hughhewitt .mauticform-input,
#mauticform_wrapper_hughhewitt .mauticform-selectbox,
#mauticform_wrapper_hughhewitt .mauticform-textarea{
  width:100%;
  background:var(--input-bg);
  color:var(--input-text);
  border:1px solid var(--input-border);
  border-radius:12px;
  padding:12px 14px;
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .02s ease;
  box-shadow:0 0 0 0 rgba(0,0,0,0);
}
#mauticform_wrapper_hughhewitt .mauticform-input::placeholder,
#mauticform_wrapper_hughhewitt .mauticform-textarea::placeholder{ color:#9ca3af; }
#mauticform_wrapper_hughhewitt .mauticform-input:focus,
#mauticform_wrapper_hughhewitt .mauticform-selectbox:focus,
#mauticform_wrapper_hughhewitt .mauticform-textarea:focus{
  border-color:var(--brand-500);
  box-shadow:0 0 0 4px var(--ring);
}
#mauticform_wrapper_hughhewitt .mauticform-input:active{ transform:translateY(.5px); }

/* Error / success text */
#mauticform_wrapper_hughhewitt .mauticform-errormsg{ display:block; color:var(--error); font-size:13px; margin-top:6px; }
#mauticform_wrapper_hughhewitt .mauticform-error{ color:var(--error); font-weight:600; }
#mauticform_wrapper_hughhewitt .mauticform-message{ color:var(--success); }

/* Submit button — solid by default */
#mauticform_wrapper_hughhewitt .mauticform-button{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius:999px; font-weight:700; letter-spacing:.02em;
  padding:12px 18px; border:1px solid transparent;
  background:var(--brand-600); color:#fff; cursor:pointer;
  transition:transform .06s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
  box-shadow:0 8px 18px rgba(11,166,111,.22);
  text-decoration:none; /* no underline ever */
}
#mauticform_wrapper_hughhewitt .mauticform-button:hover{
  background:var(--brand-500); /* lighten */
  box-shadow:0 10px 22px rgba(11,166,111,.28);
  transform:translateY(-1px);
}
#mauticform_wrapper_hughhewitt .mauticform-button:active{ transform:translateY(0); }

/* Outline variant fills on hover */
#mauticform_wrapper_hughhewitt .mauticform-button.btn-ghost{
  background:#fff; color:var(--brand-700); border-color:var(--brand-600);
  box-shadow:0 4px 12px rgba(11,166,111,.08);
}
#mauticform_wrapper_hughhewitt .mauticform-button.btn-ghost:hover{
  background:var(--brand-600); color:#fff; border-color:var(--brand-600);
  box-shadow:0 10px 22px rgba(11,166,111,.22);
}

/* Submit row */
#mauticform_wrapper_hughhewitt .mauticform-button-wrapper{
  display:flex; justify-content:flex-end; margin-top:4px;
}

/* Remove link underlines anywhere inside the wrapper */
#mauticform_wrapper_hughhewitt a,
#mauticform_wrapper_hughhewitt a:hover,
#mauticform_wrapper_hughhewitt a:focus{ text-decoration:none !important; }

/* Autocomplete dropdown polish */
#mauticform_wrapper_hughhewitt .autoComplete_wrapper > ul{
  border-color:var(--border); border-radius:12px; box-shadow:var(--shadow);
}
#mauticform_wrapper_hughhewitt .autoComplete_wrapper > ul > li{
  font-size:15px; padding:10px 14px;
}
#mauticform_wrapper_hughhewitt .autoComplete_wrapper > ul > li[aria-selected="true"],
#mauticform_wrapper_hughhewitt .autoComplete_wrapper > ul > li:hover{
  background:#f3faf7;
}

/* Loading state spinner when submitting */
#mauticform_wrapper_hughhewitt.is-submitting .mauticform-button{
  position:relative; pointer-events:none;
}
#mauticform_wrapper_hughhewitt.is-submitting .mauticform-button::after{
  content:""; position:absolute; right:14px; width:16px; height:16px;
  border:2px solid rgba(255,255,255,.6); border-top-color:#fff;
  border-radius:50%; animation:hhspin .9s linear infinite;
}
@keyframes hhspin{ to{ transform:rotate(360deg); } }

/* Mobile padding */
@media (max-width:480px){
  #mauticform_wrapper_hughhewitt .mauticform-innerform{ padding:20px; border-radius:14px; }
}

/* Mautic hidden fields */
#mauticform_wrapper_hughhewitt .mauticform-field-hidden {
  display: none !important;
}

/* Optional dark-mode
@media (prefers-color-scheme: dark){
  #mauticform_wrapper_hughhewitt{
    --text:#e5e7eb; --muted:#9ca3af; --card-bg:#111318; --border:#1f2937;
    --input-bg:#0b0c0f; --input-border:#2b3442; --input-text:#e5e7eb;
    --ring:rgba(11,166,111,.45); --shadow:0 12px 28px rgba(0,0,0,.35);
  }
  #mauticform_wrapper_hughhewitt .mauticform-button.btn-ghost{
    background:transparent; color:var(--brand-400); border-color:var(--brand-600);
  }
}
*/

/* Safety valve if Bootstrap/etc. overrides .btn — enable ONLY if needed
#mauticform_wrapper_hughhewitt .mauticform-button{ all:unset; }
#mauticform_wrapper_hughhewitt .mauticform-button{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius:999px; font-weight:700; letter-spacing:.02em; padding:12px 18px;
  border:1px solid transparent; background:var(--brand-600); color:#fff; cursor:pointer;
  transition:transform .06s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
  box-shadow:0 8px 18px rgba(11,166,111,.22); text-decoration:none;
}
*/

/* Success message reveal */
#mauticform_wrapper_hughhewitt .mauticform-message {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .2s ease, transform .2s ease;
  margin-top: 10px;
}
#mauticform_wrapper_hughhewitt .mauticform-message.hh-visible {
  opacity: 1;
  transform: translateY(0);
}

/* === Force-hide press logos on mobile & collapse spacing === */
@media (max-width: 720px) {
  /* kill the grid entirely */
  body .press-row { 
    display: none !important; 
    visibility: hidden !important;
  }
  /* just in case individual images still render */
  body .press-row img,
  body .press-row picture,
  body .press-row > * {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* remove the extra gap where logos used to be */
  .hero .press-row { margin-top: 0 !important; }
}
