:root{
  --brand: #4caf50;
  --brand-2: #ffb300;
  --ink: #134d34;
  --muted: #64748b;
  --bg-muted: #f6f7fb;
}

html{ scroll-behavior: smooth; }
body{
  font-family: Jost, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
}

.section{ padding: 80px 0; }
.section-muted{ background: var(--bg-muted); }
.kicker{
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  font-weight: 600;
  color: var(--brand);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: .5rem;
}
.section-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
}

/* Topbar */
.topbar{ background: #2d7b54; color: rgba(255,255,255,.85); }
.topbar .topbar-link{ color: rgba(255,255,255,.85); text-decoration: none; }
.topbar .topbar-link:hover{ color: white; }

/* Brand */
.brand-mark{
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, var(--brand), #7bd389);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
}
.brand-logo{
  width: 38px; height: 38px;
  border-radius: 10px;
}
.brand-text{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.brand__meta{ 
  font-family: "Playfair Display", serif;
  font-size: 0.85rem;
  color: #64748b;
  margin-top:2px;
  font-weight: 400;
  }

/* Nav */
.site-header{ box-shadow: 0 4px 20px rgba(15,23,42,.06); }
.navbar .nav-link{ font-weight: 600; color: #134d34; }
.navbar .nav-link:hover{ color: var(--brand); }
.navlink-mobile{ padding: .75rem 0; font-weight: 600; color: var(--ink); text-decoration: none; }
.navlink-mobile:hover{ color: var(--brand); }

/* Buttons */
.btn-brand{
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-hover-bg: #3f9f43;
  --bs-btn-hover-border-color: #3f9f43;
  --bs-btn-color: #fff;
}
.btn-outline-brand{
  --bs-btn-color: var(--brand);
  --bs-btn-border-color: rgba(76,175,80,.35);
  --bs-btn-hover-bg: rgba(76,175,80,.08);
  --bs-btn-hover-border-color: rgba(76,175,80,.55);
}
.btn-filter, .btn-filter-ghost{
  border-radius: 999px;
  font-weight: 600;
  padding: .5rem 1rem;
}
.btn-filter{
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
}
.btn-filter.active{ border-color: rgba(76,175,80,.6); box-shadow: 0 10px 30px rgba(76,175,80,.14); }
.btn-filter-ghost{
  background: transparent;
  border: 1px dashed rgba(15,23,42,.22);
}
.btn-filter-ghost.active{ border-style: solid; border-color: rgba(76,175,80,.6); }

/* Hero */
.hero{ position: relative; }
.hero-slide{
  min-height: 72vh;
  display: grid;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.hero-logo-overlay{
  position: absolute;
  right: 10%;
  bottom: 20%;
  width: 400px;
  height: 400px;
  opacity: 0.60;
  pointer-events: none;
  z-index: 5;
}
.hero-content{ max-width: 720px; padding: 90px 0; color: #fff; margin-left: auto; text-align: right; }
.hero-eyebrow{ color: rgba(255,255,255,.85); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; font-size: .85rem; margin-bottom: .5rem; }
.hero-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.02;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}
.hero-subtitle{ color: rgba(255,255,255,.88); max-width: 640px; margin: 1rem 0 1.5rem auto; font-size: 1.05rem; }
.hero-content .d-flex{ justify-content: flex-end; }
.hero-nav{
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  z-index: 10;
}
.hero-prev, .hero-next{
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
  color: #fff;
}
.hero-prev:hover, .hero-next:hover{ background: rgba(255,255,255,.2); }

/* Cards */
.icon-card{
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 22px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.icon-card-icon{
  width: 46px; height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(76,175,80,.12);
  color: var(--brand);
  font-size: 1.35rem;
  margin-bottom: 12px;
}
.icon-card-title{ font-weight: 700; margin: 0 0 6px; }
.icon-card-text{ color: var(--muted); margin: 0; }

/* About */
.about-media{ position: relative; }
.about-badge{
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 18px 40px rgba(15,23,42,.12);
}
.about-badge-number{ font-size: 1.75rem; font-weight: 800; color: var(--brand); line-height: 1; }
.about-badge-label{ color: var(--muted); font-weight: 600; font-size: .9rem; }
.mini-stat{
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
}
.mini-stat-icon{
  width: 42px; height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255,179,0,.14);
  color: var(--brand-2);
  font-size: 1.2rem;
}
.mini-stat-number{ font-weight: 800; font-size: 1.2rem; line-height: 1; }
.mini-stat-label{ color: var(--muted); font-weight: 600; font-size: .9rem; }

/* Services */
.service-card{
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  height: 100%;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.service-icon{
  width: 52px; height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(76,175,80,.12);
  color: var(--brand);
  font-size: 1.35rem;
  margin-bottom: 12px;
}
.service-title{ font-weight: 800; margin-bottom: 6px; }
.service-text{ color: var(--muted); }
.service-link{ text-decoration: none; font-weight: 700; color: var(--brand); }
.service-link:hover{ color: #3f9f43; }

/* Products */
.product-card{
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  height: 100%;
}
.product-img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.product-body{ padding: 14px; }
.product-name{ font-weight: 800; }
.product-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 10px;
}
.stars{ color: #f4b400; font-size: .9rem; letter-spacing: 1px; }
.product-price{ font-weight: 800; }

/* CTA */
.cta{
  padding: 60px 0;
  background:
    linear-gradient(0deg, rgba(246,247,251,.96), rgba(246,247,251,.96)),
    url('https://images.unsplash.com/photo-1511690743698-d9d85f2fbf38?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
}
.cta-card{
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 26px;
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 18px 50px rgba(15,23,42,.10);
}
.cta-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 0;
}
.cta-right{ display: flex; gap: 10px; flex-wrap: wrap; }

/* Checklist */
.checklist{ list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.checklist li{ display: flex; gap: 10px; align-items: center; font-weight: 700; color: #134d34; }
.checklist i{ color: var(--brand); font-size: 1.2rem; }

/* Gallery */
.gallery-grid .gallery-item:nth-child(n+4){
  display: none !important;
}
.gallery-grid.show-all .gallery-item{
  display: block !important;
}
.gallery-card{
  display: block;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.gallery-card img{ width: 100%; height: 260px; object-fit: cover; display: block; }
.gallery-overlay{
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  padding: 16px;
  background: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,0));
  color: #fff;
}
.gallery-title{ font-weight: 800; font-size: 1.1rem; }
.gallery-tag{ color: rgba(255,255,255,.86); font-weight: 600; }

/* Founder Section */
.founder-card{
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 15px 40px rgba(15,23,42,.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.founder-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(76,175,80,.15);
}
.founder-image{
  position: relative;
  background: #f8f9fa;
}
.founder-image img{
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.founder-info{
  padding: 20px;
  background: linear-gradient(135deg, #fff, rgba(76,175,80,.03));
}
.founder-name{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--ink);
}
.founder-role{
  color: var(--brand);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Founder Quote Card */
.founder-quote-card{
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 15px 40px rgba(15,23,42,.08);
  position: relative;
}
.quote-icon{
  color: var(--brand);
  font-size: 3rem;
  opacity: 0.3;
  line-height: 1;
}
.founder-quote{
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.6;
  margin: 16px 0 24px;
  font-style: italic;
}
.quote-author{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  color: var(--brand);
}
.quote-line{
  width: 40px;
  height: 2px;
  background: var(--brand);
}

@media (max-width: 768px){
  .founder-quote{
    font-size: 1.1rem;
  }
  .founder-quote-card{
    padding: 24px;
  }
}

/* Testimonials */
.testimonial{
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
}
.testimonial-quote{ color: var(--brand); font-size: 1.6rem; }
.testimonial-text{ color: #334155; font-size: 1.05rem; margin: 10px 0 16px; }
.testimonial-author{ display: flex; gap: 12px; align-items: center; }
.testimonial-author img{ width: 44px; height: 44px; border-radius: 14px; object-fit: cover; }
.testimonial-name{ font-weight: 800; }
.testimonial-role{ color: var(--muted); font-weight: 600; font-size: .9rem; }
.testimonial-nav{ display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.btn-icon{
  width: 44px; height: 44px; border-radius: 14px;
  border: 1px solid rgba(15,23,42,.10);
  background: #fff;
}
.btn-icon:hover{ background: rgba(76,175,80,.08); border-color: rgba(76,175,80,.35); }

/* Blog */
.blog-card{
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  height: 100%;
}
.blog-card img{ width: 100%; height: 210px; object-fit: cover; }
.blog-body{ padding: 16px; }
.blog-date{ font-weight: 800; color: var(--brand); }
.blog-title{ font-weight: 800; font-size: 1.1rem; margin: 8px 0 10px; }
.blog-description{ font-weight: 600; font-size: 1.0rem; margin: 8px 0 10px; }
.blog-link{ text-decoration: none; font-weight: 700; color: var(--brand); }
.blog-link:hover{ color: #3f9f43; }

/* Footer */
.footer{
  background: #0b1f15;
  color: rgba(255,255,255,.86);
  padding: 70px 0 20px;
}
.footer-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.footer .text-secondary{ color: rgba(255,255,255,.68) !important; }
.footer-links{ list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a{ color: rgba(255,255,255,.78); text-decoration: none; font-weight: 600; }
.footer-links a:hover{ color: #fff; }
.newsletter{ display: flex; gap: 10px; }
.newsletter .form-control{ border-radius: 16px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); color: #fff; }
.newsletter .form-control::placeholder{ color: rgba(255,255,255,.6); }
.social{
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
  text-decoration: none;
}
.social:hover{ background: rgba(255,255,255,.12); color: #fff; }
.footer-bottom{ border-top: 1px solid rgba(255,255,255,.10); margin-top: 26px; padding-top: 18px; }

/* Why Choose - Enhanced */
.why-choose-section{
  overflow: hidden;
}
.why-choose-media{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 480px;
}
.why-choose-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.why-choose-overlay{
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 20px 28px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.overlay-metric{
  text-align: center;
}
.overlay-number{
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
  display: inline;
}
.overlay-suffix{
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--brand);
}
.overlay-label{
  font-weight: 700;
  color: var(--ink);
  font-size: 0.95rem;
  margin-top: 4px;
}

/* Metric Cards Grid */
.metric-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 24px 0;
}
.metric-card-mini{
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.metric-card-mini:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(76,175,80,.12);
}
.metric-mini-icon{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), #7bd389);
  color: #fff;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.metric-mini-content{
  flex: 1;
  min-width: 0;
}
.metric-mini-number{
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--ink);
  line-height: 1.2;
}
.metric-mini-label{
  color: var(--muted);
  font-weight: 600;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Brand Tagline Box */
.brand-tagline-box{
  background: linear-gradient(135deg, rgba(76,175,80,.08), rgba(123,211,137,.08));
  border-left: 4px solid var(--brand);
  border-radius: 0 16px 16px 0;
  padding: 16px 20px;
  margin: 20px 0;
}
.brand-tagline-box i{
  color: var(--brand);
  font-size: 1.5rem;
  opacity: 0.6;
}
.brand-tagline-box p{
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ink);
}

@media (max-width: 991px){
  .why-choose-media{
    min-height: 350px;
    margin-bottom: 20px;
  }
  .metric-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px){
  .metric-grid{
    grid-template-columns: 1fr;
  }
  .why-choose-media{
    min-height: 280px;
  }
}

/* Licenses Slider */
.license-slider-wrapper{
  position: relative;
  padding: 0 50px;
}
.license-card{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 15px 40px rgba(15,23,42,.1);
}
.license-card img{
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  background: #f8f9fa;
}
.license-caption{
  padding: 16px;
  text-align: center;
  font-weight: 700;
  color: var(--ink);
  background: linear-gradient(135deg, rgba(76,175,80,.05), rgba(123,211,137,.05));
}
.license-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(15,23,42,.1);
  background: #fff;
  color: var(--ink);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(15,23,42,.1);
  z-index: 10;
}
.license-nav:hover{
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.license-prev{
  left: 0;
}
.license-next{
  right: 0;
}
.license-pagination{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.license-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: rgba(15,23,42,.2);
  border-radius: 50%;
  opacity: 1;
}
.license-pagination .swiper-pagination-bullet-active{
  background: var(--brand);
  width: 28px;
  border-radius: 5px;
}

@media (max-width: 768px){
  .license-slider-wrapper{
    padding: 0 40px;
  }
  .license-nav{
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

/* Contact Us */
.contact-card{
  background: #fff;
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(76,175,80,.12);
}
.contact-icon{
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), #7bd389);
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.contact-title{
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 10px;
}
.contact-desc{
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 16px;
}
.contact-link{
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: rgba(76,175,80,.08);
  border-radius: 12px;
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-link:hover{
  background: var(--brand);
  color: #fff;
}

.address-card{
  background: linear-gradient(135deg, rgba(76,175,80,.06), rgba(123,211,137,.06));
  border: 1px solid rgba(76,175,80,.15);
  border-radius: 20px;
  padding: 30px;
}
.address-icon{
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #fff;
  font-size: 1.5rem;
}
.address-title{
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
}
.address-text{
  color: var(--muted);
  margin: 0;
  font-size: 1.25rem;
}
.address-details{
  display: grid;
  gap: 10px;
}
.address-detail-item{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}
.address-detail-item i{
  color: var(--brand);
  font-size: 1.1rem;
}

/* Map Container */
.map-container{
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 320px;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
}
.map-container iframe{
  display: block;
}

/* FAQ */
.accordion-item{
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px !important;
  margin-bottom: 12px;
  overflow: hidden;
}
.accordion-button{
  font-weight: 700;
  color: var(--ink);
  padding: 18px 20px;
}
.accordion-button:not(.collapsed){
  background: rgba(76,175,80,.08);
  color: var(--brand);
  box-shadow: none;
}
.accordion-button:focus{
  box-shadow: none;
  border-color: rgba(76,175,80,.35);
}
.accordion-body{
  color: var(--muted);
  padding: 0 20px 18px;
}

@media (max-width: 991px){
  .hero-nav{ display: none; }
  .newsletter{ flex-direction: column; }
  .hero-logo-overlay{
    width: 120px;
    height: 120px;
    right: 5%;
    bottom: 10%;
    opacity: 0.3;
  }
}

@media (max-width: 576px){
  .hero-logo-overlay{
    width: 140px;
    height: 140px;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    opacity: 0.60;
  }
}

/* Mobile: smaller spacing + text for faster render */
@media (max-width: 768px){
  .section{ padding: 52px 0; }
  .hero-content{ padding: 56px 0; }
  .hero-subtitle{ font-size: 1rem; }
}

/* Mobile: reduce heavy shadows (saves paint work) */
@media (max-width: 768px){
  .icon-card,
  .service-card,
  .blog-card,
  .founder-card,
  .contact-card,
  .map-container{
    box-shadow: 0 8px 18px rgba(15,23,42,.06);
  }
}

/* Mobile: turn off hover transforms (no hover on mobile + less paint) */
@media (hover: none){
  .founder-card:hover,
  .metric-card-mini:hover,
  .contact-card:hover{
    transform: none;
    box-shadow: inherit;
  }
}
