/* Hero website — single-page landing
   Builds on colors_and_type.css · uses Ummah Boost design system */
@import url('colors_and_type.css');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--cream); color: var(--fg); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* ------------ NAV ------------ */
.hw-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 16px 0;
  transition: all var(--dur-med) var(--ease-out);
}
.hw-nav.scrolled { padding: 10px 0; }
.hw-nav .container { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.hw-nav__bar {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex: 1;
  background: rgba(250,250,247,0.82);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--cream-border);
  border-radius: 999px;
  padding: 10px 12px 10px 22px;
  box-shadow: var(--shadow-sm);
}
.hw-brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 17px; letter-spacing: -0.02em; color: var(--ink); }
.hw-brand img { width: 26px; height: auto; }
.hw-links { display: flex; gap: 32px; }
.hw-links a { font-family: var(--font-display); font-weight: 500; font-size: 14px; color: var(--ink-body); cursor: pointer; transition: color var(--dur-fast); }
.hw-links a:hover { color: var(--green-text); }

/* ------------ BUTTONS ------------ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  padding: 12px 20px; border: 0; border-radius: 999px;
  cursor: pointer; transition: all var(--dur-med) var(--ease-out);
  white-space: nowrap;
}
.btn.lg { padding: 16px 28px; font-size: 16px; }
.btn.sm { padding: 9px 16px; font-size: 13px; }
.btn-primary { background: var(--green); color: #fff; box-shadow: var(--shadow-cta); }
.btn-primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn-primary:active { transform: translateY(0) scale(0.98); }
.btn-gold { background: var(--gold); color: var(--deep); box-shadow: var(--shadow-pop); }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--cream-border); }
.btn-outline:hover { border-color: var(--green); color: var(--green-text); }
.btn-ghost-dark { background: transparent; color: rgba(255,255,255,0.88); border: 1.5px solid rgba(255,255,255,0.2); }
.btn-ghost-dark:hover { border-color: var(--gold); color: var(--gold); }

/* ------------ REVEAL ------------ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.from-left { transform: translateX(-40px); }
.reveal.from-right { transform: translateX(40px); }
.reveal.visible { opacity: 1; transform: none; }
.stagger > .reveal:nth-child(1) { transition-delay: 0.05s; }
.stagger > .reveal:nth-child(2) { transition-delay: 0.15s; }
.stagger > .reveal:nth-child(3) { transition-delay: 0.25s; }
.stagger > .reveal:nth-child(4) { transition-delay: 0.35s; }

/* Citations */
sup.cite { font-size: 0.58em; color: var(--green-text); font-weight: 700; cursor: help; vertical-align: super; line-height: 0; margin-left: 2px; }
sup.cite:hover { color: var(--gold-text); }

/* ============================================================
   HERO — two-column grid: cream text column / photo column
   ============================================================ */
.hw-hero {
  position: relative; overflow: hidden;
  min-height: 92vh; padding: 140px 0 80px;
  display: flex; align-items: center;
  background: var(--cream);
  isolation: isolate;
}

.hw-hero__inner {
  position: relative; z-index: 2; width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
}
.hw-hero__text { max-width: 620px; }

/* Right-column photo card — fully contained, never bleeds into text side */
.hw-hero__media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(15,43,30,0.28), 0 12px 24px -10px rgba(15,43,30,0.18);
  background: var(--cream);
}
.hw-hero__photo {
  position: absolute; inset: 0;
  background: url('assets/istiqlal-tower.jpg') center center / cover no-repeat, var(--cream);
}
.hw-hero__photo::after {
  content:''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,43,30,0) 55%, rgba(15,43,30,0.22) 100%);
}

.hw-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-text);
  margin-bottom: 28px;
  padding: 8px 16px; background: rgba(255,255,255,0.85);
  border: 1px solid var(--cream-border);
  border-radius: 999px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--shadow-sm);
}
.hw-hero__eyebrow .d { width: 6px; height: 6px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 3px rgba(9,165,22,0.22); }

