:root {
  --hlsd-black: #101111;
  --hlsd-charcoal: #20272b;
  --hlsd-paper: #f5f2ea;
  --hlsd-white: #fff;
  --hlsd-blue: #b2cecf;
  --hlsd-olive: #979265;
  --hlsd-ochre: #c9ac80;
  --hlsd-line: #c9c7bf;
  --hlsd-sans: Arial, Helvetica, sans-serif;
  --hlsd-serif: Georgia, "Times New Roman", serif;
}

html { scroll-behavior: smooth; }
body.hls-director-homepage { margin: 0; background: var(--hlsd-paper); color: var(--hlsd-charcoal); font-family: var(--hlsd-sans); }
.hls-director-homepage * { box-sizing: border-box; }
.hls-director-homepage img { max-width: 100%; }
.hls-director-homepage a:focus-visible,.hls-director-homepage button:focus-visible { outline: 3px solid var(--hlsd-blue); outline-offset: 4px; }
.hlsd-home { overflow: hidden; }
.hlsd-wrap { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.hlsd-kicker { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.hlsd-home h1,.hlsd-home h2,.hlsd-home h3,.hlsd-home p { margin-top: 0; }
.hlsd-home p { font-size: 18px; line-height: 1.58; }
.hlsd-home h2 { margin-bottom: 28px; font-family: var(--hlsd-serif); font-size: clamp(46px, 5.5vw, 82px); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.hlsd-home h3 { font-family: var(--hlsd-serif); font-size: 28px; font-weight: 400; line-height: 1.06; }

.hlsd-site-header { display: flex; align-items: center; justify-content: space-between; min-height: 86px; padding: 16px max(32px, calc((100vw - 1220px)/2)); background: var(--hlsd-paper); border-bottom: 1px solid var(--hlsd-line); }
.hlsd-wordmark { display: inline-flex; align-items: center; gap: 14px; color: var(--hlsd-black); font-size: 15px; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.hlsd-logo { display: block; width: 84px; height: 84px; object-fit: contain; background: transparent; }
.hlsd-nav { display: flex; align-items: center; gap: 26px; }
.hlsd-nav a { color: var(--hlsd-black); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.hlsd-nav a:hover { border-bottom: 1px solid currentColor; }
.hlsd-nav .hlsd-nav-cta { padding: 12px 15px; border: 1px solid var(--hlsd-black); }
.hlsd-menu-button { display: none; padding: 9px 12px; border: 1px solid var(--hlsd-black); background: transparent; color: var(--hlsd-black); font: inherit; }

.hlsd-hero { padding: clamp(92px, 12vw, 180px) 0 clamp(86px, 10vw, 150px); background: var(--hlsd-black); color: var(--hlsd-white); }
.hlsd-hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); column-gap: clamp(60px, 9vw, 150px); }
.hlsd-hero .hlsd-kicker { grid-column: 1 / -1; color: var(--hlsd-blue); }
.hlsd-hero h1 { grid-column: 1; max-width: 850px; margin: 36px 0 0; font-size: clamp(62px, 7.4vw, 122px); font-weight: 400; letter-spacing: -.065em; line-height: .86; }
.hlsd-hero-copy { grid-column: 2; align-self: end; padding-bottom: 4px; }
.hlsd-hero-copy p { max-width: 450px; margin-bottom: 32px; font-size: 17px; }
.hlsd-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.hlsd-button { display: inline-block; padding: 14px 20px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.hlsd-button-light { background: var(--hlsd-white); color: var(--hlsd-black); }
.hlsd-button-outline { color: var(--hlsd-white); }
.hlsd-button-dark { background: var(--hlsd-black); color: var(--hlsd-white); }
.hlsd-button:hover { transform: translateY(-2px); }
.hlsd-text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: inherit; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.hlsd-featured { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(520px, 1.22fr); min-height: 720px; background: var(--hlsd-white); }
.hlsd-featured-copy { align-self: center; padding: clamp(64px, 8vw, 130px) clamp(42px, 7vw, 120px); }
.hlsd-featured-copy h2 { max-width: 560px; }
.hlsd-featured-copy > p:not(.hlsd-kicker) { max-width: 570px; margin-bottom: 30px; }
.hlsd-featured-image { min-height: 720px; margin: 0; background: #e8e2d8; }
.hlsd-featured-image img { display: block; width: 100%; height: 100%; object-fit: cover; }

.hlsd-inquiry { padding: clamp(86px, 10vw, 150px) 0; background: var(--hlsd-black); color: var(--hlsd-white); }
.hlsd-inquiry .hlsd-kicker { color: var(--hlsd-blue); }
.hlsd-heading-row { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(48px, 9vw, 130px); align-items: end; margin-bottom: 70px; }
.hlsd-heading-row h2 { max-width: 760px; margin-bottom: 0; }
.hlsd-heading-row p { max-width: 460px; margin-bottom: 4px; }
.hlsd-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #526067; }
.hlsd-card-grid article { min-height: 300px; padding: 30px; border-right: 1px solid #526067; }
.hlsd-card-grid article:last-child { border-right: 0; }
.hlsd-card-grid span,.hlsd-project-grid span { color: var(--hlsd-blue); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hlsd-card-grid h3 { margin: 64px 0 18px; }
.hlsd-card-grid p { margin-bottom: 0; color: #d8dedd; font-size: 14px; }

.hlsd-series { padding: clamp(86px, 10vw, 150px) 0 0; background: var(--hlsd-paper); }
.hlsd-series-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(56px, 10vw, 160px); }
.hlsd-series-copy { padding-top: 40px; }
.hlsd-series-copy p { max-width: 580px; }
.hlsd-series-copy .hlsd-actions { margin-top: 36px; }
.hlsd-series-strip { display: grid; grid-template-columns: repeat(7, minmax(160px,1fr)); margin-top: 100px; overflow-x: auto; border-top: 1px solid var(--hlsd-line); border-bottom: 1px solid var(--hlsd-line); }
.hlsd-series-strip span { min-height: 120px; padding: 26px 24px; border-right: 1px solid var(--hlsd-line); font-family: var(--hlsd-serif); font-size: 21px; }
.hlsd-series-strip b { display: block; margin-bottom: 30px; font-family: var(--hlsd-sans); font-size: 9px; letter-spacing: .14em; }

.hlsd-forthcoming { padding: clamp(86px, 10vw, 150px) 0; background: var(--hlsd-white); }
.hlsd-project-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--hlsd-charcoal); }
.hlsd-project-grid article { min-height: 310px; padding: 28px; border-right: 1px solid var(--hlsd-charcoal); }
.hlsd-project-grid article:last-child { border: 0; }
.hlsd-project-grid .is-current { background: var(--hlsd-paper); }
.hlsd-project-grid h3 { margin: 72px 0 18px; }
.hlsd-project-grid p { font-size: 14px; }
.hlsd-project-grid a { color: inherit; font-size: 11px; font-weight: 700; text-transform: uppercase; }

.hlsd-editorial { padding: clamp(86px, 10vw, 150px) 0; background: var(--hlsd-paper); }
.hlsd-editorial-heading { max-width: 850px; margin-bottom: 70px; }
.hlsd-editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.hlsd-story { padding-bottom: 28px; border-bottom: 1px solid var(--hlsd-charcoal); }
.hlsd-story-image,.hlsd-story-placeholder { display: block; height: 390px; margin-bottom: 28px; overflow: hidden; background: linear-gradient(135deg,var(--hlsd-blue),#d8d2c5); }
.hlsd-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hlsd-story-image:hover img { transform: scale(1.015); }
.hlsd-story h3 { margin: 18px 0; font-size: clamp(32px,4vw,52px); }
.hlsd-story h3 a { color: inherit; text-decoration: none; }
.hlsd-story > p:not(.hlsd-kicker) { max-width: 620px; font-size: 15px; }

.hlsd-join { padding: clamp(86px, 10vw, 150px) 0; background: #607581; color: var(--hlsd-white); }
.hlsd-join-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 150px); }
.hlsd-join .hlsd-kicker { color: #fff; }
.hlsd-join h2 { max-width: 670px; }
.hlsd-join-form { margin-top: 26px; padding: 0; background: transparent; color: inherit; }
.hlsd-join-form form { margin: 0 !important; }
.hlsd-join-form input[type="email"],.hlsd-join-form input[type="text"] { width: 100% !important; min-height: 54px; padding: 12px 16px !important; border: 1px solid rgba(255,255,255,.65) !important; background: #fff !important; color: var(--hlsd-black) !important; }
.hlsd-join-form input[type="submit"],.hlsd-join-form button { min-height: 50px; padding: 12px 18px !important; border: 1px solid var(--hlsd-white) !important; background: var(--hlsd-white) !important; color: var(--hlsd-black) !important; font-weight: 700; }
.hlsd-join .hls-form-guidance,.hlsd-privacy { font-size: 11px; opacity: .86; }

.hlsd-footer { padding: 70px 0 30px; background: var(--hlsd-black); color: var(--hlsd-white); }
.hlsd-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 60px; }
.hlsd-wordmark-footer { color: var(--hlsd-white); }
.hlsd-footer p { margin: 18px 0 0; font-size: 13px; color: #cbd0d0; }
.hlsd-footer nav { display: grid; gap: 13px; align-content: start; }
.hlsd-footer nav a { color: var(--hlsd-white); font-size: 12px; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.hlsd-copyright { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 24px; border-top: 1px solid #424747; color: #aeb4b6; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 980px) {
  .hlsd-nav { gap: 14px; }
  .hlsd-nav a { font-size: 10px; }
  .hlsd-hero-grid,.hlsd-heading-row,.hlsd-series-grid,.hlsd-join-grid { grid-template-columns: 1fr; }
  .hlsd-hero h1,.hlsd-hero-copy { grid-column: 1; }
  .hlsd-hero-copy { max-width: 650px; margin-top: 60px; }
  .hlsd-featured { grid-template-columns: 1fr; }
  .hlsd-featured-image { min-height: 560px; }
  .hlsd-card-grid,.hlsd-project-grid { grid-template-columns: repeat(2,1fr); }
  .hlsd-card-grid article:nth-child(2),.hlsd-project-grid article:nth-child(2) { border-right: 0; }
  .hlsd-card-grid article:nth-child(-n+2),.hlsd-project-grid article:nth-child(-n+2) { border-bottom: 1px solid; }
}

@media (max-width: 720px) {
  .hlsd-wrap { width: min(100% - 36px, 1220px); }
  .hlsd-site-header { min-height: 72px; padding: 12px 18px; }
  .hlsd-wordmark { font-size: 12px; }
  .hlsd-logo { width: 34px; height: 34px; }
  .hlsd-menu-button { display: block; }
  .hlsd-nav { position: absolute; z-index: 20; top: 72px; right: 0; left: 0; display: none; padding: 22px 18px; background: var(--hlsd-paper); border-bottom: 1px solid var(--hlsd-line); }
  .hlsd-nav.is-open { display: grid; }
  .hlsd-nav .hlsd-nav-cta { justify-self: start; }
  .hlsd-home p { font-size: 16px; }
  .hlsd-hero { padding: 72px 0 84px; }
  .hlsd-hero h1 { margin-top: 18px; font-size: clamp(54px, 16vw, 78px); line-height: .9; }
  .hlsd-hero-copy { margin-top: 46px; }
  .hlsd-featured-copy { padding: 70px 24px; }
  .hlsd-featured-image { min-height: 0; }
  .hlsd-featured-image img { height: auto; }
  .hlsd-heading-row { gap: 28px; margin-bottom: 46px; }
  .hlsd-card-grid,.hlsd-project-grid,.hlsd-editorial-grid,.hlsd-footer-grid { grid-template-columns: 1fr; }
  .hlsd-card-grid article,.hlsd-project-grid article { min-height: 250px; border-right: 0; border-bottom: 1px solid; }
  .hlsd-card-grid article:last-child,.hlsd-project-grid article:last-child { border-bottom: 0; }
  .hlsd-card-grid h3,.hlsd-project-grid h3 { margin-top: 42px; }
  .hlsd-series-strip { margin-top: 64px; }
  .hlsd-story-image,.hlsd-story-placeholder { height: 280px; }
  .hlsd-footer-grid { gap: 42px; }
  .hlsd-copyright { display: grid; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hlsd-button,.hlsd-story-image img { transition: none; } }

/* v0.3 editorial refinement */
.hlsd-home p { font-size: 19px; line-height: 1.65; }
.hlsd-site-header { min-height: 108px; padding-block: 18px; }
.hlsd-wordmark { gap: 18px; font-size: 17px; }
.hlsd-wordmark > span { display: grid; gap: 4px; }
.hlsd-wordmark b { font-size: inherit; }
.hlsd-wordmark small { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hlsd-logo { width: 84px; height: 84px; }
.hlsd-nav a { font-size: 13px; }
.hlsd-hero-copy > p:first-child { font-size: 20px; line-height: 1.62; }
.hlsd-credentials { margin: 30px 0 0 !important; color: var(--hlsd-blue); font-size: 11px !important; font-weight: 700; letter-spacing: .12em; line-height: 1.8 !important; text-transform: uppercase; }
.hlsd-credentials span { padding: 0 6px; color: var(--hlsd-ochre); }
.hlsd-featured-copy > p:not(.hlsd-kicker) { font-size: 20px; }
.hlsd-specs { display: grid; gap: 0; margin: 36px 0; border-top: 1px solid var(--hlsd-line); }
.hlsd-specs div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--hlsd-line); }
.hlsd-specs dt { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hlsd-specs dd { margin: 0; font-family: var(--hlsd-serif); font-size: 17px; }
.hlsd-card-grid article { position: relative; min-height: 330px; overflow: hidden; }
.hlsd-card-grid article::after { position: absolute; right: -24px; bottom: -52px; color: rgba(178,206,207,.07); font-family: var(--hlsd-serif); font-size: 190px; line-height: 1; content: attr(data-number); }
.hlsd-card-grid span { display: inline-grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--hlsd-blue); border-radius: 50%; color: var(--hlsd-blue); font-size: 14px; }
.hlsd-card-grid h3 { margin-top: 52px; font-size: 31px; }
.hlsd-card-grid p { position: relative; z-index: 1; color: #eef1ef; font-size: 17px; line-height: 1.55; }
.hlsd-series { padding-bottom: 0; background: #ebe5d9; }
.hlsd-series-grid { grid-template-columns: .78fr 1.22fr; align-items: center; }
.hlsd-series-intro h2 { font-size: clamp(52px,6vw,92px); }
.hlsd-series-deck { max-width: 590px; font-size: 21px !important; }
.hlsd-series-portrait { margin: 0; padding: 24px; background: var(--hlsd-white); box-shadow: 0 26px 70px rgba(30,33,31,.12); transform: rotate(.6deg); }
.hlsd-series-portrait img { display: block; width: 100%; }
.hlsd-series-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-top: 70px; padding-top: 38px; border-top: 1px solid var(--hlsd-line); }
.hlsd-series-footer > p { max-width: 760px; margin: 0; }
.hlsd-series-strip { margin-top: 70px; background: rgba(255,255,255,.38); }
.hlsd-series-strip span { min-height: 142px; font-size: 23px; }
.hlsd-series-strip b { color: #63747b; font-size: 13px; }
.hlsd-forthcoming { background: #eef2f0; }
.hlsd-project-grid { gap: 22px; border: 0; }
.hlsd-project-grid article { display: flex; min-height: 520px; padding: 0; flex-direction: column; overflow: hidden; border: 1px solid #aab2af !important; background: var(--hlsd-white); }
.hlsd-project-grid .is-current { background: var(--hlsd-paper); }
.hlsd-project-image,.hlsd-project-placeholder { height: 250px; overflow: hidden; background: linear-gradient(135deg,var(--hlsd-blue),var(--hlsd-ochre)); }
.hlsd-project-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hlsd-project-editorial { display: flex; align-items: flex-end; padding: 24px; box-sizing: border-box; background: #d9d1bf; color: var(--hlsd-ink); }
.hlsd-project-editorial span { font: 400 31px/1 Georgia,"Times New Roman",serif; }
.hlsd-project-editorial.is-family { background: #aebfc0; }
.hlsd-project-copy { padding: 28px; }
.hlsd-project-grid span { font-size: 12px; }
.hlsd-project-grid h3 { margin: 32px 0 16px; font-size: 31px; }
.hlsd-project-grid p { font-size: 17px; line-height: 1.55; }
.hlsd-editorial { background: #d7e3e2; }
.hlsd-editorial-heading { max-width: 1040px; }
.hlsd-editorial-heading > p:last-child { max-width: 820px; font-size: 21px; }
.hlsd-editorial-grid { grid-template-columns: 1.2fr .8fr; gap: 46px; align-items: start; }
.hlsd-story { padding: 24px; border: 1px solid #8da5a6; background: rgba(255,255,255,.55); }
.hlsd-story:nth-child(2) { margin-top: 90px; }
.hlsd-story > p:not(.hlsd-kicker) { font-size: 17px; }
.hlsd-story .hlsd-kicker { font-size: 12px; }
.hlsd-join { background: #607581; }
.hlsd-join-grid > div:last-child { padding: 34px; border: 1px solid rgba(255,255,255,.45); background: rgba(16,17,17,.16); }
.hlsd-join-benefits { display: grid; gap: 10px; margin: 24px 0 30px; padding: 0; list-style: none; }
.hlsd-join-benefits li { padding: 0 0 10px 28px; border-bottom: 1px solid rgba(255,255,255,.25); font-family: var(--hlsd-serif); font-size: 20px; }
.hlsd-join-benefits li::before { display: inline-block; width: 28px; margin-left: -28px; color: var(--hlsd-ochre); content: '○'; }
.hlsd-join-form .mailpoet_form,.hlsd-join-form form { padding: 0 !important; background: transparent !important; }
.hlsd-footer { padding-top: 82px; }
.hlsd-wordmark-footer .hlsd-logo { width: 76px; height: 76px; }
.hlsd-footer p { max-width: 420px; font-size: 15px; line-height: 1.55; }
.hlsd-social { display: flex !important; margin-top: 30px; flex-wrap: wrap; gap: 10px 18px !important; }
.hlsd-social span { width: 100%; color: var(--hlsd-blue); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hlsd-social a { padding-bottom: 4px; border-bottom: 1px solid #6d7475; font-size: 13px !important; }

@media (max-width: 980px) {
  .hlsd-site-header { min-height: 92px; }
  .hlsd-logo { width: 68px; height: 68px; }
  .hlsd-series-grid,.hlsd-series-footer { grid-template-columns: 1fr; }
  .hlsd-series-portrait { max-width: 760px; }
  .hlsd-project-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .hlsd-home p { font-size: 17px; }
  .hlsd-site-header { min-height: 80px; }
  .hlsd-logo { width: 58px; height: 58px; }
  .hlsd-wordmark small { display: none; }
  .hlsd-nav { top: 80px; }
  .hlsd-card-grid p,.hlsd-project-grid p,.hlsd-story > p:not(.hlsd-kicker) { font-size: 16px; }
  .hlsd-project-grid,.hlsd-editorial-grid { grid-template-columns: 1fr; }
  .hlsd-project-grid article { min-height: 0; }
  .hlsd-story:nth-child(2) { margin-top: 0; }
  .hlsd-join-grid > div:last-child { padding: 24px; }
}

/* v0.3.2 proof-led opening and subscription refinement */
.hlsd-hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); column-gap: clamp(56px, 7vw, 120px); align-items: start; }
.hlsd-hero h1 { max-width: 780px; font-size: clamp(62px, 6.2vw, 104px); }
.hlsd-hero-proof { grid-column: 2; grid-row: 2 / span 2; margin: 38px 0 0; padding: 16px; border: 1px solid rgba(178,206,207,.38); background: #171a1b; box-shadow: 0 32px 80px rgba(0,0,0,.3); }
.hlsd-hero-proof img { display: block; width: 100%; max-height: 500px; object-fit: cover; }
.hlsd-hero-proof figcaption { max-width: 520px; padding: 14px 4px 2px; color: #d8dedc; font-family: var(--hlsd-serif); font-size: 14px; line-height: 1.45; }
.hlsd-hero-copy { grid-column: 1; align-self: start; margin-top: 58px; padding: 0; }
.hlsd-hero-copy > p:first-child { max-width: 690px; font-family: var(--hlsd-serif); font-size: 22px; line-height: 1.55; }
.hlsd-proof-strip { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #6b7374; border-bottom: 1px solid #6b7374; background: #171a1b; color: var(--hlsd-white); }
.hlsd-proof-strip > div { min-height: 210px; padding: 38px clamp(28px,4vw,72px); border-right: 1px solid #6b7374; }
.hlsd-proof-strip > div:last-child { border-right: 0; }
.hlsd-proof-strip span { color: var(--hlsd-blue); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.hlsd-proof-strip h2 { margin: 34px 0 12px; font-size: 27px; }
.hlsd-proof-strip p { max-width: 430px; margin: 0; color: #e6e9e7; font-size: 16px; line-height: 1.5; }
.hlsd-join-grid > div:first-child { align-self: start; }
.hlsd-join-grid > div:last-child > p:first-child { font-family: var(--hlsd-serif); font-size: 20px; line-height: 1.55; }
.hlsd-privacy { margin-top: 20px; font-size: 13px !important; line-height: 1.55 !important; }

@media (max-width: 980px) {
  .hlsd-hero-grid { grid-template-columns: 1fr; }
  .hlsd-hero h1,.hlsd-hero-proof,.hlsd-hero-copy { grid-column: 1; grid-row: auto; }
  .hlsd-hero-proof { max-width: 760px; margin-top: 52px; }
  .hlsd-hero-copy { max-width: 760px; margin-top: 44px; }
  .hlsd-proof-strip { grid-template-columns: 1fr; }
  .hlsd-proof-strip > div { min-height: 0; border-right: 0; border-bottom: 1px solid #6b7374; }
  .hlsd-proof-strip > div:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
  .hlsd-hero h1 { font-size: clamp(52px,15vw,72px); }
  .hlsd-hero-proof { margin-top: 40px; padding: 10px; }
  .hlsd-hero-copy > p:first-child { font-size: 19px; }
  .hlsd-proof-strip > div { padding: 32px 24px; }
  .hlsd-proof-strip h2 { margin-top: 24px; }
}
