:root{
 --teal:#078b96;--teal-dark:#056b74;--teal-soft:#eaf8f8;--orange:#f26b00;--orange-dark:#d75f00;
 --ink:#17202a;--muted:#5f6c76;--line:#e2ecee;--bg:#f7fbfb;--white:#fff;--shadow:0 16px 40px rgba(24,76,83,.10);
 --radius:20px;--max:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem}.kicker:before{content:"";width:28px;height:3px;border-radius:9px;background:var(--orange)}.section{padding:76px 0}.section-tight{padding:52px 0}.section-title{font-size:clamp(2rem,4vw,3rem);line-height:1.08;margin:8px 0 16px;letter-spacing:-.03em}.section-title .teal{color:var(--teal)}.lead{font-size:1.08rem;color:var(--muted);max-width:690px}.muted{color:var(--muted)}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(224,237,239,.9)}.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{height:54px;width:auto}.nav{display:flex;align-items:center;gap:30px;font-weight:700;font-size:.94rem}.nav a{position:relative;padding:29px 0}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--orange);transition:.2s}.nav a:hover:after,.nav a.active:after{right:0}.header-actions{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(242,107,0,.25)}.btn-primary:hover{background:var(--orange-dark)}.btn-outline{background:#fff;color:var(--teal-dark);border:1.5px solid #89c9cf}.btn-soft{background:var(--teal-soft);color:var(--teal-dark)}.menu-btn{display:none;background:none;border:0;font-size:1.6rem;padding:8px}
.hero{position:relative;overflow:hidden;background:linear-gradient(102deg,#fff 0%,#fff 45%,#effafa 100%);padding:64px 0 30px}.hero:after{content:"";position:absolute;right:-200px;top:-250px;width:760px;height:760px;border-radius:50%;border:1px solid #d7eeee;opacity:.75}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:32px}.hero h1{font-size:clamp(3rem,5.5vw,5.3rem);line-height:.98;letter-spacing:-.045em;margin:0 0 22px}.hero h1 span{color:var(--teal)}.hero p{font-size:1.12rem;color:var(--muted);max-width:650px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-line{display:flex;align-items:center;gap:12px;margin-top:24px;font-size:.92rem;font-weight:700;color:#4d5d66}.trust-icon{width:38px;height:38px;border:1.5px solid #9ad0d4;border-radius:12px;display:grid;place-items:center;color:var(--teal)}.hero-art{min-height:475px;display:grid;place-items:center}.hero-art img{width:110%;max-width:none;transform:translateX(3%)}
.about-strip{margin-top:22px;position:relative;z-index:4}.about-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.info-panel{padding:30px;display:grid;grid-template-columns:auto 1fr;gap:16px}.info-panel+.info-panel{border-left:1px solid var(--line)}.icon-round{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--teal-soft);color:var(--teal);font-size:1.5rem}.icon-round.orange{background:#fff0e5;color:var(--orange)}.info-panel h3{margin:0 0 7px;color:var(--teal-dark);font-size:1.03rem}.info-panel.orange h3{color:var(--orange)}.info-panel p{margin:0;color:var(--muted);font-size:.91rem}
.why{background:linear-gradient(180deg,#fff,#f8fbfb)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}.feature-card{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff;transition:.2s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-icon{width:48px;height:48px;border-radius:14px;background:var(--teal-soft);display:grid;place-items:center;color:var(--teal);font-size:1.3rem;margin-bottom:16px}.feature-card:nth-child(even) .feature-icon{background:#fff0e5;color:var(--orange)}.feature-card h3{font-size:1rem;margin:0 0 8px}.feature-card p{font-size:.9rem;color:var(--muted);margin:0}
.products-featured{background:#fff}.section-head-row{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:26px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;display:flex;flex-direction:column;min-height:100%;transition:.2s}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-visual{background:linear-gradient(180deg,#fbfdfd,#f3f8f8);padding:4px 10px 0}.product-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.product-label{color:var(--teal);font-weight:800;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em}.product-body h3{font-size:1.02rem;line-height:1.35;margin:0;min-height:55px}.product-actions{display:flex;gap:10px;margin-top:auto}.link-btn{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-weight:800;font-size:.88rem}.small-btn{padding:9px 13px;border-radius:9px;font-size:.82rem}.product-no{font-weight:900;color:#9aabb0;font-size:.8rem}
.leadership{background:#f7fbfb}.leader-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:900px;margin:30px auto 0}.leader-card{display:grid;grid-template-columns:76px 1fr;gap:18px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px}.avatar{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#d9f4f5,#f8ffff);color:var(--teal);font-weight:900;font-size:1.5rem}.leader-card:nth-child(2) .avatar{background:linear-gradient(135deg,#fff1e7,#fffaf6);color:var(--orange)}.leader-card h3{margin:0;font-size:1.1rem}.leader-role{color:var(--teal);font-weight:800;font-size:.9rem}.leader-card p{margin:7px 0 0;color:var(--muted);font-size:.91rem}
.contact-cta{padding:66px 0;background:linear-gradient(105deg,var(--teal-dark),var(--teal));color:#fff;position:relative;overflow:hidden}.contact-cta:after{content:"";position:absolute;right:-90px;top:-90px;width:330px;height:330px;border-radius:50%;border:70px solid rgba(255,255,255,.06)}.cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-inner h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 8px;letter-spacing:-.03em}.cta-inner p{margin:0;color:#d8f1f3}.cta-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-white{background:#fff;color:var(--teal-dark)}
.site-footer{background:#063f45;color:#d9eff1}.footer-main{display:grid;grid-template-columns:1.3fr 1.25fr .8fr;gap:42px;padding:44px 0 30px}.footer-logo{filter:brightness(0) invert(1);opacity:.96;width:270px;margin-bottom:16px}.site-footer h4{color:#fff;margin:0 0 12px}.site-footer p,.site-footer a{font-size:.9rem;color:#cbe5e7}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;display:flex;justify-content:space-between;gap:20px;font-size:.82rem;color:#a9d1d4}.footer-contact{display:grid;gap:8px}.footer-note{font-size:.78rem;color:#9fc7ca;margin-top:12px}
.page-hero{background:linear-gradient(105deg,#fff 0,#fff 47%,#eff9fa 100%);padding:44px 0 32px;border-bottom:1px solid var(--line)}.page-hero-grid{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:30px}.page-hero h1{font-size:clamp(2.8rem,5vw,4.6rem);margin:0 0 12px;letter-spacing:-.045em}.page-hero h1 span{color:var(--teal)}.page-hero p{margin:0;color:var(--muted);font-size:1.1rem}.page-hero-art{height:210px;overflow:hidden}.page-hero-art img{width:520px;margin-left:auto;transform:translateY(-80px)}
.filters{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.filter-btn{border:1px solid #a8d6da;color:var(--teal-dark);background:#fff;border-radius:10px;padding:10px 22px;font-weight:800;cursor:pointer}.filter-btn.active{background:var(--teal);color:#fff;border-color:var(--teal)}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.catalog-grid .product-card.hidden{display:none}.catalog-grid .product-body h3{min-height:unset}.catalog-grid .product-card{min-height:390px}.product-meta{font-size:.8rem;color:#819097}.catalog-bottom{display:grid;grid-template-columns:1fr 1.6fr;gap:18px;margin-top:24px}.upcoming-card,.formulation-card{border:1px solid var(--line);border-radius:18px;padding:26px;background:#fff}.upcoming-card{display:grid;grid-template-columns:62px 1fr;gap:16px;align-items:start}.upcoming-icon{width:62px;height:62px;border-radius:17px;background:var(--teal-soft);display:grid;place-items:center;font-size:1.65rem;color:var(--teal)}.upcoming-card h3,.formulation-card h3{margin:0 0 8px;color:var(--teal-dark)}.upcoming-card p{margin:0;color:var(--muted)}.formulation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mini-feature{display:grid;grid-template-columns:36px 1fr;gap:10px}.mini-feature b{font-size:.9rem;color:var(--teal-dark)}.mini-feature p{margin:3px 0 0;font-size:.78rem;color:var(--muted)}
.disclaimer{background:#fffaf5;border-top:1px solid #f2e4d7;border-bottom:1px solid #f2e4d7;color:#72583d;padding:14px 0;font-size:.8rem}.center{text-align:center}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1040px){.nav{gap:18px}.header-actions .btn{display:none}.hero-grid{grid-template-columns:1fr .9fr}.feature-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.info-panel+.info-panel{border-left:0;border-top:1px solid var(--line)}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:last-child{grid-column:1/-1}.catalog-bottom{grid-template-columns:1fr}}
@media(max-width:760px){.container{width:min(100% - 28px,var(--max))}.header-inner{height:72px}.brand img{height:46px}.menu-btn{display:block}.nav{position:absolute;left:14px;right:14px;top:72px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:var(--shadow)}.nav.open{display:flex}.nav a{padding:12px}.nav a:after{display:none}.hero{padding-top:42px}.hero-grid,.page-hero-grid{grid-template-columns:1fr}.hero-art{min-height:300px}.hero-art img{width:105%;transform:none}.hero h1{font-size:clamp(2.65rem,13vw,4rem)}.about-strip{margin-top:6px}.feature-grid,.product-grid,.catalog-grid,.leader-grid{grid-template-columns:1fr}.section{padding:56px 0}.section-head-row,.cta-inner{align-items:flex-start;flex-direction:column}.page-hero-art{height:190px}.page-hero-art img{margin:auto;transform:translateY(-70px)}.footer-main{grid-template-columns:1fr}.footer-main>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.formulation-grid{grid-template-columns:1fr}.product-actions{flex-wrap:wrap}.catalog-grid .product-card{min-height:auto}}


/* FINAL SUNMEDICS CRISP IMAGE + SIZE FIX */
.header-inner{height:96px!important}
.brand img{height:68px!important;width:auto!important;max-height:none!important}
.hero-art{min-height:520px!important;overflow:visible!important}
.hero-art img{width:145%!important;max-width:none!important;transform:translateX(-9%)!important;image-rendering:auto}
.product-visual{padding:0!important;overflow:hidden!important}
.product-visual img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}
@media(max-width:1040px){
  .brand img{height:62px!important}
  .hero-art{min-height:430px!important}
  .hero-art img{width:138%!important;transform:translateX(-8%)!important}
}
@media(max-width:760px){
  .header-inner{height:78px!important}
  .brand img{height:58px!important;width:auto!important}
  .hero-art{min-height:340px!important}
  .hero-art img{width:132%!important;transform:translateX(-7%)!important}
}


/* SUNMEDICS MOBILE SAFE FINAL OVERRIDE v4 */
.brand img{height:76px!important;width:auto!important;max-width:310px!important;object-fit:contain!important}
.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important}
.hero-grid>div{min-width:0!important}
.hero-art{min-height:430px!important;overflow:hidden!important;position:relative!important}
.hero-art img{width:100%!important;max-width:620px!important;height:auto!important;transform:none!important;margin:0 auto!important;object-fit:contain!important}
.product-visual{aspect-ratio:16/10!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f7fbfb!important}
.product-visual img{width:100%!important;height:100%!important;object-fit:contain!important}
@media(max-width:760px){
 .header-inner{height:82px!important}
 .brand img{height:62px!important;max-width:240px!important}
 .hero-grid{grid-template-columns:1fr!important}
 .hero-art{min-height:0!important;height:auto!important;margin-top:18px!important;overflow:hidden!important}
 .hero-art img{width:100%!important;max-width:560px!important;transform:none!important}
 .hero h1{font-size:clamp(2.45rem,11vw,3.55rem)!important}
}


/* ===== SUNMEDICS FINAL REALISTIC VERSION ===== */
.header-inner{
  min-height:92px!important;
  height:auto!important;
  padding-top:10px!important;
  padding-bottom:10px!important;
}
.brand img{
  height:64px!important;
  width:auto!important;
  max-width:330px!important;
  max-height:none!important;
}
.hero{
  padding:34px 0 26px!important;
}
.hero-grid{
  grid-template-columns:.92fr 1.08fr!important;
  gap:26px!important;
  align-items:center!important;
}
.hero-copy{
  position:relative!important;
  z-index:3!important;
}
.hero-art{
  min-height:420px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.hero-art img{
  width:125%!important;
  max-width:1050px!important;
  height:auto!important;
  transform:translateX(-5%)!important;
  object-fit:contain!important;
  filter:none!important;
  image-rendering:auto!important;
}
.product-visual{
  background:#fbfefe!important;
  padding:8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.product-visual img{
  width:100%!important;
  height:245px!important;
  object-fit:contain!important;
  filter:none!important;
  image-rendering:auto!important;
}
.catalog-grid .product-visual img{
  height:220px!important;
}
@media(max-width:900px){
  .header-inner{min-height:82px!important}
  .brand img{height:56px!important;max-width:275px!important}
  .hero-grid{
    grid-template-columns:1fr 1fr!important;
    gap:14px!important;
  }
  .hero-art{min-height:300px!important}
  .hero-art img{
    width:118%!important;
    transform:translateX(-4%)!important;
  }
}
@media(max-width:620px){
  .header-inner{min-height:74px!important}
  .brand img{height:48px!important;max-width:235px!important}
  .hero-grid{grid-template-columns:1fr!important}
  .hero-copy{padding-right:0!important}
  .hero-art{
    min-height:260px!important;
    margin-top:8px!important;
  }
  .hero-art img{
    width:100%!important;
    max-width:620px!important;
    transform:none!important;
  }
  .product-visual img,
  .catalog-grid .product-visual img{
    height:205px!important;
  }
}


/* ===== FINAL HERO FIX — MATCH REFERENCE IMAGE 2 ===== */
.hero{
  position:relative!important;
  overflow:hidden!important;
  padding:28px 0 22px!important;
}
.hero-grid{
  display:grid!important;
  grid-template-columns:44% 56%!important;
  gap:18px!important;
  align-items:center!important;
}
.hero-copy{
  position:relative!important;
  z-index:3!important;
  min-width:0!important;
  max-width:100%!important;
}
.hero-copy h1,
.hero h1{
  position:relative!important;
  z-index:4!important;
  max-width:100%!important;
}
.hero-art{
  position:relative!important;
  z-index:2!important;
  min-width:0!important;
  min-height:330px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
}
.hero-art img{
  display:block!important;
  width:118%!important;
  max-width:none!important;
  height:auto!important;
  object-fit:contain!important;
  transform:none!important;
  margin-right:-2%!important;
  filter:none!important;
}

/* header logo */
.header-inner{
  min-height:86px!important;
  height:auto!important;
}
.brand img{
  height:58px!important;
  width:auto!important;
  max-width:300px!important;
  max-height:none!important;
}

@media(max-width:900px){
  .hero-grid{
    grid-template-columns:47% 53%!important;
    gap:10px!important;
  }
  .hero-art{
    min-height:280px!important;
  }
  .hero-art img{
    width:116%!important;
    margin-right:-4%!important;
  }
  .brand img{
    height:52px!important;
  }
}

@media(max-width:620px){
  .hero{
    padding:22px 0 18px!important;
  }
  .hero-grid{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .hero-copy{
    width:100%!important;
  }
  .hero-art{
    min-height:230px!important;
    overflow:hidden!important;
    justify-content:center!important;
  }
  .hero-art img{
    width:100%!important;
    max-width:620px!important;
    margin-right:0!important;
  }
  .brand img{
    height:46px!important;
    max-width:230px!important;
  }
}


/* =========================================================
   SUNMEDICS FINAL PRODUCTS PAGE HERO FIX
   ========================================================= */
.page-hero-grid{
  display:grid !important;
  grid-template-columns:42% 58% !important;
  align-items:center !important;
  gap:20px !important;
}

.page-hero-art{
  position:relative !important;
  height:280px !important;
  min-height:280px !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
}

.page-hero-art img{
  display:block !important;
  width:125% !important;
  max-width:900px !important;
  height:auto !important;
  object-fit:contain !important;
  margin:0 !important;
  transform:none !important;
  filter:none !important;
}

@media(max-width:760px){
  .page-hero-grid{
    grid-template-columns:46% 54% !important;
    gap:8px !important;
  }

  .page-hero-art{
    height:220px !important;
    min-height:220px !important;
    overflow:hidden !important;
  }

  .page-hero-art img{
    width:145% !important;
    max-width:none !important;
    height:auto !important;
    margin:0 !important;
    transform:translateX(-6%) !important;
    object-fit:contain !important;
  }
}


/* =========================================================
   SUNMEDICS PREMIUM PHARMA BACKGROUND THEME
   Applies to Home + Products pages
   ========================================================= */

/* Global clinical background */
body{
  background:
    radial-gradient(circle at 8% 8%, rgba(5,143,151,.08) 0, rgba(5,143,151,0) 24%),
    radial-gradient(circle at 94% 18%, rgba(242,107,0,.055) 0, rgba(242,107,0,0) 20%),
    linear-gradient(180deg,#ffffff 0%,#fbfefe 45%,#f6fbfc 100%) !important;
}

/* Header remains clean and premium */
.site-header{
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(8,139,149,.08)!important;
}

/* Home hero: subtle science atmosphere */
.hero{
  background:
    radial-gradient(circle at 83% 38%, rgba(0,139,149,.12) 0, rgba(0,139,149,.035) 34%, transparent 58%),
    radial-gradient(circle at 22% 82%, rgba(242,107,0,.045) 0, transparent 28%),
    linear-gradient(105deg,#ffffff 0%,#ffffff 45%,#f1fbfc 100%)!important;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.42;
  background-image:
    linear-gradient(30deg, rgba(0,139,149,.055) 12%, transparent 12.5%, transparent 87%, rgba(0,139,149,.055) 87.5%, rgba(0,139,149,.055)),
    linear-gradient(150deg, rgba(0,139,149,.055) 12%, transparent 12.5%, transparent 87%, rgba(0,139,149,.055) 87.5%, rgba(0,139,149,.055));
  background-size:72px 126px;
  background-position:100% 12%,100% 12%;
  mask-image:linear-gradient(to left,rgba(0,0,0,.55),transparent 72%);
  -webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.55),transparent 72%);
}

/* Main section bands */
.section,
.about-section,
.why-section,
.featured-section,
.leadership-section{
  position:relative;
}

.about-section,
.why-section{
  background:
    radial-gradient(circle at 4% 15%, rgba(0,139,149,.055) 0, transparent 22%),
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,253,.98))!important;
}

.featured-section{
  background:
    radial-gradient(circle at 92% 16%, rgba(242,107,0,.04) 0, transparent 20%),
    linear-gradient(180deg,#ffffff 0%,#f8fcfc 100%)!important;
}

/* Cards float slightly above the soft background */
.info-card,
.feature-card,
.product-card,
.leader-card,
.catalog-grid .product-card{
  background:rgba(255,255,255,.97)!important;
  border:1px solid rgba(7,139,149,.10)!important;
  box-shadow:
    0 10px 28px rgba(18,53,58,.055),
    0 1px 3px rgba(18,53,58,.035)!important;
}

/* Product page hero */
.page-hero{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 80% 35%, rgba(0,139,149,.13) 0, rgba(0,139,149,.035) 36%, transparent 60%),
    linear-gradient(105deg,#ffffff 0%,#ffffff 44%,#effafb 100%)!important;
}

.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.38;
  background:
    radial-gradient(circle at 91% 18%, rgba(242,107,0,.11) 0 3px, transparent 4px),
    radial-gradient(circle at 87% 28%, rgba(0,139,149,.10) 0 3px, transparent 4px),
    radial-gradient(circle at 95% 39%, rgba(0,139,149,.08) 0 3px, transparent 4px);
}

/* Products catalog area */
.catalog-section,
.products-section{
  background:
    radial-gradient(circle at 8% 10%, rgba(0,139,149,.045) 0, transparent 20%),
    radial-gradient(circle at 96% 32%, rgba(242,107,0,.03) 0, transparent 18%),
    linear-gradient(180deg,#fbfefe 0%,#f4fafb 100%)!important;
}

.catalog-grid{
  position:relative;
  z-index:1;
}

/* Soft scientific decorative orbs, no image assets needed */
main::after{
  content:"";
  position:fixed;
  width:320px;
  height:320px;
  right:-170px;
  bottom:6vh;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,139,149,.055),rgba(0,139,149,0) 68%);
  pointer-events:none;
  z-index:-1;
}

/* Footer polish */
.site-footer,
footer{
  background:
    linear-gradient(110deg,#087f88 0%,#006f77 55%,#005c63 100%)!important;
}

/* Mobile: keep the theme subtle and clean */
@media(max-width:760px){
  body{
    background:
      radial-gradient(circle at 100% 9%, rgba(0,139,149,.06), transparent 24%),
      linear-gradient(180deg,#ffffff 0%,#f8fcfc 100%)!important;
  }

  .hero::before{
    opacity:.20;
    background-size:54px 94px;
  }

  .hero,
  .page-hero{
    background:
      radial-gradient(circle at 88% 50%, rgba(0,139,149,.09), transparent 38%),
      linear-gradient(180deg,#ffffff 0%,#f3fbfc 100%)!important;
  }

  .info-card,
  .feature-card,
  .product-card,
  .leader-card,
  .catalog-grid .product-card{
    box-shadow:0 8px 22px rgba(18,53,58,.05)!important;
  }
}


/* =========================================================
   SUNMEDICS FINAL HERO EDGE-BLEND FIX
   Removes visible rectangular image borders on Home + Products
   ========================================================= */

/* Keep hero visual areas seamless with section background */
.hero-art,
.page-hero-art{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Fade the actual image edges so the white/teal photo blends into the webpage */
.hero-art img,
.page-hero-art img{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;

  -webkit-mask-image: radial-gradient(
    ellipse 86% 82% at 52% 50%,
    #000 0%,
    #000 68%,
    rgba(0,0,0,.96) 74%,
    rgba(0,0,0,.72) 84%,
    rgba(0,0,0,.28) 93%,
    transparent 100%
  ) !important;
  mask-image: radial-gradient(
    ellipse 86% 82% at 52% 50%,
    #000 0%,
    #000 68%,
    rgba(0,0,0,.96) 74%,
    rgba(0,0,0,.72) 84%,
    rgba(0,0,0,.28) 93%,
    transparent 100%
  ) !important;

  -webkit-mask-repeat:no-repeat !important;
  mask-repeat:no-repeat !important;
  -webkit-mask-size:100% 100% !important;
  mask-size:100% 100% !important;
}

/* Soft glow behind Home hero product scene */
.hero-art::before{
  content:"";
  position:absolute;
  inset:5% 1% 4% 4%;
  border-radius:50%;
  background:radial-gradient(
    ellipse at center,
    rgba(4,139,149,.08) 0%,
    rgba(4,139,149,.035) 48%,
    transparent 76%
  );
  pointer-events:none;
  z-index:-1;
}

/* Products-page hero gets the same seamless fade */
.page-hero-art::before{
  content:"";
  position:absolute;
  inset:4% 0 4% 2%;
  border-radius:50%;
  background:radial-gradient(
    ellipse at center,
    rgba(4,139,149,.075) 0%,
    rgba(4,139,149,.025) 50%,
    transparent 78%
  );
  pointer-events:none;
  z-index:-1;
}

/* Avoid any wrapper clipping that can re-create a hard rectangle */
.hero-art,
.page-hero-art{
  overflow:visible !important;
}

/* Mobile: slightly gentler edge fade so products stay clear */
@media(max-width:760px){
  .hero-art img,
  .page-hero-art img{
    -webkit-mask-image: radial-gradient(
      ellipse 92% 88% at 50% 50%,
      #000 0%,
      #000 72%,
      rgba(0,0,0,.85) 84%,
      rgba(0,0,0,.38) 94%,
      transparent 100%
    ) !important;
    mask-image: radial-gradient(
      ellipse 92% 88% at 50% 50%,
      #000 0%,
      #000 72%,
      rgba(0,0,0,.85) 84%,
      rgba(0,0,0,.38) 94%,
      transparent 100%
    ) !important;
  }
}



/* =========================================================
   FINAL SUNMEDICS LOGO + BORDERLESS HERO
   Exact uploaded logo, same hero image on both pages
   ========================================================= */

.brand img{
  width:auto !important;
  height:64px !important;
  max-width:340px !important;
  max-height:none !important;
  object-fit:contain !important;
}

/* No hard rectangle, no CSS mask — image file already has transparent blended edges */
.hero-art,
.page-hero-art{
  position:relative !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.hero-art::before,
.page-hero-art::before{
  display:none !important;
  content:none !important;
}

.hero-art img,
.page-hero-art img{
  display:block !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  filter:none !important;
  -webkit-mask-image:none !important;
  mask-image:none !important;
  object-fit:contain !important;
}

/* HOME */
.hero-grid{
  grid-template-columns:44% 56% !important;
  gap:18px !important;
  align-items:center !important;
}
.hero-copy{
  position:relative !important;
  z-index:3 !important;
}
.hero-art{
  min-height:350px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
}
.hero-art img{
  width:118% !important;
  max-width:1050px !important;
  height:auto !important;
  transform:none !important;
  margin-right:-2% !important;
}

/* PRODUCTS PAGE — use the same hero asset and same natural blend */
.page-hero-grid{
  grid-template-columns:42% 58% !important;
  gap:20px !important;
  align-items:center !important;
}
.page-hero-art{
  height:285px !important;
  min-height:285px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
}
.page-hero-art img{
  width:122% !important;
  max-width:930px !important;
  height:auto !important;
  transform:none !important;
  margin:0 -1% 0 0 !important;
}

@media(max-width:760px){
  .brand img{
    height:50px !important;
    max-width:260px !important;
  }

  .hero-grid{
    grid-template-columns:46% 54% !important;
    gap:8px !important;
  }
  .hero-art{
    min-height:270px !important;
  }
  .hero-art img{
    width:118% !important;
    max-width:none !important;
    margin-right:-5% !important;
  }

  .page-hero-grid{
    grid-template-columns:46% 54% !important;
    gap:8px !important;
  }
  .page-hero-art{
    height:220px !important;
    min-height:220px !important;
  }
  .page-hero-art img{
    width:132% !important;
    max-width:none !important;
    margin-right:-7% !important;
  }
}

@media(max-width:620px){
  .brand img{
    height:46px !important;
    max-width:235px !important;
  }

  .hero-grid{
    grid-template-columns:1fr !important;
  }
  .hero-art{
    min-height:235px !important;
    justify-content:center !important;
  }
  .hero-art img{
    width:100% !important;
    max-width:650px !important;
    margin:0 !important;
  }

  .page-hero-grid{
    grid-template-columns:1fr !important;
  }
  .page-hero-art{
    height:210px !important;
    min-height:210px !important;
    justify-content:center !important;
  }
  .page-hero-art img{
    width:100% !important;
    max-width:650px !important;
    margin:0 !important;
  }
}



/* =========================================================
   FINAL TWO FIXES — FOOTER LOGO + PRODUCTS HERO TEXT
   ========================================================= */

/* 1) Keep the original orange/teal SUNMEDICS logo in the footer.
      Previous CSS turned it white using a filter. */
.site-footer .footer-logo{
  filter:none !important;
  -webkit-filter:none !important;
  opacity:1 !important;
  width:270px !important;
  max-width:90% !important;
  height:auto !important;
  object-fit:contain !important;
}

/* Give the coloured logo a clean light backing so it reads perfectly
   against the teal footer without changing the logo itself. */
.site-footer .footer-main > div:first-child .footer-logo{
  background:#ffffff !important;
  border-radius:14px !important;
  padding:12px 16px !important;
  box-sizing:border-box !important;
}

/* 2) Products-page hero: keep text crisp and completely separate
      from the transparent hero artwork. */
.page-hero{
  overflow:hidden !important;
}

.page-hero-grid{
  position:relative !important;
  grid-template-columns:43% 57% !important;
  gap:22px !important;
}

.page-hero-grid > div:first-child{
  position:relative !important;
  z-index:5 !important;
  min-width:0 !important;
}

.page-hero-grid > div:first-child p{
  position:relative !important;
  z-index:6 !important;
  max-width:520px !important;
  opacity:1 !important;
  filter:none !important;
  text-shadow:none !important;
}

.page-hero-art{
  position:relative !important;
  z-index:1 !important;
  overflow:hidden !important;
  justify-content:flex-end !important;
}

.page-hero-art img{
  position:relative !important;
  z-index:1 !important;
  width:108% !important;
  max-width:880px !important;
  margin:0 -3% 0 0 !important;
  transform:none !important;
}

/* Desktop/tablet: prevent the artwork from drifting into the copy */
@media(min-width:761px){
  .page-hero-art{
    padding-left:18px !important;
  }
}

/* Mobile */
@media(max-width:760px){
  .page-hero-grid{
    grid-template-columns:46% 54% !important;
    gap:10px !important;
  }

  .page-hero-grid > div:first-child p{
    max-width:100% !important;
    font-size:1rem !important;
    line-height:1.55 !important;
  }

  .page-hero-art{
    overflow:hidden !important;
    padding-left:8px !important;
  }

  .page-hero-art img{
    width:112% !important;
    max-width:none !important;
    margin-right:-7% !important;
  }
}

@media(max-width:620px){
  .page-hero-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .page-hero-art{
    padding-left:0 !important;
    justify-content:center !important;
  }

  .page-hero-art img{
    width:100% !important;
    max-width:650px !important;
    margin:0 !important;
  }
}


/* =========================================================
   FINAL HERO SIZE BOOST — HOME + PRODUCTS
   ========================================================= */

/* Home hero image */
.hero-art{
  overflow:visible !important;
}
.hero-art img{
  width:132% !important;
  max-width:980px !important;
  height:auto !important;
  margin-right:-15% !important;
  transform:none !important;
}

/* Products-page hero image */
.page-hero-art{
  overflow:visible !important;
}
.page-hero-art img{
  width:130% !important;
  max-width:920px !important;
  height:auto !important;
  margin-right:-14% !important;
  transform:none !important;
}

/* Keep large artwork from covering text */
.hero-copy,
.page-hero-grid > div:first-child{
  position:relative !important;
  z-index:5 !important;
}

/* Phone sizing */
@media(max-width:760px){
  .hero-art{
    overflow:hidden !important;
  }
  .hero-art img{
    width:138% !important;
    max-width:none !important;
    margin-left:-12% !important;
    margin-right:-20% !important;
  }

  .page-hero-art{
    overflow:hidden !important;
  }
  .page-hero-art img{
    width:135% !important;
    max-width:none !important;
    margin-left:-10% !important;
    margin-right:-18% !important;
  }
}

/* Very small phones: retain full-width stacked layout without shrinking artwork */
@media(max-width:620px){
  .hero-art img{
    width:128% !important;
    margin-left:-14% !important;
    margin-right:-14% !important;
  }

  .page-hero-art img{
    width:128% !important;
    max-width:none !important;
    margin-left:-14% !important;
    margin-right:-14% !important;
  }
}


/* =========================================================
   FORCE FINAL VISUAL OVERRIDES — 2026-08-16
   ========================================================= */

/* Header logo */
.brand img{
  height:58px !important;
  width:auto !important;
  max-width:300px !important;
  filter:none !important;
}

/* HOME HERO — noticeably larger */
.hero-grid{
  grid-template-columns:40% 60% !important;
  gap:10px !important;
}
.hero-art{
  min-height:390px !important;
  overflow:visible !important;
  justify-content:flex-end !important;
}
.hero-art img{
  width:150% !important;
  max-width:1100px !important;
  height:auto !important;
  margin:0 -24% 0 0 !important;
  transform:none !important;
  filter:none !important;
  object-fit:contain !important;
}

/* PRODUCTS HERO — larger and keep text crisp */
.page-hero-grid{
  grid-template-columns:40% 60% !important;
  gap:14px !important;
}
.page-hero-grid > div:first-child{
  position:relative !important;
  z-index:10 !important;
}
.page-hero-grid > div:first-child p{
  position:relative !important;
  z-index:10 !important;
  opacity:1 !important;
  filter:none !important;
  text-shadow:none !important;
}
.page-hero-art{
  height:300px !important;
  min-height:300px !important;
  overflow:visible !important;
  justify-content:flex-end !important;
}
.page-hero-art img{
  width:145% !important;
  max-width:1020px !important;
  height:auto !important;
  margin:0 -22% 0 0 !important;
  transform:none !important;
  filter:none !important;
  object-fit:contain !important;
}

/* Footer logo — force original orange/teal, never white */
.site-footer .footer-logo,
footer .footer-logo{
  filter:none !important;
  -webkit-filter:none !important;
  opacity:1 !important;
  background:#fff !important;
  padding:12px 16px !important;
  border-radius:12px !important;
  width:280px !important;
  height:auto !important;
  object-fit:contain !important;
}

/* Mobile tuning */
@media(max-width:760px){
  .hero-grid{
    grid-template-columns:44% 56% !important;
    gap:4px !important;
  }
  .hero-art{
    min-height:300px !important;
    overflow:hidden !important;
  }
  .hero-art img{
    width:152% !important;
    max-width:none !important;
    margin:0 -28% 0 -10% !important;
  }

  .page-hero-grid{
    grid-template-columns:42% 58% !important;
    gap:6px !important;
  }
  .page-hero-art{
    height:245px !important;
    min-height:245px !important;
    overflow:hidden !important;
  }
  .page-hero-art img{
    width:148% !important;
    max-width:none !important;
    margin:0 -26% 0 -8% !important;
  }
}

@media(max-width:620px){
  .hero-grid,
  .page-hero-grid{
    grid-template-columns:1fr !important;
  }

  .hero-art{
    min-height:260px !important;
  }
  .hero-art img{
    width:125% !important;
    margin:0 -12.5% !important;
  }

  .page-hero-art{
    height:225px !important;
    min-height:225px !important;
  }
  .page-hero-art img{
    width:125% !important;
    margin:0 -12.5% !important;
  }
}



/* =========================================================
   FINAL HOME HERO TEXT VISIBILITY FIX
   Keeps subtitle fully readable and prevents hero art overlap
   ========================================================= */

/* Home hero copy stays above artwork */
.hero-copy{
  position:relative !important;
  z-index:20 !important;
  min-width:0 !important;
  overflow:visible !important;
}

/* Keep paragraph completely inside left column */
.hero-copy p,
.hero p{
  position:relative !important;
  z-index:21 !important;
  width:100% !important;
  max-width:520px !important;
  padding-right:18px !important;
  opacity:1 !important;
  visibility:visible !important;
  color:var(--muted) !important;
  filter:none !important;
  text-shadow:none !important;
}

/* Move hero artwork slightly right so it never sits over the subtitle */
.hero-art{
  position:relative !important;
  z-index:1 !important;
}

.hero-art img{
  position:relative !important;
  z-index:1 !important;
  margin-right:-26% !important;
  margin-left:3% !important;
}

/* Tablet/phone view */
@media(max-width:760px){
  .hero-grid{
    grid-template-columns:45% 55% !important;
    gap:8px !important;
  }

  .hero-copy p,
  .hero p{
    max-width:100% !important;
    padding-right:8px !important;
    font-size:1rem !important;
    line-height:1.55 !important;
  }

  .hero-art img{
    width:146% !important;
    margin-left:3% !important;
    margin-right:-30% !important;
  }
}

/* Very small phones: stack cleanly */
@media(max-width:620px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }

  .hero-copy p,
  .hero p{
    padding-right:0 !important;
  }

  .hero-art img{
    width:122% !important;
    margin-left:-11% !important;
    margin-right:-11% !important;
  }
}