.hw-hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(44px, 6.4vw, 82px);
  letter-spacing: -0.035em; line-height: 0.98;
  margin: 0 0 24px; color: var(--ink); max-width: 13ch;
}
.hw-hero h1 em {
  font-family: var(--font-serif); font-style: italic; font-weight: 600;
  color: var(--green-text); letter-spacing: -0.02em;
}
.hw-hero .sub {
  font-size: 19px; line-height: 1.5; color: var(--ink-body);
  max-width: 52ch; margin: 0 0 36px;
}
.hw-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* Photo credit — sits on the photo card */
.hw-hero__credit {
  position: absolute; bottom: 14px; right: 20px; z-index: 3;
  font-family: var(--font-mono); font-size: 10px;
  color: rgba(255,255,255,0.85);
  background: rgba(15,43,30,0.55); padding: 5px 10px; border-radius: 999px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.hw-hero__credit a { color: inherit; text-decoration: underline; text-decoration-color: rgba(255,255,255,0.4); }
.hw-hero__credit a:hover { color: var(--gold); }

/* ============================================================
   PLATFORMS CAROUSEL
   ============================================================ */
.hw-platforms { padding: 72px 0 96px; position: relative; overflow: hidden; }
.hw-platforms__head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.hw-platforms__head .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-text);
  margin-bottom: 18px;
}
.hw-platforms__head .eyebrow::before, .hw-platforms__head .eyebrow::after {
  content:''; width: 24px; height: 2px; background: var(--gold); border-radius: 2px;
}
.hw-platforms__head h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.03em; line-height: 1.05;
  margin: 0 0 14px; color: var(--ink);
}
.hw-platforms__head h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 600; color: var(--green-text); }
.hw-platforms__head p { color: var(--ink-body); font-size: 17px; margin: 0; }

