/*
 * Happy Cloud Child Kadence Theme v9.1
 * Responsive home, archive, blog, and managed information pages.
 * All colors are derived from Kadence global palette variables; all typography
 * inherits the existing Kadence/Customizer font settings.
 */

:root{
  --hc91-accent:var(--global-palette1);
  --hc91-accent-2:var(--global-palette2);
  --hc91-heading:var(--global-palette3);
  --hc91-text:var(--global-palette4);
  --hc91-secondary:var(--global-palette5);
  --hc91-muted:var(--global-palette6);
  --hc91-surface:var(--global-palette7);
  --hc91-on-accent:var(--global-palette8);
  --hc91-page:var(--global-palette9);
  --hc91-soft:var(--global-palette10);
  --hc91-success:var(--global-palette11);
  --hc91-info:var(--global-palette12);
  --hc91-danger:var(--global-palette13);
  --hc91-warning:var(--global-palette14);
  --hc91-rating:var(--global-palette15);
  --hc91-line:color-mix(in srgb,var(--hc91-muted) 28%,var(--hc91-surface));
  --hc91-line-strong:color-mix(in srgb,var(--hc91-muted) 44%,var(--hc91-surface));
  --hc91-shadow:0 12px 34px color-mix(in srgb,var(--hc91-heading) 7%,transparent);
  --hc91-shadow-hover:0 20px 48px color-mix(in srgb,var(--hc91-heading) 12%,transparent);
}

