/* Standard fixed-width web layout for the approved homepage design. */
.mockup-home{background:#fffaf2;color:#172331}
.mockup-home .site-header{position:sticky;top:0;z-index:1000;background:#02111f;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 8px 24px rgba(0,0,0,.18)}
.mockup-home .header-inner{width:calc(100% - 40px);max-width:1280px;min-height:82px;margin:0 auto;padding:0;display:grid;grid-template-columns:270px minmax(0,1fr) 220px;gap:24px;align-items:center}
.mockup-home .brand img{display:block;width:260px;height:auto;max-height:64px}
.mockup-home .site-nav{display:flex;align-items:center;justify-content:center;gap:18px;white-space:nowrap}
.mockup-home .site-nav a{font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.02em;font-weight:900;color:#fff}
.mockup-home .site-nav a[aria-current],.mockup-home .site-nav a:hover{color:#efaa22}
.mockup-home .header-phone{justify-self:end;text-align:right}
.mockup-home .header-phone a{display:block;font-size:18px;line-height:1.05;color:#fff;font-weight:950}
.mockup-home .header-phone span{display:block;font-size:11px;line-height:1.3;color:#dce6ec}
.mockup-home .header-phone strong{display:block;font-size:11px;color:#efaa22}
.mockup-home .menu-toggle{display:none}

.mockup-home .home-hero{position:relative;min-height:560px;background-color:#071522;background-position:center;background-size:cover;color:#fff;overflow:hidden}
.mockup-home .home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,7,13,.93) 0%,rgba(0,7,13,.78) 44%,rgba(0,7,13,.24) 70%,rgba(0,7,13,.58) 100%)}
.mockup-home .hero-main{position:relative;z-index:1;width:calc(100% - 40px);max-width:1280px;margin:0 auto;padding:48px 0;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:54px;align-items:center}
.mockup-home .hero-message{max-width:720px}
.mockup-home .hero-message .eyebrow{margin:0 0 10px;font-size:13px;letter-spacing:.1em;color:#efaa22}
.mockup-home .hero-message h1{margin:0 0 16px;font-size:64px;line-height:.94;letter-spacing:-.035em;text-transform:uppercase}
.mockup-home .hero-message h1 span{display:block;color:#e6a428}
.mockup-home .hero-message>p{max-width:640px;margin:0;font-size:17px;line-height:1.45;color:#fff;font-weight:700}
.mockup-home .hero-mini-trust{max-width:640px;margin:28px 0 22px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.24);border-bottom:1px solid rgba(255,255,255,.24)}
.mockup-home .hero-mini-trust div{min-height:74px;padding:16px 14px 14px 52px;position:relative}
.mockup-home .hero-mini-trust div+div{border-left:1px solid rgba(255,255,255,.24)}
.mockup-home .hero-mini-trust div:before{position:absolute;left:10px;top:18px;display:grid;place-items:center;width:30px;height:30px;border:2px solid #efaa22;border-radius:50%;color:#efaa22;font-weight:950}
.mockup-home .hero-mini-trust div:nth-child(1):before{content:'✓'}
.mockup-home .hero-mini-trust div:nth-child(2):before{content:'✦'}
.mockup-home .hero-mini-trust div:nth-child(3):before{content:'✓'}
.mockup-home .hero-mini-trust strong{display:block;font-size:12px;line-height:1.2;text-transform:uppercase}
.mockup-home .hero-mini-trust span{display:block;font-size:11px;line-height:1.3;color:#dce6ec}
.mockup-home .hero-actions-row{display:flex;gap:12px;flex-wrap:wrap}
.mockup-home .hero-actions-row .button{padding:13px 24px;font-size:13px;border-radius:4px}
.mockup-home .hero-address{margin:14px 0 0!important;font-size:12px!important;font-weight:750;color:#fff!important}

.mockup-home .hero-form{width:390px;height:auto;padding:22px;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(180deg,rgba(4,27,48,.98),rgba(2,17,31,.99));box-shadow:0 20px 44px rgba(0,0,0,.35)}
.mockup-home .hero-form .form-heading{text-align:center}
.mockup-home .hero-form .form-heading h2{margin:0;font-size:25px!important;line-height:1.08;text-transform:uppercase;color:#fff!important}
.mockup-home .hero-form .form-heading p{margin:4px 0 14px;font-size:12px;text-transform:uppercase;font-weight:900;color:#efaa22!important}
.mockup-home .hero-form .form-grid{display:grid;grid-template-columns:1fr;gap:8px}
.mockup-home .hero-form label{font-size:11px;line-height:1.2;color:#fff}
.mockup-home .hero-form input,.mockup-home .hero-form select{width:100%;height:38px;padding:8px 10px;font-size:13px;border:1px solid #c7d2da;border-radius:4px;background:#fff;color:#172331}
.mockup-home .hero-form .upload-label{padding:10px;border:1px dashed rgba(255,255,255,.55);border-radius:4px;background:rgba(0,0,0,.12);text-align:center}
.mockup-home .hero-form .upload-label input{height:auto;margin-top:6px;padding:4px}
.mockup-home .hero-form .optional{color:#d8e2e9}
.mockup-home .hero-form .checkbox{display:flex;align-items:flex-start;gap:8px;margin-top:2px}
.mockup-home .hero-form .checkbox input{width:14px;height:14px;margin:0;flex:0 0 auto}
.mockup-home .hero-form .checkbox span{font-size:10px;line-height:1.35;color:#d8e3ea}
.mockup-home .hero-form .button{height:42px;margin-top:8px;padding:9px 14px;font-size:13px;border-radius:4px}
.mockup-home .hero-form .form-status{min-height:0;margin:5px 0;font-size:11px}
.mockup-home .hero-form .privacy-note{margin:4px 0 0;text-align:center;font-size:10px;line-height:1.25;color:#b8c7d1}

.mockup-home .trust-band{background:#fffaf2;border-bottom:1px solid #ded2c1}
.mockup-home .trust-band-grid{width:calc(100% - 40px);max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}
.mockup-home .trust-band article{min-height:76px;padding:14px 18px;display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center}
.mockup-home .trust-band article+article{border-left:1px solid #e4d8c8}
.mockup-home .trust-icon{display:grid;place-items:center;width:34px;height:34px;color:#0b2944;font-size:24px;font-weight:900}
.mockup-home .trust-band strong{display:block;font-size:13px;line-height:1.15;text-transform:uppercase}
.mockup-home .trust-band span{display:block;font-size:11px;line-height:1.25;color:#5e6871}

.mockup-home .people-section{background:#fff;padding:34px 0}
.mockup-home .people-grid{width:calc(100% - 40px);max-width:1280px;margin:0 auto;display:grid;grid-template-columns:430px minmax(0,1fr) 330px;gap:28px;align-items:stretch}
.mockup-home .people-photo{min-height:310px;border-radius:8px;overflow:hidden;background:#e7edf1}
.mockup-home .people-photo img{display:block;width:100%;height:100%;min-height:310px;object-fit:cover}
.mockup-home .image-note{display:none}
.mockup-home .people-copy{padding:14px 0;background:#fff}
.mockup-home .people-copy .eyebrow{display:none}
.mockup-home .people-copy h2{margin:0 0 14px;font-size:28px;line-height:1.05;text-transform:uppercase;color:#0b2236}
.mockup-home .people-copy>p{margin:0 0 12px;font-size:14px;line-height:1.5;color:#25313b}
.mockup-home .people-copy .family-script{margin-top:18px!important;font-size:20px!important;line-height:1.25;color:#b67913!important;font-style:italic}
.mockup-home .difference-panel{margin:0;padding:22px;border:1px solid #eadfce;border-radius:8px;background:#fbf7f0}
.mockup-home .difference-panel h3{margin:0 0 16px;text-align:center;font-size:14px;text-transform:uppercase}
.mockup-home .difference-panel ul{display:grid;grid-template-columns:1fr;gap:10px;list-style:none;margin:0;padding:0}
.mockup-home .difference-panel li{font-size:12px;line-height:1.3}
.mockup-home .difference-panel li:before{content:'✓';margin-right:8px;color:#b66e00;font-weight:950}

.mockup-home .promise-review{background:#fffaf2;border-top:1px solid #dfd3c2;border-bottom:1px solid #dfd3c2;padding:34px 0}
.mockup-home .promise-review-grid{width:calc(100% - 40px);max-width:1280px;margin:0 auto;display:grid;grid-template-columns:260px minmax(0,1fr) 400px;gap:0;align-items:stretch}
.mockup-home .promise-lead{padding:26px 24px;background:#061526;color:#fff}
.mockup-home .promise-lead h2{margin:0 0 16px;font-size:28px;line-height:1.05;text-transform:uppercase;color:#fff}
.mockup-home .promise-lead h2 span{color:#efaa22}
.mockup-home .promise-lead p{margin:0;font-size:13px;line-height:1.45;color:#d7e2e9}
.mockup-home .promise-cards{display:grid;grid-template-columns:repeat(4,1fr);background:#fff}
.mockup-home .promise-card{padding:24px 14px;text-align:center;border-right:1px solid #e6dac9}
.mockup-home .promise-card .num{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 14px;border:2px solid #10263a;border-radius:50%;color:#b66e00;font-size:12px;font-weight:900}
.mockup-home .promise-card h3{margin:0 0 10px;font-size:12px;text-transform:uppercase;color:#10263a}
.mockup-home .promise-card p{margin:0;font-size:11px;line-height:1.4;color:#5e6871}
.mockup-home .review-panel{padding:20px;background:#fffaf2}
.mockup-home .review-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:center}
.mockup-home .review-panel-head h2{margin:0;font-size:16px;text-transform:uppercase;color:#10263a}
.mockup-home .review-panel-head a{font-size:11px}
.mockup-home .review-panel .review-grid{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mockup-home .review-panel .review-card,.mockup-home .review-panel .review-empty{min-height:150px;padding:14px;border-radius:6px;background:#fff}
.mockup-home .review-panel .review-card blockquote{font-size:12px;line-height:1.4}
.mockup-home .review-panel .review-card footer{font-size:10px}
.mockup-home .review-panel .review-empty h3{font-size:14px}
.mockup-home .review-panel .review-empty p{font-size:11px;line-height:1.4}
.mockup-home .review-panel .review-empty .button{display:none}

.mockup-home .community-strip{width:calc(100% - 40px);max-width:1280px;margin:34px auto;display:grid;grid-template-columns:360px minmax(0,1fr) 300px;min-height:180px;color:#fff;overflow:hidden;border-radius:8px;background:#061526}
.mockup-home .community-intro{padding:28px;background:#061526}
.mockup-home .community-intro h2{margin:0 0 10px;font-size:23px;line-height:1.05;color:#fff}
.mockup-home .community-intro p{margin:0;font-size:12px;line-height:1.45;color:#e4edf2}
.mockup-home .community-photo{min-height:180px;background-position:center;background-size:cover}
.mockup-home .community-cta{align-self:center;justify-self:center;width:250px;padding:20px;border-radius:6px;background:#fffaf2;color:#1b2732;text-align:center}
.mockup-home .community-cta strong{display:block;font-size:13px;text-transform:uppercase}
.mockup-home .community-cta span{display:block;margin:5px 0 12px;font-size:11px;color:#5e6871}
.mockup-home .community-cta .button{padding:9px 14px;font-size:12px}

.mockup-home .below-fold{background:#fff}

@media(max-width:1180px){
  .mockup-home .header-inner{grid-template-columns:240px minmax(0,1fr) 190px;gap:16px}
  .mockup-home .brand img{width:230px}
  .mockup-home .site-nav{gap:11px}
  .mockup-home .site-nav a{font-size:10px}
  .mockup-home .hero-main{grid-template-columns:minmax(0,1fr) 360px;gap:32px}
  .mockup-home .hero-message h1{font-size:54px}
  .mockup-home .hero-form{width:360px}
  .mockup-home .people-grid{grid-template-columns:360px minmax(0,1fr) 300px;gap:22px}
  .mockup-home .promise-review-grid{grid-template-columns:230px minmax(0,1fr) 350px}
  .mockup-home .community-strip{grid-template-columns:320px minmax(0,1fr) 280px}
}

@media(max-width:960px){
  .mockup-home .header-inner{display:flex;min-height:74px}
  .mockup-home .brand img{width:225px}
  .mockup-home .menu-toggle{display:block;margin-left:auto}
  .mockup-home .site-nav{display:none;position:absolute;left:0;right:0;top:74px;padding:18px;background:#02111f;flex-direction:column;align-items:flex-start}
  .mockup-home .site-nav.open{display:flex}
  .mockup-home .header-phone{display:none}
  .mockup-home .hero-main{grid-template-columns:1fr;padding:38px 0}
  .mockup-home .hero-message{max-width:none}
  .mockup-home .hero-form{width:100%;max-width:520px}
  .mockup-home .trust-band-grid{grid-template-columns:1fr 1fr}
  .mockup-home .trust-band article:nth-child(3){border-left:0;border-top:1px solid #e4d8c8}
  .mockup-home .trust-band article:nth-child(4){border-top:1px solid #e4d8c8}
  .mockup-home .people-grid{grid-template-columns:1fr}
  .mockup-home .people-photo{min-height:360px}
  .mockup-home .people-photo img{min-height:360px}
  .mockup-home .promise-review-grid{grid-template-columns:1fr}
  .mockup-home .review-panel .review-grid{grid-template-columns:1fr 1fr}
  .mockup-home .community-strip{grid-template-columns:1fr}
  .mockup-home .community-photo{min-height:260px}
  .mockup-home .community-cta{width:calc(100% - 40px);margin:20px auto}
}

@media(max-width:640px){
  .mockup-home .header-inner,.mockup-home .hero-main,.mockup-home .trust-band-grid,.mockup-home .people-grid,.mockup-home .promise-review-grid,.mockup-home .community-strip{width:calc(100% - 28px)}
  .mockup-home .hero-message h1{font-size:42px}
  .mockup-home .hero-message>p{font-size:15px}
  .mockup-home .hero-mini-trust{grid-template-columns:1fr}
  .mockup-home .hero-mini-trust div+div{border-left:0;border-top:1px solid rgba(255,255,255,.24)}
  .mockup-home .hero-actions-row .button{width:100%;text-align:center}
  .mockup-home .trust-band-grid{grid-template-columns:1fr}
  .mockup-home .trust-band article+article{border-left:0;border-top:1px solid #e4d8c8}
  .mockup-home .people-photo,.mockup-home .people-photo img{min-height:260px}
  .mockup-home .promise-cards{grid-template-columns:1fr 1fr}
  .mockup-home .review-panel .review-grid{grid-template-columns:1fr}
}