.hw-track-wrap { position: relative; mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%); }
.hw-track { display: flex; width: max-content; animation: hw-marquee 32s linear infinite; gap: 16px; }
.hw-track:hover { animation-play-state: paused; }
@keyframes hw-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.hw-plat {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 26px; background: #fff;
  border: 1px solid var(--cream-border); border-radius: 999px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  color: var(--ink-body); white-space: nowrap;
  transition: all var(--dur-med);
}
.hw-plat:hover { border-color: var(--green); color: var(--green-text); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.hw-plat svg { width: 20px; height: 20px; flex-shrink: 0; }
.hw-plat.ig svg { color: #E4405F; }
.hw-plat.tt svg { color: #000; }
.hw-plat.yt svg { color: #FF0000; }
.hw-plat.sc svg { color: #FFFC00; filter: drop-shadow(0 0 1px rgba(0,0,0,0.3)); }
.hw-plat.li svg { color: #0A66C2; }
.hw-plat.x svg  { color: #000; }
.hw-plat.fb svg { color: #1877F2; }
.hw-plat.pt svg { color: #E60023; }

/* ============================================================
   STORY SECTIONS (alternating)
   ============================================================ */
.hw-story { padding: clamp(48px, 6vw, 72px) 0; position: relative; }
.hw-story.alt { background: var(--white); }

.hw-story__divider {
  display: flex; align-items: center; justify-content: center; gap: 24px;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.hw-story__divider::before,
.hw-story__divider::after {
  content: ''; flex: 0 1 80px; height: 1px;
  background: var(--cream-border);
}
.hw-story__divider .hw-story__label {
  margin-bottom: 0;
  font-size: 14px;
  padding: 8px 18px;
  letter-spacing: 0.18em;
}

.hw-story__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.hw-story__grid.rev .hw-story__text { order: 2; }
.hw-story__grid.rev .hw-story__visual { order: 1; }

.hw-story__label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-text); padding: 6px 12px;
  border: 1px solid var(--green); border-radius: 999px;
  margin-bottom: 20px;
}
.hw-story h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(32px, 4.5vw, 54px); letter-spacing: -0.03em; line-height: 1.05;
  margin: 0 0 20px; color: var(--ink);
}
.hw-story h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 600; color: var(--green-text); }
.hw-story h2 .gold { color: var(--gold-text); font-family: var(--font-serif); font-style: italic; font-weight: 600; }
.hw-story p { font-size: 17px; line-height: 1.65; color: var(--ink-body); margin: 0 0 16px; }

.hw-stat-row { display: flex; gap: 32px; margin-top: 28px; flex-wrap: wrap; }
.hw-stat { flex: 1; min-width: 140px; }
.hw-stat .num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 3vw, 42px); line-height: 1.05;
  letter-spacing: -0.03em; color: var(--green-text);
}
.hw-stat .num.gold { color: var(--gold-text); }
.hw-stat .lbl { font-size: 12px; color: var(--ink-muted); margin-top: 6px; line-height: 1.4; letter-spacing: 0.02em; }

/* Visual side */
.hw-story__visual {
  position: relative; aspect-ratio: 5/4;
  border-radius: var(--r-xl); overflow: hidden;
  background: var(--green-tint);
  display: grid; place-items: center;
}
.hw-story__visual.deep { background: var(--deep); color: var(--gold); }
.hw-story__visual.gold { background: var(--gold-tint); color: var(--gold-text); }

/* Photo variant — real imagery with subtle overlay so text blocks on top stay readable */
.hw-story__visual.photo { background: var(--cream); }
.hw-story__visual.photo .img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.hw-story__visual.photo::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(15,43,30,0) 55%, rgba(15,43,30,0.25) 100%);
}
.hw-story__visual.photo .caption {
  position: absolute; left: 16px; bottom: 16px; z-index: 2;
  font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.9);
  background: rgba(15,43,30,0.55); padding: 5px 10px; border-radius: 999px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  letter-spacing: 0.04em;
}
.hw-story__visual.photo .caption a { color: inherit; text-decoration: underline; text-decoration-color: rgba(255,255,255,0.4); }
.hw-story__visual.photo .caption a:hover { color: var(--gold); }
/* hide the decorative dotted pattern on photo variant */
.hw-story__visual.photo::after { display: none; }
.hw-story__visual .big {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(120px, 15vw, 220px); line-height: 1; letter-spacing: -0.05em;
  opacity: 0.28; color: var(--green); text-align: center;
}
.hw-story__visual.deep .big { color: var(--gold); opacity: 0.4; }
.hw-story__visual.gold .big { color: var(--gold-text); opacity: 0.35; }
.hw-story__visual .placeholder-note {
  position: absolute; bottom: 16px; left: 16px;
  font-family: var(--font-mono); font-size: 10px; color: rgba(0,0,0,0.35);
  background: rgba(255,255,255,0.7); padding: 4px 8px; border-radius: 6px;
}
.hw-story__visual.deep .placeholder-note { color: rgba(255,255,255,0.5); background: rgba(0,0,0,0.3); }

/* dotted pattern decor inside story visuals */
.hw-story__visual::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 22%, currentColor 1.5px, transparent 2px),
    radial-gradient(circle at 82% 18%, currentColor 1.5px, transparent 2px),
    radial-gradient(circle at 12% 78%, currentColor 1.5px, transparent 2px),
    radial-gradient(circle at 88% 72%, currentColor 1.5px, transparent 2px);
  opacity: 0.18;
}

/* ============================================================
   PROCESS (3 steps)
   ============================================================ */
.hw-process { padding: clamp(80px, 10vw, 120px) 0; background: var(--deep); color: #fff; position: relative; overflow: hidden; }
.hw-process::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 10% 15%, rgba(240,180,41,0.14) 2px, transparent 2.5px),
    radial-gradient(circle at 85% 35%, rgba(240,180,41,0.14) 2px, transparent 2.5px),
    radial-gradient(circle at 45% 80%, rgba(240,180,41,0.14) 2px, transparent 2.5px),
    radial-gradient(circle at 75% 90%, rgba(240,180,41,0.14) 2px, transparent 2.5px);
  pointer-events: none;
}
.hw-process__head { text-align: center; max-width: 640px; margin: 0 auto 56px; position: relative; }
.hw-process__head .eyebrow {
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
.hw-process__head h2 {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.03em; line-height: 1.05; color: #fff; margin: 0 0 14px;
}
.hw-process__head h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 600; color: var(--gold); }
.hw-process__head p { color: rgba(255,255,255,0.72); font-size: 17px; margin: 0; }