.hc-v91-home,.hc-v91-archive,.hc-v91-blog-directory,.hc-info-page{min-height:60vh;background:var(--hc91-page);color:var(--hc91-text);font-family:inherit;overflow:hidden}
.hc-v91-home *,.hc-v91-archive *,.hc-v91-blog-directory *,.hc-info-page *{box-sizing:border-box}
.hc-v91-container{width:min(100% - 28px,1240px);margin-inline:auto}
.hc-v91-eyebrow{margin:0 0 9px!important;color:var(--hc91-accent)!important;font-size:11px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.09em!important;text-transform:uppercase!important}
.hc-v91-btn{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 18px;border:1px solid var(--hc91-line-strong);border-radius:12px;background:var(--hc91-surface);color:var(--hc91-heading)!important;text-decoration:none!important;font-size:13px;font-weight:800;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.hc-v91-btn:hover{transform:translateY(-1px);border-color:var(--hc91-accent);box-shadow:var(--hc91-shadow)}
.hc-v91-btn.is-primary{border-color:var(--hc91-accent);background:var(--hc91-accent);color:var(--hc91-on-accent)!important}
.hc-v91-btn.is-light{border-color:color-mix(in srgb,var(--hc91-on-accent) 35%,transparent);background:var(--hc91-on-accent);color:var(--hc91-accent)!important}

/* Homepage */
.hc-v91-home-top{padding-top:18px}
.hc-v91-home .apk1-category-rail{display:flex;gap:8px;overflow-x:auto;margin:0 0 14px;padding:0 0 4px;scrollbar-width:none;white-space:nowrap}
.hc-v91-home .apk1-category-rail::-webkit-scrollbar{display:none}
.hc-v91-home .apk1-category-rail a{flex:0 0 auto;display:inline-flex;min-height:38px;align-items:center;padding:0 13px;border:1px solid var(--hc91-line);border-radius:999px;background:var(--hc91-surface);color:var(--hc91-secondary);text-decoration:none;font-size:11px;font-weight:750}
.hc-v91-home .apk1-category-rail a:first-child,.hc-v91-home .apk1-category-rail a:hover{border-color:color-mix(in srgb,var(--hc91-accent) 30%,var(--hc91-line));background:var(--hc91-soft);color:var(--hc91-accent)}
.hc-v91-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);min-height:410px;overflow:hidden;border:1px solid var(--hc91-line);border-radius:24px;background:linear-gradient(135deg,color-mix(in srgb,var(--hc91-heading) 94%,var(--hc91-accent)),var(--hc91-heading));box-shadow:var(--hc91-shadow)}
.hc-v91-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,5vw,64px)}
.hc-v91-hero-copy .hc-v91-eyebrow{color:color-mix(in srgb,var(--hc91-on-accent) 68%,var(--hc91-accent))!important}
.hc-v91-hero-copy h1{max-width:760px;margin:0 0 15px!important;color:var(--hc91-on-accent)!important;font-size:clamp(38px,5vw,68px)!important;line-height:.98!important;letter-spacing:-.045em!important}
.hc-v91-hero-copy>p:not(.hc-v91-eyebrow){max-width:650px;margin:0!important;color:color-mix(in srgb,var(--hc91-on-accent) 73%,transparent)!important;font-size:15px!important;line-height:1.7!important}
.hc-v91-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.hc-v91-hero-actions .hc-v91-btn:not(.is-primary){border-color:color-mix(in srgb,var(--hc91-on-accent) 28%,transparent);background:color-mix(in srgb,var(--hc91-on-accent) 10%,transparent);color:var(--hc91-on-accent)!important}
.hc-v91-hero-media{min-width:0;padding:28px 28px 28px 0}.hc-v91-hero-media>a{position:relative;display:block;width:100%;height:100%;min-height:350px;overflow:hidden;border:1px solid color-mix(in srgb,var(--hc91-on-accent) 20%,transparent);border-radius:20px;background:color-mix(in srgb,var(--hc91-on-accent) 10%,transparent);text-decoration:none}.hc-v91-hero-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block}.hc-v91-hero-media>a>span{position:absolute;left:16px;right:16px;bottom:16px;display:grid;gap:3px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--hc91-on-accent) 18%,transparent);border-radius:13px;background:color-mix(in srgb,var(--hc91-heading) 72%,transparent);backdrop-filter:blur(12px);color:var(--hc91-on-accent)}.hc-v91-hero-media>a>span small{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.72}.hc-v91-hero-media>a>span strong{font-size:16px}.hc-v91-hero-empty{display:grid;height:100%;place-items:center;color:var(--hc91-on-accent)}.hc-v91-hero-empty svg{width:72px;height:72px;opacity:.7}
.hc-v91-popular-strip{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:14px;margin-top:14px;padding:14px;border:1px solid var(--hc91-line);border-radius:18px;background:var(--hc91-surface);box-shadow:0 5px 18px color-mix(in srgb,var(--hc91-heading) 4%,transparent)}
.hc-v91-popular-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.hc-v91-popular-links{display:grid;align-content:center;gap:6px;padding-left:14px;border-left:1px solid var(--hc91-line)}.hc-v91-popular-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px;padding:0 8px;border-radius:8px;color:var(--hc91-secondary);text-decoration:none;font-size:11px;font-weight:750}.hc-v91-popular-links a:hover{background:var(--hc91-soft);color:var(--hc91-accent)}
.hc-v91-section{padding:58px 0}.hc-v91-section+.hc-v91-section{padding-top:10px}.hc-v91-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.hc-v91-section-head h2{margin:0!important;color:var(--hc91-heading)!important;font-size:clamp(27px,3vw,38px)!important;line-height:1.08!important;letter-spacing:-.035em!important}.hc-v91-section-head>a{color:var(--hc91-accent)!important;text-decoration:none!important;font-size:12px;font-weight:800;white-space:nowrap}
.hc-v91-feature-layout{display:grid;grid-template-columns:minmax(0,1fr) 252px;gap:18px;align-items:start}.hc-v91-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hc-v91-home-side{display:grid;gap:5px;padding:15px;border:1px solid var(--hc91-line);border-radius:18px;background:var(--hc91-surface);box-shadow:var(--hc91-shadow)}.hc-v91-home-side h3{margin:0 0 8px!important;color:var(--hc91-heading)!important;font-size:16px!important}.hc-v91-home-side>a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:0 10px;border-radius:10px;color:var(--hc91-secondary);text-decoration:none;font-size:12px;font-weight:700}.hc-v91-home-side>a:hover{background:var(--hc91-soft);color:var(--hc91-accent)}.hc-v91-home-side b{min-width:28px;padding:2px 7px;border-radius:999px;background:var(--hc91-soft);color:var(--hc91-muted);text-align:center;font-size:10px}
.hc-v91-callout{display:grid;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:24px;margin-top:6px;margin-bottom:56px;padding:clamp(28px,5vw,52px);border-radius:22px;background:linear-gradient(135deg,var(--hc91-accent),var(--hc91-accent-2));box-shadow:0 18px 42px color-mix(in srgb,var(--hc91-accent) 20%,transparent);color:var(--hc91-on-accent)}.hc-v91-callout .hc-v91-eyebrow{color:color-mix(in srgb,var(--hc91-on-accent) 78%,transparent)!important}.hc-v91-callout h2{margin:0 0 8px!important;color:var(--hc91-on-accent)!important;font-size:clamp(27px,4vw,44px)!important;line-height:1.05!important;letter-spacing:-.04em!important}.hc-v91-callout p:not(.hc-v91-eyebrow){max-width:720px;margin:0 0 20px!important;color:color-mix(in srgb,var(--hc91-on-accent) 82%,transparent)!important;font-size:14px!important;line-height:1.65!important}.hc-v91-callout-art{display:grid;width:150px;height:150px;place-items:center;justify-self:end;border:1px solid color-mix(in srgb,var(--hc91-on-accent) 20%,transparent);border-radius:32px;background:color-mix(in srgb,var(--hc91-on-accent) 10%,transparent);color:var(--hc91-on-accent);transform:rotate(5deg)}.hc-v91-callout-art svg{width:58px;height:58px}.hc-v91-latest-section{padding-top:0}.hc-v91-latest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.hc-v91-home-blog{padding-top:12px;padding-bottom:70px}

