/* ============================================================
   BIZ PAGE – Premium Editorial Version
   (Telve aesthetic, elegant script title, minimal boxes)
============================================================ */

/* Google Font: Great Vibes (title) */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.biz-page{
  padding: 8px 0;
}

.biz-shell{
  border-radius: 22px;
  overflow: hidden; /* hero gradient clipping */
}

/* ================= HERO ================= */

.biz-hero{
  position: relative;
  padding: 26px 26px 22px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  background:
    radial-gradient(900px 240px at 12% 0%, rgba(194,143,86,.15), rgba(255,255,255,0) 60%),
    radial-gradient(900px 260px at 88% 10%, rgba(120,80,40,.08), rgba(255,255,255,0) 62%),
    rgba(255,255,255,.55);
}

/* Elegant script title */
.biz-title{
  font-family: 'Great Vibes', cursive;
  font-size: 62px;
  line-height: 1.1;
  margin: 0 0 6px;
  color: rgba(15,17,21,.85);
  letter-spacing: 0;
}

/* Subtitle with elegant underline */
.biz-sub{
  position: relative;
  margin: 0;
  max-width: 72ch;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(15,17,21,.62);
  font-weight: 600;
  padding-bottom: 8px;
}

.biz-sub::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width: 52px;
  height: 2px;
  background: rgba(120,80,40,.55);
  border-radius: 2px;
}

/* ================= BODY ================= */

.biz-body{
  padding: 26px 26px 32px;
}

/* Section title + line (editorial) */
.biz-section-head{
  display:flex;
  align-items:baseline;
  gap: 14px;
  margin: 0 0 18px;
}

.biz-section-title{
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.25px;
  color: rgba(15,17,21,.90);
}

.biz-section-line{
  flex:1;
  height:1px;
  background: linear-gradient(to right, rgba(0,0,0,.12), rgba(0,0,0,0));
  transform: translateY(-2px);
  opacity:.85;
}

/* ================= PROSE ================= */

.biz-prose{
  max-width: 880px;
  padding-top: 4px;
}

.biz-prose p{
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(15,17,21,.80);
}

.biz-intro{
  font-weight: 850;
  color: rgba(15,17,21,.88);
}

/* ================= QUOTE ================= */

.biz-quote{
  margin: 20px 0;
  padding: 10px 0 10px 16px;
  border-left: 3px solid rgba(194,143,86,.70);
}

.biz-quote p{
  margin: 0 0 6px;
  font-style: italic;
  font-weight: 750;
  font-size: 16px;
  color: rgba(120,80,40,.95);
}

.biz-quote cite{
  display:block;
  font-size: 14px;
  font-weight: 800;
  color: rgba(15,17,21,.62);
}

/* Signature */
.biz-sign{
  margin-top: 18px;
}

/* ================= MOBILE ================= */

@media (max-width: 700px){

  .biz-hero{
    padding: 20px 16px 18px;
  }

  .biz-title{
    font-size: 48px;
  }

  .biz-sub{
    font-size: 14.8px;
  }

  .biz-body{
    padding: 16px 16px 24px;
  }

  .biz-prose p{
    font-size: 14.8px;
    line-height: 1.85;
  }

  .biz-section-title{
    font-size: 19px;
  }
}
