
/*
Theme Name: SUN E MATES Custom
Theme URI: https://sunemates.net
Author: SUN E MATES
Description: Lightweight custom WordPress theme for SUN E MATES and flagship product BoxxZen XL.
Version: 5.0.0
Text Domain: sunemates-custom
*/
:root{
  --sem-gold:#f6a500;
  --sem-gold-dark:#cf8200;
  --sem-black:#0b0b0b;
  --sem-charcoal:#222;
  --sem-gray:#646464;
  --sem-line:#e8e8e8;
  --sem-soft:#f7f7f4;
  --sem-white:#fff;
  --radius:24px;
  --shadow:0 18px 50px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--sem-black);
  background:#fff;
  line-height:1.55;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
.container{width:min(1180px,92%);margin-inline:auto}
.site-header{
  position:sticky;top:0;z-index:99;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--sem-line);
  backdrop-filter:blur(10px);
}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:.02em}
.brand img{width:48px;height:48px;object-fit:contain}
.primary-nav{display:flex;gap:22px;align-items:center}
.primary-nav a{text-decoration:none;font-weight:700;font-size:.95rem}
.nav-cta{
  background:var(--sem-gold);padding:12px 18px;border-radius:999px;color:#111!important;
}
.mobile-toggle{display:none;background:none;border:0;font-size:1.6rem}
.hero{
  padding:70px 0 54px;
  background:linear-gradient(180deg,#fff 0%,#faf8f2 100%);
}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:var(--sem-gold-dark);margin-bottom:10px}
h1,h2,h3{line-height:1.03;margin:0 0 16px}
h1{font-size:clamp(3.2rem,8vw,6.8rem);letter-spacing:-.055em}
h2{font-size:clamp(2.2rem,5vw,4.1rem);letter-spacing:-.04em}
h3{font-size:1.25rem}
.lead{font-size:1.22rem;color:#4f4f4f;max-width:720px}
.strong-line{font-size:1.1rem;font-weight:900;margin-top:24px}
.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;border-radius:999px;padding:14px 21px;border:1px solid transparent}
.btn-gold{background:var(--sem-gold);color:#111}
.btn-dark{background:#111;color:white}
.btn-outline{border-color:#111;background:white}
.hero-image,.image-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.section{padding:64px 0}
.section-soft{background:var(--sem-soft)}
.section-dark{background:#111;color:white}
.section-dark .lead,.section-dark p{color:#dedede}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.problem-image{border-radius:var(--radius);overflow:hidden}
.problem-list{border-top:1px solid var(--sem-line)}
.problem-row{
  display:grid;grid-template-columns:90px 260px 1fr;
  gap:22px;padding:24px 0;border-bottom:1px solid var(--sem-line);align-items:start
}
.problem-num{font-size:3.2rem;font-weight:950;color:var(--sem-gold);line-height:.9}
.problem-row p{margin:0;color:#555}
.product-block{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:center}
.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}
.stat{background:#111;color:white;border-radius:16px;padding:18px}
.stat strong{display:block;font-size:1.75rem;color:var(--sem-gold)}
.proof-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:center}
.metric{font-size:clamp(4rem,10vw,8rem);font-weight:950;letter-spacing:-.07em;color:var(--sem-gold);line-height:.85}
.quote{font-size:1.35rem;font-weight:750}
.cta-band{background:#111;color:white;border-radius:28px;padding:44px}
.page-hero{padding:64px 0 34px;background:var(--sem-soft)}
.page-hero h1{font-size:clamp(3rem,7vw,5.5rem)}
.prose{max-width:860px}
.mission-number{font-size:clamp(4rem,9vw,7rem);font-weight:950;color:var(--sem-gold);line-height:.9}
.video-placeholder{background:#111;color:white;border-radius:var(--radius);padding:46px;min-height:340px;display:flex;align-items:center;justify-content:center;text-align:center}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}
form.sunemates-form{background:#fff;border:1px solid var(--sem-line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.sunemates-form label{font-weight:800;display:block;margin:0 0 6px}
.sunemates-form input,.sunemates-form textarea,.sunemates-form select{
  width:100%;border:1px solid #d8d8d8;border-radius:10px;padding:13px 14px;font:inherit;margin-bottom:16px
}
.sunemates-form textarea{min-height:150px}
.notice{border-left:4px solid var(--sem-gold);background:#fff8e2;padding:14px 16px;border-radius:8px}
.site-footer{border-top:1px solid var(--sem-line);padding:36px 0;background:#fafafa}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:28px}
.small{font-size:.9rem;color:#666}
@media(max-width:900px){
  .hero-grid,.two-col,.product-block,.proof-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .problem-row{grid-template-columns:62px 1fr}.problem-row p{grid-column:2}
  .stat-strip{grid-template-columns:repeat(2,1fr)}
  .primary-nav{display:none}
  .mobile-toggle{display:block}
  .primary-nav.open{display:flex;position:absolute;left:0;right:0;top:78px;background:white;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--sem-line)}
}
@media(max-width:600px){
  .section{padding:46px 0}.hero{padding:42px 0}
  .stat-strip{grid-template-columns:1fr 1fr}
  h1{font-size:clamp(2.8rem,15vw,4.4rem)}
}


/* ===== ABOUT / FAQ ===== */
.mission-card{
  background:var(--sem-black);
  color:white;
  border-radius:var(--radius);
  padding:34px;
  box-shadow:var(--shadow);
}
.mission-card p{color:#ddd}
.about-values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:28px;
}
.about-value{
  border-top:4px solid var(--sem-gold);
  background:var(--sem-soft);
  padding:24px;
  border-radius:16px;
}
.faq-wrap{max-width:920px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--sem-line)}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:22px 44px 22px 0;
  font-size:1.15rem;
  font-weight:900;
  position:relative;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";
  position:absolute;
  right:4px;
  top:18px;
  font-size:1.8rem;
  color:var(--sem-gold-dark);
}
.faq-item[open] summary::after{content:"–"}
.faq-answer{padding:0 44px 20px 0;color:#555}
.light-outline{color:white!important;border-color:white!important;background:transparent!important}

/* ===== TABLET LANDSCAPE ===== */
@media (max-width:1100px){
  .container{width:min(94%,1000px)}
  .header-inner{min-height:72px}
  .hero{padding:58px 0 46px}
  .hero-grid{gap:34px}
  h1{font-size:clamp(3rem,7.4vw,5.6rem)}
  h2{font-size:clamp(2.1rem,4.6vw,3.5rem)}
  .lead{font-size:1.12rem}
  .problem-row{grid-template-columns:72px 220px 1fr}
  .product-block,.proof-grid{gap:30px}
}

/* ===== TABLET PORTRAIT / LARGE PHONE ===== */
@media (max-width:820px){
  .container{width:92%}
  .hero-grid,.two-col,.product-block,.proof-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .hero-grid{gap:28px}
  .primary-nav{display:none}
  .mobile-toggle{display:block}
  .primary-nav.open{
    display:flex;
    position:absolute;
    left:0;right:0;top:72px;
    background:white;
    padding:18px 4%;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    border-bottom:1px solid var(--sem-line);
    box-shadow:0 12px 28px rgba(0,0,0,.08);
  }
  .primary-nav.open a{display:block;width:100%;padding:10px 0}
  .primary-nav.open .nav-cta{text-align:center;padding:12px 16px}
  .problem-row{grid-template-columns:58px 1fr;gap:14px}
  .problem-row p{grid-column:2}
  .problem-num{font-size:2.5rem}
  .stat-strip{grid-template-columns:repeat(2,1fr)}
  .about-values{grid-template-columns:1fr}
  .video-placeholder{min-height:280px}
  .cta-band{padding:34px 28px}
  .mission-number{font-size:clamp(4rem,15vw,6rem)}
}

/* ===== SMARTPHONES ===== */
@media (max-width:600px){
  body{font-size:16px}
  .container{width:90%}
  .header-inner{min-height:64px}
  .brand img{width:42px;height:42px}
  .primary-nav.open{top:64px}
  .hero{padding:38px 0 34px}
  .section{padding:42px 0}
  .page-hero{padding:42px 0 26px}
  h1{font-size:clamp(2.75rem,14vw,4.2rem);letter-spacing:-.045em}
  h2{font-size:clamp(2rem,10vw,3rem)}
  h3{font-size:1.15rem}
  .lead{font-size:1.04rem}
  .eyebrow{font-size:.72rem;letter-spacing:.13em}
  .button-row{display:grid;grid-template-columns:1fr;gap:10px}
  .btn{width:100%;min-height:48px;text-align:center}
  .problem-row{padding:18px 0}
  .problem-num{font-size:2rem}
  .problem-row h3{margin-bottom:4px}
  .stat-strip{grid-template-columns:1fr 1fr;gap:8px}
  .stat{padding:14px}
  .stat strong{font-size:1.4rem}
  .metric{font-size:clamp(4.5rem,25vw,6.5rem)}
  .quote{font-size:1.18rem}
  .cta-band{border-radius:20px;padding:28px 20px}
  .mission-card{padding:26px 22px}
  .video-placeholder{min-height:220px;padding:28px 18px}
  .faq-item summary{font-size:1.05rem;padding:18px 36px 18px 0}
  .faq-item summary::after{top:14px}
  .faq-answer{padding-right:20px}
  form.sunemates-form{padding:22px 18px;border-radius:18px}
  .sunemates-form input,.sunemates-form textarea,.sunemates-form select{font-size:16px}
}

/* ===== SMALL SMARTPHONES ===== */
@media (max-width:390px){
  .container{width:92%}
  h1{font-size:2.7rem}
  h2{font-size:2rem}
  .stat-strip{grid-template-columns:1fr}
  .problem-row{grid-template-columns:48px 1fr}
  .problem-num{font-size:1.7rem}
  .mission-number{font-size:4rem}
}


/* ===== v1.3 PROFESSIONAL ALIGNMENT / VISIBILITY POLISH ===== */

/* Prevent legacy floating CTA widgets from obscuring content. */
.floating-cta,
.sticky-cta,
.fixed-cta,
a[href*="get-boxxzen"],
a[class*="get-boxxzen"],
button[class*="get-boxxzen"]{
  display:none!important;
}

/* Consistent section alignment and readable measure. */
.section-head,
.hero-grid > div:first-child,
.product-block > div:first-child,
.two-col > div,
.proof-grid > div{
  min-width:0;
}
.prose,
.lead{
  text-wrap:pretty;
}
p{max-width:72ch}
h1,h2,h3{
  text-wrap:balance;
  overflow-wrap:break-word;
}

/* Make image framing consistent and intentional. */
.hero-image,
.image-card,
.problem-image{
  background:#f1efe8;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-image img,
.image-card img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}
.problem-image img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center;
}

/* Keep paired content visually level. */
.hero-grid,
.two-col,
.product-block,
.proof-grid{
  align-items:center;
}
.product-block .image-card{
  min-height:420px;
}
.product-block .image-card img{
  max-height:520px;
}

/* More consistent content spacing. */
.section .container > h2 + p,
.section .container > .lead{
  margin-top:0;
}
.problem-row h3{
  align-self:start;
  margin-top:3px;
}
.problem-row p{
  align-self:start;
}

/* Navigation spacing and reliable click targets. */
.primary-nav a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
}
.primary-nav .nav-cta{
  min-height:46px;
}

/* Mission page alignment. */
.about-hero .lead{max-width:780px}
.mission-card{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.about-value h3{margin-bottom:10px}
.about-value p{margin-bottom:0}

/* FAQ readability. */
.faq-item summary{
  line-height:1.35;
}
.faq-answer p{
  margin-top:0;
  max-width:76ch;
}

/* Footer links are easy to tap. */
.site-footer a{
  text-decoration:none;
}
.site-footer a:hover,
.primary-nav a:hover{
  color:var(--sem-gold-dark);
}

/* ===== TABLET LANDSCAPE: 821–1100px ===== */
@media (min-width:821px) and (max-width:1100px){
  .hero-grid{grid-template-columns:1.05fr .95fr}
  .two-col{gap:32px}
  .product-block{grid-template-columns:1fr 1fr}
  .problem-image img{min-height:320px}
  .product-block .image-card{min-height:350px}
  .primary-nav{gap:14px}
  .primary-nav a{font-size:.9rem}
}

/* ===== TABLET PORTRAIT / MOBILE ===== */
@media (max-width:820px){
  .hero-grid > div:first-child,
  .two-col > div,
  .product-block > div,
  .proof-grid > div{
    width:100%;
  }

  .hero-image,
  .image-card,
  .problem-image{
    width:100%;
    margin-inline:auto;
  }

  .hero-image img,
  .image-card img{
    max-height:none;
  }

  .problem-image img{
    min-height:0;
    aspect-ratio:16/10;
  }

  .product-block .image-card{
    min-height:0;
  }

  .product-block .image-card img{
    max-height:none;
  }

  .primary-nav.open a{
    min-height:48px;
    align-items:center;
    border-bottom:1px solid #eee;
  }

  .primary-nav.open a:last-child{
    border-bottom:0;
  }
}

/* ===== SMARTPHONE ===== */
@media (max-width:600px){
  .hero-grid,
  .two-col,
  .product-block,
  .proof-grid{
    gap:24px;
  }

  .hero-image,
  .image-card,
  .problem-image{
    border-radius:18px;
  }

  .problem-image img{
    aspect-ratio:4/3;
  }

  .section-dark .quote{
    max-width:100%;
  }

  .mission-card{
    text-align:left;
  }

  .about-value{
    padding:20px;
  }

  .footer-grid{
    gap:18px;
  }

  .site-footer{
    padding:28px 0;
  }
}


/* ===== BOXXZEN XL PRODUCT SLIDESHOW ===== */
.boxxzen-slider{
  position:relative;
  width:100%;
  min-height:430px;
  border-radius:var(--radius);
  overflow:hidden;
  background:#f1efe8;
  box-shadow:var(--shadow);
}
.boxxzen-slides{
  position:relative;
  width:100%;
  min-height:430px;
}
.boxxzen-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.boxxzen-slide.is-active{
  opacity:1;
  visibility:visible;
  z-index:1;
}
.boxxzen-slide img{
  width:100%;
  height:100%;
  max-height:520px;
  object-fit:contain;
  object-position:center;
}
.slider-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:rgba(11,11,11,.82);
  color:#fff;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 20px rgba(0,0,0,.18);
}
.slider-prev{left:14px}
.slider-next{right:14px}
.slider-arrow:hover,
.slider-arrow:focus{
  background:var(--sem-gold);
  color:#111;
  outline:none;
}
.slider-dots{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
}
.slider-dot{
  width:10px;
  height:10px;
  border:0;
  border-radius:50%;
  padding:0;
  background:#bbb;
  cursor:pointer;
}
.slider-dot.is-active{background:var(--sem-gold-dark)}

/* Tablet */
@media (max-width:820px){
  .boxxzen-slider,
  .boxxzen-slides{
    min-height:390px;
  }
  .boxxzen-slide img{
    max-height:450px;
  }
}

/* Smartphones */
@media (max-width:600px){
  .boxxzen-slider,
  .boxxzen-slides{
    min-height:320px;
    border-radius:18px;
  }
  .boxxzen-slide{
    padding:12px;
  }
  .boxxzen-slide img{
    max-height:360px;
  }
  .slider-arrow{
    width:40px;
    height:40px;
    font-size:1.65rem;
  }
  .slider-prev{left:8px}
  .slider-next{right:8px}
  .slider-dots{bottom:10px}
}

/* Small smartphones */
@media (max-width:390px){
  .boxxzen-slider,
  .boxxzen-slides{
    min-height:280px;
  }
  .boxxzen-slide img{
    max-height:315px;
  }
}


/* ===== FINAL v2.0 HOME HERO ===== */
.hero-copy{order:1}
.hero-media{order:2}
.hero-media img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}

/* ===== FINAL v2.0 OUR MISSION HERO ===== */
.mission-hero{
  padding:48px 0 54px;
  background:linear-gradient(180deg,#fff 0%,#faf8f2 100%);
}
.mission-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:44px;
  align-items:center;
}
.mission-hero-media{
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#f1efe8;
}
.mission-hero-media img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.mission-hero-copy h1{
  font-size:clamp(2.9rem,6vw,5.3rem);
  letter-spacing:-.05em;
  line-height:1.02;
  margin:0 0 18px;
}
.sustainability-video{
  width:100%;
  border-radius:var(--radius);
  overflow:hidden;
  background:#111;
  box-shadow:var(--shadow);
}
.sustainability-video video{
  width:100%;
  height:auto;
  max-height:560px;
  display:block;
  background:#111;
}

/* ===== FINAL BOXXZEN XL SLIDESHOW ===== */
.boxxzen-slider{
  position:relative;
  width:100%;
  min-height:500px;
  border-radius:var(--radius);
  overflow:hidden;
  background:#f1efe8;
  box-shadow:var(--shadow);
}
.boxxzen-slides{position:relative;width:100%;min-height:500px}
.boxxzen-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
}
.boxxzen-slide.is-active{opacity:1;visibility:visible;z-index:1}
.boxxzen-slide img{
  width:100%;
  height:100%;
  max-height:560px;
  object-fit:contain;
  object-position:center;
}
.slider-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:rgba(11,11,11,.82);
  color:#fff;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}
.slider-prev{left:12px}.slider-next{right:12px}
.slider-dots{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:12px;
  transform:translateX(-50%);
  display:flex;
  gap:7px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
}
.slider-dot{
  width:10px;height:10px;border:0;border-radius:50%;padding:0;background:#bbb;cursor:pointer
}
.slider-dot.is-active{background:var(--sem-gold-dark)}

/* Tablet + mobile: requested image first, then hero text and CTA */
@media (max-width:820px){
  .hero-grid{
    display:flex!important;
    flex-direction:column!important;
  }
  .hero-media{order:1!important;width:100%}
  .hero-copy{order:2!important;width:100%}

  .mission-hero-grid{
    display:flex;
    flex-direction:column;
  }
  .mission-hero-media{order:1;width:100%}
  .mission-hero-copy{order:2;width:100%}

  .boxxzen-slider,.boxxzen-slides{min-height:430px}
  .boxxzen-slide img{max-height:470px}
}

@media (max-width:600px){
  .hero{padding-top:24px}
  .hero-media{margin-bottom:6px}
  .mission-hero{padding:26px 0 40px}
  .mission-hero-copy h1{font-size:clamp(2.45rem,12vw,3.6rem)}
  .sustainability-video{border-radius:18px}
  .boxxzen-slider,.boxxzen-slides{min-height:330px;border-radius:18px}
  .boxxzen-slide{padding:6px}
  .boxxzen-slide img{max-height:360px}
  .slider-arrow{width:40px;height:40px;font-size:1.65rem}
  .slider-prev{left:7px}.slider-next{right:7px}
}
@media (max-width:390px){
  .boxxzen-slider,.boxxzen-slides{min-height:285px}
  .boxxzen-slide img{max-height:315px}
}


/* ===== v2.1 CONTACT FORM VISIBILITY FIX ===== */
.sunemates-form{
  background:#ffffff!important;
  color:#111111!important;
}
.sunemates-form label{
  color:#111111!important;
  font-weight:800!important;
}
.sunemates-form input,
.sunemates-form select,
.sunemates-form textarea{
  background:#ffffff!important;
  color:#111111!important;
  border:1.5px solid #bfc3c7!important;
  opacity:1!important;
  -webkit-text-fill-color:#111111!important;
}
.sunemates-form input::placeholder,
.sunemates-form textarea::placeholder{
  color:#6b7280!important;
  opacity:1!important;
}
.sunemates-form select option{
  color:#111111!important;
  background:#ffffff!important;
}
.sunemates-form input:focus,
.sunemates-form select:focus,
.sunemates-form textarea:focus{
  outline:3px solid rgba(246,165,0,.22)!important;
  border-color:#f6a500!important;
  box-shadow:0 0 0 1px #f6a500!important;
}
.sunemates-form button,
.sunemates-form .btn{
  background:#f6a500!important;
  color:#111111!important;
  border-color:#f6a500!important;
}
.sunemates-form .small,
.sunemates-form p{
  color:#555555!important;
}
.contact-grid > div:first-child,
.contact-grid > div:first-child h2,
.contact-grid > div:first-child p,
.contact-grid > div:first-child a{
  color:#111111;
}

/* Better spacing/readability on tablet and phone */
@media(max-width:820px){
  .sunemates-form{
    padding:24px!important;
  }
}
@media(max-width:600px){
  .sunemates-form{
    padding:20px!important;
  }
  .sunemates-form label{
    font-size:16px!important;
  }
  .sunemates-form input,
  .sunemates-form select,
  .sunemates-form textarea{
    font-size:16px!important;
    min-height:48px;
  }
  .sunemates-form textarea{
    min-height:150px;
  }
}


/* ===== v2.2 SOCIAL MEDIA FOOTER ===== */
.footer-social{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
}
.social-link{
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  border:1px solid rgba(255,255,255,.22);
  transition:transform .2s ease, background .2s ease;
}
.social-link svg{
  width:21px;
  height:21px;
  fill:#111111;
}
.social-link:hover,
.social-link:focus{
  background:#f6a500;
  transform:translateY(-2px);
  outline:none;
}
.social-link:focus-visible{
  box-shadow:0 0 0 3px rgba(246,165,0,.35);
}
@media(max-width:600px){
  .footer-social{
    margin-top:16px;
  }
  .social-link{
    width:44px;
    height:44px;
  }
}


/* ===== v2.3 FINAL CONTACT PAGE READABILITY ===== */
/* High-contrast Contact page typography */
.contact-hero,
.contact-hero h1,
.contact-hero h2,
.contact-hero h3{
  color:#0b0b0b!important;
}
.contact-hero p,
.contact-hero .lead{
  color:#3f3f3f!important;
}

.contact-grid,
.contact-grid h1,
.contact-grid h2,
.contact-grid h3,
.contact-grid h4,
.contact-grid strong,
.contact-grid label{
  color:#111111!important;
}
.contact-grid p,
.contact-grid li,
.contact-grid span:not(.btn):not(.button){
  color:#444444!important;
}
.contact-grid a:not(.btn):not(.button){
  color:#7a5200!important;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.contact-grid a:not(.btn):not(.button):hover{
  color:#111111!important;
}

/* Contact form: white card, black labels, dark input text */
.sunemates-form{
  background:#ffffff!important;
  color:#111111!important;
  border:1px solid #dedede!important;
  box-shadow:0 14px 40px rgba(0,0,0,.08)!important;
}
.sunemates-form label,
.sunemates-form legend{
  display:block;
  color:#111111!important;
  font-weight:800!important;
  opacity:1!important;
}
.sunemates-form input,
.sunemates-form select,
.sunemates-form textarea{
  background:#ffffff!important;
  color:#111111!important;
  -webkit-text-fill-color:#111111!important;
  caret-color:#111111!important;
  border:2px solid #8a8f96!important;
  opacity:1!important;
  font-weight:500!important;
}
.sunemates-form input::placeholder,
.sunemates-form textarea::placeholder{
  color:#595f66!important;
  -webkit-text-fill-color:#595f66!important;
  opacity:1!important;
}
.sunemates-form select,
.sunemates-form select option{
  background:#ffffff!important;
  color:#111111!important;
  -webkit-text-fill-color:#111111!important;
}
.sunemates-form input:focus,
.sunemates-form select:focus,
.sunemates-form textarea:focus{
  background:#ffffff!important;
  color:#111111!important;
  border-color:#b87900!important;
  outline:3px solid rgba(246,165,0,.28)!important;
  box-shadow:none!important;
}
.sunemates-form button,
.sunemates-form input[type="submit"],
.sunemates-form .btn{
  background:#f6a500!important;
  color:#0b0b0b!important;
  -webkit-text-fill-color:#0b0b0b!important;
  border:2px solid #f6a500!important;
  font-weight:900!important;
}
.sunemates-form button:hover,
.sunemates-form input[type="submit"]:hover,
.sunemates-form .btn:hover{
  background:#0b0b0b!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  border-color:#0b0b0b!important;
}

/* Prevent autofill/browser styling from making entered text unreadable */
.sunemates-form input:-webkit-autofill,
.sunemates-form input:-webkit-autofill:hover,
.sunemates-form input:-webkit-autofill:focus,
.sunemates-form textarea:-webkit-autofill,
.sunemates-form select:-webkit-autofill{
  -webkit-text-fill-color:#111111!important;
  -webkit-box-shadow:0 0 0 1000px #ffffff inset!important;
  box-shadow:0 0 0 1000px #ffffff inset!important;
}

/* Small helper/status text */
.sunemates-form .small,
.sunemates-form small,
.sunemates-form .form-note,
.sunemates-form p{
  color:#4b4b4b!important;
  opacity:1!important;
}

@media(max-width:600px){
  .contact-grid p,
  .sunemates-form,
  .sunemates-form input,
  .sunemates-form select,
  .sunemates-form textarea{
    font-size:16px!important;
  }
}


/* ===== v2.4 LARGER / MORE VISIBLE SUN E MATES LOGO ===== */
.site-header{
  background:#ffffff!important;
}
.header-inner{
  min-height:92px;
}
.brand{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto;
  padding:6px 0;
}
.brand img{
  width:auto!important;
  height:72px!important;
  max-width:230px!important;
  object-fit:contain!important;
  object-position:left center!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
}

/* Keep navigation balanced with the larger logo */
.primary-nav{
  margin-left:auto;
}

/* Tablet */
@media(max-width:820px){
  .header-inner{
    min-height:82px;
  }
  .brand img{
    height:62px!important;
    max-width:205px!important;
  }
}

/* Smartphone */
@media(max-width:600px){
  .header-inner{
    min-height:74px;
  }
  .brand img{
    height:54px!important;
    max-width:175px!important;
  }
}

/* Small smartphones */
@media(max-width:390px){
  .brand img{
    height:48px!important;
    max-width:150px!important;
  }
}


/* ===== v2.5 CONTACT SUBMIT BUTTON ===== */
.sunemates-form button,
.sunemates-form input[type="submit"],
.sunemates-form .btn,
.sunemates-form button:hover,
.sunemates-form input[type="submit"]:hover,
.sunemates-form .btn:hover,
.sunemates-form button:focus,
.sunemates-form input[type="submit"]:focus,
.sunemates-form .btn:focus{
  color:#000000!important;
  -webkit-text-fill-color:#000000!important;
}


/* ===== v2.6 DESIGNER REFINEMENT ===== */

/* Meet BoxxZen XL — clean presentation: copy + slideshow only */
.product-copy .stat-grid,
.product-copy .spec-grid,
.meet-boxxzen .stat-grid,
.meet-boxxzen .spec-grid{
  display:none!important;
}
.product-copy{
  align-self:center;
}
.boxxzen-slider{
  background:#f5f3ed;
}

/* Contact submit CTA — brand orange with permanent black text */
.sunemates-form button,
.sunemates-form input[type="submit"],
.sunemates-form .btn,
.sunemates-form button:hover,
.sunemates-form input[type="submit"]:hover,
.sunemates-form .btn:hover,
.sunemates-form button:focus,
.sunemates-form input[type="submit"]:focus,
.sunemates-form .btn:focus,
.sunemates-form button:active,
.sunemates-form input[type="submit"]:active,
.sunemates-form .btn:active{
  background:#F6A500!important;
  border-color:#F6A500!important;
  color:#000000!important;
  -webkit-text-fill-color:#000000!important;
  opacity:1!important;
  font-weight:900!important;
  text-shadow:none!important;
}
.sunemates-form button:hover,
.sunemates-form input[type="submit"]:hover,
.sunemates-form .btn:hover{
  background:#E89A00!important;
  border-color:#E89A00!important;
}

/* Ensure button labels/spans inherit black instead of global theme colors */
.sunemates-form button *,
.sunemates-form .btn *,
.sunemates-form input[type="submit"]{
  color:#000000!important;
  -webkit-text-fill-color:#000000!important;
}


/* ===== v2.7 CROSS-BROWSER VIDEO COMPATIBILITY ===== */
.sustainability-video video{
  width:100%;
  height:auto;
  display:block;
  background:#111111;
  object-fit:contain;
}


/* ===== v2.9 CONTACT PAGE VISUAL / CONTRAST FIX ===== */

body .contact-page-wrap h1,
body .contact-page-wrap h2,
body .contact-page-wrap h3,
body .contact-grid h1,
body .contact-grid h2,
body .contact-grid h3 {
  color:#111111 !important;
  opacity:1 !important;
  text-shadow:none !important;
}

body .contact-page-wrap p,
body .contact-page-wrap label,
body .contact-grid p,
body .contact-grid label {
  color:#444444 !important;
  opacity:1 !important;
}

body .sunemates-form input,
body .sunemates-form textarea,
body .sunemates-form select,
body .contact-page-wrap form input,
body .contact-page-wrap form textarea,
body .contact-page-wrap form select {
  background:#ffffff !important;
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
  border:2px solid #777777 !important;
  opacity:1 !important;
}

body .sunemates-form input::placeholder,
body .sunemates-form textarea::placeholder,
body .contact-page-wrap form input::placeholder,
body .contact-page-wrap form textarea::placeholder {
  color:#666666 !important;
  -webkit-text-fill-color:#666666 !important;
  opacity:1 !important;
}

body .sunemates-form button,
body .sunemates-form input[type="submit"],
body .contact-page-wrap form button,
body .contact-page-wrap form input[type="submit"],
body .wpcf7-submit,
body .wpforms-submit,
body .wpforms-form button[type="submit"] {
  background:#F6A500 !important;
  background-color:#F6A500 !important;
  border:2px solid #F6A500 !important;
  color:#000000 !important;
  -webkit-text-fill-color:#000000 !important;
  font-weight:900 !important;
  opacity:1 !important;
  text-shadow:none !important;
}

body .sunemates-form button:hover,
body .sunemates-form input[type="submit"]:hover,
body .contact-page-wrap form button:hover,
body .contact-page-wrap form input[type="submit"]:hover,
body .wpcf7-submit:hover,
body .wpforms-submit:hover {
  background:#D98E00 !important;
  background-color:#D98E00 !important;
  border-color:#D98E00 !important;
  color:#000000 !important;
  -webkit-text-fill-color:#000000 !important;
}

/* Stronger logo override */
body .site-header .brand img,
body .site-header .custom-logo,
body .site-header .custom-logo-link img,
body .site-logo img,
body header .logo img {
  width:auto !important;
  height:74px !important;
  max-width:260px !important;
  min-width:170px !important;
  object-fit:contain !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}

@media(max-width:820px){
  body .site-header .brand img,
  body .site-header .custom-logo,
  body .site-header .custom-logo-link img,
  body .site-logo img,
  body header .logo img {
    height:62px !important;
    min-width:150px !important;
    max-width:220px !important;
  }
}

@media(max-width:600px){
  body .site-header .brand img,
  body .site-header .custom-logo,
  body .site-header .custom-logo-link img,
  body .site-logo img,
  body header .logo img {
    height:54px !important;
    min-width:135px !important;
    max-width:190px !important;
  }
}


/* ===== v3.1 FINAL SUN E MATES WIDE LOGO ===== */
.site-header{
  background:#ffffff!important;
}
.header-inner{
  min-height:92px!important;
}
.site-header .brand{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  padding:4px 0!important;
}
.site-header .brand img,
.site-header .custom-logo,
.site-header .custom-logo-link img,
.site-header .site-logo img,
.site-header .logo img{
  display:block!important;
  width:260px!important;
  height:auto!important;
  max-width:260px!important;
  min-width:0!important;
  max-height:70px!important;
  object-fit:contain!important;
  object-position:left center!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  transform:none!important;
}

@media(max-width:820px){
  .header-inner{min-height:82px!important;}
  .site-header .brand img,
  .site-header .custom-logo,
  .site-header .custom-logo-link img,
  .site-header .site-logo img,
  .site-header .logo img{
    width:220px!important;
    max-width:220px!important;
    max-height:60px!important;
  }
}

@media(max-width:600px){
  .header-inner{min-height:74px!important;}
  .site-header .brand img,
  .site-header .custom-logo,
  .site-header .custom-logo-link img,
  .site-header .site-logo img,
  .site-header .logo img{
    width:175px!important;
    max-width:175px!important;
    max-height:50px!important;
  }
}

@media(max-width:390px){
  .site-header .brand img,
  .site-header .custom-logo,
  .site-header .custom-logo-link img,
  .site-header .site-logo img,
  .site-header .logo img{
    width:150px!important;
    max-width:150px!important;
  }
}


/* v3.2 conversion + accessibility refinements */
.skip-link{position:fixed;left:12px;top:-80px;z-index:99999;background:#111;color:#fff;padding:12px 16px;border-radius:8px;text-decoration:none;font-weight:800}
.skip-link:focus{top:12px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #f6a500!important;outline-offset:3px}
.sunemates-form .btn{width:100%;margin-top:8px;min-height:52px;font-size:1rem}
.notice{background:#fff7e0;border:2px solid #f6a500;color:#111;padding:20px;border-radius:16px;font-weight:700;line-height:1.55}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* ===== v3.3 NEWSLETTER + LEGAL + ACCESSIBILITY ===== */
.newsletter-intro{padding-top:52px;padding-bottom:24px}
.newsletter-frame-wrap{padding-bottom:64px}
.newsletter-frame{display:block;width:100%;min-height:1000px;border:0;background:#dcdace;border-radius:18px;box-shadow:var(--shadow)}

.legal-hero{background:var(--sem-soft)}
.legal-prose{max-width:860px}
.legal-prose h2{font-size:clamp(1.55rem,3vw,2.1rem);margin-top:36px;margin-bottom:12px;letter-spacing:-.02em}
.legal-prose p,.legal-prose li{color:#3f3f3f;line-height:1.72}
.legal-prose a{color:#7a5200;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.form-legal a{color:#5b3c00!important;text-decoration:underline!important;font-weight:700}

.footer-legal{border-top:1px solid var(--sem-line);margin-top:28px;padding-top:22px;padding-bottom:4px}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:10px 20px;margin-bottom:12px}
.footer-legal-links a{font-size:.82rem;color:#505050;text-decoration:underline;text-underline-offset:3px}
.footer-copyright{font-size:.78rem;color:#6b6b6b;max-width:none;margin:0}

.a11y-launcher{position:fixed;left:16px;bottom:16px;z-index:9998;display:flex;align-items:center;gap:7px;border:2px solid #f6a500;background:#111;color:#fff;border-radius:999px;padding:10px 13px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.18);cursor:pointer}
.a11y-launcher span[aria-hidden="true"]{font-size:1.15rem}
.a11y-panel{position:fixed;left:16px;bottom:72px;z-index:9999;width:min(330px,calc(100vw - 32px));background:#fff;color:#111;border:1px solid #d8d8d8;border-radius:18px;padding:18px;box-shadow:0 18px 50px rgba(0,0,0,.2)}
.a11y-panel[hidden]{display:none!important}
.a11y-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.a11y-panel p{font-size:.9rem;color:#4b4b4b;margin:0 0 14px}
.a11y-close{border:0;background:transparent;color:#111;font-size:1.7rem;line-height:1;cursor:pointer}
.a11y-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.a11y-controls button{border:1px solid #bbb;background:#f7f7f4;color:#111;border-radius:10px;padding:10px;font-weight:700;cursor:pointer}
.a11y-controls button:hover{background:#f6a500;border-color:#f6a500}
.a11y-statement-link{display:inline-block;margin-top:14px;font-size:.84rem;font-weight:700;color:#5b3c00;text-decoration:underline;text-underline-offset:3px}

html.a11y-large-text body{font-size:118%}
html.a11y-large-text .small{font-size:1rem!important}
html.a11y-high-contrast body{background:#fff!important;color:#000!important}
html.a11y-high-contrast .section-soft,html.a11y-high-contrast .page-hero{background:#fff!important}
html.a11y-high-contrast p,html.a11y-high-contrast .lead,html.a11y-high-contrast .small{color:#111!important}
html.a11y-high-contrast a{color:#000!important;text-decoration:underline}
html.a11y-high-contrast .btn,html.a11y-high-contrast .nav-cta{background:#f6a500!important;color:#000!important;border:2px solid #000!important}
html.a11y-underline-links a{text-decoration:underline!important;text-underline-offset:3px}
html.a11y-pause-motion *,html.a11y-pause-motion *::before,html.a11y-pause-motion *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}

@media(max-width:820px){
  .newsletter-intro{padding-top:38px}
  .newsletter-frame{border-radius:14px}
}
@media(max-width:600px){
  .newsletter-frame-wrap{width:100%;padding-left:0;padding-right:0}
  .newsletter-frame{border-radius:0;min-height:1200px}
  .a11y-launcher-text{display:none}
  .a11y-launcher{width:48px;height:48px;justify-content:center;padding:0;border-radius:50%}
  .a11y-controls{grid-template-columns:1fr}
  .footer-legal-links{gap:8px 14px}
}

/* ===== v3.4 CONVERSION LAYER — preserves approved visual system ===== */
.benefit-line{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:22px;font-weight:800;font-size:.88rem}
.benefit-line span{position:relative;padding-left:16px}.benefit-line span:before{content:"";width:7px;height:7px;border-radius:50%;background:#f6a500;position:absolute;left:0;top:.48em}
.audience-section h2,.next-step-section h2{max-width:780px}
.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--sem-line);border:1px solid var(--sem-line);margin-top:30px}
.audience-grid article{background:#fff;padding:28px}.audience-grid h3{font-size:1.15rem;margin:0 0 10px}.audience-grid p{margin:0;color:#555}
.fit-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start}.fit-list{border-top:1px solid var(--sem-line)}.fit-list p{margin:0;padding:15px 0;border-bottom:1px solid var(--sem-line);font-weight:700;color:#292929}
.next-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}.next-step-grid>div{border-top:3px solid #111;padding-top:20px}.next-step-grid strong{color:#9a6800;font-size:.82rem;letter-spacing:.12em}.next-step-grid h3{font-size:1.15rem;margin:9px 0}.next-step-grid p{color:#555;margin:0}
.newsletter-conversion-grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.newsletter-conversion h2{margin-bottom:8px}.newsletter-conversion .lead{margin-bottom:0}
@media(max-width:900px){.audience-grid{grid-template-columns:1fr 1fr}.fit-grid{grid-template-columns:1fr;gap:24px}.next-step-grid{grid-template-columns:1fr}.newsletter-conversion-grid{grid-template-columns:1fr}.newsletter-conversion-grid .btn{width:100%;text-align:center}}
@media(max-width:560px){.audience-grid{grid-template-columns:1fr}.audience-grid article{padding:22px}}


/* ===== v3.6 ABOUT / CASE STUDIES / MUNICIPAL PARTNERSHIPS ===== */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}
.team-card,.case-study-card{background:#fff;border:1px solid var(--sem-line);border-radius:18px;padding:24px;box-shadow:var(--shadow)}
.team-card p:last-child{color:#555}
.case-study-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.case-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}
.case-metrics div{background:var(--sem-black);color:white;border-radius:16px;padding:18px}
.case-metrics strong{display:block;color:var(--sem-gold);font-size:2rem;line-height:1}
.case-metrics span{display:block;margin-top:8px;font-size:.9rem;color:#ddd}
.case-study-card blockquote{margin:24px 0;padding-left:18px;border-left:4px solid var(--sem-gold);font-size:1.08rem;font-weight:700}
.municipality-values{grid-template-columns:1fr}
@media(max-width:1100px){.primary-nav{gap:14px}.primary-nav a{font-size:.88rem}.team-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.team-grid,.case-study-grid,.case-metrics{grid-template-columns:1fr}}

/* v4.3 leadership headshots */
.team-grid-featured{align-items:stretch}
.team-card{overflow:hidden}
.team-headshot{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center top;border-radius:12px;margin:0 0 20px;background:#eceae6}
.team-card-founder{grid-column:span 2;display:grid;grid-template-columns:minmax(220px,.9fr) 1.1fr;gap:26px;align-items:center}
.team-card-founder .team-headshot{margin:0;min-height:100%;height:100%;aspect-ratio:auto}
.team-card-copy h3{margin-top:0}
@media(max-width:1100px){.team-card-founder{grid-column:1/-1}}
@media(max-width:820px){.team-card-founder{display:block}.team-card-founder .team-headshot{height:auto;aspect-ratio:1/1;margin-bottom:20px}}


/* ===== v4.8 CONVERSION / PRODUCT / ELEMENTOR FORM INTEGRATION ===== */
.btn-outline{background:transparent;border-color:#1b1b1b;color:#1b1b1b}
.btn-outline:hover,.btn-outline:focus{background:#1b1b1b;color:#fff}
.product-page-hero img{width:100%;height:auto;border-radius:24px;display:block}
.four-up{grid-template-columns:repeat(4,1fr)}
.product-steps{grid-template-columns:repeat(2,1fr)}
.spec-list{margin:18px 0 0;padding-left:20px}
.spec-list li{margin:0 0 12px}
.plugin-form-slot{min-width:0}
.plugin-form-slot .fluentform,.plugin-form-slot .frm-fluent-form,.elementor-form-slot .elementor,.elementor-form-slot .elementor-widget-form,.elementor-form-slot .elementor-form{width:100%}
.plugin-form-slot input,.plugin-form-slot select,.plugin-form-slot textarea{max-width:100%}
.contact-form-guide{margin-top:28px;padding-top:20px;border-top:1px solid rgba(0,0,0,.14)}
.newsletter-signup .plugin-form-slot{align-self:start}
@media(max-width:900px){.four-up,.product-steps{grid-template-columns:1fr}.product-page-hero .two-col{gap:24px}}


/* ===== v4.6 VISUAL + EDITORIAL POLISH ===== */
.about-story-grid{align-items:start}
.about-story-grid > div:first-child{padding-top:4px}
.about-story-grid .story-intro{font-size:1.16rem;line-height:1.62;color:#333;font-weight:650;max-width:66ch}
.about-story-grid p{margin-top:0;margin-bottom:18px}
.about-story-grid .mission-card{align-self:start;justify-content:flex-start}
.about-story-grid .mission-card p{max-width:58ch}

/* Move to the mobile menu before the eight-item header becomes crowded. */
@media(max-width:1180px){
  .primary-nav{display:none}
  .mobile-toggle{display:block}
  .primary-nav.open{display:flex;position:absolute;left:0;right:0;top:92px;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--sem-line);box-shadow:0 14px 30px rgba(0,0,0,.08)}
  .primary-nav.open a{display:flex;width:100%;padding:9px 0}
  .primary-nav.open .nav-cta{width:auto;padding:12px 18px}
}
@media(max-width:820px){.primary-nav.open{top:82px}}
@media(max-width:600px){.primary-nav.open{top:74px}.about-story-grid .story-intro{font-size:1.06rem}}


/* ===== v4.9 NATIVE GET IN TOUCH FORM ===== */
.native-contact-form{position:relative}
.native-contact-form .form-brand{display:flex;justify-content:center;margin:0 0 18px}
.native-contact-form .form-brand img{width:min(240px,72%);height:auto}
.native-contact-form .form-intro{text-align:center;margin:0 auto 24px;max-width:560px}
.native-contact-form .form-intro h2{margin-bottom:8px}
.native-contact-form .form-intro p{margin:0}
.sem-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.sem-form-field{margin-bottom:16px}
.sem-form-field label,.sem-form-field legend{display:block;margin:0 0 7px;font-weight:800;color:#111}
.sem-form-field input,.sem-form-field select,.sem-form-field textarea{margin-bottom:0!important}
.sem-form-required{color:#a65100;font-weight:900}
.sem-radio-group{display:flex;gap:18px;flex-wrap:wrap;padding:4px 0 2px}
.sem-radio-option{display:flex!important;align-items:center;gap:8px;font-weight:700!important;margin:0!important}
.sem-radio-option input{width:auto!important;margin:0!important;min-height:auto!important}
.sem-consent{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;margin:4px 0 18px}
.sem-consent input{width:auto!important;margin:5px 0 0!important;min-height:auto!important}
.sem-consent label{font-weight:600!important;margin:0!important;font-size:.94rem;line-height:1.5}
.sem-contact-submit{width:100%;min-height:54px;border-radius:12px;cursor:pointer}
.sem-form-note{text-align:center;margin:12px 0 0!important;font-size:.84rem!important}
.sem-hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-status{border-radius:14px;padding:16px 18px;margin:0 0 22px;font-weight:700}
.contact-status.success{background:#effaf2;border:1px solid #a9dfb5;color:#174d25}
.contact-status.error{background:#fff4ee;border:1px solid #e9b9a2;color:#702c12}
.contact-points{display:grid;gap:14px;margin-top:24px}
.contact-point{padding:18px;border:1px solid var(--sem-line);border-radius:16px;background:var(--sem-soft)}
.contact-point strong{display:block;margin-bottom:4px}
@media(max-width:700px){.sem-form-row{grid-template-columns:1fr}.native-contact-form .form-brand img{width:min(220px,75%)}}


/* ===== v5.0 CONTENT ARCHITECTURE ===== */
.product-showcase-media{
  border-radius:var(--radius);
  overflow:hidden;
  background:#f5f3ed;
  box-shadow:var(--shadow);
}
.product-showcase-media img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.product-gallery-heading{
  max-width:760px;
  margin-bottom:28px;
}
.product-gallery-section .boxxzen-slider{
  max-width:1040px;
  margin:0 auto;
}
@media (max-width:600px){
  .product-showcase-media{border-radius:18px;}
  .product-gallery-heading{margin-bottom:20px;}
}
