/* HALL_AIO_NETWORK_DEMO_STYLE_V2_0_4 */
@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
  Version: 2.0.4
*/

:root {
  --ha-guide: #737373;
  --ha-link: #404040;
  --ha-accent: var(--ha-link);
  --ha-active: #2b2b2b;
  --ha-action: #e0e0e0;
  --ha-ink: #2b2b2b;
  --ha-sub: #666666;
  --ha-paper: #ffffff;
  --ha-bg: #ececec;
  --ha-soft: #f5f5f5;
  --ha-border: #dedede;
  --ha-placeholder: #707070;
  --ha-line: #555555;
  --ha-x: #2b2b2b;
  --ha-radius: 10px;
  --ha-radius-small: 7px;
  --ha-hero-image: none;
}

html { scroll-behavior: smooth; }
body.hall-aio-demo-site {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: var(--ha-bg) !important;
  color: var(--ha-ink);
}

body.hall-aio-demo-site #header-container,
body.hall-aio-demo-site #navi,
body.hall-aio-demo-site .navi,
body.hall-aio-demo-site .breadcrumb,
body.hall-aio-demo-site #sidebar,
body.hall-aio-demo-site .sidebar,
body.hall-aio-demo-site #footer,
body.hall-aio-demo-site .footer,
body.hall-aio-demo-site .footer-bottom,
body.hall-aio-demo-site .mobile-footer-menu-buttons,
body.hall-aio-demo-site .go-to-top-button,
body.hall-aio-demo-site .article-header.entry-header,
body.hall-aio-demo-site .eye-catch-wrap,
body.hall-aio-demo-site .entry-title,
body.hall-aio-demo-site .date-tags,
body.hall-aio-demo-site .post-date,
body.hall-aio-demo-site .post-update,
body.hall-aio-demo-site .author-info,
body.hall-aio-demo-site .sns-share,
body.hall-aio-demo-site .sns-follow,
body.hall-aio-demo-site .under-entry-content,
body.hall-aio-demo-site .pager-post-navi,
body.hall-aio-demo-site .related-entry-heading,
body.hall-aio-demo-site .related-list,
body.hall-aio-demo-site .view-count,
body.hall-aio-demo-site .post-views,
body.hall-aio-demo-site .wpp-views,
body.hall-aio-demo-site .pv-count,
body.hall-aio-demo-site .toc:not(.ha-toc) {
  display: none !important;
}

body.hall-aio-demo-site #content,
body.hall-aio-demo-site .content-in,
body.hall-aio-demo-site #main,
body.hall-aio-demo-site .main,
body.hall-aio-demo-site article,
body.hall-aio-demo-site .article,
body.hall-aio-demo-site .entry-content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.hall-aio-demo-site .content { margin-top: 0 !important; }
body.hall-aio-demo-site .entry-content > * { margin-left: 0; margin-right: 0; }

.ha-shell,
.ha-shell * { box-sizing: border-box; }

.ha-shell {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 414px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 0 70px;
  background: var(--ha-paper);
  color: var(--ha-ink);
  box-shadow: 0 0 34px rgba(0, 0, 0, .2);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.ha-shell a { color: inherit; text-decoration: none; transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ha-shell button,
.ha-shell input,
.ha-shell select { border-radius: var(--ha-radius-small); font: inherit; }
.ha-shell button { cursor: pointer; }
.ha-shell img,
.ha-shell svg { display: block; max-width: 100%; border-radius: var(--ha-radius); }
.ha-shell h1,
.ha-shell h2,
.ha-shell h3,
.ha-shell p,
.ha-shell ul,
.ha-shell ol,
.ha-shell table { margin: 0; }
.ha-shell ul,
.ha-shell ol { padding-left: 1.35em; }

.ha-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 58px;
  padding: 9px 14px;
  background: #fff;
  border-bottom: 1px solid var(--ha-border);
}
body.admin-bar .ha-header { top: 32px; }

.ha-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.ha-mark {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: transparent;
  background: #fff center / contain no-repeat;
  font-size: 0;
}
.ha-brand-copy { min-width: 0; }
.ha-brand-copy b {
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ha-brand-copy span {
  display: block;
  color: var(--ha-sub);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.4;
}
.ha-head-links { display: flex; gap: 5px; }
.ha-desktop-nav { display: none; }
.ha-head-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 10px;
  color: #fff !important;
  background: var(--ha-x);
  border: 1px solid var(--ha-x);
  border-radius: var(--ha-radius-small);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;
}
.ha-head-link--line { background: var(--ha-line); border-color: var(--ha-line); }
.ha-mobile-menu { position: relative; display: none; flex: 0 0 40px; }
.ha-mobile-menu summary {
  display: grid;
  place-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--ha-ink);
  background: #fff;
  border: 1px solid var(--ha-ink);
  border-radius: var(--ha-radius-small);
  cursor: pointer;
  list-style: none;
}
.ha-mobile-menu summary::-webkit-details-marker { display: none; }
.ha-mobile-menu summary span { display: block; width: 19px; height: 2px; background: currentColor; }
.ha-mobile-menu[open] summary { color: #fff; background: var(--ha-ink); }
.ha-mobile-menu nav {
  position: absolute;
  top: 47px;
  right: 0;
  z-index: 80;
  width: min(250px, calc(100vw - 28px));
  background: #fff;
  border: 1px solid var(--ha-ink);
  border-radius: var(--ha-radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(42,42,42,.2);
}
.ha-mobile-menu nav a { position: relative; display: block; padding: 12px 38px 12px 13px; border-bottom: 1px solid var(--ha-border); font-size: 12px; font-weight: 700; }
.ha-mobile-menu nav a:last-child { border-bottom: 0; }
.ha-mobile-menu nav a::after { position: absolute; top: 50%; right: 14px; color: var(--ha-accent); content: "›"; font-size: 21px; transform: translateY(-50%); }

.ha-hero {
  position: relative;
  isolation: isolate;
  min-height: 232px;
  padding: 54px 16px 22px;
  overflow: hidden;
  color: #fff;
  background-color: var(--ha-ink);
  background-image: var(--ha-hero-image);
  background-position: center 54%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ha-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: rgba(0, 0, 0, .56);
}
.ha-hero > * { position: relative; z-index: 1; }
.ha-hero__image-note {
  position: absolute;
  top: 12px;
  right: 12px;
  max-width: calc(100% - 24px);
  padding: 5px 8px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 6px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.45;
}
.ha-hero h1 {
  max-width: 330px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.42;
}
.ha-hero p {
  max-width: 320px;
  margin-top: 9px;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  line-height: 1.75;
}
.ha-hero strong { color: #fff; font-weight: 700; }
.ha-hero-actions {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}
.ha-hero-actions a {
  padding: 8px 11px;
  color: #fff;
  background: rgba(0,0,0,.46);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: var(--ha-radius-small);
  font-size: 11px;
  font-weight: 700;
}
.ha-hero-actions a.is-primary,
.ha-hero-actions a:first-child { color: var(--ha-ink); background: var(--ha-action); border-color: var(--ha-action); }

.ha-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--ha-border);
}
.ha-kpi {
  padding: 12px 6px;
  text-align: center;
  border-right: 1px solid var(--ha-border);
}
.ha-kpi:last-child { border-right: 0; }
.ha-kpi b {
  display: block;
  color: var(--ha-accent);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}
.ha-kpi span { color: var(--ha-sub); font-size: 9.5px; font-weight: 700; }

.ha-quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 8px 14px;
  padding: 1px;
  overflow: hidden;
  background: var(--ha-border);
  border-radius: var(--ha-radius);
}
.ha-quick a {
  display: grid;
  align-content: center;
  min-height: 84px;
  padding: 10px 5px;
  color: var(--ha-ink);
  background: #fff;
  border-top: 3px solid var(--ha-accent);
  text-align: center;
}
.ha-quick a:nth-child(1) { border-top-color: var(--ha-guide); }
.ha-quick a:nth-child(2) { border-top-color: var(--ha-active); }
.ha-quick a:nth-child(3) { border-top-color: var(--ha-action); }
.ha-quick b { font-size: 12px; font-weight: 700; line-height: 1.4; }
.ha-quick span { margin-top: 2px; color: var(--ha-sub); font-size: 9px; }
.ha-quick--section-nav a::after { margin-top: 3px; color: var(--ha-link); content: "↓"; font-size: 13px; font-weight: 700; line-height: 1; }

