
:root {
  --green:#0d4b2f;
  --green-dark:#06311d;
  --green-mid:#166241;
  --cream:#f6f3ec;
  --cream-2:#fbf8f2;
  --orange:#e1731c;
  --text:#1e251f;
  --muted:#576156;
  --line:#ddd6c8;
  --shadow:0 12px 32px rgba(18,63,44,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1200px,calc(100% - 40px));margin:0 auto}
.container-wide{width:min(1340px,calc(100% - 40px));margin:0 auto}
.topbar{background:var(--green-dark);color:#eef5ef;font-size:.92rem}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 0}
.topbar-list{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.topbar-note{white-space:nowrap}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0}
.logo-wrap img{height:76px;width:auto}
.main-nav{display:flex;gap:28px;align-items:center}
.nav-link{font-weight:600;color:#314034;position:relative;padding:6px 0}
.nav-link.active::after,.nav-link:hover::after{content:'';position:absolute;left:0;right:0;bottom:-11px;height:3px;border-radius:99px;background:var(--green)}
.header-cta{display:flex;gap:12px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:14px 22px;font-weight:800;transition:.18s ease;border:none;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-solid{background:var(--orange);color:#fff;box-shadow:var(--shadow)}
.btn-green{background:var(--green);color:#fff;box-shadow:var(--shadow)}
.btn-outline{background:#fff;border:1px solid rgba(18,63,44,.24);color:var(--green)}
.btn-light{background:#fff;color:var(--green);border:1px solid rgba(18,63,44,.16)}
.mobile-toggle,.mobile-menu{display:none}
.mobile-toggle{font-size:1.65rem;background:none;border:none;color:var(--green)}
h1,h2,h3,h4{font-family:Georgia,'Times New Roman',serif;line-height:1.04;letter-spacing:-.02em;color:#153625;margin:0 0 14px}
h1{font-size:clamp(2.7rem,4.8vw,4.9rem)}
h2{font-size:clamp(2rem,3.4vw,3.3rem)}
h3{font-size:1.55rem}
.eyebrow{font-size:.88rem;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);font-weight:800;margin:0 0 12px}
.lead{font-size:1.17rem;color:#374437;max-width:640px}
.hero-home{padding:42px 0 0;background:linear-gradient(180deg,var(--cream-2),#fff)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:28px;align-items:center}
.hero-copy{padding:24px 0 34px}
.hero-copy h1{max-width:10.8ch}
.hero-copy .lead{margin:8px 0 24px}
.cert-row{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.cert-row img{height:92px;width:auto;object-fit:contain;background:#fff;border-radius:18px;padding:8px;box-shadow:var(--shadow)}
.hero-produce-panel{overflow:hidden;border-radius:0 0 0 40px}
.hero-produce-panel img{width:100%;height:680px;object-fit:cover}
.benefit-bar{background:linear-gradient(90deg,var(--green-dark),var(--green));color:#fff}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding:24px 0}
.benefit-item{display:flex;gap:14px;align-items:flex-start;padding-right:18px;border-right:1px solid rgba(255,255,255,.18)}
.benefit-item:last-child{border-right:none}
.benefit-icon{width:54px;height:54px;border:2px solid rgba(219,200,85,.85);border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:#d8d664;font-size:1.4rem}
.benefit-item strong{display:block;font-size:1.22rem;line-height:1.15;margin-bottom:6px}
.benefit-item span{color:#d5e2d7;font-size:.96rem}
.section{padding:78px 0}.section-tight{padding:36px 0}.section-cream{background:var(--cream-2)}
.section-head{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:end;margin-bottom:26px}
.section-head p{max-width:510px;color:var(--muted);margin:0}
.card-grid{display:grid;gap:20px}
.card-grid.six{grid-template-columns:repeat(6,1fr)}
.card-grid.four{grid-template-columns:repeat(4,1fr)}
.card-grid.three{grid-template-columns:repeat(3,1fr)}
.service-card,.info-card,.contact-card,.profile-card,.catalog-panel,.form-card{background:#fff;border:1px solid rgba(21,38,27,.08);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
.service-card img{width:100%;height:210px;object-fit:cover}
.service-card img.label-card-image{object-fit:contain;padding:22px;background:linear-gradient(135deg,var(--cream-2),#fff)}
.service-card .body{padding:18px 18px 20px}
.service-card .icon-dot{width:54px;height:54px;background:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 8px 18px rgba(0,0,0,.12);margin:-28px auto 14px;border:4px solid #fff;font-size:1.25rem;color:var(--green)}
.service-card h3{font-size:1.18rem;text-align:center;margin-bottom:8px}.service-card p{font-size:.98rem;color:var(--muted);text-align:center;margin:0}
.stats-band{position:relative;background:linear-gradient(rgba(11,47,34,.20),rgba(11,47,34,.20)), url('assets/img/detroit-about.png') center/cover no-repeat;padding:20px 0}
.stats-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:rgba(9,46,29,.75);backdrop-filter:blur(5px);border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}
.stat-item{display:flex;align-items:center;justify-content:center;gap:14px;color:#fff;padding:22px 18px;border-right:1px solid rgba(255,255,255,.14)}
.stat-item:last-child{border-right:none}.stat-ico{font-size:2rem;color:#f19228}.stat-item strong{display:block;font-size:2.7rem;line-height:1;font-family:Georgia,'Times New Roman',serif}.stat-item span{font-size:1rem;color:#dfebdf}
.site-footer{background:#f5f1e7;border-top:1px solid #ddd4c3}
.footer-grid{display:grid;grid-template-columns:1.1fr .85fr .85fr;gap:36px;padding:38px 0 28px;align-items:start}
.footer-logo{height:82px;width:auto;margin-bottom:12px}.footer-copy{max-width:320px;color:#4d574e}.site-footer h4{font-size:1.55rem;margin-bottom:10px}.site-footer p,.site-footer a{color:#334334}
.footer-bottom{padding:14px 0 18px;border-top:1px solid #ddd4c3;font-weight:700;color:#334334}
.hero-page{padding:44px 0;background:linear-gradient(180deg,var(--cream-2),#fff)}
.hero-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.hero-page-media{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.06);background:#fff}
.hero-page-media img{width:100%;height:500px;object-fit:cover}
.catalog-embed{background:#fff;border:1px solid rgba(21,38,27,.08);box-shadow:var(--shadow);border-radius:28px;padding:18px}
.catalog-embed iframe{width:100%;height:900px;border:1px solid var(--line);border-radius:18px;background:#fff}
.catalog-summary{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center;margin-top:28px}
.catalog-summary .text p{color:var(--muted)}
.catalog-side-photo{border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.catalog-side-photo img{width:100%;height:360px;object-fit:cover}
.cert-strip{padding:20px 0 8px;text-align:center}
.cert-strip h3{font-size:1.12rem;font-family:Inter,Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.cert-strip p{margin:0 0 26px;color:var(--muted)}
.cert-logo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:center}
.cert-logo-box{display:grid;justify-items:center;gap:12px;padding:0 20px;border-right:1px solid #ddd4c3}.cert-logo-box:last-child{border-right:none}
.cert-logo-box img{height:110px;width:auto;object-fit:contain}.cert-logo-box strong{font-size:1.2rem}.cert-logo-box span{color:var(--muted)}
.pillar-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:26px;border-top:1px solid #e1dacd}
.pillar{padding:22px 16px;text-align:center;border-right:1px solid #e1dacd}.pillar:last-child{border-right:none}.pillar .i{font-size:2rem;color:var(--green);margin-bottom:12px}.pillar h4{font-size:1.2rem}.pillar p{color:var(--muted);margin:0}
.about-leaders{margin-top:30px}
.profile-card img{width:100%;height:330px;object-fit:cover}.profile-card .body{padding:18px 20px 22px}.profile-card h3{text-align:center;margin-bottom:4px}.profile-card .role{display:block;text-align:center;color:var(--orange);font-weight:800;margin-bottom:14px}.profile-card p{color:var(--muted);margin:0}
.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:start}
.contact-cards{display:grid;gap:16px;margin-top:26px}
.contact-card{display:grid;grid-template-columns:72px 1fr;gap:18px;padding:18px 20px;align-items:center}.contact-card .circle{width:60px;height:60px;border-radius:50%;background:var(--green-dark);color:#fff;display:grid;place-items:center;font-size:1.5rem}.contact-card strong{display:block;font-size:1.6rem;color:var(--green);line-height:1.15}.contact-card small{display:block;color:var(--muted);margin-top:4px}
.form-card{padding:26px 26px 22px}.form-card h2{font-size:2.1rem;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}label span{display:block;margin-bottom:6px;font-weight:700;color:#314034}input,textarea,select{width:100%;padding:15px 16px;border-radius:12px;border:1px solid #dbd5c8;font:inherit;background:#fff}textarea{min-height:150px;resize:vertical}.form-actions{display:flex;gap:12px;align-items:center;margin-top:18px}.form-status{min-height:22px;margin-top:12px;font-weight:700}
.contact-band{margin-top:30px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.contact-band-grid{display:grid;grid-template-columns:1fr 1fr}.contact-band-grid img{width:100%;height:300px;object-fit:cover}
.footer-spacer{height:0}
@media (max-width: 1100px){.card-grid.six{grid-template-columns:repeat(3,1fr)}.card-grid.four{grid-template-columns:repeat(2,1fr)}.contact-grid,.hero-page-grid,.hero-grid,.catalog-summary,.section-head,.footer-grid{grid-template-columns:1fr}.hero-copy h1{max-width:none}.hero-produce-panel img{height:500px}.stats-strip{grid-template-columns:1fr}.stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.14)}.stat-item:last-child{border-bottom:none}.cert-logo-row,.pillar-row{grid-template-columns:1fr}.cert-logo-box,.pillar{border-right:none;border-bottom:1px solid #e1dacd}.cert-logo-box:last-child,.pillar:last-child{border-bottom:none}}
@media (max-width: 760px){.topbar{display:none}.main-nav,.header-cta{display:none}.mobile-toggle{display:block}.mobile-menu.open{display:flex;flex-direction:column;gap:10px;padding:0 0 18px}.card-grid.six,.card-grid.four,.card-grid.three,.benefit-grid,.contact-band-grid,.form-grid{grid-template-columns:1fr}.service-card img{height:190px}.hero-produce-panel img{height:340px}.hero-page-media img{height:320px}.catalog-embed iframe{height:620px}.container,.container-wide{width:min(100% - 24px,1200px)}.section{padding:56px 0}.hero-home{padding-top:18px}.logo-wrap img{height:60px}.contact-card{grid-template-columns:56px 1fr}.contact-card .circle{width:52px;height:52px}.contact-card strong{font-size:1.28rem}}


.home-solutions-head{ text-align:center; margin-bottom:26px; }
.home-solutions-head h2{ max-width:900px; margin:0 auto 12px; }
.home-solutions-head p{ max-width:720px; margin:0 auto; color:var(--muted); font-size:1.1rem; }

.center-intro{ text-align:center; margin-bottom:22px; }
.center-intro p{ margin:0 auto; max-width:760px; color:var(--muted); font-size:1.08rem; }
.second-intro{ margin-top:42px; }

.hero-page{ padding:42px 0 28px; background:linear-gradient(180deg,var(--cream-2),#fff); }
.hero-page-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:center; }
.hero-page-media img{ width:100%; height:520px; object-fit:cover; border-radius:26px; box-shadow:var(--shadow); }
.hero-page h1{ max-width:10.8ch; }

.service-card img{ width:100%; height:190px; object-fit:cover; }
.service-card img.label-card-image{ object-fit:contain; padding:22px; background:linear-gradient(135deg,var(--cream-2),#fff); }
.service-card .body{ padding:20px 18px 22px; text-align:center; }
.service-card .body p{ color:var(--muted); }
.card-grid.six{ grid-template-columns:repeat(6,1fr); gap:22px; }
.card-grid.four{ grid-template-columns:repeat(4,1fr); gap:22px; }
.card-grid.three{ grid-template-columns:repeat(3,1fr); gap:22px; }
.service-card, .profile-card{ background:#fff; border-radius:24px; overflow:hidden; box-shadow:var(--shadow); }

.icon-dot{ width:56px; height:56px; border-radius:50%; display:grid; place-items:center; background:#f7f6f2; box-shadow:0 8px 18px rgba(18,63,44,.08); margin:-48px auto 12px; font-size:1.4rem; position:relative; }
.profile-card img{ width:100%; height:370px; object-fit:cover; }
.profile-card .body{ padding:20px 20px 24px; text-align:center; }
.profile-card .role{ display:block; color:var(--orange); font-weight:800; margin:-2px 0 10px; }

.cert-strip{ text-align:center; }
.cert-strip h3{ font-size:1.05rem; font-family:Inter,Arial,sans-serif; text-transform:uppercase; letter-spacing:.18em; color:#314034; margin-bottom:8px; }
.cert-strip p{ color:var(--muted); margin:0 auto 20px; max-width:760px; }
.cert-logo-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; align-items:center; }
.cert-logo-box{ padding:18px 24px; border-right:1px solid var(--line); }
.cert-logo-box:last-child{ border-right:none; }
.cert-logo-box img{ height:105px; width:auto; margin:0 auto 12px; object-fit:contain; }
.cert-logo-box strong{ display:block; font-size:1.6rem; color:#193726; font-family:Georgia,'Times New Roman',serif; }
.cert-logo-box span{ color:var(--muted); }

.pillar-row.refined-pillars{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:18px; border-top:1px solid var(--line); }
.pillar-row.refined-pillars .pillar{ padding:30px 22px 0; text-align:center; border-right:1px solid var(--line); }
.pillar-row.refined-pillars .pillar:last-child{ border-right:none; }
.pillar-row.refined-pillars .i{ font-size:2rem; color:var(--green); margin-bottom:12px; }
.pillar-row.refined-pillars h4{ margin-bottom:10px; font-size:1.15rem; }
.pillar-row.refined-pillars p{ color:var(--muted); max-width:220px; margin:0 auto; }

.catalog-embed iframe{ width:100%; height:860px; border:0; border-radius:26px; box-shadow:var(--shadow); background:#fff; }
.catalog-summary{ display:grid; grid-template-columns:.95fr 1.05fr; gap:34px; align-items:center; }
.catalog-side-photo img{ width:100%; height:380px; object-fit:cover; border-radius:24px; box-shadow:var(--shadow); }

.contact-grid{ display:grid; grid-template-columns:.95fr 1.05fr; gap:34px; align-items:start; }
.contact-cards{ display:grid; gap:20px; margin-top:22px; }
.contact-card{ display:flex; gap:18px; align-items:flex-start; background:#fff; padding:24px 26px; border-radius:24px; box-shadow:var(--shadow); }
.contact-card strong{ font-size:1.2rem; color:#173826; display:block; line-height:1.25; }
.contact-card .circle{ width:76px; height:76px; border-radius:50%; display:grid; place-items:center; background:var(--green); color:#fff; font-size:2rem; flex:0 0 auto; }
.form-card{ background:#fff; padding:26px; border-radius:24px; box-shadow:var(--shadow); }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-grid .full{ grid-column:1 / -1; }
.form-grid label span{ display:block; font-weight:700; margin-bottom:8px; color:#304133; }
.form-grid input,.form-grid select,.form-grid textarea{ width:100%; border:1px solid #d8d3c7; border-radius:12px; padding:14px 14px; font:inherit; }
.form-grid textarea{ min-height:140px; resize:vertical; }
.form-actions{ margin-top:18px; }
.form-status{ min-height:22px; margin-top:10px; font-weight:600; }
.contact-band{ padding-top:26px; }
.contact-band-grid{ display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.contact-band-grid img{ width:100%; height:360px; object-fit:cover; border-radius:24px; box-shadow:var(--shadow); }

.footer-bottom{ padding:14px 0 22px; border-top:1px solid var(--line); }
.site-footer{ background:var(--cream-2); }

@media (max-width: 1100px){
  .card-grid.six{ grid-template-columns:repeat(3,1fr); }
  .card-grid.four{ grid-template-columns:repeat(2,1fr); }
  .hero-page-grid,.contact-grid,.catalog-summary{ grid-template-columns:1fr; }
  .hero-page h1{ max-width:none; }
}
@media (max-width: 760px){
  .topbar{ display:none; }
  .main-nav,.header-cta{ display:none; }
  .mobile-toggle{ display:block; }
  .mobile-menu.open{ display:flex; flex-direction:column; gap:10px; padding:0 0 18px; }
  .card-grid.six,.card-grid.four,.card-grid.three,.contact-band-grid,.pillar-row.refined-pillars,.cert-logo-row,.form-grid{ grid-template-columns:1fr; }
  .hero-produce-panel img,.hero-page-media img{ height:360px; }
  .cert-logo-box{ border-right:none; border-bottom:1px solid var(--line); }
  .cert-logo-box:last-child{ border-bottom:none; }
}
