/* ===== Home page wrapper ===== */
.page-wrap{
  max-width:1440px;
  width:100%;
  margin:0 auto;
  padding-top:var(--header-h);
}

/* ===== HERO (index only) ===== */
.hero{
  margin-top:28px;
  width:min(1280px,100% - 120px);
  margin-left:auto;
  margin-right:auto;
  display:grid;
  grid-template-columns:560px 1fr;
  gap:60px;
  align-items:center;
  padding-bottom:70px;
}
.hero-copy h1{
  font-size:clamp(40px,6.2vw + 4px,72px);
  line-height:1.0;
  margin:10px 0 16px;
  font-weight:900;
}
.hero-copy p{
  font-size:clamp(18px,1.4vw,22px);
  line-height:1.45;
  color:var(--wb-text);
  max-width:520px;
}
.hero .cta-row{
  display:flex;
  gap:12px;
  margin-top:18px;
}

.product-shot img{
  display:block;
  max-width:905px;
  height:auto;
  border:0;
  border-radius:16px;
  margin-right:calc((100vw - 1440px) / -2);
}
@media (max-width:1440px){
  .product-shot img{margin-right:0;}
}

/* ===== FEATURE SLABS ===== */
.slab-wrap{
  width:min(1280px,100% - 120px);
  margin:0 auto;
  margin-top:0;
}
.slab{
  border:0;
  background:var(--wb-pill);
  border-radius:20px;
  padding:28px 32px;
  margin-bottom:20px;
  position:relative;
  scroll-margin-top:120px;
  overflow:hidden;
  min-height:auto;
}
.slab-feature{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,2fr);
  gap:40px;
  align-items:start;
}
.slab-feature .slab-col{max-width:640px;}
.slab .slab-eyebrow{
  font-family:'Hartsinger',cursive;
  font-size:22px;
  letter-spacing:.5px;
  color:var(--wb-blue);
  text-transform:uppercase;
  margin-bottom:8px;
}
.slab h2{
  font-size:44px;
  line-height:1.0;
  font-weight:900;
  margin:0 0 14px;
  white-space:nowrap;
}
.slab-feature p{
  font-size:18px;
  color:var(--wb-text);
  margin:0 0 32px;
  width:520px;
}

/* ===== “Learn more” buttons (home only) ===== */
.btn-feature{
  height:52px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--wb-blue);
  color:#fff;
  border-radius:10px;
  padding:0 20px;
  border:0;
  font-size:16px;
  line-height:1;
  text-decoration:none!important;
  transition:background-color .2s ease;
}
.btn-feature:hover{background:var(--wb-blue-dark);color:#fff;}
.btn-feature svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  stroke-width:2.5;
}
.slab-feature .btn-feature{margin-bottom:60px;}

/* ===== iPad-style visual ===== */
.wb-visual{
  width:100%;
  border:6px solid #000;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.wb-visual-crop{height:560px;overflow:hidden;}
.wb-visual-img{
  height:560px;
  width:auto;
  display:block;
}

/* Desktop */
@media (min-width:981px){
  .slab.slab-feature{padding:0 60px;}
  .slab-feature .slab-col{
    padding-top:60px;
    padding-bottom:40px;
  }
  .slab-feature .wb-visual{
    position:relative;
    right:calc(-60px - 180px);
    margin-right:calc(-60px - 180px);
    margin-top:40px;
    margin-bottom:40px;
    border-right:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }

  /* Desktop hero alignment tweak */
  .hero-copy{
    padding-top:35px;
  }
  .hero-copy p{
    margin:0 0 30px;
  }
  .hero .cta-row{
    margin-top:0;
  }
}

/* ===== Bullet points ===== */
.feature-points{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  row-gap:14px;
}
.feature-points li{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:16px;
  color:var(--wb-ink);
}
.feature-points img,
.feature-points svg{
  width:20px;
  height:20px;
  stroke:var(--wb-blue);
  stroke-width:2.2;
  fill:none;
  flex:0 0 20px;
}

.feature-points-box{
  border:0;
  border-radius:14px;
  display:inline-block;
  width:500px;
  margin:0 0 60px;
}

/* ===== Mobile ===== */
@media (max-width:980px){

  html,body{ min-width:0; }

  .page-wrap{width:100%;}

  .hero{
    --gutter:24px;
    width:100%;
    padding-left:var(--gutter);
    padding-right:var(--gutter);
    padding-bottom:50px;
    grid-template-columns:1fr;
    gap:48px;
    justify-items:center;
    text-align:center;
  }

  .hero-copy{
    max-width:92%;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  /* Mobile hero heading size */
  .hero-copy h1{
    font-size: clamp(40px, 7.5vw, 44px);
    line-height:1.03;
  }

  .product-shot{
    width:100%;
    max-width:none;
    margin:0 auto;
  }

  .product-shot img{
    width:100%;
    max-width:100%;
    height:auto;
    margin:0;
    border-radius:16px;
  }

  .slab{
    padding:30px;
  }

  .slab-wrap {
   width: 100%;
   padding: 0 25px;
  }

  .slab-feature{
    grid-template-columns:1fr;
    gap:24px;
  }

  .slab-feature .slab-col{
    max-width:100%;
    padding-top:0;
    padding-bottom:0;
  }

  .slab h2{
    font-size:clamp(28px,6.2vw,36px);
    line-height:1.05;
    margin:0 0 12px;
    white-space:normal;
    max-width:100%;
  }

  .slab h2 br{
    display:none;
  }

  .slab p br{
    display:none;
  }

  .slab-feature p{
    width:100%;
    max-width:100%;
  }

  .slab-feature .slab-col,
  .slab-feature .wb-visual{
    min-width:0;
  }

  .feature-points-box{
    width:100%;
    margin:0 0 10px;
  }

  .slab-feature .btn-feature{
    margin-bottom:30px;
  }

  .slab-feature .wb-visual{
    position:static;
    width:100%;
    max-width:none;
    margin-top:0;
    border-radius:16px;
    justify-self:stretch;
  }

  .wb-visual-crop{
    width:100%;
    height:auto;
    overflow:hidden;
  }

  .wb-visual-img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    display:block;
  }
}