.hw-process__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.hw-step {
  background: var(--deep-surface); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-xl); padding: 36px 28px;
  transition: all var(--dur-med) var(--ease-out);
  position: relative;
}
.hw-step:hover { transform: translateY(-4px); border-color: var(--gold); }
.hw-step__num {
  font-family: var(--font-display); font-weight: 800;
  font-size: 68px; line-height: 1; color: var(--gold); opacity: 0.32;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.hw-step h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 22px;
  letter-spacing: -0.02em; color: #fff; margin: 0 0 12px;
}
.hw-step p { color: rgba(255,255,255,0.72); font-size: 15px; line-height: 1.65; margin: 0; }

.hw-step:not(:last-child)::after {
  content: ''; position: absolute; top: 60px; right: -14px; width: 28px; height: 1.5px;
  background: linear-gradient(to right, var(--gold), transparent); opacity: 0.5;
}

/* ============================================================
   SIGNUP
   ============================================================ */
.hw-signup { padding: clamp(80px, 10vw, 120px) 0; background: var(--cream); position: relative; overflow: hidden; }
.hw-signup::before {
  content:''; position: absolute; top: -30%; left: 50%; transform: translateX(-50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, var(--green-tint) 0%, transparent 65%);
  pointer-events: none;
}
.hw-signup__inner { max-width: 720px; margin: 0 auto; text-align: center; position: relative; }
.hw-signup__inner .eyebrow {
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-text); margin-bottom: 18px;
}
.hw-signup__inner h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(36px, 5vw, 60px); letter-spacing: -0.03em; line-height: 1.05;
  margin: 0 0 16px; color: var(--ink);
}
.hw-signup__inner h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 600; color: var(--green-text); }
.hw-signup__inner > p { font-size: 17px; color: var(--ink-body); margin: 0 auto 40px; max-width: 56ch; line-height: 1.5; }

