:root{
  --green:#0f6b2e;
  --green-dark:#0b4e21;
  --green-light:#e9f3ec;
  --bg-cream:#fcfbf8;
}
*{font-family:'Inter',system-ui,sans-serif}
body{color:#1f2937;background:#fff}

.btn-primary{background:var(--green);border-color:var(--green)}
.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark)}
.btn-outline-primary{color:var(--green);border-color:var(--green)}
.btn-outline-primary:hover{background:var(--green);border-color:var(--green);color:#fff}
.text-success{color:var(--green)!important}
.btn-cta{border-radius:8px;padding:.7rem 1.4rem;font-weight:600}
.btn-apply{border-radius:8px;padding:.55rem 1.2rem;font-weight:600}

/* Topbar */
.topbar{background:var(--green-dark);font-size:.85rem}
.topbar a{color:#fff;text-decoration:none;opacity:.9}
.topbar .socials a:hover{opacity:1}

/* Brand */
.brand-logo{height:144px;width:auto;display:block}
.brand-logo-footer{height:160px;background:#fff;padding:6px 10px;border-radius:8px}
@media(max-width:576px){.brand-logo{height:122px}}


/* Nav */
.navbar .nav-link{color:#374151;font-weight:500;font-size:.95rem;position:relative}
.navbar .nav-link.active{color:var(--green);font-weight:600}
.navbar .nav-link.active::after{
  content:"";position:absolute;left:15%;right:15%;bottom:-6px;height:2px;background:var(--green);border-radius:2px
}
@media(min-width:992px){
  .navbar .navbar-nav .nav-link{white-space:nowrap;padding-left:.5rem;padding-right:.5rem}
  .navbar .brand-logo{height:48px}
}
@media(min-width:992px) and (max-width:1399px){
  .navbar .navbar-nav .nav-link{font-size:.85rem;padding-left:.4rem;padding-right:.4rem}
  .navbar .btn-apply{font-size:.85rem;padding:.5rem .9rem}
}


/* Hero */
.hero{background:var(--bg-cream);padding:3rem 0 8rem;position:relative;overflow:hidden}
.eyebrow{color:var(--green);font-weight:700;letter-spacing:.15em;font-size:.8rem;margin-bottom:.75rem}
.hero-title{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;color:var(--green);line-height:1.1}
.hero-lead{color:#4b5563;max-width:520px;margin:1.25rem 0 1.75rem}
.hero-img{max-height:520px;object-fit:cover;border-radius:16px}

/* Feature card overlap */
.feature-card{
  background:#fff;border-radius:14px;padding:1.75rem;
  margin-top:-4rem;position:relative;z-index:5;
  box-shadow:0 10px 30px rgba(0,0,0,.06)
}
.feature-icon{
  width:48px;height:48px;border-radius:50%;background:var(--green);
  color:#fff;display:grid;place-items:center;font-size:1.1rem;flex-shrink:0
}

/* Sections */
.section{padding:5rem 0}
.section-title{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;color:#111827;margin-bottom:1rem}
.bg-light-green{background:var(--bg-cream)}
.check-list li{padding:.35rem 0;color:#374151}
.grid-img{width:100%;height:200px;object-fit:cover}

/* Steps */
.steps .step{position:relative}
.step-icon{
  width:80px;height:80px;border-radius:50%;background:var(--green-light);
  color:var(--green);display:grid;place-items:center;font-size:1.7rem;margin:0 auto 1rem
}
.step h6{font-weight:700}
.step-num{
  display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;
  background:var(--green);color:#fff;font-size:.75rem;margin-right:.35rem
}
@media(min-width:992px){
  .steps .step:not(:last-child)::after{
    content:"";position:absolute;top:40px;right:-15%;width:30%;height:2px;
    background-image:linear-gradient(to right,#9ca3af 50%,transparent 50%);
    background-size:12px 2px;background-repeat:repeat-x
  }
}

/* Stats */
.stats-band{
  background:linear-gradient(rgba(11,78,33,.9),rgba(11,78,33,.95)),url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?w=1600') center/cover;
  padding:2.5rem 0
}
.stat-num{font-size:2rem;font-weight:800}
.stat-label{font-size:.85rem;opacity:.85}

/* Footer */
.footer{background:#0b4e21}
.footer .brand-mark{background:rgba(255,255,255,.15);color:#fff}
.footer .brand-title,.footer .brand-sub{color:#fff}
.footer .brand-tag{color:rgba(255,255,255,.7)}
.footer-links a{color:rgba(255,255,255,.8);text-decoration:none;display:block;padding:.25rem 0;font-size:.9rem}
.footer-links a:hover{color:#fff}
.socials a{
  width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);
  color:#fff;display:inline-grid;place-items:center;text-decoration:none;font-size:.85rem
}
.socials a:hover{background:var(--green)}
.newsletter .form-control{border-radius:6px 0 0 6px;border:none}
.newsletter .btn{border-radius:0 6px 6px 0}
.footer-bottom{background:#083b19}
.footer-bottom a{color:rgba(255,255,255,.8);text-decoration:none}

@media(max-width:991px){
  .feature-card{margin-top:2rem}
  .hero{padding-bottom:2rem}
}

/* ===== About page ===== */
.text-success-light{color:#a7e0b6!important}
.about-hero{
  background:linear-gradient(rgba(11,60,26,.85),rgba(11,60,26,.85)),url('assets/bg-ffa.jpg') center/cover;
  padding:4rem 0 7rem;position:relative
}
.about-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:#fff}
.about-sub{font-size:1.15rem;font-weight:600;margin:.75rem 0 1.25rem}
.about-lead{color:rgba(255,255,255,.88);max-width:560px}
.about-hero-img{max-height:420px;border-radius:16px;object-fit:cover}

/* MVP cards */
.mvp-card{background:#fff;border-radius:14px;padding:2rem 1.5rem;margin-top:-4rem;position:relative;z-index:5;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.mvp-item{padding:0 1rem;text-align:left}
.mvp-item .mvp-icon{width:56px;height:56px;display:grid;place-items:center;font-size:1.4rem;color:var(--green);margin-bottom:.85rem}
@media(min-width:768px){
  .mvp-divider{border-left:1px dashed #cbd5d1}
}

/* Story */
.story-img{width:100%;height:360px;object-fit:cover}

/* Values */
.values .value-item{text-align:center;padding:1rem .5rem;position:relative}
.value-icon{width:72px;height:72px;border-radius:50%;background:var(--green-light);color:var(--green);display:grid;place-items:center;font-size:1.5rem;margin:0 auto 1rem}
@media(min-width:768px){
  .values .value-item:not(:last-child)::after{content:"";position:absolute;top:20%;right:0;bottom:20%;border-right:1px dashed #cbd5d1}
}

/* Team band */
.team-band{background:var(--green-light);padding:0 0;margin-bottom:0}
.team-img{max-height:700px;object-fit:contain}
.impact-item{padding:.75rem 0;border-bottom:1px dashed rgba(15,107,46,.2)}
.impact-item:last-child{border-bottom:0}
.impact-icon{width:52px;height:52px;border-radius:50%;border:2px solid var(--green);color:var(--green);display:grid;place-items:center;font-size:1.2rem;flex-shrink:0}
.impact-num{font-size:1.6rem;font-weight:800;color:#111827;line-height:1}
.impact-label{font-size:.85rem;color:#4b5563}

/* ===== Grants page ===== */
.grants-hero{position:relative;padding:4rem 0 5rem;background:var(--bg-cream);overflow:hidden}
.grants-hero-bg{position:absolute;inset:0 0 0 35%;background-size:cover;background-position:center;z-index:0}
.grants-hero-bg::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg-cream) 0%,rgba(252,251,248,.9) 20%,rgba(252,251,248,0) 55%)}
.grants-hero .container{position:relative;z-index:1}
.grants-title{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:900;color:var(--green-dark);line-height:1.1;margin-bottom:1rem}
.grants-lead{color:#4b5563;max-width:520px}
.btn-white{background:#fff;border-color:#fff;color:#111827;font-weight:600}
.btn-white:hover{background:#f3f4f6;border-color:#f3f4f6}
@media(max-width:767px){.grants-hero-bg{opacity:.25;inset:0}}

.underline-green{position:relative;padding-bottom:.5rem;margin-bottom:.5rem}
.underline-green::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:3px;background:var(--green);border-radius:3px}

.grant-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.5rem;box-shadow:0 6px 20px rgba(0,0,0,.04);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.grant-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.grant-icon{width:70px;height:70px;border-radius:50%;background:var(--green-light);color:var(--green);display:grid;place-items:center;font-size:1.6rem;margin:0 auto 1rem}
.grant-range{background:var(--green-light);border-radius:8px;padding:.7rem 1rem;text-align:center;margin:1rem 0}
.grant-list li{padding:.3rem 0;color:#374151}

.cover-band{background:var(--bg-cream);padding:3rem 0}
.cover-item .cover-icon{width:70px;height:70px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:1.5rem;margin:0 auto .75rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}
.cover-item p{color:#374151;font-weight:500}

.impact-stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}
.impact-stat-icon{width:56px;height:56px;border-radius:50%;background:var(--green-light);color:var(--green);display:grid;place-items:center;font-size:1.3rem;margin-bottom:.5rem}
.impact-stat .impact-num{font-size:1.5rem;font-weight:800;color:#111827}
.impact-stat .impact-label{font-size:.85rem;color:#4b5563}

/* ===== Who Can Apply page ===== */
.wca-hero{position:relative;background:var(--bg-cream);padding:3.5rem 0 4rem;overflow:hidden}
.wca-hero-img{position:absolute;top:0;right:0;bottom:0;left:40%;background-size:cover;background-position:center;z-index:0}
.wca-hero-img::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg-cream) 0%,rgba(252,251,248,.9) 15%,rgba(252,251,248,0) 45%)}
.wca-hero .container{position:relative;z-index:1}
.wca-title{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:900;color:var(--green-dark);line-height:1.1;margin-bottom:1rem}
.wca-lead{color:#4b5563;max-width:520px;margin-bottom:1.75rem}
@media(max-width:767px){.wca-hero-img{opacity:.2;left:0}}

.wca-card{background:var(--bg-cream);border:1px solid #e5e7eb;border-radius:14px;padding:1.5rem;transition:transform .2s,box-shadow .2s}
.wca-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.08)}
.wca-card-icon{width:52px;height:52px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:1.3rem;flex-shrink:0;box-shadow:0 4px 10px rgba(0,0,0,.05)}
.wca-card hr{border-color:#d1d5db;opacity:.6}
.wca-list{padding-left:1.1rem;margin:0;color:#374151}
.wca-list li{padding:.15rem 0;font-size:.9rem}

.elig-list li,.need-list li{padding:.45rem 0;color:#374151;border-bottom:1px dashed transparent}
.elig-note{background:var(--green-light);border-radius:10px;padding:.85rem 1rem;margin-top:1rem}
.elig-img{max-height:700px;width:200%;object-fit:cover}
.need-list li{border-bottom:1px dashed #e5e7eb;padding:.65rem 0}
.need-list li:last-child{border-bottom:0}

.support-cta{background:var(--green-light);border-radius:14px;padding:1.5rem 1.75rem}
.support-icon{width:60px;height:60px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:1.5rem;margin:0 auto}

/* ===== How It Works page ===== */
.hiw-hero{position:relative;background:var(--bg-cream);padding:3.5rem 0 4rem;overflow:hidden;min-height:auto}
.hiw-hero-img{position:absolute;top:0;right:0;bottom:0;left:38%;background-size:cover;background-position:center;z-index:0}
.hiw-hero-img::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg-cream) 0%,rgba(252,251,248,.92) 18%,rgba(252,251,248,0) 45%)}
.hiw-hero-inner{position:relative;z-index:1;max-width:560px}
.hiw-title{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;color:var(--green-dark);line-height:1.1;margin-bottom:1rem}
.hiw-lead{color:#4b5563;margin-bottom:1.5rem}
@media(max-width:767px){.hiw-hero-img{opacity:.2;left:0}}

/* Process steps */
.process-steps{position:relative}
.process-step{position:relative}
.process-icon{
  width:110px;height:110px;border-radius:50%;background:var(--green-light);color:var(--green);
  display:grid;place-items:center;font-size:2.2rem;margin:0 auto 1rem;position:relative
}
.process-num{
  position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);
  width:28px;height:28px;border-radius:50%;background:var(--green);color:#fff;
  display:grid;place-items:center;font-size:.8rem;font-weight:700;border:3px solid #fff
}
@media(min-width:992px){
  .process-step:not(:last-child)::after{
    content:"\f061";font-family:"Font Awesome 6 Free";font-weight:900;
    position:absolute;top:48px;right:-8px;color:var(--green);font-size:.9rem;z-index:2
  }
  .process-step:not(:last-child)::before{
    content:"";position:absolute;top:54px;left:60%;right:0;height:2px;
    background-image:linear-gradient(to right,#9ca3af 50%,transparent 50%);
    background-size:10px 2px;background-repeat:repeat-x
  }
}

/* Crop cards */
.crop-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.05);position:relative;text-align:left;height:100%;display:flex;flex-direction:column}
.crop-tag{background:var(--green-dark);color:#fff;text-align:center;padding:.55rem;font-weight:700;font-size:.85rem;letter-spacing:.05em}
.crop-card img{width:100%;height:220px;object-fit:cover}
.crop-body{padding:1rem 1.25rem 1.25rem;background:var(--bg-cream);flex:1}
.crop-list{list-style:none;padding:0;margin:.5rem 0 0;font-size:.9rem;color:#374151}
.crop-list li{padding:.25rem 0;display:flex;align-items:center;gap:.5rem}

/* Beyond funding */
.beyond-band{background:var(--bg-cream);padding:3rem 0}
.beyond-icon{width:64px;height:64px;border-radius:50%;background:var(--green-light);color:var(--green);display:grid;place-items:center;font-size:1.5rem;margin:0 auto .75rem}
.beyond-item h6{margin-bottom:.35rem}

/* ===== Contact page ===== */
.contact-hero{position:relative;background:var(--bg-cream);padding:3rem 0 4rem;overflow:hidden;min-height:520px}
.contact-hero-img{position:absolute;top:0;right:0;bottom:0;left:40%;background-size:cover;background-position:center;z-index:0}
.contact-hero-img::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg-cream) 0%,rgba(252,251,248,.92) 18%,rgba(252,251,248,0) 45%)}
.contact-hero-inner{position:relative;z-index:1;max-width:520px}
.contact-title{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;color:var(--green-dark);line-height:1.1;margin-bottom:1rem}
.contact-lead{color:#4b5563;margin-bottom:1rem}
@media(max-width:767px){.contact-hero-img{opacity:.2;left:0}}

.contact-info-band{background:var(--bg-cream);border-radius:14px;padding:2rem 1.5rem}
.ci-item{padding:0 .5rem}
.ci-icon{width:56px;height:56px;border-radius:50%;background:var(--green-dark);color:#fff;display:grid;place-items:center;font-size:1.3rem;margin:0 auto 1rem}
.socials-dark a{background:var(--green-dark);color:#fff;width:32px;height:32px;font-size:.8rem}
.socials-dark a:hover{background:var(--green)}

.contact-panel{background:var(--bg-cream);border-radius:14px;padding:2rem}
.title-underline{width:60px;height:3px;background:var(--green);border-radius:3px}
.contact-panel .form-control,.contact-panel .form-select{border-radius:8px;padding:.65rem .85rem;font-size:.9rem}
.map-wrap{position:relative;border-radius:12px;overflow:hidden;height:340px;background:#e5e7eb}
.map-wrap iframe{width:100%;height:100%;border:0}
.map-pin{position:absolute;top:52%;left:50%;transform:translate(-50%,-100%);color:#dc2626;font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));pointer-events:none}
.map-card{position:absolute;top:14px;right:14px;background:#fff;border-radius:10px;padding:.75rem .9rem;box-shadow:0 4px 14px rgba(0,0,0,.15);max-width:230px}
.reach-list li{padding:.35rem 0;color:#374151;font-size:.9rem}

.faq-item{background:var(--bg-cream);border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}
.faq-btn{width:100%;background:transparent;border:0;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#111827;text-align:left}
.faq-btn:hover{background:rgba(15,107,46,.04)}
.faq-btn .fa-chevron-down{transition:transform .2s;color:var(--green)}
.faq-btn[aria-expanded="true"] .fa-chevron-down{transform:rotate(180deg)}
.faq-body{padding:0 1.25rem 1rem;color:#4b5563;font-size:.9rem}

.still-band{background:var(--bg-cream);border-radius:14px;padding:1.25rem 1.75rem}
.still-icon{width:60px;height:60px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:1.5rem;border:2px solid var(--green-light)}

/* ===== Apply Now page ===== */
.apply-hero{position:relative;background:var(--bg-cream);padding:3.5rem 0 4rem;overflow:hidden;min-height:560px}
.apply-hero-img{position:absolute;top:0;right:0;bottom:0;left:42%;background-size:cover;background-position:center;z-index:0}
.apply-hero-img::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg-cream) 0%,rgba(252,251,248,.92) 18%,rgba(252,251,248,0) 50%)}
.apply-hero-inner{position:relative;z-index:1;max-width:560px}
.apply-title{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;color:var(--green-dark);line-height:1.1;margin-bottom:1rem}
.apply-lead{color:#4b5563;margin-bottom:1rem}
@media(max-width:767px){.apply-hero-img{opacity:.22;left:0}}

.ap-panel{background:var(--bg-cream);border-radius:14px;padding:2rem 1.5rem}
.ap-steps{position:relative}
.ap-step{display:flex;gap:1rem;padding-bottom:1.25rem;position:relative}
.ap-step .ap-icon{width:64px;height:64px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:1.4rem;flex-shrink:0;box-shadow:0 3px 10px rgba(0,0,0,.05);position:relative;z-index:2}
.ap-step:not(.last)::before{content:"";position:absolute;left:32px;top:64px;bottom:0;border-left:2px dashed #c7d3cb;z-index:1}
.ap-num{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;font-size:.75rem;font-weight:700;margin-right:.4rem;vertical-align:middle}
.ap-body h6{display:inline-block;vertical-align:middle}

.elig-check{margin:0}
.elig-check li{padding:.3rem 0;color:#374151}
.note-panel{background:var(--bg-cream);border-radius:10px;padding:1rem 1.15rem}
.note-icon{width:32px;height:32px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;flex-shrink:0}

.help-panel{background:var(--green);border-radius:12px;padding:1.25rem 1.5rem}
.help-panel a{color:#fff}

.tips-band{background:var(--bg-cream);border-radius:14px;padding:2rem 1.75rem}
.tip-icon{width:64px;height:64px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:1.5rem;margin:0 auto .75rem;box-shadow:0 3px 10px rgba(0,0,0,.05)}
.req-list{list-style:none;padding:0;margin:0}
.req-list li{padding:.45rem 0;color:#374151;font-size:.95rem}

.ready-band{background:var(--bg-cream);border-radius:14px;padding:1.25rem 1.75rem}
.ready-icon{width:60px;height:60px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:1.5rem;border:2px solid var(--green-light);flex-shrink:0}

/* Application Form page */
.af-hero{background:var(--bg-cream);padding:2.5rem 0 2rem;position:relative;overflow:hidden}
.af-title{font-size:clamp(1.8rem,3.6vw,2.6rem);font-weight:800;color:var(--green);line-height:1.15}
.af-lead{color:#4b5563;max-width:520px;margin:1rem 0 1.25rem}
.af-hero-img{max-height:460px;width:100%;object-fit:contain}
.secure-badge{background:#eef6f0;border:1px solid #d5e7d9;border-radius:12px;padding:1rem 1.25rem;max-width:460px}
.sb-icon{width:40px;height:40px;border-radius:10px;background:var(--green);color:#fff;display:grid;place-items:center;flex-shrink:0}

.form-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:2rem;box-shadow:0 6px 20px rgba(0,0,0,.04)}
.underline-green{border-bottom:3px solid var(--green);padding-bottom:.4rem}
.form-section{padding:1.25rem 0;border-bottom:1px dashed #e5e7eb}
.form-section:last-of-type{border-bottom:none}
.fs-head{display:flex;align-items:center;gap:.75rem}
.fs-ic{width:34px;height:34px;border-radius:50%;background:var(--green-light);color:var(--green);display:grid;place-items:center}
.form-control,.form-select{border-radius:8px;padding:.6rem .8rem;font-size:.92rem;border-color:#e5e7eb;background:#fafafa}
.form-control:focus,.form-select:focus{border-color:var(--green);box-shadow:0 0 0 .2rem rgba(15,107,46,.15);background:#fff}

.upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.35rem;padding:1.1rem .6rem;border:1.5px dashed #cfd6df;border-radius:10px;background:#fafafa;cursor:pointer;height:100%;transition:.2s}
.upload-box:hover{border-color:var(--green);background:#f4faf5}
.upload-box i{font-size:1.6rem;color:var(--green)}
.upload-box.has-file{border-style:solid;border-color:var(--green);background:#f4faf5}

.side-panel{border-radius:14px;padding:1.25rem 1.25rem}
.side-green{background:#eef6f0;border:1px solid #d5e7d9}
.side-cream{background:#fbf5e5;border:1px solid #f0e6c8}

/* How It Works hero crop strip */
.hiw-hero-grid{position:relative;z-index:1}
.hiw-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;height:100%}
.hiw-strip figure{position:relative;margin:0;border-radius:6px;overflow:hidden;min-height:280px}
.hiw-strip img{width:100%;height:100%;object-fit:cover;display:block}
.hiw-strip figcaption{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);background:var(--green-dark);color:#fff;font-weight:700;font-size:.75rem;letter-spacing:.05em;padding:.35rem .9rem;border-radius:4px;white-space:nowrap}
@media(max-width:575px){.hiw-strip{grid-template-columns:repeat(2,1fr)}.hiw-strip figure{min-height:170px}}