/* Reusable cards */
.hc-v91-card{display:flex;min-width:0;height:100%;flex-direction:column;overflow:hidden;border:1px solid var(--hc91-line);border-radius:17px;background:var(--hc91-surface);box-shadow:0 5px 18px color-mix(in srgb,var(--hc91-heading) 4%,transparent);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.hc-v91-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--hc91-accent) 26%,var(--hc91-line));box-shadow:var(--hc91-shadow-hover)}
.hc-v91-card-media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--hc91-soft);text-decoration:none}.hc-v91-card-media img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .24s ease}.hc-v91-card:hover .hc-v91-card-media img{transform:scale(1.025)}.hc-v91-media-fallback{display:grid;width:100%;height:100%;place-items:center;color:var(--hc91-muted)}.hc-v91-media-fallback svg{width:40px;height:40px}
.hc-v91-card-body{display:flex;flex:1;flex-direction:column;padding:15px}.hc-v91-card-kicker{margin-bottom:7px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.hc-v91-card-kicker a,.hc-v91-card-kicker span{color:var(--hc91-accent)!important;text-decoration:none!important}.hc-v91-card h2{margin:0 0 8px!important;color:var(--hc91-heading)!important;font-size:18px!important;line-height:1.28!important;letter-spacing:-.02em!important}.hc-v91-card h2 a{color:inherit!important;text-decoration:none!important}.hc-v91-card-body>p{display:-webkit-box;margin:0 0 14px!important;overflow:hidden;color:var(--hc91-secondary)!important;font-size:12px!important;line-height:1.6!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}.hc-v91-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px 10px;margin-top:auto;padding-top:11px;border-top:1px solid var(--hc91-line);color:var(--hc91-muted);font-size:10px;font-weight:700}.hc-v91-card-link{margin-left:auto;color:var(--hc91-accent);font-weight:800}.hc-v91-card.is-compact h2{font-size:16px!important}.hc-v91-card.is-compact .hc-v91-card-body>p{-webkit-line-clamp:2}.hc-v91-mini{display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:9px;min-width:0;padding:8px;border-radius:12px;color:var(--hc91-heading)!important;text-decoration:none!important}.hc-v91-mini:hover{background:var(--hc91-soft)}.hc-v91-mini-media{display:grid;width:50px;height:50px;place-items:center;overflow:hidden;border:1px solid var(--hc91-line);border-radius:11px;background:var(--hc91-soft)}.hc-v91-mini-media img{width:100%!important;height:100%!important;object-fit:cover!important}.hc-v91-mini-media svg{width:22px;height:22px;color:var(--hc91-muted)}.hc-v91-mini-copy{display:grid;min-width:0;gap:3px}.hc-v91-mini-copy strong{overflow:hidden;font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.hc-v91-mini-copy small{overflow:hidden;color:var(--hc91-muted);font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}

/* Archives and Blog */
.hc-v91-archive-hero{padding:54px 0 42px;border-bottom:1px solid var(--hc91-line);background:linear-gradient(180deg,var(--hc91-soft),var(--hc91-page))}.hc-v91-archive-hero h1{max-width:880px;margin:0 0 12px!important;color:var(--hc91-heading)!important;font-size:clamp(36px,5vw,58px)!important;line-height:1.02!important;letter-spacing:-.045em!important}.hc-v91-archive-desc{max-width:760px;margin:0!important;color:var(--hc91-secondary)!important;font-size:14px!important;line-height:1.7!important}.hc-v91-archive-content,.hc-v91-blog-content{padding:34px 0 70px}.hc-v91-archive-layout,.hc-v91-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:22px;align-items:start}.hc-v91-archive-maincol,.hc-v91-blog-main{min-width:0}.hc-v91-results-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:17px}.hc-v91-results-head span{display:block;margin-bottom:3px;color:var(--hc91-muted);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hc-v91-results-head h2{margin:0!important;color:var(--hc91-heading)!important;font-size:25px!important;line-height:1.15!important}.hc-v91-view-icons{display:flex;gap:4px}.hc-v91-view-icons i{display:block;width:30px;height:30px;border:1px solid var(--hc91-line);border-radius:8px;background:var(--hc91-surface)}.hc-v91-view-icons i:first-child{background:var(--hc91-heading)}.hc-v91-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hc-v91-sidebar{display:grid;gap:14px;position:sticky;top:20px}.hc-v91-side-search{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:0;padding:6px;border:1px solid var(--hc91-line);border-radius:14px;background:var(--hc91-surface)}.hc-v91-side-search input{min-width:0;height:42px!important;margin:0!important;padding:0 10px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:var(--hc91-heading)!important;font:inherit!important;font-size:16px!important}.hc-v91-side-search button{display:grid;width:42px;height:42px;place-items:center;margin:0;padding:0;border:0;border-radius:10px;background:var(--hc91-heading);color:var(--hc91-on-accent);cursor:pointer}.hc-v91-side-search button svg{width:18px;height:18px}.hc-v91-side-box{padding:15px;border:1px solid var(--hc91-line);border-radius:17px;background:var(--hc91-surface);box-shadow:0 5px 18px color-mix(in srgb,var(--hc91-heading) 4%,transparent)}.hc-v91-side-box h2{margin:0 0 10px!important;color:var(--hc91-heading)!important;font-size:15px!important}.hc-v91-side-links{display:grid;gap:3px}.hc-v91-side-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding:0 8px;border-radius:9px;color:var(--hc91-secondary)!important;text-decoration:none!important;font-size:11px;font-weight:700}.hc-v91-side-links a:hover{background:var(--hc91-soft);color:var(--hc91-accent)!important}.hc-v91-side-links b{min-width:26px;padding:2px 6px;border-radius:999px;background:var(--hc91-soft);color:var(--hc91-muted);text-align:center;font-size:9px}.hc-v91-side-mini{display:grid;gap:4px}.hc-v91-side-mini .hc-v91-mini{grid-template-columns:44px minmax(0,1fr);padding:6px}.hc-v91-side-mini .hc-v91-mini-media{width:44px;height:44px}.hc-v91-pagination{margin-top:28px}.hc-v91-pagination .nav-links,.hc-v91-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}.hc-v91-pagination .page-numbers{display:grid;min-width:38px;height:38px;place-items:center;padding:0 10px;border:1px solid var(--hc91-line);border-radius:9px;background:var(--hc91-surface);color:var(--hc91-secondary)!important;text-decoration:none!important;font-size:11px;font-weight:800}.hc-v91-pagination .page-numbers.current,.hc-v91-pagination a.page-numbers:hover{border-color:var(--hc91-heading);background:var(--hc91-heading);color:var(--hc91-on-accent)!important}.hc-v91-empty{padding:40px 20px;border:1px dashed var(--hc91-line-strong);border-radius:16px;background:var(--hc91-surface);color:var(--hc91-muted);text-align:center}
.hc-v91-blog-search{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:620px;gap:8px;margin-top:22px;padding:6px;border:1px solid var(--hc91-line);border-radius:14px;background:var(--hc91-surface)}.hc-v91-blog-search input{min-width:0;height:44px!important;margin:0!important;padding:0 10px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:var(--hc91-heading)!important;font:inherit!important;font-size:16px!important}.hc-v91-blog-search button{min-height:44px;padding:0 18px;border:0;border-radius:10px;background:var(--hc91-accent);color:var(--hc91-on-accent);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.hc-v91-blog-featured{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:28px}.hc-v91-blog-featured .hc-v91-card-media{aspect-ratio:16/8}.hc-v91-blog-layout{margin-top:0}.hc-v91-blog-list{display:grid;gap:13px}.hc-v91-blog-list .hc-v91-card{display:grid;grid-template-columns:180px minmax(0,1fr)}.hc-v91-blog-list .hc-v91-card-media{height:100%;min-height:150px;aspect-ratio:auto}.hc-v91-blog-list .hc-v91-card-body{padding:14px 16px}.hc-v91-blog-editor-copy{max-width:860px;margin:46px auto 0;padding:26px;border:1px solid var(--hc91-line);border-radius:18px;background:var(--hc91-surface)}

/* Managed About / Contact / legal pages. Content stays editable in WordPress. */
.hc-info-hero{padding:52px 0 40px;border-bottom:1px solid var(--hc91-line);background:linear-gradient(135deg,color-mix(in srgb,var(--hc91-heading) 96%,var(--hc91-accent)),var(--hc91-heading))}.hc-info-hero .hc-v91-eyebrow{color:color-mix(in srgb,var(--hc91-on-accent) 70%,var(--hc91-accent))!important}.hc-info-hero h1{max-width:920px;margin:0 0 11px!important;color:var(--hc91-on-accent)!important;font-size:clamp(38px,5vw,60px)!important;line-height:1!important;letter-spacing:-.045em!important}.hc-info-intro{max-width:760px;margin:0!important;color:color-mix(in srgb,var(--hc91-on-accent) 76%,transparent)!important;font-size:14px!important;line-height:1.7!important}.hc-info-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;align-items:start;padding-top:38px;padding-bottom:72px}.hc-info-nav{position:sticky;top:20px;display:grid;gap:3px;padding:13px;border:1px solid var(--hc91-line);border-radius:16px;background:var(--hc91-surface)}.hc-info-nav>strong{padding:8px 9px;color:var(--hc91-heading);font-size:12px}.hc-info-nav a{display:flex;min-height:39px;align-items:center;padding:0 9px;border-radius:9px;color:var(--hc91-secondary)!important;text-decoration:none!important;font-size:11px;font-weight:700}.hc-info-nav a:hover,.hc-info-nav a[aria-current="page"]{background:var(--hc91-soft);color:var(--hc91-accent)!important}.hc-info-content{min-width:0;max-width:850px}.hc-info-content>h2{margin:34px 0 10px!important;color:var(--hc91-heading)!important;font-size:clamp(22px,3vw,30px)!important;line-height:1.2!important;letter-spacing:-.025em!important}.hc-info-content>h2:first-child{margin-top:0!important}.hc-info-content p,.hc-info-content li{color:var(--hc91-text)!important;font-size:15px!important;line-height:1.8!important}.hc-info-content ul,.hc-info-content ol{padding-left:1.25em}.hc-info-content a{color:var(--hc91-accent)}
.hc-contact-form-wrap{margin:24px 0 34px;padding:18px;border:1px solid var(--hc91-line);border-radius:18px;background:var(--hc91-surface);box-shadow:var(--hc91-shadow)}.hc-contact-form{display:grid;gap:13px}.hc-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hc-contact-form p{display:grid;gap:6px;margin:0!important}.hc-contact-form label{color:var(--hc91-heading);font-size:11px;font-weight:800}.hc-contact-form input,.hc-contact-form textarea{width:100%;margin:0!important;border:1px solid var(--hc91-line)!important;border-radius:11px!important;background:var(--hc91-page)!important;box-shadow:none!important;color:var(--hc91-heading)!important;font:inherit!important;font-size:16px!important}.hc-contact-form input{height:48px!important;padding:0 12px!important}.hc-contact-form textarea{min-height:150px;padding:12px!important;resize:vertical}.hc-contact-form input:focus,.hc-contact-form textarea:focus{border-color:var(--hc91-accent)!important;outline:2px solid color-mix(in srgb,var(--hc91-accent) 20%,transparent)!important;outline-offset:1px}.hc-contact-form button{min-height:48px;padding:0 20px;border:0;border-radius:11px;background:var(--hc91-accent);color:var(--hc91-on-accent);font:inherit;font-size:13px;font-weight:800;cursor:pointer}.hc-contact-hp{position:absolute!important;left:-9999px!important}.hc-contact-notice{margin-bottom:13px;padding:11px 12px;border:1px solid var(--hc91-line);border-radius:10px;background:var(--hc91-soft);font-size:12px;font-weight:700}.hc-contact-notice.is-success{border-color:color-mix(in srgb,var(--hc91-success) 38%,var(--hc91-line));color:var(--hc91-success)}.hc-contact-notice.is-error{border-color:color-mix(in srgb,var(--hc91-danger) 38%,var(--hc91-line));color:var(--hc91-danger)}

