.hws-hero {
    background: #0C0A3E;
    padding: 120px 24px 80px;
  }
  .hws-hero-inner { max-width: 800px; margin: 0 auto; }
  .hws-back {
    display: inline-block;
    font: 600 13px/1 'DM Sans', sans-serif;
    color: #A89CED !important;
    text-decoration: none !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 32px;
  }
  .hws-back:hover { color: #CCFF33 !important; }
  .hws-label {
    display: block;
    font: 600 12px/1 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #A89CED;
    margin-bottom: 20px;
  }
  .hws-title {
    font: 800 clamp(48px,10vw,80px)/0.9 'DM Sans', sans-serif !important;
    color: #CCFF33 !important;
    letter-spacing: -0.045em !important;
    margin: 0 0 28px !important;
  }
  .hws-tagline {
    font: 400 20px/1.5 'DM Sans', sans-serif !important;
    color: rgba(238,235,211,0.75) !important;
    max-width: 560px;
  }
  .hws-intro {
    background: #EEEBD3;
    padding: 64px 24px;
  }
  .hws-content { max-width: 800px; margin: 0 auto; }
  .hws-intro p {
    font: 400 18px/1.65 'DM Sans', sans-serif !important;
    color: rgba(12,10,62,0.8) !important;
    margin: 0 0 16px !important;
  }
  .hws-intro strong { color: #0C0A3E !important; }
  /* ── CARD GRID ─────────────────────────────────────── */
  .hws-stories {
    background: #EEEBD3;
    padding: 80px 24px;
  }
  .hws-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .hws-card {
    background: #A89CED;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
  }
  /* Brand row */
  .hws-card-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .hws-brand-name {
    font: 700 13px/1 'DM Sans', sans-serif;
    color: #000;
    letter-spacing: 0.04em;
  }
  .hws-brand-icon { display: flex; }
  /* Big quote mark */
  .hws-big-quote {
    font: 900 80px/0.7 Georgia, serif;
    color: #000;
    margin-bottom: 16px;
    line-height: 0.65;
  }
  /* Inline highlight text box — follows line contours */
  .hws-card-box {
    background: none;
    padding: 0 !important;
    margin: 0 0 20px !important;
    border: none !important;
    quotes: none !important;
    flex: 1;
    line-height: 1.95;
  }
  .hws-card-box span {
    display: inline;
    background: #000;
    color: #fff;
    font: 700 14px/1.95 'DM Sans', sans-serif;
    padding: 2px 7px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  /* Footer */
  .hws-card-footer {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: auto;
  }
  .hws-card-name {
    font: 700 13px/1 'DM Sans', sans-serif;
    color: #000;
  }
  .hws-card-loc {
    font: 400 11px/1 'DM Sans', sans-serif;
    color: rgba(0,0,0,0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  @media (max-width: 640px) {
    .hws-grid { grid-template-columns: 1fr; gap: 16px; }
    .hws-card { padding: 20px; }
    .hws-big-quote { font-size: 64px; }
    .hws-card-box { font-size: 14px !important; }
  }
  .hws-cta {
    background: #0C0A3E;
    padding: 80px 24px;
    text-align: center;
  }
  .hws-cta-inner { max-width: 560px; margin: 0 auto; }
  .hws-cta h2 {
    font: 800 clamp(32px,6vw,52px)/1 'DM Sans', sans-serif !important;
    color: #CCFF33 !important;
    letter-spacing: -0.04em !important;
    margin: 0 0 20px !important;
  }
  .hws-cta p {
    font: 400 18px/1.55 'DM Sans', sans-serif !important;
    color: rgba(238,235,211,0.7) !important;
    margin: 0 0 36px !important;
  }
  .hws-btn-primary {
    display: inline-block;
    background: #CCFF33;
    color: #0C0A3E !important;
    font: 700 14px/1 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 20px 40px;
    text-decoration: none !important;
    transition: background 0.2s;
  }
  .hws-btn-primary:hover { background: #fff; }
  .hws-back-section {
    background: #EEEBD3;
    padding: 40px 24px;
  }
  .hws-back-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }
  .hws-back-link {
    font: 600 14px/1 'DM Sans', sans-serif;
    color: #0C0A3E !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .hws-back-link:hover { color: #A89CED !important; }
  .hws-btn-outline {
    display: inline-block;
    background: transparent;
    color: #0C0A3E !important;
    font: 700 14px/1 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 18px 36px;
    text-decoration: none !important;
    border: 2px solid #0C0A3E;
    transition: all 0.2s;
  }
  .hws-btn-outline:hover { background: #0C0A3E; color: #CCFF33 !important; }
  @media (max-width: 640px) {
    .hws-story { padding: 28px 20px 24px; }
    .hws-back-inner { flex-direction: column; align-items: flex-start; }
  }