:root{
  --navy:#071b3d;
  --blue:#0f52b8;
  --blue-soft:#eaf3ff;
  --orange:#ff6a1a;
  --orange-2:#ff8c38;
  --text:#17243a;
  --muted:#647085;
  --line:#e7edf6;
  --bg:#f7faff;
  --card:#ffffff;
  --shadow:0 18px 45px rgba(7,27,61,.10);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--bg);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-shell{overflow:hidden;background:
  radial-gradient(circle at 8% 4%,rgba(15,82,184,.08),transparent 24rem),
  radial-gradient(circle at 94% 6%,rgba(255,106,26,.12),transparent 25rem),
  linear-gradient(180deg,#fff 0%,#f7faff 36%,#fff 100%)}
.site-header{height:82px;position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(20px,5vw,64px);background:rgba(255,255,255,.86);backdrop-filter:blur(20px);border-bottom:1px solid rgba(231,237,246,.9)}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--blue);white-space:nowrap;letter-spacing:-.02em}
.brand img{width:118px;height:auto;object-fit:contain}
.brand span{font-size:1.15rem;color:var(--blue)}
.desktop-nav{display:flex;align-items:center;gap:34px;font-weight:800;font-size:.94rem;color:var(--navy)}
.desktop-nav a{position:relative;padding:8px 0}
.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:.24s ease}
.desktop-nav a:hover::after{transform:scaleX(1)}
.call-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;background:linear-gradient(135deg,var(--orange),#ff7c23);color:#fff;font-weight:900;padding:13px 20px;box-shadow:0 10px 22px rgba(255,106,26,.24);border:0}
.call-button span{font-size:1.15rem}
.hamburger{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;width:46px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.hamburger span{display:block;width:20px;height:2px;background:var(--navy);border-radius:10px}
.mobile-overlay{position:fixed;inset:0;background:rgba(7,27,61,.42);z-index:45;opacity:0;pointer-events:none;transition:.25s ease}
.mobile-menu{position:fixed;left:0;top:0;bottom:0;width:min(86vw,340px);z-index:50;background:#fff;box-shadow:25px 0 55px rgba(7,27,61,.22);transform:translateX(-105%);transition:transform .3s ease;padding:22px;display:flex;flex-direction:column;gap:22px}
.mobile-menu.is-open{transform:translateX(0)}
.mobile-overlay.is-open{opacity:1;pointer-events:auto}
.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:18px}
.menu-close{border:0;background:#f1f5fb;color:var(--navy);font-size:2rem;line-height:1;width:42px;height:42px;border-radius:12px;cursor:pointer}
.mobile-menu nav{display:grid;gap:6px}
.mobile-menu nav a{padding:14px 12px;border-radius:14px;font-weight:800;color:var(--navy)}
.mobile-menu nav a:hover{background:var(--blue-soft)}
.section-pad{padding:90px clamp(20px,5vw,64px)}
.compact{padding-top:70px;padding-bottom:70px}
.hero{min-height:760px;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(500px,1.35fr);align-items:center;gap:48px;max-width:1500px;margin:0 auto;position:relative}
.hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 86% 12%,rgba(255,106,26,.10),transparent 20rem)}
.eyebrow{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.11em;font-size:.78rem;margin:0 0 16px}
h1{font-size:clamp(3.1rem,6vw,6.45rem);line-height:.94;letter-spacing:-.065em;margin:0;color:var(--navy)}
.hero__lead{max-width:560px;color:#334156;font-size:1.08rem;margin:28px 0 28px;font-weight:500}
.benefit-chips{display:grid;grid-template-columns:repeat(2,minmax(170px,1fr));gap:14px;max-width:510px}
.benefit-chips span{display:flex;align-items:center;gap:10px;padding:18px 18px;border:1px solid var(--line);background:rgba(255,255,255,.78);box-shadow:var(--shadow);border-radius:16px;font-weight:900;color:var(--navy)}
.benefit-chips span::before{content:"";width:18px;height:18px;border:2px solid var(--orange);border-radius:50%;box-shadow:inset 0 0 0 5px rgba(255,106,26,.12)}
.hero__visual{position:relative;min-height:620px;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,rgba(7,27,61,.08),rgba(255,255,255,.5)),url('assets/hero-collage.jpg') center/cover;border:1px solid rgba(255,255,255,.75);box-shadow:0 26px 80px rgba(7,27,61,.15)}
.hero__visual::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.22),rgba(255,255,255,.04));backdrop-filter:blur(.2px)}
.hero-card{position:absolute;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.88);border-radius:20px;box-shadow:0 20px 45px rgba(7,27,61,.16);overflow:hidden;width:32%;min-width:160px}
.hero-card img{width:100%;height:180px;object-fit:cover}
.hero-card strong{display:block;padding:12px 14px;text-align:center;color:var(--navy);font-size:.9rem;line-height:1.15;background:rgba(255,255,255,.94)}
.hero-card--portable{left:4%;bottom:11%;width:28%;transform:rotate(-1deg)}
.hero-card--suspended{left:34%;top:12%;width:31%;transform:rotate(1deg)}
.hero-card--adhesive{right:4%;top:23%;width:32%;transform:rotate(-.5deg)}
.hero-card--backpack{right:8%;bottom:6%;width:28%;transform:rotate(1deg)}
.section-title{text-align:center;margin:0 auto 42px;max-width:720px}
.section-title span{display:inline-flex;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.11em;font-size:.78rem;margin-bottom:8px}
.section-title h2{font-size:clamp(2rem,3vw,3.1rem);line-height:1.05;letter-spacing:-.045em;margin:0;color:var(--navy)}
.section-title::after{content:"";display:block;width:56px;height:3px;background:var(--orange);border-radius:20px;margin:18px auto 0}
.solution-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.solution-card{background:var(--card);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);transition:.3s ease}
.solution-card:hover{transform:translateY(-6px);box-shadow:0 28px 65px rgba(7,27,61,.15)}
.solution-card img{height:220px;width:100%;object-fit:cover}
.solution-card div{padding:22px}
.solution-card h3,.mini-card h3,.buyer-step h3{color:var(--navy);margin:0 0 8px;line-height:1.18;letter-spacing:-.02em}
.solution-card p,.mini-card p,.buyer-step p{color:var(--muted);margin:0;font-weight:500;font-size:.95rem}
.why{background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(234,243,255,.45),rgba(255,255,255,.5))}
.why-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.mini-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px 18px;text-align:center;box-shadow:var(--shadow)}
.mini-card i{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:16px;color:var(--orange);font-style:normal;font-weight:900;font-size:1.7rem;background:rgba(255,106,26,.08);margin-bottom:14px}
.statement{max-width:900px;margin:36px auto 0;text-align:center;font-size:1.28rem;color:var(--navy);font-weight:800}.statement strong{color:var(--orange)}
.product-sections{max-width:1220px;margin:0 auto;display:grid;gap:34px}
.product-block{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:24px;overflow:hidden}
.product-block--split,.product-block--reverse{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.product-block--reverse .product-image{order:2}
.product-image img,.backpack-visuals img{width:100%;height:100%;min-height:360px;object-fit:cover;border-radius:22px;box-shadow:0 18px 42px rgba(7,27,61,.12)}
.product-copy h2{font-size:clamp(1.75rem,2.6vw,2.75rem);line-height:1.05;letter-spacing:-.04em;color:var(--navy);margin:0 0 18px}
.check-list{display:grid;gap:12px;padding:0;margin:0;list-style:none;color:#26354b;font-weight:600}
.check-list li{position:relative;padding-left:30px}.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--orange);font-weight:900}
.pitch-box{margin-top:24px;background:linear-gradient(135deg,#f3f8ff,#fff);border:1px solid #dce9fa;border-radius:18px;padding:18px}.pitch-box h3{margin:0 0 10px;color:var(--navy)}.pitch-box p{margin:8px 0;color:var(--muted);font-weight:600}
.install-process{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px}.small-title{margin-bottom:26px}.small-title h2{font-size:2rem}
.process-grid{display:grid;gap:16px}.install-grid{grid-template-columns:repeat(4,1fr)}
.process-grid article{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line);border-radius:20px;padding:22px;position:relative}.process-grid b,.buyer-step b{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;margin-bottom:12px;box-shadow:0 10px 20px rgba(15,82,184,.2)}
.process-grid h3{margin:0 0 8px;color:var(--navy)}.process-grid p{margin:0;color:var(--muted);font-weight:500}
.backpack-visuals{display:grid;grid-template-columns:1.1fr .8fr;gap:18px}.backpack-visuals img{min-height:390px}.backpack-visuals img:nth-child(2){object-fit:contain;background:#f6f8fb;padding:22px}
.buyer-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.buyer-step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 18px;box-shadow:var(--shadow);position:relative}.buyer-step:not(:last-child)::after{content:"→";position:absolute;right:-17px;top:45%;color:var(--blue);font-size:1.8rem;font-weight:900;z-index:2}
.site-footer{background:linear-gradient(135deg,#071b3d,#0b2c61);color:#fff;padding:26px clamp(20px,5vw,64px);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:50%}.site-footer a,.site-footer small{color:rgba(255,255,255,.92);font-weight:700}.site-footer small{width:100%;text-align:center;color:rgba(255,255,255,.72)}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}
@media(max-width:1120px){.hero{grid-template-columns:1fr;min-height:auto}.hero__visual{min-height:600px}.solution-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}.buyer-grid{grid-template-columns:repeat(2,1fr)}.buyer-step:not(:last-child)::after{display:none}.desktop-nav{gap:18px}.brand img{width:106px}}
@media(max-width:820px){.desktop-nav,.desktop-call{display:none}.hamburger{display:flex}.site-header{height:72px;padding:0 18px}.brand img{width:98px}.section-pad{padding:64px 18px}.hero{padding-top:56px;gap:28px}.hero__content{text-align:left}h1{font-size:clamp(2.7rem,13vw,4rem)}.hero__lead{font-size:1rem}.benefit-chips{grid-template-columns:1fr}.hero__visual{min-height:620px;border-radius:24px}.hero-card{width:42%}.hero-card img{height:135px}.hero-card strong{font-size:.78rem}.hero-card--portable{left:5%;top:4%;bottom:auto;width:43%}.hero-card--suspended{right:5%;top:13%;left:auto;width:43%}.hero-card--adhesive{left:5%;top:48%;right:auto;width:43%}.hero-card--backpack{right:5%;bottom:5%;width:43%}.solution-grid,.why-grid,.product-block--split,.product-block--reverse,.install-grid,.buyer-grid{grid-template-columns:1fr}.product-block--reverse .product-image{order:0}.product-block{padding:16px;border-radius:22px}.product-image img,.backpack-visuals img{min-height:260px}.backpack-visuals{grid-template-columns:1fr}.site-footer{flex-direction:column;text-align:center}.site-footer small{width:auto}.solution-card img{height:240px}}
@media(max-width:480px){.hero__visual{min-height:720px}.hero-card{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;transform:none!important;margin:12px}.hero__visual{display:grid;align-content:start;padding:10px;background:linear-gradient(135deg,#eff6ff,#fff)}.hero-card img{height:150px}.mobile-menu{width:88vw}.section-title h2{font-size:2rem}.why-grid{gap:12px}.mini-card{text-align:left}.mini-card i{margin-bottom:10px}}

/* === Update pass: image clarity, footer lockup, warning icon, carousel === */
.brand img{width:auto;height:44px;max-width:180px;object-fit:contain;object-position:center;flex:0 0 auto}
.site-header .brand{min-width:190px;overflow:visible}
.mobile-menu__head .brand img{height:42px;max-width:170px}

.hero-card img,
.solution-card img,
.product-image img{
  object-fit:contain;
  object-position:center;
  background:linear-gradient(135deg,#f6f9ff,#ffffff);
}
.hero-card img{height:190px;padding:8px}
.solution-card img{height:245px;padding:8px}
.product-image img{padding:10px;background:linear-gradient(135deg,#f6f9ff,#ffffff);min-height:390px}

.check-list li.warning-item::before{content:"⚠";color:#f59e0b;font-size:1.05rem;top:0}

.backpack-carousel{position:relative;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#f6f9ff,#ffffff);box-shadow:0 18px 42px rgba(7,27,61,.12);border:1px solid var(--line);min-height:420px}
.backpack-carousel__track{display:flex;height:100%;transition:transform .45s ease;will-change:transform}
.backpack-carousel__slide{flex:0 0 100%;margin:0;display:flex;align-items:center;justify-content:center;min-height:420px;padding:14px}
.backpack-carousel__slide img{width:100%;height:100%;max-height:430px;object-fit:contain;object-position:center;border-radius:18px;background:#f6f8fb}
.carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:var(--navy);font-size:2rem;font-weight:900;box-shadow:0 10px 24px rgba(7,27,61,.18);cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}
.carousel-button--prev{left:12px}.carousel-button--next{right:12px}
.carousel-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}
.carousel-dots span{width:9px;height:9px;border-radius:50%;background:#c8d4e6;display:block}.carousel-dots span.is-active{background:var(--orange)}

.buyer-cta{display:flex;justify-content:center;margin:34px auto 0}
.buyer-cta .call-button{font-size:1rem;padding:15px 24px}

.site-footer{align-items:center;gap:28px}
.footer-brand--stacked{display:grid;justify-items:center;text-align:center;gap:5px;min-width:150px}
.footer-brand--stacked strong{font-size:1rem;color:#fff;letter-spacing:.01em;line-height:1}
.footer-brand--stacked img{width:72px;height:72px;border-radius:50%;background:#fff;padding:4px;object-fit:contain}
.footer-brand--stacked span{font-size:.78rem;font-weight:800;color:rgba(255,255,255,.86);line-height:1}
.footer-contact{margin-left:auto;display:grid;gap:8px;justify-items:end;text-align:right}
.footer-contact a{display:block;color:rgba(255,255,255,.92);font-weight:800}
.site-footer small{width:100%;text-align:center;color:rgba(255,255,255,.72)}

@media(max-width:1120px){
  .site-header .brand{min-width:auto}.brand img{height:38px;max-width:150px}
  .hero-card img{height:170px}.solution-card img{height:240px}
}
@media(max-width:820px){
  .brand img{height:34px;max-width:135px}.site-header .brand span{font-size:1.05rem}
  .hero-card img{height:155px}.solution-card img{height:230px}.product-image img{min-height:280px}
  .backpack-carousel,.backpack-carousel__slide{min-height:330px}.backpack-carousel__slide img{max-height:340px}
  .footer-contact{margin-left:0;justify-items:center;text-align:center}.footer-brand--stacked img{width:66px;height:66px}
}
@media(max-width:480px){
  .brand img{height:30px;max-width:120px}.site-header .brand{gap:8px}.brand span{font-size:1rem}
  .hero-card img{height:180px}.solution-card img{height:250px}.product-image img{min-height:250px;padding:8px}
  .backpack-carousel,.backpack-carousel__slide{min-height:300px}.carousel-button{width:36px;height:36px;font-size:1.6rem}
}

/* === v3 corrections: full image containment + footer logo alignment === */
.site-header .brand{
  flex:0 0 auto;
  overflow:visible !important;
  min-width:220px;
}
.site-header .brand img{
  width:150px !important;
  height:auto !important;
  max-height:48px !important;
  object-fit:contain !important;
  object-position:center !important;
}

.hero-card,
.solution-card,
.product-image,
.backpack-carousel__slide{
  background:linear-gradient(135deg,#f7fbff,#ffffff) !important;
}

.hero-card img,
.solution-card img,
.product-image img,
.backpack-carousel__slide img{
  object-fit:contain !important;
  object-position:center center !important;
  background:linear-gradient(135deg,#f7fbff,#ffffff) !important;
  transform:none !important;
}

.hero-card img{
  width:100% !important;
  height:190px !important;
  max-height:190px !important;
  padding:12px !important;
}

.solution-card img{
  width:100% !important;
  height:260px !important;
  max-height:260px !important;
  padding:14px !important;
}

.product-image{
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  border:1px solid var(--line);
  overflow:hidden;
}

.product-image img{
  width:100% !important;
  height:100% !important;
  max-height:430px !important;
  min-height:0 !important;
  padding:14px !important;
  box-shadow:none !important;
}

.backpack-carousel__slide img{
  width:100% !important;
  height:100% !important;
  max-height:430px !important;
  padding:12px !important;
}

.footer-brand--stacked{
  display:grid !important;
  grid-template-columns:82px auto;
  grid-template-areas:
    "logo title"
    "logo subtitle";
  align-items:center;
  justify-items:start;
  column-gap:14px;
  row-gap:2px;
  text-align:left !important;
  min-width:250px;
}
.footer-brand--stacked img{
  grid-area:logo;
  width:78px !important;
  height:78px !important;
  margin:0 !important;
}
.footer-brand--stacked strong{
  grid-area:title;
  align-self:end;
  font-size:1.05rem !important;
  line-height:1.1;
  margin:0;
}
.footer-brand--stacked span{
  grid-area:subtitle;
  align-self:start;
  font-size:.86rem !important;
  line-height:1.1;
  margin:0;
}

@media(max-width:1120px){
  .site-header .brand{min-width:170px}
  .site-header .brand img{width:130px !important;max-height:42px !important}
  .hero-card img{height:175px !important;max-height:175px !important}
  .solution-card img{height:245px !important;max-height:245px !important}
}
@media(max-width:820px){
  .site-header .brand{min-width:auto}
  .site-header .brand img{width:120px !important;max-height:38px !important}
  .hero-card img{height:170px !important;max-height:170px !important}
  .solution-card img{height:250px !important;max-height:250px !important}
  .product-image{min-height:310px}
  .product-image img{max-height:310px !important}
  .footer-brand--stacked{
    min-width:0;
    grid-template-columns:76px auto;
    justify-content:center;
  }
  .footer-brand--stacked img{width:72px !important;height:72px !important}
}
@media(max-width:480px){
  .site-header .brand img{width:110px !important;max-height:34px !important}
  .hero-card img{height:180px !important;max-height:180px !important}
  .solution-card img{height:245px !important;max-height:245px !important}
  .product-image{min-height:280px}
  .product-image img{max-height:280px !important}
  .footer-brand--stacked{
    grid-template-columns:70px auto;
    column-gap:12px;
  }
  .footer-brand--stacked img{width:66px !important;height:66px !important}
}