@media(max-width:1080px){
  .hc-v91-hero{grid-template-columns:minmax(0,1fr) 42%}.hc-v91-hero-copy{padding:40px}.hc-v91-hero-media{padding:22px 22px 22px 0}.hc-v91-feature-layout{grid-template-columns:1fr}.hc-v91-home-side{grid-template-columns:repeat(4,minmax(0,1fr));position:static}.hc-v91-home-side h3{grid-column:1/-1}.hc-v91-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hc-v91-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .hc-v91-container{width:min(100% - 22px,760px)}.hc-v91-hero{grid-template-columns:1fr}.hc-v91-hero-copy{padding:34px 28px 24px}.hc-v91-hero-media{padding:0 18px 18px}.hc-v91-hero-media>a{min-height:250px}.hc-v91-popular-strip{grid-template-columns:1fr}.hc-v91-popular-links{grid-template-columns:repeat(3,minmax(0,1fr));padding:9px 0 0;border-left:0;border-top:1px solid var(--hc91-line)}.hc-v91-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hc-v91-home-side{grid-template-columns:repeat(2,minmax(0,1fr))}.hc-v91-callout{grid-template-columns:1fr auto}.hc-v91-callout-art{width:110px;height:110px}.hc-v91-archive-layout,.hc-v91-blog-layout{grid-template-columns:1fr}.hc-v91-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.hc-v91-side-search{grid-column:1/-1}.hc-v91-blog-list .hc-v91-card{grid-template-columns:160px minmax(0,1fr)}.hc-info-shell{grid-template-columns:1fr;gap:20px}.hc-info-nav{position:static;display:flex;overflow-x:auto;gap:6px;padding:9px;scrollbar-width:none}.hc-info-nav::-webkit-scrollbar{display:none}.hc-info-nav>strong{display:none}.hc-info-nav a{flex:0 0 auto;border:1px solid var(--hc91-line);border-radius:999px;padding:0 13px}
}
@media(max-width:620px){
  .hc-v91-container{width:min(100% - 18px,580px)}.hc-v91-home-top{padding-top:10px}.hc-v91-hero{min-height:0;border-radius:20px}.hc-v91-hero-copy{padding:28px 20px 20px}.hc-v91-hero-copy h1{font-size:clamp(35px,11vw,48px)!important}.hc-v91-hero-copy>p:not(.hc-v91-eyebrow){font-size:13px!important}.hc-v91-hero-actions{display:grid;grid-template-columns:1fr 1fr}.hc-v91-hero-media{padding:0 12px 12px}.hc-v91-hero-media>a{min-height:210px;border-radius:15px}.hc-v91-popular-strip{padding:10px;border-radius:15px}.hc-v91-popular-items{grid-template-columns:1fr 1fr}.hc-v91-popular-links{grid-template-columns:1fr}.hc-v91-section{padding:42px 0}.hc-v91-section-head{align-items:flex-start;flex-direction:column;gap:8px}.hc-v91-feature-grid,.hc-v91-latest-grid,.hc-v91-archive-grid,.hc-v91-blog-featured{grid-template-columns:1fr}.hc-v91-home-side{grid-template-columns:1fr 1fr}.hc-v91-callout{grid-template-columns:1fr;margin-bottom:42px;padding:28px 22px}.hc-v91-callout-art{display:none}.hc-v91-card-media{aspect-ratio:16/9}.hc-v91-card-body{padding:14px}.hc-v91-card h2{font-size:17px!important}.hc-v91-archive-hero{padding:38px 0 30px}.hc-v91-archive-hero h1{font-size:clamp(34px,10vw,46px)!important}.hc-v91-archive-content,.hc-v91-blog-content{padding:24px 0 52px}.hc-v91-sidebar{grid-template-columns:1fr}.hc-v91-side-search{grid-column:auto}.hc-v91-view-icons{display:none}.hc-v91-blog-search{grid-template-columns:1fr}.hc-v91-blog-search button{width:100%}.hc-v91-blog-list .hc-v91-card{display:flex;grid-template-columns:none}.hc-v91-blog-list .hc-v91-card-media{min-height:0;aspect-ratio:16/9}.hc-info-hero{padding:38px 0 30px}.hc-info-hero h1{font-size:clamp(34px,10vw,46px)!important}.hc-info-shell{padding-top:24px;padding-bottom:52px}.hc-info-content p,.hc-info-content li{font-size:14px!important}.hc-contact-grid{grid-template-columns:1fr}.hc-contact-form-wrap{padding:13px;border-radius:15px}
}
@media(max-width:390px){.hc-v91-popular-items{grid-template-columns:1fr}.hc-v91-home-side{grid-template-columns:1fr}.hc-v91-hero-actions{grid-template-columns:1fr}.hc-v91-btn{width:100%}}
@media(prefers-reduced-motion:reduce){.hc-v91-home *,.hc-v91-archive *,.hc-v91-blog-directory *,.hc-info-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* v9.1 APK category page — same visual family as archives. */
.hc-v91-category{min-height:60vh;background:var(--hc91-page);color:var(--hc91-text);font-family:inherit;overflow:hidden}
.hc-v91-category *{box-sizing:border-box}
.hc-v91-category-hero{padding:30px 0 42px;border-bottom:1px solid var(--hc91-line);background:linear-gradient(180deg,var(--hc91-soft),var(--hc91-page))}
.hc-v91-breadcrumb{display:flex;align-items:center;gap:7px;overflow-x:auto;margin-bottom:28px;color:var(--hc91-muted);font-size:10px;font-weight:700;white-space:nowrap;scrollbar-width:none}.hc-v91-breadcrumb::-webkit-scrollbar{display:none}.hc-v91-breadcrumb a{color:var(--hc91-secondary)!important;text-decoration:none!important}.hc-v91-breadcrumb b{color:var(--hc91-heading);font-weight:800}
.hc-v91-category-hero h1{max-width:900px;margin:0 0 12px!important;color:var(--hc91-heading)!important;font-size:clamp(38px,5vw,60px)!important;line-height:1!important;letter-spacing:-.045em!important}.hc-v91-category-desc{max-width:780px;margin:0!important;color:var(--hc91-secondary)!important;font-size:14px!important;line-height:1.7!important}.hc-v91-category-chips{display:flex;gap:8px;overflow-x:auto;margin-top:22px;padding-bottom:3px;scrollbar-width:none}.hc-v91-category-chips::-webkit-scrollbar{display:none}.hc-v91-category-chips a{flex:0 0 auto;display:inline-flex;min-height:38px;align-items:center;padding:0 13px;border:1px solid var(--hc91-line);border-radius:999px;background:var(--hc91-surface);color:var(--hc91-secondary)!important;text-decoration:none!important;font-size:11px;font-weight:750}.hc-v91-category-chips a:hover{border-color:var(--hc91-accent);color:var(--hc91-accent)!important}
.hc-v91-category-content{padding:32px 0 70px}.hc-v91-category-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:22px;align-items:start}.hc-v91-category-main{min-width:0}.hc-v91-category-results-head{align-items:center}.hc-v91-category-sort{display:flex;align-items:center;gap:8px}.hc-v91-category-sort label{color:var(--hc91-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.hc-v91-category-sort select{min-width:170px;height:44px;padding:0 36px 0 12px;border:1px solid var(--hc91-line);border-radius:11px;background:var(--hc91-surface);color:var(--hc91-heading);font:inherit;font-size:12px;font-weight:750}.hc-v91-category-sidebar{position:sticky;top:20px;display:grid;gap:14px}.hc-v91-category-sidebar .hc-v91-side-links .is-current{background:var(--hc91-soft);color:var(--hc91-accent)!important}.hc-v91-category-all{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;border:1px solid color-mix(in srgb,var(--hc91-accent) 24%,var(--hc91-line));border-radius:17px;background:linear-gradient(135deg,var(--hc91-soft),var(--hc91-surface));color:var(--hc91-heading)!important;text-decoration:none!important}.hc-v91-category-all span{display:grid;gap:4px}.hc-v91-category-all strong{font-size:12px}.hc-v91-category-all small{color:var(--hc91-muted);font-size:10px;line-height:1.45}.hc-v91-category-all>b{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--hc91-accent);color:var(--hc91-on-accent)}
@media(max-width:900px){.hc-v91-category-layout{grid-template-columns:1fr}.hc-v91-category-sidebar{position:static;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr)}}
@media(max-width:620px){.hc-v91-category-hero{padding:22px 0 30px}.hc-v91-breadcrumb{margin-bottom:20px}.hc-v91-category-hero h1{font-size:clamp(34px,10vw,46px)!important}.hc-v91-category-content{padding:24px 0 52px}.hc-v91-category-results-head{align-items:flex-start}.hc-v91-category-sort{width:100%;align-items:flex-start;flex-direction:column}.hc-v91-category-sort select{width:100%;height:48px;font-size:16px}.hc-v91-category-sidebar{grid-template-columns:1fr}}
