.hh-captions{--hh-fg: #0f172a;--hh-muted: #475569;--hh-subtle: #64748b;--hh-border: #e5e7eb;--hh-surface: #ffffff;--hh-soft: #f8fafc;--hh-soft-2: #f1f5f9;--hh-accent: #2f71e4;--hh-accent-2: #ff2d87;--hh-grad: linear-gradient(135deg, #ff2d87 0%, #833ab4 50%, #2f71e4 100%);--hh-shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--hh-shadow-md: 0 10px 30px -16px rgba(15, 23, 42, .22), 0 2px 6px -2px rgba(15, 23, 42, .06);--hh-shadow-lg: 0 30px 60px -30px rgba(15, 23, 42, .32), 0 8px 20px -10px rgba(15, 23, 42, .1);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--hh-fg);background:var(--hh-surface);padding-top:96px;padding-bottom:96px;line-height:1.55}.hh-captions__wrap{max-width:1200px;margin-inline:auto;padding-inline:1.25rem}.hh-captions__crumbs{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--hh-subtle);margin-bottom:1.25rem}.hh-captions__crumbs a{color:var(--hh-subtle);text-decoration:none;transition:color .15s ease}.hh-captions__crumbs a:hover{color:var(--hh-fg)}.hh-captions__crumbs span[aria-current=page]{color:var(--hh-fg);font-weight:600}.hh-captions__crumbs .sep{opacity:.5}.hh-captions__hero{display:grid;grid-template-columns:1.4fr 1fr;gap:2.5rem;align-items:start;margin-bottom:3rem}@media(max-width:900px){.hh-captions__hero{grid-template-columns:1fr;gap:1.75rem}}.hh-captions__eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .8rem;border-radius:999px;background:linear-gradient(135deg,#fff5f7,#eef4ff);color:var(--hh-accent);font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem}.hh-captions__eyebrow .dot{width:7px;height:7px;border-radius:999px;background:var(--hh-grad)}.hh-captions__title{font-size:clamp(2.25rem,4.8vw,3.6rem);line-height:1.05;letter-spacing:-.02em;font-weight:800;margin:0 0 1rem;color:var(--hh-fg)}.hh-captions__title .accent{background:var(--hh-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hh-captions__lead{font-size:1.125rem;color:var(--hh-muted);max-width:38rem;margin:0 0 1.5rem}.hh-captions__hero-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;color:var(--hh-subtle);font-size:.9rem}.hh-captions__hero-meta b{color:var(--hh-fg);font-weight:700}.hh-captions__cta{background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:18px;padding:1.75rem;box-shadow:var(--hh-shadow-md);position:relative;overflow:hidden}.hh-captions__cta:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:var(--hh-grad);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hh-captions__cta-kicker{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--hh-subtle);margin-bottom:.4rem}.hh-captions__cta-title{font-size:1.25rem;font-weight:700;line-height:1.25;margin:0 0 .75rem;color:var(--hh-fg)}.hh-captions__cta-body{font-size:.95rem;color:var(--hh-muted);margin:0 0 1.25rem}.hh-captions__cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.95rem 1.25rem;background:var(--hh-grad);color:#fff!important;font-weight:700;font-size:1rem;border-radius:12px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;box-shadow:0 12px 24px -12px #ff2d8773}.hh-captions__cta-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.hh-captions__cta-btn:focus-visible{outline:2px solid var(--hh-accent);outline-offset:2px}.hh-captions__cta-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1.1rem;padding-top:1.1rem;border-top:1px dashed var(--hh-border);font-size:.85rem;color:var(--hh-subtle)}.hh-captions__stars{color:#f59e0b;letter-spacing:.05em}.hh-captions__cta-foot b{color:var(--hh-fg)}.hh-captions__body{display:grid;grid-template-columns:220px 1fr;gap:3rem;align-items:start}@media(max-width:900px){.hh-captions__body{grid-template-columns:1fr;gap:1.5rem}}.hh-captions__toc{position:sticky;top:96px;align-self:start}@media(max-width:900px){.hh-captions__toc{position:static}}.hh-captions__toc-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--hh-subtle);margin:0 0 .75rem}.hh-captions__toc ol{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.1rem}.hh-captions__toc a{display:block;padding:.5rem .75rem;border-radius:8px;color:var(--hh-muted);text-decoration:none;font-size:.92rem;border-left:2px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.hh-captions__toc a:hover{background:var(--hh-soft);color:var(--hh-fg)}.hh-captions__toc a:focus-visible{outline:2px solid var(--hh-accent);outline-offset:2px}.hh-captions__sections{display:flex;flex-direction:column;gap:4rem}.hh-captions__section{scroll-margin-top:96px}.hh-captions__section-head{margin-bottom:1.5rem}.hh-captions__section-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--hh-accent);margin-bottom:.35rem}.hh-captions__section-title{font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.15;font-weight:800;margin:0;color:var(--hh-fg);letter-spacing:-.01em}.hh-captions__section-title:first-letter{text-transform:uppercase}.hh-captions__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.hh-caption{position:relative;display:flex;flex-direction:column;gap:.9rem;padding:1.4rem 1.4rem 1.25rem;background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:16px;box-shadow:var(--hh-shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hh-caption:before{content:"“";position:absolute;top:-.4rem;left:1.2rem;font-size:2.5rem;font-family:Great Vibes,Georgia,serif;color:var(--hh-accent-2);opacity:.18;pointer-events:none}.hh-caption:hover{transform:translateY(-3px);border-color:transparent;box-shadow:var(--hh-shadow-md)}.hh-caption__text{margin:0;color:var(--hh-fg);font-size:1rem;line-height:1.55;flex:1}.hh-caption__copy{align-self:flex-start;display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .95rem;background:var(--hh-soft);border:1px solid var(--hh-border);color:var(--hh-fg);font-size:.85rem;font-weight:600;border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease;font-family:inherit}.hh-caption__copy:hover{background:var(--hh-fg);color:#fff;border-color:var(--hh-fg)}.hh-caption__copy:focus-visible{outline:2px solid var(--hh-accent);outline-offset:2px}.hh-caption__copy[data-copied=true]{background:#10b981;color:#fff;border-color:#10b981}.hh-caption__copy .icon{width:14px;height:14px}.hh-captions__footcta{margin-top:5rem;padding:2.5rem;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1e3a8a 60%,#6d28d9);color:#fff;display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:center}@media(max-width:720px){.hh-captions__footcta{grid-template-columns:1fr;padding:1.75rem}}.hh-captions__footcta h2{margin:0 0 .5rem;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.15;letter-spacing:-.01em;font-weight:800}.hh-captions__footcta p{margin:0;color:#cbd5e1;font-size:1rem}.hh-captions__footcta-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}@media(max-width:720px){.hh-captions__footcta-actions{justify-content:flex-start}}.hh-captions__footcta .btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.4rem;background:#fff;color:#0f172a!important;font-weight:700;border-radius:12px;text-decoration:none;transition:transform .15s ease}.hh-captions__footcta .btn-primary:hover{transform:translateY(-1px)}.hh-captions__footcta .btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.4rem;background:transparent;color:#fff!important;font-weight:700;border-radius:12px;text-decoration:none;border:1px solid rgba(255,255,255,.35);transition:background .15s ease}.hh-captions__footcta .btn-ghost:hover{background:#ffffff14}.hh-captions__related{margin-top:4rem}.hh-captions__related h2{margin:0 0 1rem;font-size:1.5rem;font-weight:800;letter-spacing:-.01em}.hh-captions__related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.hh-captions__related a{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--hh-soft);border:1px solid var(--hh-border);border-radius:12px;color:var(--hh-fg);text-decoration:none;font-weight:600;font-size:.92rem;transition:background .15s ease,transform .15s ease,border-color .15s ease}.hh-captions__related a:hover{background:#fff;border-color:transparent;box-shadow:var(--hh-shadow-md);transform:translateY(-1px)}.hh-captions__related a .arrow{color:var(--hh-accent);font-weight:700}.hh-caphub{--hh-fg: #0f172a;--hh-muted: #475569;--hh-subtle: #64748b;--hh-border: #e5e7eb;--hh-surface: #ffffff;--hh-soft: #f8fafc;--hh-accent: #2f71e4;--hh-accent-2: #ff2d87;--hh-grad: linear-gradient(135deg, #ff2d87 0%, #833ab4 50%, #2f71e4 100%);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--hh-fg);padding:120px 1.25rem 96px;line-height:1.55}.hh-caphub__wrap{max-width:1200px;margin-inline:auto}.hh-caphub__hero{text-align:center;margin-bottom:3rem}.hh-caphub__eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:999px;background:linear-gradient(135deg,#fff5f7,#eef4ff);color:var(--hh-accent);font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}.hh-caphub__title{font-size:clamp(2.25rem,5vw,3.6rem);font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0 0 1rem}.hh-caphub__title .accent{background:var(--hh-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hh-caphub__lead{max-width:38rem;margin:0 auto;color:var(--hh-muted);font-size:1.125rem}.hh-caphub__stats{display:inline-flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:1.5rem;padding:.85rem 1.25rem;border-radius:999px;background:var(--hh-soft);border:1px solid var(--hh-border);color:var(--hh-muted);font-size:.95rem}.hh-caphub__stats b{color:var(--hh-fg);font-weight:700}.hh-caphub__group{margin-bottom:3rem}.hh-caphub__group-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem;gap:1rem;border-bottom:1px solid var(--hh-border);padding-bottom:.75rem}.hh-caphub__group-title{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.01em}.hh-caphub__group-count{font-size:.85rem;color:var(--hh-subtle);font-weight:600}.hh-caphub__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.hh-caphub__card{position:relative;display:flex;flex-direction:column;gap:.4rem;padding:1.1rem 1.2rem;background:var(--hh-surface);border:1px solid var(--hh-border);border-radius:14px;color:var(--hh-fg);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;box-shadow:0 1px 2px #0f172a0a}.hh-caphub__card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:var(--hh-grad);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .15s ease;pointer-events:none}.hh-caphub__card:hover{transform:translateY(-3px);border-color:transparent;box-shadow:0 18px 36px -22px #0f172a47}.hh-caphub__card:hover:before{opacity:1}.hh-caphub__card-title{font-weight:700;font-size:1rem;letter-spacing:-.005em}.hh-caphub__card-meta{font-size:.82rem;color:var(--hh-subtle);display:flex;align-items:center;gap:.4rem}.hh-caphub__card-meta .arrow{margin-left:auto;color:var(--hh-accent);font-weight:700;transition:transform .15s ease}.hh-caphub__card:hover .hh-caphub__card-meta .arrow{transform:translate(3px)}.hh-caphub__cta{margin-top:4rem;padding:2.5rem;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1e3a8a 60%,#6d28d9);color:#fff;text-align:center}.hh-caphub__cta h2{margin:0 0 .5rem;font-size:clamp(1.5rem,2.6vw,2.25rem);letter-spacing:-.01em;font-weight:800}.hh-caphub__cta p{margin:0 auto 1.5rem;color:#cbd5e1;max-width:42rem}.hh-caphub__cta a{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.5rem;background:#fff;color:#0f172a!important;font-weight:700;border-radius:12px;text-decoration:none;transition:transform .15s ease}.hh-caphub__cta a:hover{transform:translateY(-1px)}
