@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Spectral:wght@400;500;600;700&display=swap");:root{--orange:#f97518;--cream:#faf7f2;--dark:#1e0d01;--dark-60:rgba(30,13,1,.6);--white:#fff;--border:rgba(30,13,1,.1);--r-pill:999px}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background:var(--cream);color:var(--dark)}h1,h2,h3,h4{font-family:Spectral,serif}section{padding:96px 0}@media (max-width:767.98px){section{padding:64px 0}}.hiw-section{background:var(--white);min-height:100vh;display:flex;align-items:center}.section-title{font-size:clamp(1.9rem,3.5vw,2.9rem);line-height:1.1;letter-spacing:-.025em}.section-sub{font-size:1.02rem;color:var(--dark-60);line-height:1.72;max-width:650px}.tag-pill{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--border);border-radius:var(--r-pill);padding:8px 16px;font-size:.88rem;font-weight:500;color:var(--dark)}.tag-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--orange)}