.ha-finder {
  padding: 18px 14px;
  color: var(--ha-ink);
  background: var(--ha-soft);
  border-top: 1px solid var(--ha-border);
  border-bottom: 1px solid var(--ha-border);
}
.article .ha-finder h2 {
  margin: 0;
  padding: 0;
  color: var(--ha-ink);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 18px;
  font-weight: 700;
}
.ha-finder p { margin-top: 4px; color: var(--ha-sub); font-size: 11px; }
.ha-tabs { display: flex; width: min(100%, 620px); gap: 0; margin-top: 14px; overflow-x: auto; border-bottom: 1px solid var(--ha-border); scrollbar-width: none; }
.ha-tabs::-webkit-scrollbar { display: none; }
.ha-tab {
  flex: 1 0 84px;
  min-height: 39px;
  padding: 8px 11px;
  color: var(--ha-ink);
  background: #fff;
  border: 1px solid var(--ha-border);
  border-right: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  font-size: 10.5px;
  font-weight: 700;
}
.ha-tab:first-child { border-radius: var(--ha-radius-small) 0 0 0; }
.ha-tab:last-child { border-right: 1px solid var(--ha-border); border-radius: 0 var(--ha-radius-small) 0 0; }
.ha-tab.is-active { color: #fff; background: var(--ha-active); border-color: var(--ha-active); border-bottom-color: var(--ha-active); }
.ha-inline-filter-status { margin-top: 7px !important; color: var(--ha-sub); font-size: 10px !important; }
.ha-search-row { display: grid; width: min(100%, 620px); grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.ha-search-row a,
.ha-search-row button { position: relative; min-height: 44px; padding: 10px 34px 10px 12px; color: var(--ha-ink); background: #fff; border: 1px solid var(--ha-border); border-radius: var(--ha-radius-small); text-align: left; font-size: 11px; font-weight: 700; }
.ha-search-row a::after,
.ha-search-row button::after { position: absolute; top: 50%; right: 13px; color: var(--ha-link); content: "›"; font-size: 20px; transform: translateY(-52%); }

.ha-section {
  margin-top: 8px;
  padding: 0 0 18px;
  background: #fff;
  border-top: 1px solid var(--ha-border);
  border-bottom: 1px solid var(--ha-border);
}
.ha-section[id] { scroll-margin-top: 76px; }
.ha-ribbon-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; padding-right: 12px; }
.ha-ribbon,
.article .ha-ribbon {
  display: inline-block;
  max-width: calc(100% - 18px);
  padding: 7px 30px 7px 14px;
  color: #fff;
  background: var(--ha-ink);
  border: 0;
  box-shadow: none;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.ha-badge { display: none !important; }
.ha-lead { padding: 0 14px 11px; color: var(--ha-sub); font-size: 12px; line-height: 1.85; }
.ha-body { padding: 0 14px; }
.ha-body > * + * { margin-top: 12px; }

.ha-card {
  display: block;
  padding: 13px;
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius);
}
.ha-card + .ha-card { border-top: 1px solid var(--ha-border); }
.ha-card b { display: block; font-size: 13.5px; font-weight: 700; line-height: 1.5; }
.ha-card p,
.ha-card span { display: block; margin-top: 4px; color: var(--ha-sub); font-size: 10.5px; line-height: 1.65; }
.ha-card-link { position: relative; padding-right: 36px; }
.ha-card-link::after { position: absolute; top: 50%; right: 14px; color: var(--ha-accent); content: "›"; font-size: 24px; font-weight: 700; transform: translateY(-50%); }
.ha-card-static { background: var(--ha-soft); }
.ha-store-card-list { display: grid; gap: 10px; }
.ha-store-card-list > * + * { margin-top: 0; }
.ha-store-card-list [hidden] { display: none !important; }
.ha-store-list-toggle {
  display: block;
  width: calc(100% - 28px);
  margin: 13px 14px 0;
  padding: 10px 12px;
  color: var(--ha-ink);
  background: var(--ha-action);
  border: 2px solid var(--ha-action);
  border-radius: var(--ha-radius-small);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
.ha-store-list-toggle::after { margin-left: 7px; content: "＋"; }
.ha-store-list-toggle[aria-expanded="true"]::after { content: "−"; }
.ha-store-list-toggle:hover,
.ha-store-list-toggle:focus-visible { color: #fff; background: var(--ha-ink); border-color: var(--ha-ink); }
.ha-store-list-toggle[hidden] { display: none !important; }

.ha-scroll { display: flex; gap: 8px; padding: 0 14px 5px; overflow-x: auto; scrollbar-width: none; }
.ha-scroll::-webkit-scrollbar { display: none; }
.ha-machine {
  min-width: 155px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius);
}
.ha-machine-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: 92px;
  overflow: hidden;
  padding: 24px 10px 8px;
  color: #fff;
  background: var(--ha-placeholder);
  text-align: center;
}
.ha-machine-visual::before { display: none; }
.ha-machine-visual::after { content: "機種画像"; font-size: 10px; line-height: 1.45; }
.ha-machine-visual[data-label]::after { content: attr(data-label); }
.ha-rank { position: absolute; z-index: 2; top: 0; left: 0; padding: 4px 7px; color: #fff; background: var(--ha-active); font-size: 9px; font-weight: 700; }
.ha-machine-body { padding: 9px 10px 11px; }
.ha-machine-body b { display: block; font-size: 12.5px; font-weight: 700; line-height: 1.45; }
.ha-machine-body span { display: block; margin-top: 3px; color: var(--ha-sub); font-size: 9.5px; }

.ha-list { padding: 0 14px; }
.ha-list-row { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--ha-border); }
.ha-list-row:last-child { border-bottom: 0; }
.ha-date { min-width: 58px; padding: 7px 5px; color: var(--ha-ink); background: var(--ha-action); border-radius: var(--ha-radius-small); text-align: center; font-size: 11px; font-weight: 700; line-height: 1.3; }
.ha-list-copy { min-width: 0; }
.ha-list-copy b { display: block; font-size: 12.5px; font-weight: 700; line-height: 1.45; }
.ha-list-copy span { display: block; margin-top: 2px; color: var(--ha-sub); font-size: 10px; line-height: 1.55; }

.ha-feature-list { display: grid; gap: 10px; }
.ha-feature-card {
  position: relative;
  min-height: 88px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius);
  box-shadow: 0 4px 14px rgba(42,42,42,.06);
}
.ha-feature-card .ha-date {
  align-self: stretch;
  display: grid;
  place-content: center;
  min-width: 70px;
  padding: 9px 7px;
  background: var(--ha-soft);
  border-right: 1px solid var(--ha-border);
  border-radius: 0;
}
.ha-feature-card .ha-list-copy { padding: 13px 38px 13px 3px; }
a.ha-feature-card::after { position: absolute; top: 50%; right: 15px; color: var(--ha-link); content: "›"; font-size: 24px; font-weight: 700; transform: translateY(-52%); }
.ha-feature-list--static .ha-feature-card { background: var(--ha-soft); box-shadow: none; }
.ha-feature-list--static .ha-feature-card .ha-date { background: var(--ha-action); }

.ha-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; background: var(--ha-border); border: 1px solid var(--ha-border); border-radius: var(--ha-radius); }
.ha-grid > * { min-width: 0; padding: 12px 9px; background: #fff; }
.ha-grid > a { border-bottom: 2px solid var(--ha-accent); }
.ha-grid b { display: block; font-size: 12px; font-weight: 700; line-height: 1.4; }
.ha-grid span { display: block; margin-top: 3px; color: var(--ha-sub); font-size: 9.5px; line-height: 1.55; }
.ha-grid--3 { grid-template-columns: repeat(3, 1fr); }
.ha-icon { display: block; margin-bottom: 5px; font-size: 20px; line-height: 1; }

.ha-table { width: 100%; overflow: hidden; border-collapse: separate; border-spacing: 0; border: 1px solid var(--ha-border); border-radius: var(--ha-radius); font-size: 11px; line-height: 1.65; }
.ha-table th,
.ha-table td { padding: 10px 9px; border: 1px solid var(--ha-border); text-align: left; vertical-align: top; }
.ha-table th { width: 31%; background: var(--ha-soft); font-weight: 700; }
.ha-table thead th { width: auto; color: #fff; background: var(--ha-ink); }
.ha-table strong { color: var(--ha-accent); }
.ha-table a,
.ha-prose p a,
.ha-body > p a { color: var(--ha-accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.ha-article-head { padding: 15px 14px 17px; border-bottom: 1px solid var(--ha-border); }
.ha-breadcrumb { color: var(--ha-sub); font-size: 9.5px; line-height: 1.55; }
.ha-breadcrumb a { text-decoration: underline; text-underline-offset: 2px; }
.ha-meta { display: flex; gap: 8px; align-items: center; margin-top: 9px; color: var(--ha-sub); font-size: 10px; }
.ha-meta span { padding: 2px 7px; color: #fff; background: var(--ha-active); border-radius: var(--ha-radius-small); font-weight: 700; }
.ha-article-head h1 { margin-top: 8px; font-size: 22px; font-weight: 700; line-height: 1.48; }
.ha-article-lead { margin-top: 9px; color: var(--ha-sub); font-size: 12px; line-height: 1.85; }

.ha-visual { display: grid; place-items: center; width: calc(100% - 28px); min-height: 210px; margin: 14px; padding: 20px; color: #fff; background: var(--ha-placeholder); border: 1px solid #4a4a4a; border-radius: var(--ha-radius); text-align: center; }
.ha-visual span { max-width: 28em; font-size: 12px; line-height: 1.7; }
.ha-visual--image { display: block; min-height: 0; padding: 0; overflow: hidden; background: var(--ha-ink); }
.ha-visual--image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 54%; }
.ha-toc { margin: 14px; padding: 13px 14px; background: #f5f5f5; border-left: 4px solid var(--ha-accent); border-radius: 0 var(--ha-radius) var(--ha-radius) 0; }
.ha-toc b { display: block; font-size: 13px; font-weight: 700; }
.ha-toc ol { margin-top: 7px; padding-left: 1.35em; }
.ha-toc li { margin-top: 3px; font-size: 11px; line-height: 1.6; }
.ha-toc a { text-decoration: underline; text-underline-offset: 2px; }

.ha-prose { padding: 0 14px 16px; }
.ha-prose h2,
.article .ha-prose h2 { width: fit-content; max-width: calc(100% + 28px); margin: 20px -14px 11px; padding: 7px 30px 7px 14px; color: #fff; background: var(--ha-ink); border: 0; box-shadow: none; clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%); font-size: 15px; font-weight: 700; line-height: 1.4; }
.ha-prose h3 { margin-top: 17px; padding: 0 0 6px; border-bottom: 2px solid var(--ha-accent); font-size: 14px; font-weight: 700; }
.ha-prose p { margin-top: 9px; color: var(--ha-ink); font-size: 12px; line-height: 1.9; }
.ha-prose ul,
.ha-prose ol { margin-top: 9px; font-size: 12px; line-height: 1.85; }
.ha-answer { margin: 14px 0; padding: 13px; background: var(--ha-soft); border-left: 4px solid var(--ha-accent); border-radius: 0 var(--ha-radius) var(--ha-radius) 0; font-size: 12px; font-weight: 700; line-height: 1.8; }
.ha-sample-note { margin-top: 18px; padding: 11px 12px; color: var(--ha-sub); background: var(--ha-soft); border-left: 3px solid var(--ha-ink); font-size: 10.5px; line-height: 1.75; }

.ha-flow { border-left: 3px solid var(--ha-accent); }
.ha-flow-step { position: relative; padding: 0 0 15px 18px; }
.ha-flow-step::before { position: absolute; top: 4px; left: -8px; width: 13px; height: 13px; content: ""; background: var(--ha-accent); }
.ha-flow-step b { display: block; font-size: 12.5px; font-weight: 700; }
.ha-flow-step span { display: block; margin-top: 2px; color: var(--ha-sub); font-size: 10.5px; }

.ha-faq details { margin: 0 14px; border-bottom: 1px solid var(--ha-border); }
.ha-faq summary { position: relative; display: flex; gap: 8px; align-items: center; min-height: 48px; padding: 12px 36px 12px 0; cursor: pointer; list-style: none; font-size: 12.5px; font-weight: 700; line-height: 1.6; }
.ha-faq summary::-webkit-details-marker { display: none; }
.ha-faq summary::before { display: grid; place-items: center; width: 21px; height: 21px; flex: 0 0 21px; color: #fff; background: var(--ha-active); content: "Q"; font-size: 10px; font-weight: 700; }
.ha-faq summary::after { position: absolute; top: 50%; right: 4px; display: grid; place-items: center; width: 28px; height: 28px; color: var(--ha-ink); content: "+"; font-size: 22px; font-weight: 400; line-height: 1; transform: translateY(-50%); transition: transform .2s ease, color .2s ease; }
.ha-faq details[open] summary::after { content: "−"; }
.ha-faq details::details-content { block-size: 0; overflow: hidden; opacity: 0; transition: block-size .22s ease, opacity .18s ease; }
.ha-faq details[open]::details-content { block-size: auto; opacity: 1; }
.ha-faq details p { padding: 0 0 13px 29px; color: var(--ha-sub); font-size: 11px; line-height: 1.85; }

.ha-cta { margin: 0 14px; padding: 15px; color: #fff; background: var(--ha-ink); border-radius: var(--ha-radius); }
.ha-cta b { display: block; font-size: 14px; font-weight: 700; }
.ha-cta p { margin-top: 4px; color: rgba(255,255,255,.78); font-size: 10.5px; }
.ha-cta-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 10px; overflow: hidden; background: rgba(255,255,255,.35); border-radius: var(--ha-radius-small); }
.ha-cta-links a { padding: 10px 7px; background: #fff; border: 1px solid #fff; color: var(--ha-ink); text-align: center; font-size: 11px; font-weight: 700; }
.ha-cta-links .is-line { color: #fff; background: var(--ha-line); border-color: var(--ha-line); }
.ha-cta-links .is-x { color: #fff; background: var(--ha-x); border-color: var(--ha-x); }

.ha-member-grid { display: grid; gap: 10px; padding: 0 14px; }
.ha-member-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius);
  box-shadow: 0 4px 14px rgba(42,42,42,.05);
}
.ha-member-icon { position: relative; display: block; width: 44px; height: 44px; background: var(--ha-soft); border: 1px solid var(--ha-border); border-radius: var(--ha-radius-small); }
.ha-member-icon--card::before { position: absolute; top: 12px; left: 9px; width: 24px; height: 16px; content: ""; border: 2px solid currentColor; border-radius: 2px; }
.ha-member-icon--card::after { position: absolute; top: 17px; left: 13px; width: 16px; height: 2px; content: ""; background: currentColor; box-shadow: 0 5px 0 currentColor; }
.ha-member-icon--line::before { position: absolute; top: 10px; left: 10px; width: 22px; height: 17px; content: ""; border: 2px solid currentColor; border-radius: 5px; }
.ha-member-icon--line::after { position: absolute; top: 24px; left: 16px; width: 8px; height: 8px; content: ""; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; transform: skewY(-34deg); }
.ha-member-copy { min-width: 0; }
.ha-member-copy b { display: block; font-size: 13.5px; font-weight: 700; line-height: 1.5; }
.ha-member-copy p { margin-top: 4px; color: var(--ha-sub); font-size: 10.5px; line-height: 1.65; }
.ha-member-action { display: inline-block; margin-top: 8px; color: var(--ha-link); border-bottom: 1px solid currentColor; font-size: 10.5px; font-weight: 700; line-height: 1.5; }

.ha-entry-grid,
.ha-news { display: grid; gap: 10px; padding: 0 14px; }
.ha-entry-grid > * + * { margin-top: 0; }
.ha-entry-card,
.ha-news a { position: relative; display: block; min-height: 108px; padding: 14px 38px 14px 14px; background: #fff; border: 1px solid var(--ha-border); border-radius: var(--ha-radius); box-shadow: 0 4px 14px rgba(42,42,42,.05); }
.ha-entry-card::after,
.ha-news a::after { position: absolute; top: 50%; right: 14px; color: var(--ha-link); content: "›"; font-size: 24px; font-weight: 700; transform: translateY(-50%); }
.ha-entry-card > span:not(.ha-entry-meta),
.ha-news a > span:not(.ha-news-meta) { display: block; margin-top: 4px; color: var(--ha-sub); font-size: 10.5px; line-height: 1.65; }
.ha-news time { display: block; color: var(--ha-sub); font-size: 9.5px; }
.ha-entry-card b,
.ha-news b { display: block; margin-top: 5px; font-size: 12.5px; font-weight: 700; line-height: 1.55; }
.ha-news-meta { display: flex; align-items: center; gap: 7px; }
.ha-news-tag { display: inline-block; padding: 1px 6px; color: #fff; background: var(--ha-ink); border-radius: var(--ha-radius-small); font-size: 8.5px; font-weight: 700; line-height: 1.6; }
.ha-news-tag.is-store { color: #fff; background: var(--ha-guide); }
.ha-news-tag.is-group { color: #fff; background: var(--ha-active); }

.ha-topic-list { display: grid; gap: 12px; padding: 0 14px; }
.ha-topic-card { overflow: hidden; background: #fff; border: 1px solid var(--ha-border); border-radius: var(--ha-radius); }
.ha-topic-card > a { display: block; }
.ha-topic-thumb { display: grid; place-items: center; aspect-ratio: 16 / 9; overflow: hidden; color: #fff; background: var(--ha-placeholder); text-align: center; font-size: 10.5px; }
.ha-topic-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; border-radius: 0; }
.ha-topic-card__body { padding: 11px 12px 13px; }
.ha-topic-card__meta { display: flex; flex-wrap: wrap; gap: 4px 9px; color: var(--ha-sub); font-size: 9.5px; line-height: 1.5; }
.ha-topic-card__body b { display: block; margin-top: 5px; font-size: 13px; font-weight: 700; line-height: 1.55; }
.ha-topic-card__more { display: inline-block; margin-top: 7px; color: var(--ha-accent); border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; }
.ha-topics-empty { padding: 0 14px; color: var(--ha-sub); font-size: 11px; }

.ha-more { display: block; margin: 13px 14px 0; padding: 10px; color: var(--ha-ink) !important; background: var(--ha-action); border: 2px solid var(--ha-action); border-radius: var(--ha-radius-small); text-align: center; font-size: 12px; font-weight: 700; }
.ha-map { position: relative; min-height: 170px; overflow: hidden; background-color: #eee; background-image: linear-gradient(#d4d4d4 1px,transparent 1px),linear-gradient(90deg,#d4d4d4 1px,transparent 1px); background-size: 24px 24px; border: 1px solid var(--ha-border); border-radius: var(--ha-radius); }
.ha-map::before { position: absolute; top: 50%; left: 50%; width: 22px; height: 22px; content: ""; background: var(--ha-accent); clip-path: polygon(50% 100%, 10% 38%, 18% 12%, 50% 0, 82% 12%, 90% 38%); transform: translate(-50%,-70%); }
.ha-map::after { position: absolute; top: 50%; left: 50%; content: "サンプル所在地"; padding: 4px 7px; color: #fff; background: var(--ha-ink); font-size: 9.5px; font-weight: 700; transform: translate(-50%,18px); }

.ha-footer { margin-top: auto; padding: 20px 14px 24px; color: #b7b7b7; background: var(--ha-ink); font-size: 10px; line-height: 1.85; }
.ha-footer b { display: block; color: #fff; font-size: 12px; }
.ha-footer-links { display: flex; flex-wrap: wrap; gap: 7px 12px; margin-top: 9px; }
.ha-footer-links a { color: #d0d0d0; text-decoration: underline; text-underline-offset: 2px; }
.ha-caution { margin-top: 11px; padding-top: 10px; border-top: 1px solid #454545; color: #8f8f8f; font-size: 9px; }

.ha-bottom {
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 414px);
  min-height: 66px;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid var(--ha-border);
  box-shadow: 0 -5px 16px rgba(0,0,0,.08);
}
.ha-bottom a { display: grid; place-items: center; align-content: center; gap: 2px; padding: 7px 3px 8px; border-right: 1px solid var(--ha-border); font-size: 9.5px; font-weight: 700; line-height: 1.25; text-align: center; }
.ha-bottom a:last-child { border-right: 0; }
.ha-bottom a.is-primary { color: #fff; background: var(--ha-ink); box-shadow: inset 0 3px 0 var(--ha-active); }
.ha-bottom span { font-size: 17px; line-height: 1; }

.ha-store-dialog {
  width: min(calc(100% - 28px), 386px);
  max-height: min(760px, calc(100vh - 40px));
  margin: auto;
  padding: 0;
  overflow: auto;
  color: var(--ha-ink);
  background: #fff;
  border: 1px solid var(--ha-border);
  border-radius: var(--ha-radius);
  box-shadow: 0 20px 60px rgba(42,42,42,.28);
}
.ha-store-dialog::backdrop { background: rgba(42,42,42,.62); }
.ha-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; color: #fff; background: var(--ha-ink); border-top: 4px solid var(--ha-guide); }
.article .ha-dialog-head h2 { margin: 0; padding: 0; color: #fff; background: transparent; border: 0; font-size: 16px; font-weight: 700; }
.ha-dialog-close { width: 34px; height: 34px; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.55); font-size: 21px; line-height: 1; }
.ha-dialog-body { padding: 14px; }
.ha-search-field { display: block; }
.ha-search-field > span { display: block; margin-bottom: 4px; font-size: 10.5px; font-weight: 700; }
.ha-search-field input,
.ha-search-field select { width: 100%; min-height: 42px; padding: 8px 9px; color: var(--ha-ink); background: #fff; border: 1px solid #c0c0c0; border-radius: var(--ha-radius-small); font-size: 12px; }
.ha-filter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 10px; }
.ha-search-status { margin-top: 12px !important; color: var(--ha-sub); font-size: 10px; }
.ha-search-results { margin-top: 7px; overflow: hidden; border: 1px solid var(--ha-border); border-radius: var(--ha-radius); }
.ha-search-results > * { display: block; padding: 10px 8px; background: var(--ha-soft); border-bottom: 1px solid var(--ha-border); }
.ha-search-results > a { position: relative; padding-right: 30px; background: #fff; }
.ha-search-results > a::after { position: absolute; top: 50%; right: 10px; color: var(--ha-accent); content: "›"; font-size: 20px; transform: translateY(-50%); }
.ha-search-results b { display: block; font-size: 12px; font-weight: 700; line-height: 1.5; }
.ha-search-results span { display: block; margin-top: 2px; color: var(--ha-sub); font-size: 9.5px; }
.ha-search-results [hidden] { display: none !important; }
.ha-dialog-reset { width: 100%; margin-top: 12px; padding: 9px; color: var(--ha-ink); background: #fff; border: 1px solid var(--ha-ink); border-radius: var(--ha-radius-small); font-size: 11px; font-weight: 700; }

.ha-shell a:focus-visible,
.ha-shell button:focus-visible,
.ha-shell input:focus-visible,
.ha-shell select:focus-visible,
.ha-shell summary:focus-visible { outline: 3px solid rgba(115,115,115,.42); outline-offset: 2px; }
.ha-head-link:not(.ha-head-link--line):focus-visible { color: var(--ha-x) !important; background: #fff; border-color: var(--ha-x); }
.ha-head-link--line:focus-visible { color: var(--ha-line) !important; background: #fff; border-color: var(--ha-line); }
.ha-cta-links .is-line:focus-visible { color: var(--ha-line); background: #fff; border-color: var(--ha-line); }
.ha-cta-links .is-x:focus-visible { color: var(--ha-x); background: #fff; border-color: var(--ha-x); }

@media (hover: hover) {
  .ha-hero-actions a:hover,
  .ha-more:hover,
  .ha-search-row a:hover,
  .ha-search-row button:hover,
  .ha-dialog-reset:hover { color: #fff !important; background: var(--ha-ink); border-color: var(--ha-ink); }
  .ha-tab:hover { color: #fff; background: var(--ha-active); border-color: var(--ha-active); }
  .ha-quick a:hover,
  .ha-card-link:hover,
  .ha-entry-card:hover,
  .ha-news a:hover,
  a.ha-feature-card:hover,
  .ha-member-card:hover,
  .ha-grid > a:hover,
  .ha-search-results > a:hover { color: #fff; background: var(--ha-ink); }
  .ha-card-link:hover p,
  .ha-card-link:hover span,
  .ha-entry-card:hover > span,
  .ha-news a:hover > span,
  .ha-member-card:hover p,
  .ha-member-card:hover .ha-member-action,
  .ha-grid > a:hover span,
  .ha-search-results > a:hover span { color: rgba(255,255,255,.76); }
  .ha-card-link:hover::after,
  .ha-entry-card:hover::after,
  .ha-news a:hover::after,
  a.ha-feature-card:hover::after,
  .ha-search-results > a:hover::after { color: #fff; }
  .ha-member-card:hover .ha-member-icon { color: #fff; background: transparent; border-color: rgba(255,255,255,.56); }
  .ha-footer-links a:hover { color: #fff; }
  .ha-mobile-menu nav a:hover { color: #fff; background: var(--ha-ink); }
  .ha-mobile-menu nav a:hover::after { color: #fff; }
  .ha-head-link:not(.ha-head-link--line):hover { color: var(--ha-x) !important; background: #fff; border-color: var(--ha-x); }
  .ha-head-link--line:hover { color: var(--ha-line) !important; background: #fff; border-color: var(--ha-line); }
  .ha-cta-links .is-line:hover { color: var(--ha-line); background: #fff; border-color: var(--ha-line); }
  .ha-cta-links .is-x:hover { color: var(--ha-x); background: #fff; border-color: var(--ha-x); }
  .ha-desktop-nav a:hover { color: #fff; background: var(--ha-ink); }
  .ha-topic-card > a:hover { background: var(--ha-soft); }
}

.ha-entry-card:active,
.ha-news a:active,
.ha-member-card:active,
a.ha-feature-card:active { transform: translateY(1px); }

@media screen and (max-width: 782px) {
  body.admin-bar .ha-header { top: 46px; }
}

/* WordPress switches the mobile admin bar to absolute positioning at 600px. */
@media screen and (max-width: 600px) {
  body.admin-bar .ha-header { top: 0; }
}

@media screen and (max-width: 959px) {
  .ha-header .ha-head-links { display: none; }
  .ha-mobile-menu { display: block; }
}

@media screen and (min-width: 600px) {
  .ha-shell {
    width: calc(100% - 32px);
    max-width: 860px;
    padding-bottom: 0;
  }
  .ha-header { min-height: 64px; padding: 11px 20px; }
  .ha-bottom { display: none; }
  .ha-hero { min-height: 330px; padding: 104px 32px 36px; }
  .ha-hero h1 { max-width: 520px; font-size: 30px; }
  .ha-hero p { max-width: 500px; font-size: 13.5px; }
  .ha-hero-actions { gap: 9px; margin-top: 18px; }
  .ha-hero-actions a { padding: 10px 14px; font-size: 12px; }
  .ha-kpi { padding: 16px 10px; }
  .ha-kpi b { font-size: 20px; }
  .ha-kpi span { font-size: 10.5px; }
  .ha-quick { margin: 14px 24px; }
  .ha-quick a { min-height: 94px; }
  .ha-finder { padding: 24px; }
  .ha-tabs { flex-wrap: nowrap; overflow-x: auto; }
  .ha-section { margin-top: 14px; padding-bottom: 25px; }
  .ha-ribbon-row { margin-bottom: 15px; padding-right: 24px; padding-left: 24px; }
  .ha-ribbon,
  .article .ha-ribbon { padding: 8px 34px 8px 24px; font-size: 17px; }
  .ha-lead { padding: 0 24px 14px; font-size: 13px; }
  .ha-body { padding-right: 24px; padding-left: 24px; }
  .ha-store-card-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ha-store-list-toggle { width: min(calc(100% - 48px), 420px); margin: 16px auto 0; }
  .ha-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    padding: 0 24px 5px;
    overflow: visible;
  }
  .ha-machine { min-width: 0; }
  .ha-machine-visual { height: 125px; }
  .ha-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 12px;
    padding: 0 24px;
    background: transparent;
  }
  .ha-list-row { padding: 14px; background: #fff; border: 1px solid var(--ha-border); border-left: 4px solid var(--ha-guide); border-radius: var(--ha-radius); }
  .ha-feature-card { min-height: 98px; padding: 0; border-left: 1px solid var(--ha-border); }
  .ha-feature-card .ha-date { min-width: 76px; }
  .ha-feature-card .ha-list-copy { padding: 15px 42px 15px 4px; }
  .ha-topic-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0 24px; }
  .ha-store-topic-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ha-store-topic-links > * + * { margin-top: 0; }
  .ha-entry-grid,
  .ha-news { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-right: 24px; padding-left: 24px; }
  .ha-member-grid { width: min(calc(100% - 48px), 820px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-right: auto; margin-left: auto; padding: 0; }
  .ha-faq details { margin-right: 24px; margin-left: 24px; }
  .ha-cta { margin-right: 24px; margin-left: 24px; }
  .ha-more { width: min(calc(100% - 48px), 420px); margin-right: auto; margin-left: auto; }
  .ha-article-head { padding: 26px 32px; }
  .ha-article-head h1 { font-size: 28px; }
  .ha-visual { width: calc(100% - 64px); margin: 24px 32px; }
  .ha-toc { width: min(calc(100% - 64px), 760px); margin: 20px auto; }
  .ha-prose { width: min(calc(100% - 64px), 760px); margin: 0 auto; padding: 0 0 28px; }
  .ha-prose h2,
  .article .ha-prose h2 { max-width: 100%; margin: 28px 0 13px; padding-left: 18px; }
  .ha-footer { padding: 26px 24px 30px; }
}

@media screen and (min-width: 960px) {
  body { padding: 0; }
  .ha-shell {
    width: calc(100% - 48px);
    max-width: 1180px;
    box-shadow: 0 0 42px rgba(0, 0, 0, .14);
  }
  .ha-header {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) auto;
    align-items: center;
    gap: 12px 24px;
    min-height: 0;
    padding: 14px 28px 0;
  }
  .ha-mark { width: 48px; height: 48px; flex-basis: 48px; }
  .ha-brand-copy b { font-size: 17px; }
  .ha-brand-copy span { font-size: 11px; }
  .ha-head-links { display: flex; justify-content: flex-end; }
  .ha-head-link { min-height: 36px; padding: 7px 13px; font-size: 11px; }
  .ha-mobile-menu { display: none; }
  .ha-desktop-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin: 0 -28px;
    background: #fff;
    border-top: 1px solid var(--ha-border);
    border-bottom: 1px solid var(--ha-border);
  }
  .ha-desktop-nav--store { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .ha-desktop-nav a {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 9px 10px;
    color: var(--ha-ink);
    background: #fff;
    border-right: 1px solid var(--ha-border);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }
  .ha-desktop-nav a:last-child { border-right: 0; }
  .ha-desktop-nav a[aria-current="page"] { color: var(--ha-ink); background: #fff; }
  .ha-desktop-nav a[aria-current="page"]::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    background: var(--ha-active);
  }
  .ha-hero {
    min-height: 430px;
    padding: 150px 56px 54px;
    background-position: center 54%;
  }
  .ha-section[id] { scroll-margin-top: 132px; }
  .ha-hero::before { background: linear-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.24) 100%); }
  .ha-hero__image-note { top: 18px; right: 24px; font-size: 11px; }
  .ha-hero h1 { max-width: 620px; font-size: 38px; line-height: 1.35; }
  .ha-hero p { max-width: 590px; margin-top: 14px; font-size: 15px; line-height: 1.85; }
  .ha-hero-actions { gap: 10px; margin-top: 22px; }
  .ha-hero-actions a { padding: 11px 17px; font-size: 13px; }
  .ha-kpi { padding: 19px 12px; }
  .ha-kpi b { font-size: 23px; }
  .ha-kpi span { font-size: 11px; }
  .ha-quick { margin: 18px 32px; }
  .ha-quick a { min-height: 112px; padding: 16px 10px; }
  .ha-quick b { font-size: 15px; }
  .ha-quick span { margin-top: 5px; font-size: 11px; }
  .ha-finder { padding: 30px 32px; }
  .article .ha-finder h2 { font-size: 24px; }
  .ha-finder p { font-size: 12.5px; }
  .ha-tabs { gap: 0; margin-top: 16px; }
  .ha-tab { padding: 9px 15px; font-size: 12px; }
  .ha-search-row { width: min(100%, 520px); margin-top: 14px; }
  .ha-search-row a,
  .ha-search-row button { padding: 12px; font-size: 12px; }
  .ha-section { margin-top: 18px; padding-bottom: 31px; }
  .ha-ribbon-row { margin-bottom: 18px; padding-right: 32px; padding-left: 32px; }
  .ha-ribbon,
  .article .ha-ribbon { padding: 9px 38px 9px 32px; font-size: 18px; }
  .ha-lead { padding: 0 32px 16px; font-size: 14px; }
  .ha-body { padding-right: 32px; padding-left: 32px; }
  .ha-store-card-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .ha-card { padding: 18px; }
  .ha-card b { font-size: 15.5px; }
  .ha-card p,
  .ha-card span { font-size: 11.5px; }
  .ha-body:has(> .ha-card + .ha-card) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .ha-body:has(> .ha-card + .ha-card) > * + * { margin-top: 0; }
  .ha-body:has(> .ha-card + .ha-card) > .ha-card { border: 1px solid var(--ha-border); }
  .ha-store-list-toggle { width: min(calc(100% - 64px), 360px); margin-top: 18px; padding: 11px 14px; font-size: 13px; }
  .ha-scroll { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; padding: 0 32px 6px; }
  .ha-machine-visual { height: 150px; }
  .ha-machine-body { padding: 13px 14px 15px; }
  .ha-machine-body b { font-size: 14px; }
  .ha-machine-body span { font-size: 10.5px; }
  .ha-list { width: min(calc(100% - 64px), 1040px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-right: auto; margin-left: auto; padding: 0; }
  .ha-list-row { min-height: 96px; padding: 17px 18px; box-shadow: 0 5px 18px rgba(0,0,0,.06); }
  .ha-feature-card { min-height: 112px; padding: 0; }
  .ha-feature-card .ha-date { min-width: 82px; padding: 12px 8px; }
  .ha-feature-card .ha-list-copy { padding: 17px 46px 17px 4px; }
  .ha-date { min-width: 66px; padding: 9px 7px; font-size: 12px; }
  .ha-list-copy b { font-size: 14px; }
  .ha-list-copy span { font-size: 11px; }
  .ha-grid > * { padding: 17px 15px; }
  .ha-grid b { font-size: 14px; }
  .ha-grid span { font-size: 11px; }
  .ha-table { font-size: 13px; }
  .ha-table th,
  .ha-table td { padding: 13px 14px; }
  .ha-topic-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 0 32px; }
  .ha-store-topic-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .ha-topic-card__body { padding: 14px 15px 17px; }
  .ha-topic-card__body b { font-size: 15px; }
  .ha-entry-grid,
  .ha-news { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .ha-news { width: min(calc(100% - 64px), 1040px); margin-right: auto; margin-left: auto; padding: 0; background: transparent; }
  .ha-entry-card,
  .ha-news a { min-height: 140px; padding: 18px 44px 18px 18px; box-shadow: 0 5px 18px rgba(42,42,42,.06); }
  .ha-entry-card b,
  .ha-news b { font-size: 14px; }
  .ha-member-grid { width: min(calc(100% - 64px), 900px); gap: 16px; }
  .ha-member-card { min-height: 138px; padding: 20px; }
  .ha-member-copy b { font-size: 15px; }
  .ha-member-copy p { font-size: 11.5px; }
  .ha-faq details { margin-right: 32px; margin-left: 32px; }
  .ha-faq summary { min-height: 58px; font-size: 14px; }
  .ha-faq details p { font-size: 12.5px; }
  .ha-cta { margin-right: 32px; margin-left: 32px; padding: 20px; }
  .ha-cta b { font-size: 16px; }
  .ha-cta p { font-size: 11.5px; }
  .ha-more { width: min(calc(100% - 64px), 360px); margin-top: 18px; padding: 11px 14px; font-size: 13px; }
  .ha-article-head { width: min(calc(100% - 64px), 1040px); margin: 0 auto; padding: 36px 0 30px; }
  .ha-breadcrumb { font-size: 11px; }
  .ha-meta { font-size: 11px; }
  .ha-article-head h1 { margin-top: 11px; font-size: 34px; }
  .ha-article-lead { font-size: 14px; }
  .ha-visual { width: min(calc(100% - 64px), 960px); margin: 28px auto; }
  .ha-toc { width: min(calc(100% - 64px), 900px); margin: 22px auto; padding: 17px 20px; }
  .ha-toc b { font-size: 15px; }
  .ha-toc li { font-size: 12.5px; }
  .ha-prose { width: min(calc(100% - 64px), 900px); padding-bottom: 34px; }
  .ha-prose h2,
  .article .ha-prose h2 { margin-top: 34px; padding: 9px 38px 9px 20px; font-size: 20px; }
  .ha-prose h3 { margin-top: 25px; font-size: 17px; }
  .ha-prose p,
  .ha-prose ul,
  .ha-prose ol { font-size: 14px; line-height: 2; }
  .ha-store-dialog { width: min(calc(100% - 64px), 720px); }
  .ha-dialog-body { padding: 22px; }
  .ha-search-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--ha-border); }
  .ha-search-results > * { border: 0; }
  .ha-footer { padding: 34px 40px 42px; font-size: 11px; }
  .ha-footer b { font-size: 15px; }
}

@media screen and (max-width: 414px) {
  .ha-shell { max-width: none; box-shadow: none; }
  .ha-header .ha-brand { max-width: calc(100% - 52px); }
  .ha-header .ha-head-links { display: none; }
  .ha-mobile-menu { display: block; }
  .ha-article-head h1 { font-size: clamp(19px, 5.5vw, 22px); }
  .ha-hero h1 { font-size: clamp(20px, 6vw, 23px); }
  .ha-hero { min-height: 224px; padding-top: 52px; }
  .ha-hero__image-note { right: 10px; max-width: calc(100% - 20px); font-size: 10px; }
}

@media (hover: hover) and (min-width: 960px) {
  .ha-desktop-nav a:hover,
  .ha-desktop-nav a[aria-current="page"]:hover { color: #fff; background: var(--ha-ink); }
}

@media (prefers-reduced-motion: reduce) {
  .ha-faq details::details-content,
  .ha-faq summary::after { transition: none; }
}

@media screen and (max-width: 350px) {
  .ha-grid--3 { grid-template-columns: 1fr; }
  .ha-head-link { padding-right: 7px; padding-left: 7px; }
  .ha-brand-copy span { display: none; }
}


/* Keep the canonical shell centered after scoping the Cocoon reset selector. */
body.hall-aio-demo-site .entry-content > .ha-shell {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Remove the per-site Cocoon content-width wrapper only on the two demo sites. */
body.hall-aio-demo-site #container,
body.hall-aio-demo-site .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Cocoon's logged-in PV/debug strip is not part of either public demo. */
body.hall-aio-demo-site #admin-panel { display: none !important; }
/* HALL_AIO_DAMZ_SAMPLE_OVERRIDES_V1_0_4 */
.ha-mark {
  background-image: url("/?hall_aio_damz_asset_v104=symbol") !important;
}
.ha-demo-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  align-items: center;
  padding: 10px 14px;
  color: var(--ha-ink);
  background: #f2f2f2;
  border-bottom: 1px solid var(--ha-border);
  font-size: 10.5px;
  line-height: 1.55;
}
.ha-demo-banner b {
  padding: 4px 7px;
  color: #fff;
  background: var(--ha-ink);
  border-radius: var(--ha-radius-small);
  white-space: nowrap;
}
.ha-demo-banner span { color: var(--ha-sub); }
.ha-main { display: block; min-width: 0; }
.ha-source-note {
  padding: 10px 12px;
  color: var(--ha-sub);
  background: var(--ha-soft);
  border-left: 4px solid var(--ha-guide);
  border-radius: var(--ha-radius-small);
  font-size: 11px;
}
.ha-placeholder-visual {
  display: grid;
  place-content: center;
  gap: 8px;
  min-height: 180px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 45%),
    #343434;
  text-align: center;
}
.ha-placeholder-visual b { font-size: 17px; }
.ha-placeholder-visual span { max-width: 520px; color: rgba(255,255,255,.76); font-size: 11px; }
.ha-footer-logo {
  display: block;
  width: 88px;
  height: 30px;
  background: transparent url("/?hall_aio_damz_asset_v104=logo") center / contain no-repeat;
}
.ha-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.ha-footer-brand b { color: #fff; }
.ha-footer nav { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 12px; }
.ha-footer nav a { text-decoration: underline; text-underline-offset: 3px; }
body.hall-aio-demo-site .site-header:not(.ha-header),
body.hall-aio-demo-site .site-footer:not(.ha-footer),
body.hall-aio-demo-site .wp-site-blocks > header,
body.hall-aio-demo-site .wp-site-blocks > footer,
body.hall-aio-demo-site .wp-block-post-title,
body.hall-aio-demo-site .wp-block-post-featured-image {
  display: none !important;
}
body.hall-aio-demo-site .wp-site-blocks,
body.hall-aio-demo-site main.wp-block-group,
body.hall-aio-demo-site .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 599px) {
  .ha-demo-banner { grid-template-columns: 1fr; }
  .ha-demo-banner b { width: fit-content; }
}