.hw-tabs {
  display: inline-flex; background: var(--white); border: 1px solid var(--cream-border);
  border-radius: 999px; padding: 5px; margin-bottom: 36px; box-shadow: var(--shadow-sm);
}
.hw-tab {
  padding: 10px 24px; font-family: var(--font-display); font-weight: 600; font-size: 14px;
  background: transparent; color: var(--ink-muted); border: 0; border-radius: 999px;
  cursor: pointer; transition: all var(--dur-med);
}
.hw-tab.active { background: var(--green); color: #fff; }
.hw-tab:hover:not(.active) { color: var(--ink); }

.hw-form { display: flex; flex-direction: column; gap: 16px; text-align: left; background: var(--white); border: 1px solid var(--cream-border); border-radius: var(--r-xl); padding: 32px; box-shadow: var(--shadow-md); }
.hw-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hw-field { display: flex; flex-direction: column; gap: 6px; }
.hw-field label { font-family: var(--font-display); font-weight: 600; font-size: 12px; color: var(--ink-body); letter-spacing: 0.02em; }
.hw-field input, .hw-field select, .hw-field textarea {
  padding: 12px 14px; background: var(--cream); border: 1.5px solid var(--cream-border);
  border-radius: var(--r-md); font-family: var(--font-body); font-size: 15px; color: var(--ink);
  transition: all var(--dur-fast); outline: none;
}
.hw-field input::placeholder, .hw-field textarea::placeholder { color: var(--ink-muted); }
.hw-field input:focus, .hw-field select:focus, .hw-field textarea:focus {
  border-color: var(--green); background: #fff;
  box-shadow: 0 0 0 3px rgba(9,165,22,0.12);
}
.hw-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px;
}
.hw-field textarea { min-height: 100px; resize: vertical; font-family: var(--font-body); }
.hw-form .btn-primary { width: 100%; justify-content: center; margin-top: 8px; }
.hw-form-success {
  padding: 32px 24px; border-radius: var(--r-lg, 12px);
  background: rgba(16,124,65,0.08);
  color: var(--green-text);
  font-family: var(--font-display); font-weight: 600;
  font-size: 17px; text-align: center; line-height: 1.5;
}
.hw-signup__note { margin-top: 16px; font-size: 13px; color: var(--ink-muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.hw-footer { background: var(--deep-deepest); color: rgba(255,255,255,0.7); padding: 72px 0 28px; }
.hw-footer__top { display: flex; justify-content: space-between; gap: 48px; margin-bottom: 56px; flex-wrap: wrap; }
.hw-footer__brand { max-width: 360px; }
.hw-footer__brand .b { display: flex; align-items: center; gap: 10px; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 20px; margin-bottom: 14px; }
.hw-footer__brand .b img { width: 30px; }
.hw-footer__brand p { color: rgba(255,255,255,0.55); font-size: 14px; line-height: 1.6; margin: 0; }
.hw-footer__cols { display: flex; gap: 48px; flex-wrap: wrap; }
.hw-footer__cols h4 { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 14px; }
.hw-footer__cols a { display: block; color: rgba(255,255,255,0.65); font-size: 14px; margin-bottom: 8px; }
.hw-footer__cols a:hover { color: var(--gold); }
.hw-footer__icons { display: flex; gap: 10px; align-items: center; margin-top: 6px; }
.hw-footer__icon {
  position: relative;
  display: inline-flex !important; align-items: center; justify-content: center;
  width: 36px; height: 36px; padding: 0; margin: 0 !important;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 999px;
  color: rgba(255,255,255,0.65); cursor: pointer;
  transition: color .2s, border-color .2s, background .2s;
}
.hw-footer__icon:hover { color: var(--gold); border-color: rgba(229,184,80,0.45); background: rgba(229,184,80,0.06); }
.hw-footer__icon-tip {
  position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(4px);
  padding: 4px 10px; background: var(--gold); color: var(--deep);
  font-family: var(--font-display); font-size: 11px; font-weight: 600; letter-spacing: 0.04em;
  border-radius: 4px; white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity .18s, transform .18s;
}
.hw-footer__icon:hover .hw-footer__icon-tip,
.hw-footer__icon.copied .hw-footer__icon-tip {
  opacity: 1; transform: translateX(-50%) translateY(0);
}
.hw-footer__cites { padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); margin-bottom: 24px; }
.hw-footer__cites h4 { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 12px; }
.hw-footer__cites ol { list-style: decimal; padding-left: 22px; margin: 0; }
.hw-footer__cites li { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.6; margin-bottom: 4px; }
.hw-footer__bot { text-align: center; font-size: 12px; color: rgba(255,255,255,0.45); padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .hw-hero { padding: 120px 0 60px; min-height: auto; }
  .hw-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hw-hero__text { max-width: 100%; }
  .hw-hero__media { aspect-ratio: 16 / 11; max-height: 440px; order: 2; }
  .hw-story__grid { grid-template-columns: 1fr; gap: 48px; }
  .hw-story__grid.rev .hw-story__text, .hw-story__grid.rev .hw-story__visual { order: unset; }
  .hw-process__steps { grid-template-columns: 1fr; gap: 16px; }
  .hw-step:not(:last-child)::after { display: none; }
  .hw-form-row { grid-template-columns: 1fr; }
  .hw-footer__top { flex-direction: column; }
  .hw-links { display: none; }
}
@media (max-width: 600px) {
  .hw-hero { padding: 100px 0 48px; }
  .hw-hero__inner { gap: 32px; }
  .hw-hero h1 { font-size: clamp(36px, 9vw, 52px); }
  .hw-hero .sub { font-size: 16px; }
  .hw-hero__eyebrow { font-size: 11px; padding: 6px 12px; margin-bottom: 20px; }
  .hw-hero__ctas { flex-direction: column; align-items: stretch; }
  .hw-hero__ctas .btn { justify-content: center; }
  .hw-hero__media { aspect-ratio: 5 / 4; border-radius: 14px; }
  .hw-hero__credit { font-size: 9px; padding: 4px 8px; bottom: 10px; right: 10px; }
  .container { padding: 0 20px; }
}
