/*
Theme Name: Hockey Training — Game Ready
Theme URI: https://hockeytraining.com/
Author: Hockey Training
Author URI: https://hockeytraining.com/
Description: A custom, editable block theme based on the September 19 Hockey Training homepage concept. Includes homepage, blog, page, archive, search and landing templates. Staging draft: replace concept imagery and test existing plugins before going live.
Version: 0.5.12.8-live.1
Requires at least: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hockey-training
Tags: full-site-editing, block-patterns, custom-colors, custom-menu, featured-images, wide-blocks
*/

:root {
  --ht-ink: var(--wp--preset--color--ink, #101415);
  --ht-red: var(--wp--preset--color--red, #fa2035);
  --ht-link-red: var(--wp--preset--color--link-red, #ca1024);
  --ht-paper: var(--wp--preset--color--paper, #f5f5f3);
  --ht-white: var(--wp--preset--color--white, #fff);
  --ht-muted: var(--wp--preset--color--muted, #5a6266);
  --ht-body: var(--wp--preset--font-family--body, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
  --ht-display: var(--wp--preset--font-family--display, Impact, "Arial Narrow", "Noto Sans", sans-serif);
}
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; }
*, *::before, *::after { box-sizing: border-box; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > *, .ht-home-main > *, .ht-header > *, .ht-footer > * { margin-block-start: 0; }
.ht-wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.ht-header, .ht-home-main, .ht-footer, .ht-content-shell, .ht-blank-main {
  font-family: var(--ht-body); line-height: 1.6; font-size: 17px;
}
:is(.ht-header, .ht-home-main, .ht-footer) :where(h1,h2,h3,p,figure,ul,.wp-block-group,.wp-block-buttons) { margin-block: 0; }
:where(.ht-header, .ht-home-main, .ht-footer) figure { margin-inline: 0; }
:where(.ht-header, .ht-home-main, .ht-footer) a { text-decoration: none; }
:where(.ht-home-main, .ht-content-shell) h2 { font-size: clamp(2rem, 3.5vw, 3.125rem); font-weight: 800; line-height: 1.08; letter-spacing: -.04em; }
.ht-home-main h3 { font-size: 25px; font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
:where(.ht-header, .ht-home-main, .ht-footer, .ht-content-shell) img { max-width: 100%; height: auto; display: block; }
:where(.ht-header, .ht-home-main, .ht-footer, .ht-content-shell) a:focus-visible,
:where(.ht-header, .ht-home-main, .ht-footer, .ht-content-shell) button:focus-visible,
.ht-faq summary:focus-visible { outline: 3px solid #2082d4; outline-offset: 5px; border-radius: 3px; }
.ht-header { background: var(--ht-ink); color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
.ht-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 90px; }
/* Preserve header space in the page while revealing navigation on upward scroll. */
html.ht-has-smart-header { scroll-padding-top: calc(var(--ht-header-height, 90px) + var(--ht-admin-offset, 0px) + 16px); }
.wp-site-blocks > .ht-smart-header {
  position: sticky;
  top: var(--ht-admin-offset, 0px);
  z-index: 1000;
  transform: none;
  transition: transform .22s ease;
}
.ht-smart-header--scrolled { box-shadow: 0 5px 18px #10141518; }
.wp-site-blocks > .ht-smart-header--hidden {
  transform: translateY(calc(-100% - var(--ht-admin-offset, 0px) - 2px));
  pointer-events: none;
  box-shadow: none;
}
.wp-site-blocks > .ht-smart-header--menu-open {
  transform: none;
  transition: none;
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .wp-site-blocks > .ht-smart-header { transition: none; }
}
@media print {
  .wp-site-blocks > .ht-smart-header { position: static; transform: none; box-shadow: none; }
}
.ht-brand { width: 183px; flex: 0 0 auto; mix-blend-mode: lighten; }
.ht-brand img { width: 100%; border-radius: 0; }
.ht-nav { color: white; font-size: 14px; font-weight: 550; }
.ht-nav a { color: white; }
.ht-nav .wp-block-navigation__container { gap: clamp(18px, 2.1vw, 31px); }
.ht-nav .wp-block-navigation-item__content { text-decoration: none; }
.ht-nav .wp-block-navigation-item__content:hover { color: var(--ht-red); }
.ht-nav-login { border-left: 1px solid #505457; padding-left: 26px; }
.ht-nav .ht-nav-cta > a { background: var(--ht-red); color: white; border-radius: 4px; padding: 13px 21px; font-weight: 750; }
.ht-nav .ht-nav-cta > a:hover { background: var(--ht-red); color: white; }
.ht-hero { position: relative; background: var(--ht-ink); color: white; overflow: hidden; isolation: isolate; }
.ht-hero-art { position: absolute; right: 0; top: 0; width: 53%; height: 100%; z-index: -2; }
.ht-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 42%; border-radius: 0; }
.ht-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, var(--ht-ink) 0%, var(--ht-ink) 42%, rgba(16,20,21,.94) 47%, rgba(16,20,21,.4) 57%, transparent 69%); }
.ht-hero-inner { min-height: 615px; display: flex; align-items: center; padding-block: 54px 48px; }
.ht-hero-copy { width: 65%; position: relative; }
.ht-eyebrow { color: var(--ht-link-red); font-size: 13px; font-weight: 800; letter-spacing: .115em; line-height: 1.45; }
.ht-hero .ht-eyebrow { margin-bottom: 17px; color: var(--ht-red); }
.ht-display { font-family: var(--ht-display); font-stretch: condensed; font-size: clamp(3.6rem, 5.55vw, 5.05rem); font-weight: 900; letter-spacing: -.028em; line-height: .98; }
.ht-display strong { color: var(--ht-red); font-weight: inherit; white-space: nowrap; }
.ht-hero-intro { max-width: 610px; font-size: 18px; line-height: 1.55; margin-top: 22px !important; color: #f0f1f1; }
.ht-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 28px !important; }
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
:where(.ht-home-main,.ht-content-shell) .wp-block-button__link { display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 1px solid transparent; padding: 15px 25px; background: var(--ht-red); color: white; font-family: var(--ht-body); font-size: 16px; font-weight: 750; line-height: 1.35; border-radius: 4px; text-decoration: none; transition: background .18s ease, transform .18s ease; }
:where(.ht-home-main,.ht-content-shell) .wp-block-button__link:hover { color: white; background: var(--ht-red); transform: translateY(-2px); text-decoration: none; }
.ht-hero-link { font-size: 15px; font-weight: 600; }
.ht-hero-link a { color: white; text-decoration: underline; text-decoration-color: #92989a; text-underline-offset: 6px; }
.ht-hero-link span { display: none; }
.ht-hero-link a:hover { text-decoration-color: var(--ht-red); }
.ht-hero-note { border-top: 1px solid #434a4e; padding-top: 16px; margin-top: 22px !important; width: fit-content; color: #d2d5d5; font-size: 13px; }
.ht-benefits { background: white; border-bottom: 1px solid #eee; }
.ht-benefits-inner { display: grid; grid-template-columns: repeat(3,1fr); min-height: 88px; align-items: center; }
.ht-benefit { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 0 20px; line-height: 1.3; min-width: 0; }
.ht-benefit + .ht-benefit { border-left: 1px solid #ccd0d2; }
.ht-benefit p { font-size: 16px; font-weight: 720; }
.ht-benefit-icon { width: 34px; flex: 0 0 34px; }
.ht-benefit-icon img { width: 100%; height: 34px; }
.ht-programs { background: var(--ht-paper); padding-block: 59px 64px; }
.ht-section-heading { margin-bottom: 27px !important; }
.ht-section-intro { margin-top: 10px !important; font-size: 18px; color: #353d40; }
.ht-program-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.ht-card-image { border-radius: 7px; overflow: hidden; background: #d7d9da; aspect-ratio: 1.27; }
.ht-card-image a { display: block; height: 100%; }
.ht-card-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 7px; transition: transform .3s ease; }
.ht-program-card:hover .ht-card-image img { transform: scale(1.025); }
.ht-card-title { margin-top: 15px !important; }
.ht-card-description { font-size: 16px; margin-top: 5px !important; }
.ht-text-link { font-size: 16px; font-weight: 700; margin-top: 8px !important; }
.ht-text-link a { color: var(--ht-link-red); text-decoration: none; }
.ht-text-link a:hover { text-decoration: underline; text-underline-offset: 5px; }
.ht-text-link span { display: inline-block; margin-left: 6px; transition: transform .18s ease; }
.ht-text-link a:hover span { transform: translateX(4px); }
.ht-app { background: var(--ht-ink); color: white; padding-block: 60px; }
.ht-app-grid { display: grid; grid-template-columns: 1.16fr 1fr; gap: 70px; align-items: center; }
.ht-app-art { width: 100%; mix-blend-mode: lighten; }
.ht-app-art img { width: 100%; height: auto; }
.ht-app-copy .ht-eyebrow { color: var(--ht-red); margin-bottom: 14px; }
.ht-app-copy h2 { max-width: 480px; }
.ht-app-intro { color: #e6e7e7; margin-top: 17px !important; font-size: 17px; max-width: 465px; }
.ht-checklist { list-style: none; padding: 0; margin: 24px 0 26px !important; }
.ht-checklist li { display: flex; gap: 14px; align-items: center; margin-top: 12px; font-size: 16px; }
.ht-checklist li::before { content: "✓"; width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ht-red); font-size: 17px; font-weight: 700; }
.ht-coach { background: white; overflow: hidden; }
.ht-coach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: stretch; }
.ht-coach-art { align-self: stretch; width: calc(100% + 80px); max-width: none; margin-left: -80px !important; }
.ht-coach-art img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; border-radius: 0; }
.ht-coach-copy { padding-block: 48px; }
.ht-coach-copy h2 { font-size: clamp(1.75rem, 2.5vw, 2.25rem); margin-top: 10px; }
.ht-coach-copy > p:not(.ht-eyebrow) { margin-top: 15px; font-size: 17px; }
.ht-coach-copy .ht-text-link { margin-top: 19px !important; }
.ht-footer { padding-block: 23px 19px; background: var(--ht-ink); color: white; }
.ht-footer-main { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.ht-footer-brand { width: 146px; }
.ht-footer-links { display: flex; flex-wrap: wrap; gap: 28px; font-size: 13px; }
.ht-footer-links span { display: none; }
.ht-footer a { color: #eeeff0; }
.ht-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.ht-footer-bottom { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid #2a3033; padding-top: 15px; margin-top: 20px !important; color: #a6adaf; font-size: 11px; }
.ht-legal-links { display: flex; gap: 18px; }
.ht-legal-links a { color: #a6adaf; }
/* Generic templates. Content, search and queries remain native WordPress blocks. */
.ht-content-shell { min-height: 55vh; padding-block: 72px 90px; }
.ht-page-heading, .ht-article-heading { margin-bottom: 45px; }
.ht-page-heading h1, .ht-article-heading h1, .ht-not-found h1 { font-size: clamp(2.3rem, 5vw, 4.25rem); font-weight: 850; line-height: 1.08; letter-spacing: -.04em; }
.ht-page-heading .ht-eyebrow { margin-bottom: 14px; }
.ht-article-heading, .ht-content-shell > .wp-block-post-content, .ht-comments, .ht-post-navigation { max-width: 760px; margin-inline: auto; }
.ht-article-heading .wp-block-post-date, .ht-post-card .wp-block-post-date { font-size: 13px; color: var(--ht-muted); margin-top: 14px; }
.ht-post-card { padding-bottom: 35px; }
.ht-post-card .wp-block-post-featured-image { margin: 0 0 20px; }
.ht-post-card .wp-block-post-title { font-size: 26px; margin: 0; }
.ht-post-card .wp-block-post-title a { color: var(--ht-ink); text-decoration: none; }
.ht-post-card .wp-block-post-excerpt { font-size: 16px; }
.ht-post-query .wp-block-post-template { gap: 32px; }
.ht-post-query .wp-block-query-pagination { margin-top: 42px; gap: 22px; }
.ht-content-shell > .wp-block-post-featured-image { max-width: 1080px; margin: 0 auto 48px; }
.ht-content-shell .wp-block-post-content > * + * { margin-block-start: 1.5rem; }
.ht-content-shell .wp-block-post-content img { max-width: 100%; }
.ht-post-navigation { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid #ddd; margin-block: 48px; padding-top: 28px; }
.ht-comment { margin-bottom: 26px; border-bottom: 1px solid #ddd; padding-bottom: 22px; }
.ht-comments h2 { font-size: 30px; }
.ht-not-found { max-width: 760px; padding-block: 30px; }
.ht-not-found p { margin-block: 22px; }
.ht-not-found .wp-block-search { margin-bottom: 28px; }
.ht-content-shell .wp-block-search__inside-wrapper { display: flex; gap: 10px; max-width: 720px; }
.ht-content-shell input[type="search"] { flex: 1; min-width: 0; padding: 14px; border: 1px solid #9aa0a3; border-radius: 4px; font: inherit; }
.ht-content-shell .wp-block-search__button { background: var(--ht-red); color: white; padding: 12px 20px; border: 0; border-radius: 4px; font: inherit; font-weight: 700; }
.ht-faq { padding-block: 60px; background: var(--ht-paper); }
.ht-faq-inner { max-width: 900px; }
.ht-faq-inner h2 { margin-bottom: 30px; }
.ht-faq-item { padding: 22px 0; border-bottom: 1px solid #cfd2d4; }
.ht-faq-item summary { cursor: pointer; font-weight: 750; }
.ht-faq-item p { margin-top: 14px; }
/* Honor reduced motion; no auto-playing video or scroll-jacking. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ht-home-main *, .ht-header * { transition: none !important; animation: none !important; }
}
@media (min-width: 961px) {
  .ht-nav .wp-block-navigation__responsive-container-open:not(.always-shown) { display: none !important; }
  .ht-nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { display: block !important; }
}
@media (max-width: 1120px) {
  .ht-wrap { width: calc(100% - 72px); }
  .ht-header-inner { min-height: 82px; gap: 22px; }
  .ht-brand { width: 155px; }
  .ht-nav { font-size: 12px; }
  .ht-nav .wp-block-navigation__container { gap: 20px; }
  .ht-nav-login { padding-left: 18px; }
  .ht-nav .ht-nav-cta > a { padding: 12px 15px; }
  .ht-hero-inner { min-height: 540px; }
  .ht-hero-intro { max-width: 530px; font-size: 17px; }
  .ht-app-grid { gap: 45px; }
  .ht-home-main h3 { font-size: 22px; }
  .ht-benefit { padding-inline: 14px; gap: 14px; }
  .ht-benefit p { font-size: 14px; }
}
@media (max-width: 960px) {
  .ht-nav .wp-block-navigation__responsive-container-open:not(.always-shown) { display: flex !important; color: white; }
  .ht-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .ht-nav .wp-block-navigation__responsive-container.is-menu-open { background: var(--ht-ink); color: white; padding: 36px; }
  .ht-nav .is-menu-open .wp-block-navigation__container { width: 100%; gap: 26px; font-size: 22px; align-items: flex-start; }
  .ht-nav .is-menu-open .wp-block-navigation__responsive-container-content { padding-top: 65px; align-items: stretch; }
  .ht-nav-login { border-left: 0; padding-left: 0; }
  .ht-nav .is-menu-open .ht-nav-cta > a { padding: 14px 22px; }
  .ht-hero-copy { width: 69%; }
  .ht-display { font-size: clamp(3.1rem, 5.7vw, 3.85rem); }
  .ht-hero-intro { max-width: 440px; font-size: 16px; }
  .ht-hero-inner { min-height: 510px; }
  .ht-hero-actions { gap: 20px; }
  .ht-hero-note { font-size: 12px; }
  .ht-program-grid { gap: 18px; }
  .ht-card-description, .ht-text-link { font-size: 14px; }
  .ht-app-grid { gap: 30px; }
  .ht-checklist li { font-size: 14px; gap: 10px; }
  .ht-coach-grid { gap: 30px; }
}
@media (max-width: 700px) {
  .ht-wrap { width: calc(100% - 40px); }
  .ht-header-inner { min-height: 74px; }
  .ht-brand { width: 142px; }
  .ht-hero { display: block; }
  .ht-hero::after { display: block; background: linear-gradient(90deg, #101415 0%, #101415f2 28%, #101415c9 51%, #10141533 100%); }
  .ht-hero-inner { min-height: 570px; padding-block: 44px 38px; }
  .ht-hero-copy { width: 100%; }
  .ht-hero .ht-display { max-width: 80%; font-size: clamp(28px, 7.6vw, 44px); }
  .ht-hero .ht-display strong { white-space: normal; }
  .ht-hero .ht-eyebrow { font-size: 10px; letter-spacing: .095em; margin-bottom: 14px; }
  .ht-display { font-size: clamp(2.1rem, 8.5vw, 3.8rem); line-height: 1; letter-spacing: -.04em; }
  .ht-hero-intro { max-width: 67%; font-size: 15px; margin-top: 20px !important; }
  .ht-hero-actions { flex-direction: column; align-items: flex-start; gap: 17px; margin-top: 25px !important; }
  .ht-hero-actions .wp-block-button__link { font-size: 14px; padding: 15px 20px; }
  .ht-hero-link { font-size: 13px; }
  .ht-hero-note { max-width: 68%; font-size: 11px; margin-top: 22px !important; padding-top: 14px; }
  figure.ht-hero-art { position: absolute; width: 86%; height: 100%; right: -12%; top: 0; z-index: -2; }
  .ht-hero-art img { object-fit: cover; object-position: 51% 30%; }
  .ht-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #10141599, transparent 55%); }
  .ht-benefits-inner { min-height: 112px; }
  .ht-benefit { flex-direction: column; gap: 9px; padding-inline: 9px; text-align: center; }
  .ht-benefit p { font-size: 10px; font-weight: 750; line-height: 1.35; }
  .ht-benefit-icon { width: 27px; flex: 0 0 27px; }
  .ht-benefit-icon img { height: 27px; }
  .ht-programs { padding-block: 39px 44px; }
  .ht-home-main h2 { font-size: 31px; letter-spacing: -.04em; }
  .ht-section-intro { font-size: 15px; margin-top: 8px !important; }
  .ht-section-heading { margin-bottom: 23px !important; }
  .ht-program-grid { grid-template-columns: 1fr; gap: 31px; }
  .ht-card-image { aspect-ratio: 1.37; }
  .ht-home-main h3 { font-size: 23px; }
  .ht-card-title { margin-top: 13px !important; }
  .ht-card-description { font-size: 15px; }
  .ht-text-link { font-size: 15px; margin-top: 6px !important; }
  .ht-app { padding-block: 35px 43px; }
  .ht-app-grid { grid-template-columns: 1fr; gap: 28px; }
  .ht-app-art { max-width: 540px; margin-inline: auto; }
  .ht-app-copy .ht-eyebrow { font-size: 11px; }
  .ht-app-intro { font-size: 16px; }
  .ht-checklist { margin-block: 21px 25px !important; }
  .ht-checklist li { font-size: 15px; }
  .ht-coach-grid { grid-template-columns: 1fr; gap: 0; }
  .ht-coach-art { width: calc(100% + 40px); margin-left: -20px !important; height: 245px; }
  .ht-coach-art img { object-position: center center; }
  .ht-coach-copy { padding-block: 33px 38px; }
  .ht-coach-copy h2 { font-size: 29px; max-width: 480px; }
  .ht-coach-copy > p:not(.ht-eyebrow) { font-size: 16px; }
  .ht-coach-copy .ht-eyebrow { font-size: 11px; }
  .ht-footer { padding-block: 26px 22px; }
  .ht-footer-main { align-items: flex-start; flex-direction: column; gap: 24px; }
  .ht-footer-brand { width: 137px; }
  .ht-footer-links { font-size: 12px; gap: 22px; }
  .ht-footer-bottom { flex-direction: column; gap: 10px; font-size: 10px; }
  .ht-content-shell { padding-block: 40px 56px; }
  .ht-post-query .wp-block-post-template { grid-template-columns: 1fr !important; }
  .ht-post-navigation { flex-direction: column; }
}
@media print {
  .ht-header, .ht-footer, .ht-hero-actions { display: none; }
  .ht-content-shell { width: 100%; padding: 0; }
  .ht-home-main { color: black; }
}

/* Version 0.3 — approved vector logo, editorial feed and optional Founders typography. */
:root { --ht-heading: var(--wp--preset--font-family--heading, var(--ht-body)); }
.ht-brand { mix-blend-mode: normal; }
.ht-brand img { height: auto; aspect-ratio: 930 / 327; }
.ht-home-main :is(h2,h3), .ht-content-shell :is(h1,h2,h3,h4) { font-family: var(--ht-heading); }
.ht-journal { padding-top: 65px; padding-bottom: 90px; }
.ht-journal :where(p,h1,h2,h3,ul,figure) { margin: 0; }
.ht-journal a { text-underline-offset: .2em; }
.ht-journal-intro { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: end; gap: 80px; padding-bottom: 48px; border-bottom: 1px solid #d8dddd; }
.ht-journal .ht-eyebrow, .ht-latest .ht-eyebrow { font-size: 11px; letter-spacing: .12em; }
.ht-journal-title > .ht-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.ht-journal-title > .ht-eyebrow::before { content: ''; display: inline-block; width: 25px; height: 2px; background: currentColor; }
.ht-journal-title h1 { font-family: var(--ht-heading); font-size: clamp(2.6rem,4.5vw,4.2rem); font-weight: 750; line-height: 1.03; letter-spacing: -.045em; margin: 0; text-wrap: balance; overflow-wrap: break-word; }
.ht-journal-deck, .ht-journal-title .wp-block-term-description { max-width: 650px; margin-top: 22px !important; color: #586064; font-size: 18px; line-height: 1.65; }
.ht-journal-search { padding-bottom: 2px; }
.ht-article-search { width: 100%; }
.ht-journal .wp-block-search__inside-wrapper { gap: 0; border: 1px solid #cdd1d1; padding: 4px; background: #fff; border-radius: 5px; }
.ht-journal input[type="search"] { width: 100%; border: 0; outline-offset: 1px; padding: 10px 9px; font-size: 14px; background: transparent; border-radius: 2px; }
.ht-journal .wp-block-search__button { background: #101415; border-radius: 3px; font-size: 12px; margin: 0; padding: 11px 13px; }
.ht-journal .wp-block-search__button:hover { background: #343a3c; cursor: pointer; }
.ht-journal-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 80px; padding-top: 16px; }
.ht-article-feed .wp-block-post-template { display: block; margin: 0; padding: 0; list-style: none; }
.ht-article-feed .wp-block-post { margin: 0; }
.ht-feed-entry { border-bottom: 1px solid #e0e3e3; padding: 33px 0 34px; }
.ht-feed-entry .wp-block-post-title { font-family: var(--ht-heading); font-size: clamp(1.5rem,2.2vw,2rem); line-height: 1.16; font-weight: 700; letter-spacing: -.025em; margin: 0; }
.ht-feed-entry .wp-block-post-title a, .ht-latest-card .wp-block-post-title a { color: #14191b; text-decoration: none; }
.ht-feed-entry .wp-block-post-title a:hover, .ht-latest-card .wp-block-post-title a:hover { color: var(--ht-link-red); text-decoration: underline; text-decoration-thickness: 1px; }
.ht-feed-entry .wp-block-post-excerpt { margin-top: 15px; }
.ht-feed-entry .wp-block-post-excerpt__excerpt { color: #586064; font-size: 16px; line-height: 1.7; max-width: 740px; }
.ht-feed-entry .wp-block-post-excerpt__more-text { margin-top: 13px; }
.ht-feed-entry .wp-block-post-excerpt__more-link, .ht-latest-card .wp-block-post-excerpt__more-link { color: var(--ht-link-red); text-decoration: none; font-size: 13px; font-weight: 700; }
.ht-feed-entry .wp-block-post-excerpt__more-link:hover, .ht-latest-card .wp-block-post-excerpt__more-link:hover { text-decoration: underline; }
.ht-journal-sidebar { padding-top: 37px; min-width: 0; }
.ht-guide-box { padding: 0 0 28px; }
.ht-guide-box h2 { font-size: 25px; font-weight: 750; letter-spacing: -.035em; line-height: 1.2; margin-top: 12px; margin-bottom: 21px; }
.ht-guide-link + .ht-guide-link { border-top: 1px solid #e0e3e3; }
.ht-guide-link a { display: grid; grid-template-columns: 22px minmax(0,1fr) 16px; gap: 10px; align-items: start; padding: 17px 0; font-size: 14px; font-weight: 600; line-height: 1.45; color: #242b2e; text-decoration: none; }
.ht-guide-link a:hover { color: var(--ht-link-red); }
.ht-guide-number { color: #9aa1a4; font-size: 11px; font-weight: 500; padding-top: 2px; }
.ht-journal-cta { background: #101415; color: white; padding: 29px 25px 26px; border-radius: 5px; }
.ht-journal-cta .ht-eyebrow { font-size: 9px; color: var(--ht-red); letter-spacing: .06em; }
.ht-journal-cta h2 { font-size: 31px; line-height: 1.05; letter-spacing: -.035em; margin-top: 15px; margin-bottom: 17px; }
.ht-journal-cta > p:not(.ht-eyebrow) { font-size: 14px; color: #cbd1d3; line-height: 1.7; }
.ht-journal-cta .wp-block-buttons { margin-top: 22px; }
.ht-journal-cta .wp-block-button { width: 100%; }
.ht-journal-cta .wp-block-button__link { width: 100%; font-size: 12px; padding: 13px 11px; background: var(--ht-red); }
.ht-feed-pagination { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; padding-top: 31px; font-size: 13px; font-weight: 600; }
.ht-feed-pagination > *, .ht-feed-pagination .wp-block-query-pagination-numbers { margin: 0; }
.ht-feed-pagination .page-numbers { display: inline-flex; justify-content: center; align-items: center; min-width: 36px; min-height: 36px; border-radius: 3px; text-decoration: none; color: #222a2c; }
.ht-feed-pagination .current { background: #101415; color: #fff; }
.ht-feed-pagination a:hover { background: #eff1f1; color: var(--ht-link-red); }
.ht-feed-pagination > a { color: #2b3336; text-decoration: none; padding: 9px 4px; }
.ht-feed-empty { padding-block: 40px; }
.ht-feed-empty h2 { font-size: 30px; margin-bottom: 16px; }
.ht-single .ht-article-heading { padding-bottom: 30px; border-bottom: 1px solid #e0e3e3; }
.ht-single .ht-article-heading h1 { margin-block: 18px; font-size: clamp(2.2rem,4.3vw,3.7rem); line-height: 1.08; font-weight: 750; }
.ht-single .wp-block-post-terms { font-size: 12px; }
.ht-single .ht-byline { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 13px; color: #697074; }
.ht-single .ht-byline .wp-block-post-date { margin: 0; }
.ht-single .ht-author-box { display:inline-flex; align-items:center; gap:6px; margin:13px 0 0; padding:5px 8px 5px 6px; border:1px solid #e4e8e6; border-radius:6px; background:#f5f6f4; }
.ht-author-box .ht-author-photo { flex:0 0 24px; width:24px; height:24px; margin:0; overflow:hidden; border-radius:50%; }
.ht-author-box .ht-author-photo img { width:100%; height:100%; object-fit:cover; border-radius:50%; }
.ht-author-box .ht-author-details { display:flex; align-items:baseline; gap:4px; min-width:0; margin:0; }
.ht-author-box .ht-author-label { margin:0; color:#697074; font-size:11px; line-height:1.4; letter-spacing:0; }
.ht-author-box .ht-author-name { margin:0; color:var(--ht-ink); font-size:12px; font-weight:600; line-height:1.4; letter-spacing:0; }
.ht-author-name a { color:inherit; text-decoration:none; }
.ht-author-name a:hover { text-decoration:underline; text-underline-offset:3px; }
.ht-single > .wp-block-post-content { font-size: 19px; line-height: 1.8; max-width: 740px; }
.ht-single .wp-block-post-content :is(h2,h3,h4) { margin-top: 2em; margin-bottom: .6em; line-height: 1.18; }
.ht-single .wp-block-post-content h2 { font-size: 33px; }
.ht-single .wp-block-post-content h3 { font-size: 26px; }
.ht-single .wp-block-post-content blockquote { border-left: 3px solid var(--ht-red); padding-left: 24px; margin-inline: 0; color: #333d41; }
.ht-single .wp-block-post-content :is(pre,table) { max-width: 100%; overflow-x: auto; }
.ht-single .wp-block-post-content :is(iframe,video) { max-width: 100%; }
.ht-single .wp-block-post-content a { overflow-wrap: anywhere; }
.ht-single .ht-comments { margin-top: 48px; }
.ht-latest { background: #f5f5f3; padding-block: 61px 68px; border-top: 1px solid #e5e6e5; }
.ht-latest-heading { display: flex; gap: 24px; align-items: end; justify-content: space-between; margin-bottom: 33px !important; }
.ht-latest-title h2 { font-size: clamp(1.85rem,3vw,2.7rem); margin-top: 12px; }
.ht-latest-heading > .ht-text-link { white-space: nowrap; font-size: 14px; }
.ht-latest-query .wp-block-post-template { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; list-style: none; padding: 0; margin: 0; }
.ht-latest-card { border-top: 1px solid #cdd2d2; padding-top: 25px; }
.ht-latest-card .wp-block-post-title { font-family: var(--ht-heading); font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.ht-latest-card .wp-block-post-excerpt { margin-top: 13px; font-size: 15px; line-height: 1.7; color: #586064; }
.ht-latest-card .wp-block-post-excerpt__more-text { margin-top: 13px; }
@media (max-width:1120px) {
 .ht-journal-intro,.ht-journal-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 44px; }
 .ht-journal-cta { padding: 25px 22px; }
}
@media (max-width:850px) {
 .ht-journal-intro { grid-template-columns: 1fr; gap: 25px; }
 .ht-journal-search { max-width: 430px; }
 .ht-journal-layout { grid-template-columns: 1fr; gap: 40px; }
 .ht-journal-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding-top: 0; align-items: start; }
 .ht-feed-entry .wp-block-post-title { font-size: 29px; }
}
@media (max-width:700px) {
 .ht-journal { padding-top: 37px; padding-bottom: 48px; }
 .ht-journal-intro { padding-bottom: 28px; gap: 23px; }
 .ht-journal-title h1 { font-size: clamp(2.4rem,9vw,3.3rem); letter-spacing: -.04em; }
 .ht-journal-deck { font-size: 16px; margin-top: 17px !important; }
 .ht-journal-title > .ht-eyebrow { font-size: 10px; margin-bottom: 16px; }
 .ht-journal-layout { padding-top: 0; }
 .ht-feed-entry { padding: 27px 0; }
 .ht-feed-entry .wp-block-post-title { font-size: 25px; line-height: 1.18; }
 .ht-feed-entry .wp-block-post-excerpt__excerpt { font-size: 15px; }
 .ht-feed-entry .wp-block-post-excerpt { margin-top: 12px; }
 .ht-journal-sidebar { grid-template-columns: 1fr; gap: 12px; }
 .ht-journal-cta { padding: 27px; }
 .ht-journal-cta .wp-block-button__link { width: auto; padding-inline: 18px; }
 .ht-journal .ht-eyebrow { font-size: 10px; }
 .ht-single > .wp-block-post-content { font-size: 18px; }
 .ht-single .wp-block-post-content h2 { font-size: 28px; }
 .ht-latest { padding-block: 39px 44px; }
 .ht-latest-heading { flex-direction: column; align-items: start; gap: 12px; }
 .ht-latest-title h2 { font-size: 30px; }
 .ht-latest-query .wp-block-post-template { grid-template-columns: 1fr; gap: 26px; }
 .ht-latest-card .wp-block-post-title { font-size: 23px; }
}
@media (prefers-reduced-motion:reduce) { .ht-journal * { animation: none !important; transition: none !important; } }
@media print { .ht-journal-sidebar,.ht-journal-search,.ht-feed-pagination { display:none; } .ht-journal-layout { display:block; } }

/* Staging review: readable content and spacing that survives core block resets. */
.ht-header .ht-nav .wp-block-navigation-item.ht-nav-login { padding-inline-start: 26px; }
.ht-content-shell > .ht-page-heading { max-width: 760px; margin: 0 auto 36px; }
.ht-content-shell > .ht-page-heading .wp-block-post-title { margin: 0; }
.ht-content-shell > .ht-article-heading { margin-bottom: 32px; }
.ht-content-shell .wp-block-post-content :is(h2,h3,h4,h5,h6) {
  margin-block: 2.25rem 1rem;
  line-height: 1.35;
  text-wrap: pretty;
}
.ht-content-shell .wp-block-post-content :is(h2,h3,h4,h5,h6) + :is(p,ul,ol,div) { margin-block-start: 1rem; }
.ht-content-shell .wp-block-post-content :is(h4,h5,h6) {
  font-family: var(--ht-body);
  font-weight: 700;
  letter-spacing: 0;
  word-spacing: normal;
  line-height: 1.45;
}
.ht-content-shell .wp-block-post-content h4 { font-size: 1.375rem; }
.ht-content-shell .wp-block-post-content h5 { font-size: 1.1875rem; }
.ht-content-shell .wp-block-post-content h6 { font-size: 1.0625rem; }
.ht-content-shell .wp-block-post-content :is(h2,h3,h4,h5,h6) :is(strong,b) { font-weight: inherit; letter-spacing: inherit; }
.ht-content-shell.ht-single > .wp-block-post-featured-image { width: 100%; max-width: 560px; margin: 0 auto 36px; }
.ht-content-shell.ht-single > .wp-block-post-featured-image img { width: 100%; height: auto; object-fit: contain; }

.ht-single > .ht-article-cta {
  max-width: 740px;
  margin: 48px auto 0;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 6px;
  background: var(--ht-ink);
  color: white;
}
.ht-article-cta > h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2rem); line-height: 1.25; letter-spacing: -.015em; color: white; }
.ht-article-cta > p { margin: 16px 0 0; color: #e0e4e5; font-size: 17px; line-height: 1.7; }
.ht-article-cta > .wp-block-buttons { margin-top: 24px; }
.ht-article-cta .wp-block-button__link { min-height: 48px; }

@media (min-width: 961px) and (max-width: 1120px) {
  .ht-header .ht-nav .wp-block-navigation-item.ht-nav-login { padding-inline-start: 18px; }
}
@media (max-width: 960px) {
  .ht-header .ht-nav .wp-block-navigation-item.ht-nav-login { border: 0; padding-inline-start: 0; }
  .ht-header .ht-nav :is(.wp-block-navigation__responsive-container-open,.wp-block-navigation__responsive-container-close) {
    align-items: center; justify-content: center; width: 44px; height: 44px;
    padding: 10px; border: 1px solid #505457; border-radius: 4px;
    background: transparent; color: white; line-height: 1;
  }
  .ht-header .ht-nav :is(.wp-block-navigation__responsive-container-open,.wp-block-navigation__responsive-container-close) svg { width: 24px; height: 24px; }
  .ht-nav .wp-block-navigation__responsive-container.is-menu-open { padding: 24px; }
  .ht-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { align-items: stretch; padding-top: 72px; }
  .ht-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    align-items: stretch; gap: 12px; width: 100%; font-size: 20px;
  }
  .ht-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item { width: 100%; align-items: stretch; }
  .ht-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 10px 0; min-height: 44px; text-align: left; line-height: 1.4;
  }
  .ht-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .ht-nav-cta > .wp-block-navigation-item__content {
    display: flex; align-items: center; justify-content: center; padding: 16px 22px;
    margin-top: 12px; width: 100%; min-height: 52px; font-size: 17px;
    border-radius: 4px; text-align: center; white-space: normal;
  }
}
@media (max-width: 700px) {
  .ht-content-shell > .ht-page-heading { margin-bottom: 28px; }
  .ht-content-shell .wp-block-post-content :is(h2,h3,h4,h5,h6) { margin-block-start: 2rem; }
  .ht-single > .ht-article-cta { margin-top: 36px; }
  .ht-article-cta .wp-block-button, .ht-article-cta .wp-block-button__link { width: 100%; }
}
@media print { .ht-article-cta { display: none; } }

/* Programs landing page: existing quiz, three anchor cards, and program details. */
.ht-finder { padding-block: 54px 38px; background: white; }
.ht-finder-heading { text-align: center; max-width: 850px; margin-inline: auto; }
.ht-finder-heading .ht-eyebrow { margin-bottom: 16px; }
.ht-finder-heading .ht-finder-title { font-family: var(--ht-heading); font-size: clamp(2.2rem, 4.3vw, 3.7rem); font-weight: 750; line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.ht-finder-intro { max-width: 650px; margin: 20px auto 0 !important; font-size: 18px; color: #444d50; }
.ht-quiz-frame { max-width: 1040px; margin: 30px auto 0 !important; }
.ht-quiz-embed { overflow: hidden; border: 1px solid #e0e3e4; border-radius: 8px; background: #f5f5f3; }
.ht-quiz-embed iframe { display: block; width: 100%; max-width: 100%; border: 0; }
.ht-finder-skip { text-align: center; font-size: 14px; color: var(--ht-muted); margin-top: 20px !important; }
.ht-finder-skip a { display: inline-block; color: var(--ht-ink); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; margin-left: 5px; }
.ht-paths { padding-block: 58px 64px; background: var(--ht-paper); border-block: 1px solid #e4e6e6; }
.ht-paths .ht-section-heading { text-align: center; }
.ht-programs-page .ht-paths h2 { font-size: clamp(1.9rem, 3.4vw, 2.75rem); }
.ht-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ht-path-card { display: flex; flex-direction: column; position: relative; min-width: 0; padding: 26px; border: 1px solid #dce0e1; border-top: 3px solid var(--ht-red); border-radius: 6px; background: white; transition: border-color .18s ease, box-shadow .18s ease; }
.ht-path-card:hover, .ht-path-card:focus-within { border-color: var(--ht-red); box-shadow: 0 8px 22px #1014150c; }
.ht-path-card .ht-eyebrow { font-size: 11px; letter-spacing: .1em; }
.ht-path-cover { height: 170px; margin: 20px 0 22px !important; }
.ht-path-cover img { height: 100%; width: 100%; object-fit: contain; }
.ht-path-description { font-size: 16px; color: #485155; margin-top: 10px !important; margin-bottom: 22px !important; }
.ht-path-link { margin-top: auto !important; border-top: 1px solid #e5e7e8; padding-top: 17px; font-size: 14px; font-weight: 750; }
.ht-path-link a { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ht-ink); }
.ht-path-link a::after { content: ''; position: absolute; inset: 0; border-radius: 6px; }
.ht-path-link a:focus-visible { outline: none; }
.ht-path-card:focus-within { outline: 3px solid #2082d4; outline-offset: 5px; }
.ht-path-link span { color: var(--ht-red); font-size: 21px; line-height: 1; }
.ht-program-detail { padding-block: 78px; background: white; scroll-margin-top: 32px; }
.ht-program-detail-alt { background: var(--ht-paper); }
.ht-program-detail-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.ht-program-art { background: white; border: 1px solid #e7e9ea; border-radius: 8px; padding: 28px; }
.ht-program-cover { width: 100%; }
.ht-program-cover img { width: 100%; height: auto; max-height: 450px; object-fit: contain; }
.ht-program-copy .ht-eyebrow { margin-bottom: 14px; font-size: 12px; }
.ht-programs-page .ht-program-copy h2 { font-size: clamp(2rem, 3.7vw, 3.2rem); letter-spacing: -.035em; }
.ht-program-tagline { margin-top: 17px !important; font-size: 21px; font-weight: 750; line-height: 1.4; }
.ht-program-intro { margin-top: 13px !important; color: #485155; }
.ht-program-copy .ht-checklist { margin-block: 24px 30px !important; }
.ht-program-copy .ht-checklist li { align-items: flex-start; font-size: 16px; line-height: 1.55; margin-top: 15px; }
.ht-program-copy .ht-checklist li::before { width: 23px; height: 23px; flex-basis: 23px; font-size: 14px; margin-top: 2px; }
.ht-program-back { margin-top: 20px !important; font-size: 14px; }
.ht-program-back a { color: var(--ht-muted); text-decoration: underline; text-underline-offset: 4px; }
.ht-finder-reminder { background: var(--ht-ink); color: white; padding-block: 50px; text-align: center; border-bottom: 1px solid #333a3c; }
.ht-programs-page .ht-finder-reminder h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.ht-finder-reminder p { margin-top: 16px !important; color: #d4d8d9; }
.ht-finder-reminder .wp-block-buttons { justify-content: center; margin-top: 24px !important; }
@media (max-width: 960px) {
  .ht-path-grid { gap: 16px; }
  .ht-path-card { padding: 20px; }
  .ht-path-cover { height: 145px; }
  .ht-program-detail-grid { gap: 32px; }
  .ht-program-art { padding: 15px; }
}
@media (max-width: 700px) {
  .ht-finder { padding-block: 35px 30px; }
  .ht-finder-heading .ht-eyebrow { font-size: 11px; margin-bottom: 13px; }
  .ht-finder-heading .ht-finder-title { font-size: clamp(2rem, 8.5vw, 2.7rem); }
  .ht-finder-intro { font-size: 16px; margin-top: 16px !important; }
  .ht-quiz-frame { margin-top: 24px !important; }
  .ht-quiz-embed { height: 560px !important; }
  .ht-finder-skip { font-size: 13px; }
  .ht-finder-skip a { margin: 6px 0 0; display: block; }
  .ht-paths { padding-block: 38px 42px; }
  .ht-paths .ht-section-intro { font-size: 16px; }
  .ht-path-grid { grid-template-columns: 1fr; gap: 18px; }
  .ht-path-card { padding: 22px; }
  .ht-path-cover { height: 160px; margin-block: 14px 18px !important; }
  .ht-path-card h3 { font-size: 25px; }
  .ht-path-description { margin-bottom: 19px !important; }
  .ht-program-detail { padding-block: 42px; }
  .ht-program-detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .ht-program-art { max-width: 400px; margin-inline: auto; width: 100%; padding: 18px; }
  .ht-program-cover img { max-height: 285px; }
  .ht-program-copy .ht-eyebrow { font-size: 10px; }
  .ht-program-tagline { font-size: 19px; }
  .ht-program-intro, .ht-program-copy .ht-checklist li { font-size: 16px; }
  .ht-program-copy .wp-block-button, .ht-program-copy .wp-block-button__link { width: 100%; }
  .ht-finder-reminder { padding-block: 38px; }
}

/* A non-modal reader prompt, confined to the unused desktop right margin. */
.ht-reader-prompt, .ht-reader-prompt[hidden] { display: none !important; }
@media screen and (min-width: 1280px) and (min-height: 640px) {
  .ht-reader-prompt:not([hidden]) {
    display: block !important;
    position: fixed;
    top: max(128px, calc(50vh - 180px));
    left: calc(50% + 412px);
    width: min(280px, calc(50vw - 436px));
    z-index: 90;
    margin: 0;
    padding: 28px 24px 24px;
    border: 1px solid #30383b;
    border-top: 3px solid var(--ht-red);
    border-radius: 7px;
    background: var(--ht-ink);
    color: white;
    box-shadow: 0 12px 32px #1014151a;
    font-family: var(--ht-body);
    animation: ht-reader-prompt-in .22s ease-out;
  }
  .ht-reader-prompt .ht-reader-prompt__close {
    position: absolute;
    top: 7px;
    right: 7px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #d0d5d7;
    font: 28px/1 var(--ht-body);
    cursor: pointer;
  }
  .ht-reader-prompt__close:hover { background: #2a3336; color: white; }
  .ht-reader-prompt .ht-reader-prompt__eyebrow {
    max-width: calc(100% - 14px);
    margin: 0 0 15px;
    color: var(--ht-red);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .075em;
    line-height: 1.5;
  }
  .ht-reader-prompt h2 {
    margin: 0;
    color: white;
    font-size: 28px;
    font-weight: 750;
    letter-spacing: -.025em;
    line-height: 1.12;
  }
  .ht-reader-prompt .ht-reader-prompt__copy { margin: 16px 0 22px; color: #d4dadc; font-size: 14px; line-height: 1.65; }
  .ht-reader-prompt .ht-reader-prompt__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 10px;
    border-radius: 4px;
    background: var(--ht-red);
    color: white;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
    text-decoration: none;
  }
  .ht-reader-prompt__link:hover { background: var(--ht-red); color: white; }
}
@keyframes ht-reader-prompt-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) { .ht-reader-prompt { animation: none !important; } }
@media print { .ht-reader-prompt { display: none !important; } }

/* Compact article browsing, with native category archives and pagination. */
.ht-journal-browse { padding-top: 48px; }
.ht-journal-browse .ht-journal-intro { align-items: center; padding-bottom: 0; border-bottom: 0; }
.ht-journal-browse .ht-journal-title h1 { font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.15; letter-spacing: -.025em; }
.ht-journal .ht-article-filters { margin-top: 26px; padding-bottom: 24px; border-bottom: 1px solid #d8dddd; }
.ht-journal .ht-category-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ht-category-buttons li { margin: 0; padding: 0; list-style: none; }
.ht-category-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 19px;
  border: 1px solid #cbd1d3;
  border-radius: 999px;
  background: white;
  color: var(--ht-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
}
.ht-category-buttons a:hover { background: #edf0f0; border-color: var(--ht-ink); }
.ht-category-buttons .current-cat > a { background: var(--ht-ink); border-color: var(--ht-ink); color: white; }
@media (max-width: 700px) {
  .ht-journal-browse { padding-top: 32px; }
  .ht-journal-browse .ht-journal-title h1 { font-size: clamp(2rem, 8.5vw, 2.7rem); }
  .ht-journal .ht-article-filters { margin-top: 22px; padding-bottom: 21px; }
  .ht-journal .ht-category-buttons { gap: 8px; }
  .ht-category-buttons a { padding-inline: 16px; }
}

/* Two red roles: brand actions/dark surfaces, and readable links on light surfaces.
 * Bold 19px white button labels retain large-text contrast on the brand red. */
.ht-nav .ht-nav-cta > a,
:is(.ht-home-main,.ht-content-shell) .wp-block-button__link,
.ht-journal-cta .wp-block-button__link,
.ht-content-shell:not(.ht-journal) .wp-block-search__button,
.ht-reader-prompt .ht-reader-prompt__link { font-size:19px; font-weight:750; }
.ht-nav .ht-nav-cta > a:hover,
:where(.ht-home-main,.ht-content-shell) .wp-block-button__link:hover,
.ht-reader-prompt__link:hover { box-shadow:inset 0 0 0 1px #ffffff80; }
.ht-nav .wp-block-navigation-item:not(.ht-nav-cta) > .wp-block-navigation-item__content:hover { text-decoration:underline; text-underline-offset:5px; }

/* Compact native category navigation and a progressively enhanced search disclosure. */
.ht-article-tools { position:relative; display:flex; align-items:center; gap:8px; margin-top:18px!important; padding-bottom:18px; border-bottom:1px solid #d8dddd; }
.ht-journal .ht-article-tools .ht-article-filters { flex:1; min-width:0; margin:0; padding:0; border:0; }
.ht-journal .ht-category-buttons { flex-wrap:nowrap; gap:6px; overflow-x:auto; scrollbar-width:thin; }
.ht-category-buttons a { min-height:36px; padding:6px 13px; font-size:13px; white-space:nowrap; }
.ht-article-tools .ht-search-disclosure { flex:0 0 36px; margin:0; }
.ht-search-disclosure > summary { display:flex; align-items:center; justify-content:center; width:36px; height:36px; border:1px solid #cbd1d3; border-radius:50%; color:var(--ht-ink); background:white; cursor:pointer; list-style:none; font-size:0; }
.ht-search-disclosure > summary::-webkit-details-marker { display:none; }
.ht-search-disclosure > summary::before { content:""; display:block; width:18px; height:18px; background:currentColor; mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="10" cy="10" r="6.5" fill="none" stroke="black" stroke-width="2"/><path d="m15 15 6 6" stroke="black" stroke-width="2"/></svg>') center/contain no-repeat; }
.ht-search-disclosure[open] > summary { background:var(--ht-ink); color:white; }
.ht-search-disclosure > .ht-article-search { position:absolute; top:46px; right:0; width:min(420px,100%); z-index:20; padding:8px; background:white; border:1px solid #e0e3e3; box-shadow:0 6px 24px #10141518; border-radius:6px; }
.ht-search-disclosure input[type="search"] { font-size:16px; }
.ht-search-disclosure > summary:focus-visible { outline:3px solid #2082d4; outline-offset:3px; }
@media(max-width:700px) {
 .ht-article-tools { gap:5px; }
 .ht-journal .ht-category-buttons { gap:4px; }
 .ht-category-buttons a { font-size:11px; min-height:34px; padding:6px 10px; }
 .ht-article-tools .ht-search-disclosure { flex-basis:34px; }
 .ht-search-disclosure > summary { width:34px; height:34px; }
}
@media(max-width:360px) { .ht-category-buttons a { padding-inline:7px; } }
@media print { .ht-article-tools { display:none; } }

/* Small native social icons, with comfortable tap targets. */
.ht-social-icons.wp-block-social-links { gap:6px; margin-block:16px 0; }
.ht-social-icons.wp-block-social-links .wp-social-link { color:#c5ccce; background:transparent; }
.ht-social-icons.wp-block-social-links .wp-social-link a { display:flex; align-items:center; justify-content:center; padding:8px; width:36px; height:36px; box-sizing:border-box; }
.ht-social-icons.wp-block-social-links .wp-social-link svg { width:18px; height:18px; }
.ht-social-icons.wp-block-social-links .wp-social-link:hover { color:#fff; transform:none; }
.ht-nav .ht-mobile-social { display:none; }
.ht-nav .is-menu-open .ht-mobile-social { display:flex; flex-direction:row; width:auto; gap:8px; margin-top:6px; }
.ht-nav .is-menu-open .ht-social-icons .wp-social-link { width:auto; }

/* Approved homepage photography and a compact blog section heading. */
.ht-card-image-teen img { object-position: center 75%; }
.ht-card-image-adult img { object-position: center top; }
.ht-coach-art { min-height: 400px; }
.ht-coach-art img { object-position: center 57%; }
.ht-latest-heading { align-items: center; }
.ht-latest-title h2.ht-eyebrow { font-family: var(--ht-body); font-size: 11px; line-height: 1.4; font-weight: 700; letter-spacing: .12em; margin: 0; }
.ht-latest-heading > .ht-text-link { font-size: 13px; }
@media (max-width: 700px) {
 .ht-coach-art { height: 300px; min-height: 0; }
 .ht-coach-art img { object-position: center 64%; }
 .ht-latest-heading { flex-direction: row; align-items: center; gap: 16px; margin-bottom: 24px !important; }
}

/* Final photo framing after desktop review. */
.ht-coach-art { height: 430px; }
@media (min-width: 701px) { .ht-hero-art img { object-position: 52% 18%; } }
@media (max-width: 700px) { .ht-coach-art { height: 300px; } }

@media (min-width: 701px) { .ht-coach-art img { object-position: center 49%; } }

/* Fade the photo edge itself into the hero background on every viewport. */
.ht-hero-art {
 -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.1) 15%, rgba(0,0,0,.55) 33%, #000 52%);
 mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.1) 15%, rgba(0,0,0,.55) 33%, #000 52%);
}
@media (max-width: 700px) {
 .ht-hero-art {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 42%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 42%);
 }
}

/* Keep the benefits within the opening mobile screen where content allows. */
@media (max-width: 700px) {
 body.admin-bar .ht-hero-inner { --ht-hero-admin-space: 46px; }
 .ht-hero-inner {
  min-height: 480px;
  min-height: clamp(450px, calc(100svh - var(--ht-header-height, 75px) - var(--ht-hero-admin-space, 0px) - 90px), 510px);
  padding-block: 24px;
 }
 .ht-hero .ht-eyebrow { margin-bottom: 10px; }
 .ht-hero-intro { margin-top: 16px !important; line-height: 1.5; }
 .ht-hero-actions { margin-top: 20px !important; gap: 12px; }
 .ht-hero-actions .wp-block-button__link { padding-block: 13px; }
 .ht-hero-note { margin-top: 16px !important; padding-top: 10px; }
 .ht-benefits-inner { min-height: 88px; }
 .ht-benefit { gap: 7px; }
}

/* Standard pages follow the article reading style, without post metadata. */
.ht-content-shell:has(> .ht-page-heading) > .ht-page-heading {
  max-width: 760px;
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e3e3;
}
.ht-content-shell > .ht-page-heading h1 {
  font-size: clamp(2.2rem,4.3vw,3.7rem);
  line-height: 1.08;
  font-weight: 750;
}
.ht-content-shell:has(> .ht-page-heading) > .wp-block-post-content { font-size:19px; line-height:1.8; max-width:740px; }
.ht-content-shell:has(> .ht-page-heading) .wp-block-post-content h2 { font-size:33px; }
.ht-content-shell:has(> .ht-page-heading) .wp-block-post-content h3 { font-size:26px; }
.ht-content-shell:has(> .ht-page-heading) .wp-block-post-content blockquote { border-left:3px solid var(--ht-red); padding-left:24px; margin-inline:0; color:#333d41; }
.ht-content-shell:has(> .ht-page-heading) .wp-block-post-content :is(pre,table) { max-width:100%; overflow-x:auto; }
.ht-content-shell:has(> .ht-page-heading) .wp-block-post-content :is(iframe,video) { max-width:100%; }
.ht-content-shell:has(> .ht-page-heading) .wp-block-post-content a { overflow-wrap:anywhere; }
.ht-thanks-next { padding:30px; background:var(--ht-paper); border:1px solid #e3e6e5; border-radius:12px; }
.ht-content-shell .ht-thanks-next > h2 { margin-top:0; }
.ht-thanks-next .wp-block-button__link { font-size:16px; }

/* Minimal sales pages: native, editable blocks with theme typography. */
.ht-sales { width:min(920px,calc(100% - 48px)); margin-inline:auto; padding:36px 0 0; color:var(--ht-ink); font-family:var(--ht-body); font-size:19px; line-height:1.8; }
.ht-sales :is(h1,h2,h3) { font-family:var(--ht-heading); text-wrap:pretty; }
.ht-sales :is(p,figure,.wp-block-group,.wp-block-buttons) { margin-block:0; }
.ht-sales > :is(.ht-sales-story,.ht-sales-intro,.ht-sales-faq,.ht-sales-proof-heading) { max-width:740px; margin-inline:auto; }
.ht-sales-brand { text-align:center; font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.ht-sales-brand a { color:var(--ht-ink); text-decoration:none; }
.ht-sales-hero { max-width:780px; margin:52px auto 48px !important; text-align:center; }
.ht-sales-kicker { color:var(--ht-link-red); font-size:12px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.ht-sales h1 { font-size:clamp(36px,5vw,60px); font-weight:750; line-height:1.08; letter-spacing:-.04em; margin:18px 0 22px; }
.ht-sales h2 { font-size:33px; line-height:1.25; font-weight:800; letter-spacing:-.035em; margin:0 0 20px; }
.ht-sales h3 { font-size:27px; line-height:1.3; font-weight:750; letter-spacing:-.025em; margin:0 0 16px; }
.ht-sales-hero > p:last-child { max-width:590px; margin-inline:auto; color:var(--ht-muted); }
.ht-sales-story { padding-top:36px; border-top:1px solid #e0e3e3; }
.ht-sales :is(.ht-sales-story,.ht-sales-intro,.ht-sales-app-copy) > p + p { margin-top:22px; }
.ht-sales blockquote { font-size:27px; line-height:1.45; font-weight:650; border-left:3px solid var(--ht-red); padding-left:24px; margin:28px 0; }
.ht-sales figure img { max-width:100%; height:auto; display:block; }
.ht-sales-photo { max-width:560px; margin:36px auto 64px !important; }
.ht-sales-photo img { width:100%; border-radius:12px; }
.ht-sales-app { display:grid; grid-template-columns:minmax(0,1fr) 240px; gap:44px; align-items:center; padding:36px; border:1px solid #e3e6e5; border-radius:14px; background:#f5f5f3; margin-top:28px !important; }
.ht-sales-app:nth-of-type(2n) { background:#fff; }
.ht-sales-app-image { margin-inline:auto; width:100%; max-width:240px; }
.ht-sales-app-image img { width:100%; border-radius:14px; }
.ht-sales-invitation { max-width:740px; margin:32px auto !important; }
.ht-sales-offer { max-width:640px; margin:40px auto 64px !important; padding:38px; border:1px solid #dce1df; border-top:4px solid var(--ht-red); border-radius:12px; text-align:center; background:#f5f5f3; }
.ht-sales-offer h2 { font-size:28px; margin-bottom:14px; }
.ht-sales-price { font-size:48px; line-height:1.2; font-weight:750; letter-spacing:-.04em; }
.ht-sales-price small { font-size:19px; font-weight:450; letter-spacing:0; }
.ht-sales-offer .wp-block-buttons { justify-content:center; margin-block:24px 16px; }
.ht-sales .wp-block-button__link { font-size:16px; font-weight:750; padding:17px 24px; background:var(--ht-red); color:#fff; border-radius:6px; text-decoration:none; line-height:1.4; }
.ht-sales .wp-block-button__link:hover { background:var(--ht-ink); }
.ht-sales-offer .ht-sales-note { font-size:13px; line-height:1.6; color:var(--ht-muted); }
.ht-sales-proof-heading { text-align:center; }
.ht-sales-testimonials { display:grid; grid-template-columns:1fr 1fr; align-items:start; gap:20px; margin-block:28px 40px !important; }
.ht-sales-testimonials figure { border:1px solid #e3e6e5; border-radius:10px; padding:12px; background:#fff; overflow:hidden; }
.ht-sales-testimonials img { width:100%; }
.ht-sales-reviews { max-width:660px; margin:24px auto 64px !important; display:grid; gap:18px; }
.ht-sales-faq { margin-top:64px !important; }
.ht-sales-faq details { border-bottom:1px solid #dce1df; padding:20px 0; }
.ht-sales-faq summary { font-size:19px; font-weight:700; line-height:1.5; cursor:pointer; padding-right:10px; }
.ht-sales-faq details p { font-size:17px; line-height:1.8; margin-top:16px; }
.ht-sales a:focus-visible,.ht-sales summary:focus-visible { outline:3px solid #2082d4; outline-offset:5px; }
.ht-sales-legal { text-align:center; border-top:1px solid #e0e3e3; padding:28px 0; font-size:12px; line-height:1.7; color:var(--ht-muted); }
.ht-sales-legal a { color:inherit; }
@media(max-width:700px) {
 .ht-content-shell:has(> .ht-page-heading) > .wp-block-post-content { font-size:18px; }
 .ht-content-shell:has(> .ht-page-heading) .wp-block-post-content h2 { font-size:28px; }
 .ht-thanks-next { padding:24px 20px; }
 .ht-sales { width:calc(100% - 40px); padding-top:24px; font-size:18px; }
 .ht-sales-hero { margin-block:34px !important; }
 .ht-sales h2 { font-size:28px; }
 .ht-sales h3 { font-size:25px; }
 .ht-sales-story { padding-top:28px; }
 .ht-sales blockquote { font-size:24px; padding-left:20px; }
 .ht-sales-photo { margin-bottom:44px !important; }
 .ht-sales-app { grid-template-columns:1fr; padding:24px 20px; gap:28px; }
 .ht-sales-app-image { max-width:240px; }
 .ht-sales-offer { padding:28px 20px; margin-bottom:48px !important; }
 .ht-sales-offer .wp-block-button,.ht-sales-offer .wp-block-button__link { width:100%; box-sizing:border-box; }
 .ht-sales-testimonials { grid-template-columns:1fr; gap:16px; }
 .ht-sales-faq { margin-top:44px !important; }
}
/* Readable excerpts link to the original parent messages. */
.ht-sales-parent-quotes { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin:28px 0 24px !important; }
.ht-sales-parent-quotes blockquote { padding:24px; margin:0; border:1px solid #e3e6e5; border-radius:10px; font-size:18px; line-height:1.7; font-weight:400; background:#f5f5f3; }
.ht-sales-parent-quotes cite { display:block; margin-top:18px; font-size:13px; font-style:normal; font-weight:650; }
.ht-sales-parent-quotes cite a { font-weight:400; color:var(--ht-link-red); }
.ht-sales-proof-gallery { max-width:740px; margin:0 auto 40px; }
.ht-sales-proof-gallery > summary { padding:18px 20px; border:1px solid #e0e3e3; border-radius:8px; font-size:16px; font-weight:650; cursor:pointer; }
.ht-sales-proof-gallery .ht-sales-testimonials { grid-template-columns:1fr; }
.ht-sales-proof-heading > p + h2 { margin-top:32px; }
.ht-sales .wp-block-button__link { font-size:19px; }
@media(max-width:700px) {
 .ht-sales-parent-quotes { grid-template-columns:1fr; gap:16px; }
 .ht-sales-parent-quotes blockquote { padding:24px; }
}

.ht-thanks-next .wp-block-buttons { margin-block:24px; }
.ht-thanks-next .wp-block-button__link { font-size:19px; line-height:1.4; }

/* A native, editable store chooser also works when JavaScript is unavailable. */
.ht-hero-actions:has(.ht-app-download) { align-items: flex-start; }
.ht-hero-actions .ht-app-download { margin: 0; align-self: flex-start; max-width: 100%; }
.ht-app-download > summary { display: flex; align-items: center; min-height: 56px; width: fit-content; padding: 0; color: #fff; cursor: pointer; list-style: none; font-size: 15px; font-weight: 600; text-decoration: underline; text-decoration-color: #92989a; text-underline-offset: 6px; }
.ht-app-download > summary::-webkit-details-marker { display: none; }
.ht-app-download > summary:hover { text-decoration-color: var(--ht-red); }
.ht-app-download > summary:focus-visible, .ht-app-stores a:focus-visible { outline: 2px solid var(--ht-red); outline-offset: 5px; border-radius: 2px; }
.ht-app-download .ht-app-stores { margin-top: 6px; padding: 16px 18px; background: #fff; color: var(--ht-ink); border: 1px solid #e3e5e5; border-radius: 10px; box-shadow: 0 8px 24px #0002; }
.ht-app-stores p { margin: 0; font-size: 13px; line-height: 1.5; }
.ht-app-stores p:first-child { margin-bottom: 6px; font-weight: 700; }
.ht-app-stores a { display: flex; align-items: center; min-height: 44px; color: var(--ht-ink); font-size: 14px; font-weight: 600; text-underline-offset: 4px; }
.ht-app-stores a:hover { color: var(--ht-link-red); }
@media (max-width: 700px) {
 .ht-app-download > summary { min-height: 44px; font-size: 13px; }
 .ht-hero-actions:has(.ht-app-download) { row-gap: 3px; }
}

/* Keep Coach Kevin’s face and raised gloves in the responsive homepage frame. */
.ht-coach-art.ht-coach-art-celebration img { object-position: center 43%; }

/* Short parent stories before the homepage training paths; native Quote blocks. */
.ht-parent-testimonials { padding-block: 42px 48px; background: #fff; color: var(--ht-ink); }
.ht-parent-testimonials .ht-parent-testimonials-heading { margin: 0 0 22px; font-size: 22px; line-height: 1.3; letter-spacing: -.025em; font-weight: 750; }
.ht-parent-testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.ht-parent-testimonials .ht-parent-quote { display: flex; flex-direction: column; gap: 18px; margin: 0; padding: 25px 28px; min-width: 0; background: var(--ht-paper); border: 1px solid #e4e6e4; border-radius: 12px; box-shadow: none; }
.ht-parent-quote::before, .ht-parent-quote::after { content: none; }
.ht-parent-testimonials .ht-parent-quote p { margin: 0; padding: 0; font-size: 19px; font-weight: 500; line-height: 1.55; font-style: normal; letter-spacing: 0; }
.ht-parent-testimonials .ht-parent-quote cite { display: block; margin-top: auto; font-size: 13px; line-height: 1.5; font-style: normal; color: var(--ht-muted); }
.ht-parent-quote cite a { color: var(--ht-ink); font-weight: 700; text-decoration: underline; text-decoration-color: #bcc2c0; text-underline-offset: 4px; }
.ht-parent-quote cite a:hover { color: var(--ht-link-red); text-decoration-color: currentColor; }
.ht-parent-quote cite a:focus-visible { outline: 2px solid var(--ht-red); outline-offset: 4px; border-radius: 2px; }
@media (max-width: 700px) {
 .ht-parent-testimonials { padding-block: 30px 34px; }
 .ht-parent-testimonials .ht-parent-testimonials-heading { margin-bottom: 17px; font-size: 20px; }
 .ht-parent-testimonial-grid { grid-template-columns: 1fr; gap: 14px; }
 .ht-parent-testimonials .ht-parent-quote { padding: 20px; gap: 14px; }
 .ht-parent-testimonials .ht-parent-quote p { font-size: 16px; }
}

/* Keep the TV and young player together in the homepage Youth Training crop. */
.ht-card-image-youth-followalong img { object-position: center top; }

/* Editable native blocks; tabs are a progressive enhancement on the front end. */
.ht-training-explorer { padding-block: 68px; background: var(--ht-paper); scroll-margin-top: 110px; }
.ht-training-heading { max-width: 800px; }
.ht-training-heading .ht-eyebrow { margin-bottom: 13px; }
.ht-training-heading h2 { margin: 0; }
.ht-training-heading .ht-training-intro { margin-top: 15px; max-width: 660px; font-size: 18px; color: #475153; line-height: 1.55; }
.ht-training-explorer .ht-training-choices { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; margin-block: 29px 18px; }
.ht-training-choices .wp-block-button { min-width: 0; }
.ht-training-explorer .ht-training-choices .wp-block-button__link { width: 100%; min-height: 50px; padding: 12px 10px; border: 1px solid #cbd0cf; border-radius: 6px; background: white; color: var(--ht-ink); font: 600 17px/1.3 var(--ht-body); cursor: pointer; text-align: center; transition: none; }
.ht-training-explorer .ht-training-choices .wp-block-button__link:hover { border-color: var(--ht-ink); background: #e9ecea; transform: none; }
.ht-training-explorer .ht-training-choices [aria-selected="true"] { background: var(--ht-ink); border-color: var(--ht-ink); box-shadow: inset 0 -3px 0 var(--ht-red); color: white; }
.ht-training-explorer .ht-training-choices [aria-selected="true"]:hover { background: var(--ht-ink); color: white; }
.ht-training-choices .wp-block-button__link:focus-visible { outline: 3px solid #1674b9; outline-offset: 3px; }
.ht-training-panel { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 65px); padding: 38px; min-height: 288px; border: 1px solid #d9dedb; border-radius: 9px; background: white; scroll-margin-top: 130px; }
.ht-training-panel + .ht-training-panel { margin-top: 18px; }
.ht-training-tabs-ready .ht-training-panel { margin-top: 0; }
.ht-training-tabs-ready .ht-training-panel[hidden] { display: none !important; }
.ht-training-panel:focus-visible { outline: 3px solid #1674b9; outline-offset: 3px; }
.ht-training-copy .ht-training-label { color: var(--ht-link-red); font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.ht-home-main .ht-training-copy h3 { font-size: clamp(27px, 2.7vw, 34px); line-height: 1.14; letter-spacing: -.025em; max-width: 530px; }
.ht-training-copy > p:last-child { margin-top: 16px; font-size: 17px; line-height: 1.6; color: #475153; max-width: 540px; }
.ht-training-focus { align-self: stretch; padding: 25px 28px; border-radius: 6px; background: #f3f5f3; display: flex; flex-direction: column; justify-content: center; }
.ht-training-focus h4 { font-family: var(--ht-body); font-size: 16px; font-weight: 600; line-height: 1.4; letter-spacing: 0; margin: 0 0 16px; }
.ht-training-focus ul { list-style: none; padding: 0; margin: 0; }
.ht-training-focus li { position: relative; padding-left: 20px; margin-block: 11px; font-size: 17px; line-height: 1.4; }
.ht-training-focus li::before { content: ''; width: 6px; height: 6px; position: absolute; left: 0; top: .5em; background: var(--ht-red); border-radius: 50%; }
.ht-training-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 22px !important; }
.ht-training-footer > p { font-size: 16px; color: #475153; }
.ht-training-footer .wp-block-button__link { min-height: 48px; font-size: 19px; font-weight: 700; white-space: nowrap; }
@media (max-width: 900px) {
  .ht-training-explorer .ht-training-choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ht-training-panel { padding: 28px; gap: 24px; }
}
@media (max-width: 700px) {
  .ht-training-explorer { padding-block: 40px; }
  .ht-training-heading .ht-training-intro { font-size: 16px; margin-top: 13px; }
  .ht-training-explorer .ht-training-choices { gap: 7px; margin-block: 23px 14px; }
  .ht-training-explorer .ht-training-choices .wp-block-button__link { min-height: 46px; padding: 11px 5px; font-size: 14px; white-space: nowrap; }
  .ht-training-panel { grid-template-columns: minmax(0, 1fr); gap: 22px; padding: 24px 21px; min-height: 440px; }
  .ht-home-main .ht-training-copy h3 { font-size: 28px; }
  .ht-training-copy > p:last-child { font-size: 16px; line-height: 1.55; margin-top: 13px; }
  .ht-training-focus { padding: 19px 20px; }
  .ht-training-focus h4 { margin-bottom: 9px; }
  .ht-training-focus li { font-size: 16px; margin-block: 9px; }
  .ht-training-footer { flex-direction: column; align-items: stretch; gap: 16px; }
  .ht-training-footer > p { font-size: 15px; }
  .ht-training-footer .wp-block-buttons, .ht-training-footer .wp-block-button, .ht-training-footer .wp-block-button__link { width: 100%; }
}

@media (max-width: 380px) {
  .ht-training-explorer .ht-training-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
