
:root{
  --navy:#061427; --navy2:#0b2138; --teal:#33d4c8; --gold:#c99a44; --cream:#f4f1e8;
  --muted:#aebbd1; --line:rgba(255,255,255,.14); --panel:rgba(7,22,41,.78);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 70% 0%,#173552 0,#07172a 40%,#030912 100%);color:white;font-family:Inter,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
.nav{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:18px 32px;background:rgba(3,11,21,.82);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.brand{display:flex;gap:14px;align-items:center;letter-spacing:4px}.brand small{display:block;color:var(--gold);font-size:12px;letter-spacing:3px}.brand-mark{font-size:34px;color:var(--gold)}
.nav-links{display:flex;align-items:center;gap:24px;text-transform:uppercase;font-weight:700;font-size:14px;letter-spacing:.5px}.nav-links a:hover{color:var(--teal)}
.menu-toggle{display:none;background:none;border:1px solid var(--line);color:white;padding:8px 12px;border-radius:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:3px;background:linear-gradient(135deg,var(--gold),#946b2a);font-weight:800;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(255,255,255,.1)}
.btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn-outline{background:transparent;border:1px solid var(--gold);color:white}.btn-ghost{background:rgba(255,255,255,.08);border:1px solid var(--line)}
.hero{position:relative;min-height:82vh;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,9,18,.8) 0%,rgba(3,9,18,.45) 48%,rgba(3,9,18,.15) 100%)}
.hero-overlay{position:relative;z-index:2;min-height:82vh;display:flex;align-items:center;padding:70px 32px}.hero-copy{max-width:780px}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:2px;font-weight:800;font-size:14px}
h1{font-size:clamp(44px,7vw,94px);line-height:.98;margin:14px 0 22px;letter-spacing:1px;text-transform:uppercase}h1 span{color:var(--gold)}
h2{font-size:clamp(30px,4vw,56px);line-height:1.05;margin:0 0 18px}h3{margin:0 0 6px;font-size:18px}
.hero-copy p{font-size:20px;max-width:620px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:28px 0}.trust-line{font-size:15px!important;color:var(--muted);border:1px solid var(--line);display:inline-block;padding:10px 14px;border-radius:8px;background:rgba(0,0,0,.28)}
.section{padding:82px 32px;max-width:1320px;margin:0 auto}.page-hero{padding:110px 32px 70px;max-width:1100px;margin:0 auto}.page-hero p{font-size:21px;color:var(--muted);max-width:850px}
.intro-grid,.split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.split.reverse{direction:rtl}.split.reverse>*{direction:ltr}
.flow-card,.portal-mock,.partner-panel,.stat-band{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 18px 60px rgba(0,0,0,.24)}
.flow-card{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.flow-card span{background:rgba(255,255,255,.08);border:1px solid var(--line);padding:12px 14px;border-radius:999px}.flow-card b{color:var(--gold);font-size:24px}
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pillar-grid a{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:16px;padding:26px;min-height:160px}.pillar-grid strong{display:block;font-size:24px;color:var(--gold);text-transform:uppercase}.pillar-grid span{color:var(--muted)}.pillar-grid a:hover{border-color:var(--teal);transform:translateY(-3px)}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mini-gallery{display:grid;grid-template-columns:1fr;gap:18px}
.image-card{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:16px;overflow:hidden}.image-card img{width:100%;height:240px;object-fit:cover;display:block}.image-card div{padding:16px}.image-card p{margin:0;color:var(--muted);font-size:14px}
.process{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.process div{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:22px}.process b{display:inline-flex;width:34px;height:34px;border-radius:50%;background:var(--gold);align-items:center;justify-content:center;margin-bottom:14px}.process strong{display:block;text-transform:uppercase}.process span{color:var(--muted)}
.stat-band{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stat-band strong{font-size:88px;color:var(--gold);display:block}.stat-band span{color:var(--muted);font-size:20px}
.portal-mock,.partner-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.portal-mock div,.partner-panel div{background:rgba(255,255,255,.06);border:1px solid var(--line);padding:22px;border-radius:14px}.portal-mock strong{font-size:24px;color:var(--teal);display:block}.partner-panel{grid-template-columns:repeat(3,1fr)}
.footer{display:flex;justify-content:space-between;gap:20px;padding:38px 32px;border-top:1px solid var(--line);background:#030912;color:var(--muted)}.footer strong{color:white}.footer-links{display:flex;gap:18px}
.muted{color:var(--muted)}
@media (max-width:900px){
  .nav{padding:14px 18px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:72px;flex-direction:column;background:#030912;padding:20px;align-items:flex-start}.nav-links.open{display:flex}
  .hero-overlay{padding:40px 20px}.hero-copy p{font-size:17px}.intro-grid,.split,.pillar-grid,.gallery,.process,.stat-band,.portal-mock,.partner-panel{grid-template-columns:1fr}
  .section{padding:56px 20px}.page-hero{padding:70px 20px 40px}.footer{flex-direction:column}.image-card img{height:220px}
}


/* FIX: homepage hero image already contains the headline/design.
   This prevents duplicated headline text from appearing on top. */
.hero-image-only{
  min-height: calc(100vh - 78px);
  display:block;
  background:#030912;
}
.hero-image-only > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.hero-image-only:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(3,9,18,.08),rgba(3,9,18,.22));
  pointer-events:none;
}
.hero-clean-cta{
  position:absolute;
  z-index:3;
  left:32px;
  bottom:28px;
  max-width:720px;
  padding:18px 20px;
  background:rgba(3,11,21,.52);
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  backdrop-filter:blur(10px);
}
.hero-clean-cta .hero-actions{
  margin:8px 0 10px;
}
.hero-clean-cta .trust-line{
  margin:0;
  font-size:14px!important;
}
@media(max-width:900px){
  .hero-image-only{min-height:72vh}
  .hero-image-only > img{object-position:center top}
  .hero-clean-cta{
    left:14px;
    right:14px;
    bottom:14px;
    padding:14px;
  }
  .hero-clean-cta .hero-actions{
    gap:8px;
  }
  .hero-clean-cta .btn{
    padding:11px 12px;
    font-size:12px;
  }
}


/* CLEAN HOME FIX v2 */
.hero-clean {
  min-height: calc(100vh - 86px) !important;
  height: calc(100vh - 86px) !important;
  position: relative !important;
  overflow: hidden !important;
  background: #030912 !important;
}
.hero-clean > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}
.hero-clean:after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(3,9,18,0.02), rgba(3,9,18,0.10)) !important;
  pointer-events: none !important;
}
.hero-clean-cta,
.hero-overlay,
.hero-copy {
  display: none !important;
}
@media(max-width:900px){
  .hero-clean {
    min-height: 70vh !important;
    height: 70vh !important;
  }
}


/* V2 additions */
.v2-hero{
  background:
    linear-gradient(135deg, rgba(3,9,18,.96), rgba(7,28,48,.88)),
    radial-gradient(circle at 80% 20%, rgba(201,154,68,.18), transparent 40%);
  border-bottom:1px solid rgba(255,255,255,.12);
}
.feature-card img{height:320px}
.mini-gallery .feature-card img{height:420px}
@media(max-width:900px){
  .feature-card img,.mini-gallery .feature-card img{height:240px}
}


/* Full-size image links */
.image-card a {
  display:block;
  cursor: zoom-in;
}
.image-card a:hover img {
  filter: brightness(1.08);
  transform: scale(1.015);
}
.image-card img {
  transition: transform .25s ease, filter .25s ease;
}
.jump-links .pillar-grid a {
  min-height: 130px;
}


/* V3 HOMEPAGE HOTSPOTS */
.hero-hotspot-stage {
  position: relative !important;
}
.hero-hotspot-stage > img {
  user-select: none;
}
.hero-hotspot {
  position: absolute;
  z-index: 4;
  display: block;
  border-radius: 12px;
  cursor: pointer;
  background: rgba(51,212,200,0);
  border: 1px solid rgba(255,255,255,0);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.hero-hotspot:hover,
.hero-hotspot:focus-visible {
  background: rgba(51,212,200,.10);
  border-color: rgba(201,154,68,.72);
  box-shadow: 0 0 24px rgba(201,154,68,.28);
  transform: scale(1.01);
  outline: none;
}

/* Desktop hotspot positions */
.hotspot-asset-button { left: 2%; top: 39%; width: 20%; height: 7%; }
.hotspot-partner-button { left: 23%; top: 39%; width: 13%; height: 7%; }
.hotspot-order-button { left: 86%; top: 56%; width: 11%; height: 10%; }

.hotspot-royalty { left: 1%; top: 47%; width: 10%; height: 17%; }
.hotspot-growth { left: 12%; top: 47%; width: 10%; height: 17%; }
.hotspot-infrastructure { left: 24%; top: 47%; width: 11%; height: 17%; }
.hotspot-together { left: 36%; top: 47%; width: 11%; height: 17%; }

.hotspot-products { left: 45%; top: 35%; width: 42%; height: 34%; }
.hotspot-globe { left: 42%; top: 5%; width: 40%; height: 30%; }

.hotspot-water { left: 2%; top: 77%; width: 14%; height: 13%; }
.hotspot-energy { left: 16%; top: 77%; width: 15%; height: 13%; }
.hotspot-food { left: 32%; top: 77%; width: 16%; height: 13%; }
.hotspot-materials { left: 49%; top: 77%; width: 17%; height: 13%; }
.hotspot-science { left: 67%; top: 77%; width: 16%; height: 13%; }
.hotspot-people { left: 84%; top: 77%; width: 14%; height: 13%; }

/* MOBILE: prevent crop and scale hotspots over contained image */
@media (max-width: 700px) {
  .hero,
  .hero-clean,
  .hero-image-only,
  .hero-hotspot-stage {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    background: #030912 !important;
  }

  .hero > img,
  .hero-clean > img,
  .hero-image-only > img,
  .hero-hotspot-stage > img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
    display: block !important;
  }

  .hero:after,
  .hero-clean:after,
  .hero-image-only:after,
  .hero-hotspot-stage:after {
    display: none !important;
  }

  .nav {
    position: sticky;
    top: 0;
    z-index: 50;
  }

  .hotspot-asset-button { left: 3%; top: 26%; width: 36%; height: 5%; }
  .hotspot-partner-button { left: 41%; top: 26%; width: 30%; height: 5%; }
  .hotspot-order-button { left: 83%; top: 46%; width: 15%; height: 9%; }

  .hotspot-royalty { left: 2%; top: 35%; width: 18%; height: 10%; }
  .hotspot-growth { left: 20%; top: 35%; width: 18%; height: 10%; }
  .hotspot-infrastructure { left: 38%; top: 35%; width: 20%; height: 10%; }
  .hotspot-together { left: 58%; top: 35%; width: 19%; height: 10%; }

  .hotspot-products { left: 35%; top: 32%; width: 57%; height: 27%; }
  .hotspot-globe { left: 38%; top: 7%; width: 45%; height: 25%; }

  .hotspot-water { left: 1%; top: 63%; width: 16%; height: 9%; }
  .hotspot-energy { left: 17%; top: 63%; width: 16%; height: 9%; }
  .hotspot-food { left: 34%; top: 63%; width: 16%; height: 9%; }
  .hotspot-materials { left: 50%; top: 63%; width: 17%; height: 9%; }
  .hotspot-science { left: 67%; top: 63%; width: 16%; height: 9%; }
  .hotspot-people { left: 83%; top: 63%; width: 16%; height: 9%; }
}


/* Pricing page patch */
.pricing-hero h1 { max-width: 980px; }
.price-note {
  font-size: 20px;
  color: var(--muted);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.pricing-grid article {
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
}
.pricing-grid strong {
  color: var(--gold);
  display: block;
  font-size: 28px;
  margin: 10px 0;
}
@media(max-width:900px){
  .pricing-grid { grid-template-columns: 1fr; }
}


/* Seaweed Futures v1 - named image assets and homepage hotspots */
.seaweed-nav .brand strong { letter-spacing: 2px; }

.seaweed-home-hotspot-stage,
.future-hotspot-stage {
  position: relative !important;
}

.seaweed-home-hotspot-stage > img,
.future-hotspot-stage > img {
  user-select: none;
}

.sf-hotspot,
.future-hotspot {
  position: absolute;
  z-index: 4;
  display: block;
  border-radius: 12px;
  cursor: pointer;
  background: rgba(61,160,64,0);
  border: 1px solid rgba(255,255,255,0);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sf-hotspot:hover,
.sf-hotspot:focus-visible,
.future-hotspot:hover,
.future-hotspot:focus-visible {
  background: rgba(61,160,64,.12);
  border-color: rgba(98,180,64,.75);
  box-shadow: 0 0 24px rgba(98,180,64,.30);
  transform: scale(1.01);
  outline: none;
}

/* New sales homepage hotspot positions */
.sf-hotspot-products { left: 27%; top: 3%; width: 9%; height: 6%; }
.sf-hotspot-pricing { left: 2%; top: 70%; width: 15%; height: 7%; }
.sf-hotspot-customer { left: 18%; top: 70%; width: 18%; height: 7%; }
.sf-hotspot-vision { left: 39%; top: 65%; width: 16%; height: 7%; }
.sf-hotspot-portal { left: 86%; top: 2%; width: 12%; height: 7%; }

.sf-hotspot-healthcare { left: 3%; top: 80%; width: 14%; height: 12%; }
.sf-hotspot-manufacturing { left: 17%; top: 80%; width: 15%; height: 12%; }
.sf-hotspot-foodservice { left: 32%; top: 80%; width: 14%; height: 12%; }
.sf-hotspot-labs { left: 46%; top: 80%; width: 14%; height: 12%; }
.sf-hotspot-cleaning { left: 60%; top: 80%; width: 16%; height: 12%; }
.sf-hotspot-facilities { left: 84%; top: 80%; width: 13%; height: 12%; }

/* Future page hotspots */
.future-asset { left: 2%; top: 39%; width: 20%; height: 7%; }
.future-partner { left: 23%; top: 39%; width: 13%; height: 7%; }
.future-pricing { left: 86%; top: 56%; width: 11%; height: 10%; }
.future-products { left: 45%; top: 35%; width: 42%; height: 34%; }
.future-water { left: 2%; top: 77%; width: 14%; height: 13%; }
.future-energy { left: 16%; top: 77%; width: 15%; height: 13%; }
.future-food { left: 32%; top: 77%; width: 16%; height: 13%; }
.future-materials { left: 49%; top: 77%; width: 17%; height: 13%; }
.future-science { left: 67%; top: 77%; width: 16%; height: 13%; }
.future-people { left: 84%; top: 77%; width: 14%; height: 13%; }

.home-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 700px) {
  .hero,
  .hero-clean,
  .seaweed-home-hotspot-stage,
  .future-hotspot-stage {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    background: #030912 !important;
  }
  .hero > img,
  .hero-clean > img,
  .seaweed-home-hotspot-stage > img,
  .future-hotspot-stage > img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
    display: block !important;
  }
  .hero:after,
  .hero-clean:after,
  .seaweed-home-hotspot-stage:after,
  .future-hotspot-stage:after {
    display: none !important;
  }
  .home-cta-row { display: block; }

  .sf-hotspot-pricing { left: 3%; top: 70%; width: 20%; height: 7%; }
  .sf-hotspot-customer { left: 24%; top: 70%; width: 23%; height: 7%; }
  .sf-hotspot-vision { left: 40%; top: 64%; width: 22%; height: 8%; }
  .sf-hotspot-portal { left: 83%; top: 2%; width: 15%; height: 7%; }

  .future-asset { left: 3%; top: 26%; width: 36%; height: 5%; }
  .future-partner { left: 41%; top: 26%; width: 30%; height: 5%; }
  .future-pricing { left: 83%; top: 46%; width: 15%; height: 9%; }
  .future-products { left: 35%; top: 32%; width: 57%; height: 27%; }
  .future-water { left: 1%; top: 63%; width: 16%; height: 9%; }
  .future-energy { left: 17%; top: 63%; width: 16%; height: 9%; }
  .future-food { left: 34%; top: 63%; width: 16%; height: 9%; }
  .future-materials { left: 50%; top: 63%; width: 17%; height: 9%; }
  .future-science { left: 67%; top: 63%; width: 16%; height: 9%; }
  .future-people { left: 83%; top: 63%; width: 16%; height: 9%; }
}


/* RESTORE + CHECK PRICING HOTSPOT FIX */
.sf-hotspot-pricing {
  left: 2% !important;
  top: 70% !important;
  width: 16% !important;
  height: 7% !important;
  z-index: 30 !important;
}

.sf-hotspot-healthcare {
  left: 3% !important;
  top: 80% !important;
  width: 12% !important;
  height: 8% !important;
  z-index: 4 !important;
}
