/* ============================================================
   hobbystonequartz.com — Custom CSS
   File:  hobbystonequartz-custom.css
   Theme: SWELL child theme (enqueue via style.css @import or functions.php)
   Date:  2026-06-05

   セクション:
     1. Base            — design tokens / SWELL outer resets
     2. Article Layout  — post_content heading / body text / images
     3. Stones Template — .hsq-stone-spec (DB/template auto-output)
     4. Guide Template  — .hsq-summary-card / .hsq-care-levels
     5. Common Parts    — .hsq-info-card / .hsq-soft-card / .hsq-warning-card
                          .hsq-faq / .hsq-related / .hsq-cta / .hsq-disclaimer / .hsq-author-profile
     6. Mobile          — responsive overrides (≤719px / ≤599px)
     7. Article TOC     — SWELL index_style=double そのまま使用（カスタム不要）
     8. Front Page      — #body_wrap.home (cream bg / header align)
     9. Archive         — #body_wrap.hsq-category-archive (cards / grid)
    10. 404             — #body_wrap.error404 + .hsq-404

   運用ルール:
   - !important は SWELL リセット専用（article body 内では使わない）
   - page-id / postid 依存 CSS は書かない
   - 記事本文内 <style> タグは使わない
   - 変更は このファイルのみ — WordPress 追加CSS・本文 <style>・親テーマ は使わない
   ============================================================ */


/* ============================================================
   1. BASE
   ============================================================ */

/* --- 1a. Design tokens --- */
:root {
  --hsq-cream:     #f6f1e8;
  --hsq-ink:       #1f1c18;
  --hsq-ink-soft:  #302b25;
  --hsq-accent:    #5a4a6e;
  --hsq-taupe:     #7c6f5d;
  --hsq-sand:      #ebe3d3;
  --hsq-sand-deep: #ddd2bb;
  --hsq-hairline:  #dfd6c2;

  --hsq-ff-serif: "Noto Serif Thai", "Cormorant Garamond", serif;
  --hsq-ff-sans:  "Noto Sans Thai", "Inter", system-ui, sans-serif;

  --hsq-wrap-w:    min(1020px, calc(100% - 44px));
  --hsq-content-w: min(760px, 100%);
  --hsq-header-h:  72px;
}

/* --- 1b. Centered container (.hsq-wrap) --- */
.hsq-wrap {
  width: var(--hsq-wrap-w);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* serif heading helper */
.hsq-serif {
  font-family: var(--hsq-ff-serif);
  font-weight: 500;
}

/* --- 1c. SWELL outer resets — article pages --- */

/* Background: warm cream for all article/category/fixed pages */
#body_wrap.hsq-has-article-template,
#body_wrap.hsq-has-article-template #content,
#body_wrap.hsq-has-article-template .l-content,
#body_wrap.hsq-has-article-template .l-mainContent,
#body_wrap.hsq-has-article-template .post_content,
#body_wrap.hsq-category-archive,
#body_wrap.hsq-category-archive #content,
#body_wrap.hsq-category-archive .l-content,
#body_wrap.hsq-fixed-page,
#body_wrap.hsq-fixed-page #content,
#body_wrap.hsq-fixed-page .l-content {
  background: var(--hsq-cream) !important;
  background-color: var(--hsq-cream) !important;
  background-image: none !important;
}

/* Hide SWELL top SNS bar */
#body_wrap.hsq-has-article-template #header .l-header__bar,
#body_wrap.hsq-has-article-template #header .l-header__bar.pc_,
#body_wrap.hsq-has-article-template #header .l-header__barInner,
#body_wrap.hsq-category-archive #header .l-header__bar,
#body_wrap.hsq-category-archive #header .l-header__bar.pc_,
#body_wrap.hsq-category-archive #header .l-header__barInner,
#body_wrap.hsq-fixed-page #header .l-header__bar,
#body_wrap.hsq-fixed-page #header .l-header__bar.pc_,
#body_wrap.hsq-fixed-page #header .l-header__barInner {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

/* Hide SWELL duplicate chrome while keeping title, thumb, and sidebar TOC */
#body_wrap.hsq-has-article-template .p-articleMetas,
#body_wrap.hsq-has-article-template .l-topTitleArea,
#body_wrap.hsq-has-article-template .c-pageTitle,
#body_wrap.hsq-has-article-template .p-articleTitle,
#body_wrap.hsq-has-article-template #pickup_banner,
#body_wrap.hsq-has-article-template .p-pickupBanners,
#body_wrap.hsq-has-article-template .p-articleFoot,
#body_wrap.hsq-has-article-template .c-shareBtns,
#body_wrap.hsq-has-article-template #after_article,
#body_wrap.hsq-has-article-template .l-articleBottom,
#body_wrap.hsq-has-article-template .p-pnLinks,
#body_wrap.hsq-has-article-template .l-articleBottom__section,
#body_wrap.hsq-has-article-template #breadcrumb,
#body_wrap.hsq-has-article-template .p-breadcrumb {
  display: none !important;
}
/* p-indexModal: hidden by default, shown by SWELL JS (toggleIndex) */
#body_wrap.hsq-has-article-template .p-indexModal {
  display: none !important;
}
#body_wrap.hsq-has-article-template .p-indexModal.is-opened {
  display: block !important;
}
#body_wrap.hsq-has-article-template .p-indexModal.is-opened .p-toc {
  display: block !important;
}
/* SP: inline TOC hidden — use FAB button + modal instead */
@media (max-width: 767px) {
  #body_wrap.hsq-has-article-template #main_content .p-toc:not(.-modal),
  #body_wrap.hsq-has-article-template #sidebar .widget_swell_index,
  #body_wrap.hsq-has-article-template #sidebar .p-toc {
    display: none !important;
  }

  #body_wrap.hsq-has-article-template .p-indexModal.is-opened,
  #body_wrap.hsq-has-article-template .p-indexModal.is-opened .p-toc {
    display: block !important;
  }
}

/* Hero eyecatch (p-articleThumb): natural sizing with side borders */
#body_wrap.hsq-has-article-template .p-articleThumb {
  width: min(1020px, calc(100% - 44px));
  max-width: 1020px;
  margin: 0 auto 26px;
  overflow: hidden;
  border-left: 1px solid var(--hsq-hairline);
  border-right: 1px solid var(--hsq-hairline);
  display: block;
}
#body_wrap.hsq-has-article-template .p-articleThumb__img {
  width: 100%;
  height: clamp(260px, 34vw, 430px);
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  #body_wrap.hsq-has-article-template .p-articleThumb {
    width: 100%;
    max-width: none;
    margin: 0 0 22px;
    border-left: 0;
    border-right: 0;
  }
  #body_wrap.hsq-has-article-template .p-articleThumb__img {
    height: 220px;
    max-height: none;
  }
}

/* Category archive: hide term description box */
.hsq-category-archive .p-termHead { display: none !important; }

/* Reset top spacing on article inner; let SWELL control layout widths and sidebar */
#body_wrap.hsq-has-article-template .l-article,
#body_wrap.hsq-has-article-template .post_content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#body_wrap.hsq-has-article-template .post_content > .wp-block-html,
#body_wrap.hsq-has-article-template .post_content .wp-block-html {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* PC header inner alignment */
@media (min-width: 960px) {
  #body_wrap.hsq-has-article-template .l-header__inner.l-container,
  #body_wrap.hsq-has-article-template .l-fixHeader__inner.l-container,
  #body_wrap.hsq-category-archive .l-header__inner.l-container,
  #body_wrap.hsq-category-archive .l-fixHeader__inner.l-container,
  #body_wrap.hsq-fixed-page .l-header__inner.l-container,
  #body_wrap.hsq-fixed-page .l-fixHeader__inner.l-container {
    max-width: 1020px !important;
    width: min(1020px, calc(100% - 96px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #body_wrap.hsq-has-article-template .l-header__logo,
  #body_wrap.hsq-has-article-template .l-fixHeader__logo,
  #body_wrap.hsq-category-archive .l-header__logo,
  #body_wrap.hsq-category-archive .l-fixHeader__logo,
  #body_wrap.hsq-fixed-page .l-header__logo,
  #body_wrap.hsq-fixed-page .l-fixHeader__logo { margin-left: 0 !important; }

  #body_wrap.hsq-has-article-template .l-header__gnav,
  #body_wrap.hsq-category-archive .l-header__gnav,
  #body_wrap.hsq-fixed-page .l-header__gnav,
  #body_wrap.hsq-has-article-template .l-fixHeader__gnav,
  #body_wrap.hsq-category-archive .l-fixHeader__gnav,
  #body_wrap.hsq-fixed-page .l-fixHeader__gnav { margin-left: auto !important; }

  /* PC header: hide Instagram custom button on articles */
  #body_wrap.hsq-has-article-template .l-header__customBtn,
  #body_wrap.hsq-has-article-template .l-header__customBtn a,
  #body_wrap.hsq-has-article-template .l-header__customBtn button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

/* Mobile header alignment */
@media (max-width: 959px) {
  #body_wrap.hsq-has-article-template .l-header__inner.l-container,
  #body_wrap.hsq-category-archive .l-header__inner.l-container,
  #body_wrap.hsq-fixed-page .l-header__inner.l-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  #body_wrap.hsq-has-article-template .l-header__logo,
  #body_wrap.hsq-category-archive .l-header__logo,
  #body_wrap.hsq-fixed-page .l-header__logo { margin-left: 0 !important; }

  #body_wrap.hsq-has-article-template .l-header__customBtn,
  #body_wrap.hsq-category-archive .l-header__customBtn,
  #body_wrap.hsq-fixed-page .l-header__customBtn { margin-left: auto !important; }
}

/* pickup_banner: hide on all managed pages */
#body_wrap.hsq-has-article-template #pickup_banner,
#body_wrap.hsq-has-article-template .p-pickupBanners,
#body_wrap.hsq-category-archive #pickup_banner,
#body_wrap.hsq-category-archive .p-pickupBanners,
#body_wrap.hsq-fixed-page #pickup_banner,
#body_wrap.hsq-fixed-page .p-pickupBanners {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}


/* ============================================================
   2. ARTICLE LAYOUT
   Standard WP blocks inside .post_content on article pages.
   Scoped to #body_wrap.hsq-has-article-template.
   ============================================================ */

/* Article content outer wrapper */
#body_wrap.hsq-has-article-template .post_content {
  font-family: var(--hsq-ff-sans);
  color: var(--hsq-ink-soft);
}

#body_wrap.hsq-has-article-template #content {
  margin-bottom: 40px !important;
  padding-top: 44px !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone #content {
  padding-top: 24px !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-guide #content {
  padding-top: 24px !important;
}

/* SWELL article head: title + HSQ meta + featured image */
#body_wrap.hsq-has-article-template .p-articleHead {
  width: var(--hsq-wrap-w) !important;
  max-width: 1020px !important;
  margin: 18px auto 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

#body_wrap.hsq-has-article-template .c-postTitle {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#body_wrap.hsq-has-article-template .p-articleHead.c-postTitle {
  width: var(--hsq-wrap-w) !important;
  max-width: 1020px !important;
  margin: 18px auto 0 !important;
}

#body_wrap.hsq-has-article-template .c-postTitle__ttl {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-family: var(--hsq-ff-serif) !important;
  font-size: clamp(32px, 5vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  color: var(--hsq-ink) !important;
}

#body_wrap.hsq-stone-title-split.hsq-has-article-template.hsq-article-type-stone .c-postTitle__ttl {
  position: relative !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1.12 !important;
}

#body_wrap.hsq-stone-title-split.hsq-has-article-template.hsq-article-type-stone .c-postTitle__ttl::before,
#body_wrap.hsq-stone-title-split.hsq-has-article-template.hsq-article-type-stone .c-postTitle__ttl::after {
  display: block;
  font-family: var(--hsq-ff-serif);
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
}

#body_wrap.hsq-stone-title-split.hsq-has-article-template.hsq-article-type-stone .c-postTitle__ttl::before {
  color: var(--hsq-ink);
  font-weight: 500;
}

#body_wrap.hsq-stone-title-split.hsq-has-article-template.hsq-article-type-stone .c-postTitle__ttl::after {
  color: #6b5883;
  font-style: italic;
  font-weight: 700;
  white-space: pre-line;
}

@media (max-width: 599px) {
  #body_wrap.hsq-stone-title-split.hsq-has-article-template.hsq-article-type-stone .c-postTitle__ttl::before,
  #body_wrap.hsq-stone-title-split.hsq-has-article-template.hsq-article-type-stone .c-postTitle__ttl::after {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.18;
  }
}

#body_wrap.hsq-has-article-template .c-postTitle__date {
  display: none !important;
}

@media (max-width: 599px) {
  #body_wrap.hsq-has-article-template .c-postTitle__ttl {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.2 !important;
  }
}

#body_wrap.hsq-has-article-template .p-articleThumb {
  display: block !important;
  width: var(--hsq-wrap-w);
  max-width: 1020px;
  margin: 26px auto 38px !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 4px;
  background: var(--hsq-sand);
  box-shadow: none !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .p-articleThumb {
  margin-top: 16px !important;
  margin-bottom: 34px !important;
  border-right: 0 !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-guide .p-articleThumb {
  margin-top: 16px !important;
}

#body_wrap.hsq-has-article-template .p-articleThumb__img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 620px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: none !important;
}

@media (min-width: 960px) {
  #body_wrap.hsq-has-article-template .l-content {
    max-width: none !important;
    width: 100% !important;
    display: block !important;
  }

  #body_wrap.hsq-has-article-template #main_content {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
  }

  #body_wrap.hsq-has-article-template #sidebar {
    display: none !important;
  }

  #body_wrap.hsq-has-article-template #main_content .post_content > .p-toc {
    display: none !important;
  }
}

@media (max-width: 959px) {
  #body_wrap.hsq-has-article-template .p-articleHead,
  #body_wrap.hsq-has-article-template .p-articleThumb {
    width: min(100% - 28px, 1020px) !important;
  }

  #body_wrap.hsq-has-article-template .p-articleThumb {
    margin-bottom: 18px !important;
  }
}

/* Content column width (standard WP blocks) */
#body_wrap.hsq-has-article-template .post_content > *,
#body_wrap.hsq-has-article-template .post_content > .wp-block-paragraph,
#body_wrap.hsq-has-article-template .post_content > .wp-block-heading,
#body_wrap.hsq-has-article-template .post_content > .wp-block-list,
#body_wrap.hsq-has-article-template .post_content > .wp-block-image,
#body_wrap.hsq-has-article-template .post_content > .wp-block-quote,
#body_wrap.hsq-has-article-template .post_content > .wp-block-table {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
  box-sizing: border-box !important;
}

/* Full-bleed blocks (custom HTML sections, figures) */
#body_wrap.hsq-has-article-template .post_content > .wp-block-html,
#body_wrap.hsq-has-article-template .post_content > .art-body,
#body_wrap.hsq-has-article-template .post_content > .wp-block-separator,
#body_wrap.hsq-has-article-template .post_content > figure.wp-block-image.alignfull,
#body_wrap.hsq-has-article-template .post_content > figure.wp-block-image.alignwide {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#body_wrap.hsq-has-article-template .post_content > .art-body {
  width: min(1020px, calc(100% - 44px)) !important;
  max-width: 1020px !important;
  margin: 0 auto !important;
  padding: 48px 0 96px !important;
  box-sizing: border-box !important;
}

#body_wrap.hsq-has-article-template .art-body .content {
  min-width: 0;
}

#body_wrap.hsq-has-article-template .art-body .toc {
  color: var(--hsq-ink);
}

#body_wrap.hsq-has-article-template .art-body .toc h6 {
  margin: 0 0 22px;
  color: var(--hsq-ink);
  font-family: var(--hsq-ff-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

#body_wrap.hsq-has-article-template .art-body .toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#body_wrap.hsq-has-article-template .art-body .toc li {
  margin: 0 0 18px;
  padding: 0;
  line-height: 1.55;
}

#body_wrap.hsq-has-article-template .art-body .toc a {
  display: block;
  color: var(--hsq-taupe);
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
}

#body_wrap.hsq-has-article-template .art-body .toc a:hover {
  color: var(--hsq-accent);
}

@media (min-width: 960px) {
  #body_wrap.hsq-has-article-template .art-body {
    display: grid !important;
    grid-template-columns: 220px minmax(0, 700px) minmax(0, 1fr);
    column-gap: 48px;
    align-items: start;
  }

  #body_wrap.hsq-has-article-template .art-body .toc {
    position: sticky;
    top: calc(var(--hsq-header-h) + 24px);
  }
}

@media (max-width: 959px) {
  #body_wrap.hsq-has-article-template .post_content > .art-body {
    width: min(100% - 28px, 1020px) !important;
    padding: 22px 0 48px !important;
  }

  #body_wrap.hsq-has-article-template .art-body {
    display: block !important;
  }

  #body_wrap.hsq-has-article-template .art-body .toc {
    display: none !important;
  }
}

/* --- H1 (article title) --- */
#body_wrap.hsq-has-article-template .post_content h1,
#body_wrap.hsq-has-article-template .post_content .wp-block-heading.is-style-h1 {
  font-family: var(--hsq-ff-serif) !important;
  font-size: clamp(28px, 5vw, 48px) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  color: var(--hsq-ink) !important;
  letter-spacing: 0 !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* --- H2 — Mineral Vein underline --- */
#body_wrap.hsq-has-article-template .post_content h2 {
  position: relative !important;
  font-family: var(--hsq-ff-serif) !important;
  font-size: clamp(22px, 2.8vw, 32px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  color: var(--hsq-ink) !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  margin: clamp(40px, 5vw, 60px) 0 20px !important;
  padding: 0 0 14px !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

#body_wrap.hsq-has-article-template .post_content h2::before {
  display: none !important;
  content: none !important;
}

#body_wrap.hsq-has-article-template .post_content h2::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 28% !important;
  bottom: 0 !important;
  height: 9px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 12' preserveAspectRatio='none'%3E%3Cpath d='M0 7 C60 2 96 10 150 5 C224 -1 270 11 334 5 C390 0 450 8 520 4' fill='none' stroke='%2376608f' stroke-width='1.1' opacity='.48'/%3E%3Cpath d='M24 10 C80 6 122 12 178 8 C250 4 302 12 374 7' fill='none' stroke='%23d8c6aa' stroke-width='1' opacity='.8'/%3E%3C/svg%3E") center / 100% 100% no-repeat !important;
}

/* --- H3 --- */
#body_wrap.hsq-has-article-template .post_content h3 {
  font-family: var(--hsq-ff-serif) !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: var(--hsq-ink) !important;
  margin: 32px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* --- H4 --- */
#body_wrap.hsq-has-article-template .post_content h4 {
  font-family: var(--hsq-ff-sans) !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: var(--hsq-ink) !important;
  margin: 24px 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Remove SWELL pseudo-element decorations from all headings */
#body_wrap.hsq-has-article-template .post_content h2::before,
#body_wrap.hsq-has-article-template .post_content h3::before,
#body_wrap.hsq-has-article-template .post_content h3::after,
#body_wrap.hsq-has-article-template .post_content h4::before,
#body_wrap.hsq-has-article-template .post_content h4::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

/* --- Body text p / li --- */
#body_wrap.hsq-has-article-template .post_content p,
#body_wrap.hsq-has-article-template .post_content li {
  color: var(--hsq-ink-soft);
  font-size: clamp(16px, 0.45vw + 14px, 18px);
  line-height: 1.9;
  letter-spacing: 0.01em;
}

#body_wrap.hsq-has-article-template .post_content p {
  margin: 0 0 18px;
}

#body_wrap.hsq-has-article-template .post_content ul,
#body_wrap.hsq-has-article-template .post_content ol {
  padding-left: 1.4em;
  margin: 0 0 18px;
}

/* --- Blockquote --- */
#body_wrap.hsq-has-article-template .post_content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--hsq-sand-deep);
  background: var(--hsq-sand);
  color: var(--hsq-taupe);
  font-size: clamp(15px, 0.4vw + 13.5px, 17px);
  line-height: 1.85;
  border-radius: 0 6px 6px 0;
}

#body_wrap.hsq-has-article-template .post_content blockquote p {
  margin: 0;
  color: var(--hsq-taupe);
}

/* SWELL blockquote decoration removal */
#body_wrap.hsq-has-article-template .post_content blockquote::before,
#body_wrap.hsq-has-article-template .post_content blockquote::after {
  content: none !important;
  display: none !important;
}

/* --- Table --- */
#body_wrap.hsq-has-article-template .post_content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin: 24px 0;
}

#body_wrap.hsq-has-article-template .post_content th {
  background: var(--hsq-sand-deep);
  color: var(--hsq-ink);
  font-weight: 600;
  text-align: left;
  padding: 10px 14px;
  border-bottom: 2px solid var(--hsq-hairline);
}

#body_wrap.hsq-has-article-template .post_content td {
  padding: 9px 14px;
  border-bottom: 1px solid var(--hsq-hairline);
  color: var(--hsq-ink-soft);
  vertical-align: top;
  line-height: 1.7;
}

/* --- Figure / Image --- */
#body_wrap.hsq-has-article-template .post_content figure {
  margin: 28px 0;
  border-radius: 6px;
  overflow: hidden;
}

#body_wrap.hsq-has-article-template .post_content figure img,
#body_wrap.hsq-has-article-template .post_content img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0;
}

#body_wrap.hsq-has-article-template .post_content figcaption {
  font-size: 13px;
  color: var(--hsq-taupe);
  margin-top: 8px;
  line-height: 1.6;
  padding: 0 4px;
}

/* --- Links --- */
#body_wrap.hsq-has-article-template .post_content a {
  color: var(--hsq-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

#body_wrap.hsq-has-article-template .post_content a:hover {
  color: var(--hsq-ink);
}

/* --- HR --- */
#body_wrap.hsq-has-article-template .post_content hr {
  border: 0;
  border-top: 1px solid var(--hsq-hairline);
  margin: 40px 0;
}

/* --- Breadcrumb area (prepended by PHP) --- */
.hsq-breadcrumb {
  width: var(--hsq-wrap-w);
  max-width: 1020px;
  margin: 0 auto;
  padding: 12px 0 0;
  box-sizing: border-box;
  font-size: 13px;
  color: var(--hsq-taupe);
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-breadcrumb {
  padding-top: 8px;
}

.hsq-breadcrumb-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}

.hsq-breadcrumb-list .sep {
  color: var(--hsq-taupe);
  user-select: none;
}

.hsq-breadcrumb a {
  color: var(--hsq-taupe);
  text-decoration: none;
}

.hsq-breadcrumb a:hover {
  color: var(--hsq-accent);
}

/* --- Article meta (prepended by PHP) --- */
.hsq-article-lead {
  width: min(760px, var(--hsq-wrap-w));
  max-width: 760px;
  margin: 14px auto 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-family: var(--hsq-ff-sans);
  font-size: clamp(17px, 0.55vw + 16px, 19px) !important;
  line-height: 1.8 !important;
  color: var(--hsq-ink-soft);
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-article-lead,
#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-article-meta {
  width: var(--hsq-wrap-w);
  max-width: 1020px;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-article-lead {
  margin-top: 16px !important;
  max-width: 760px;
  line-height: 1.85 !important;
}

@media (min-width: 1064px) {
  #body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-article-lead {
    margin-left: calc((100% - 1020px) / 2) !important;
    margin-right: auto !important;
  }
}

.hsq-article-meta {
  width: var(--hsq-wrap-w);
  max-width: 1020px;
  margin: 14px auto 0;
  padding: 8px 0 0;
  box-sizing: border-box;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--hsq-taupe);
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.hsq-article-meta .sep {
  opacity: 0.45;
}

@media (max-width: 719px) {
  .hsq-breadcrumb,
  .hsq-article-lead,
  .hsq-article-meta {
    max-width: none;
    width: min(100% - 28px, 1020px);
    padding-left: 0;
    padding-right: 0;
  }

  .hsq-breadcrumb {
    padding-top: 10px;
  }

  .hsq-article-lead {
    margin-top: 12px !important;
    font-size: 16.5px !important;
    line-height: 1.85 !important;
  }

  .hsq-article-meta {
    margin-top: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 6px 10px;
  }

  .hsq-article-meta .sep {
    display: none;
  }
}


/* ============================================================
   3. STONES TEMPLATE
   .hsq-stone-spec — auto-output by DB/template (future)
   Markup pattern:
     <div class="hsq-stone-spec">
       <ul class="hsq-stone-spec__list">
         <li class="hsq-stone-spec__item">🪨 ชื่อหิน: ...</li>
         ...
       </ul>
     </div>
   ============================================================ */

.hsq-stone-spec {
  margin: 20px 0 28px;
  padding: 18px 20px;
  background: var(--hsq-sand);
  border: 1px solid var(--hsq-hairline);
  border-radius: 12px;
}

.hsq-stone-spec__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hsq-stone-spec__item {
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--hsq-ink);
  word-break: keep-all;
  overflow-wrap: anywhere;
}


/* ============================================================
   4. GUIDE TEMPLATE
   .hsq-summary-card  — H1直下・早見カード（guide記事専用）
   .hsq-guide-card    — 汎用ガイドカード
   .hsq-care-levels   — 強調カード・硬度グループ (care記事)
   .hsq-care-level    — 各グループ行
   ============================================================ */

/* Summary Card — H1直下 */
.hsq-summary-card {
  margin: 0 0 32px;
  padding: 18px 20px;
  background: var(--hsq-sand);
  border: 1px solid var(--hsq-hairline);
  border-radius: 10px;
  font-size: clamp(14px, 0.4vw + 13px, 16px);
  line-height: 1.7;
  color: var(--hsq-ink-soft);
}

.hsq-summary-card p,
.hsq-summary-card ul,
.hsq-summary-card li {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.hsq-summary-card ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hsq-summary-card strong {
  color: var(--hsq-ink);
  font-weight: 600;
}

/* Guide Card — general info block */
.hsq-guide-card {
  margin: 24px 0;
  padding: 20px 22px;
  background: var(--hsq-sand);
  border: 1px solid var(--hsq-hairline);
  border-radius: 10px;
}

.hsq-guide-card__title {
  font-family: var(--hsq-ff-serif);
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  color: var(--hsq-ink);
  margin: 0 0 12px;
}

/* Care Levels (強調カード) */
.hsq-care-levels {
  margin: 20px 0 28px;
  padding: 18px 20px;
  background: var(--hsq-sand);
  border: 1px solid var(--hsq-hairline);
  border-radius: 10px;
}

.hsq-care-levels__title {
  font-family: var(--hsq-ff-serif);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 500;
  color: var(--hsq-ink);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--hsq-hairline);
}

.hsq-care-level {
  display: flex;
  gap: 10px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(223, 214, 194, 0.5);
}

.hsq-care-level:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hsq-care-level__icon {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 2px;
  min-width: 24px;
  text-align: center;
}

.hsq-care-level__text {
  min-width: 0;
  flex: 1 1 auto;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--hsq-ink-soft);
  writing-mode: horizontal-tb;
  word-break: normal;
  overflow-wrap: break-word;
}

#body_wrap.hsq-has-article-template .hsq-care-level {
  display: flex !important;
  align-items: flex-start !important;
}

#body_wrap.hsq-has-article-template .hsq-care-level > p {
  display: contents !important;
}

#body_wrap.hsq-has-article-template .hsq-care-level__text {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.hsq-care-level__text strong {
  color: var(--hsq-ink);
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}


/* ============================================================
   5. COMMON PARTS
   ============================================================ */

/* --- 5a. Info Card (.hsq-info-card) — neutral callout --- */
.hsq-info-card {
  margin: 28px 0;
  padding: 18px 20px;
  background: var(--hsq-sand);
  border: 1px solid var(--hsq-hairline);
  border-radius: 8px;
  font-size: clamp(15px, 0.35vw + 13.5px, 17px);
  line-height: 1.85;
  color: var(--hsq-ink-soft);
}

.hsq-info-card p,
.hsq-info-card li { margin: 0; color: inherit; font-size: inherit; line-height: inherit; }
.hsq-info-card ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.hsq-info-card strong { color: var(--hsq-ink); font-weight: 600; }

#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-color-variants {
  display: grid;
  gap: 12px;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-color-variants h3,
#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-color-variants h4 {
  margin-bottom: 2px !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-color-variant {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(230, 223, 204, 0.9);
  border-radius: 8px;
  padding: 12px 14px;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-color-chip {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-radius: 999px;
  border: 1px solid rgba(68, 52, 88, 0.22);
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42);
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-color-variant p {
  margin: 0;
  line-height: 1.7;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .hsq-color-variant strong {
  font-weight: 700;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-note-card h3 {
  margin: 0 0 10px !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid var(--hsq-hairline) !important;
  font-size: clamp(17px, 0.5vw + 15px, 20px) !important;
  line-height: 1.45 !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-note-box {
  width: 100%;
  max-width: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 28px 0;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 22px;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 8px;
  background: #efe7d6;
  box-shadow: none !important;
  color: var(--hsq-ink-soft);
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-note-box .hsq-note-icon {
  flex: 0 0 auto;
  line-height: 1.8;
  margin-top: 0.05em;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-note-box .hsq-note-content {
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(15px, 0.35vw + 13.5px, 17px);
  line-height: 1.8;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-note-box p {
  margin: 0;
  font-size: clamp(15px, 0.35vw + 13.5px, 17px);
  line-height: 1.8;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-note-box strong {
  color: var(--hsq-ink);
  font-weight: 700;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta {
  margin: 34px 0 38px;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 26px 28px !important;
  background: #f6f1e8 !important;
  border: 1px solid #ded4c3;
  border-radius: 8px;
  box-shadow: none;
  color: var(--hsq-ink) !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-grid {
  display: block;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 28px;
  align-items: center;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-body h2,
#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-body .hsq-serif {
  grid-column: 1;
  margin: 0;
  color: var(--hsq-ink) !important;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.28;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-body h2 em,
#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-body .hsq-serif em {
  color: var(--hsq-purple) !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-body p {
  grid-column: 1;
  margin: 0;
  color: rgba(40, 40, 40, 0.82) !important;
  font-size: 15.5px;
  line-height: 1.75;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-row {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  align-self: center;
  justify-self: end;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .btn {
  width: auto;
  min-width: 210px;
  min-height: 46px;
  padding: 12px 18px;
  background: transparent !important;
  border: 1px solid var(--hsq-ink) !important;
  color: var(--hsq-ink) !important;
  box-shadow: none;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .btn *,
#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .btn svg {
  color: currentColor !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-img {
  display: none !important;
}

@media (max-width: 767px) {
  #body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta {
    margin: 28px 0 32px;
  }

  #body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta {
    padding: 22px 18px !important;
  }

  #body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-body {
    display: block;
  }

  #body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-body p {
    margin-top: 10px;
  }

  #body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .hsq-cta-row {
    margin-top: 16px;
  }

  #body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-middle-cta .btn {
    width: 100%;
  }
}

/* --- 5b. Soft Card (.hsq-soft-card) — very light bg card --- */
.hsq-soft-card {
  margin: 24px 0;
  padding: 18px 20px;
  background: rgba(235, 227, 211, 0.45);
  border: 1px solid var(--hsq-hairline);
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--hsq-ink-soft);
}

.hsq-soft-card p,
.hsq-soft-card li { margin: 0; color: inherit; font-size: inherit; line-height: inherit; }

/* --- 5c. Warning Card (.hsq-warning-card) — attention / caveat --- */
.hsq-warning-card {
  margin: 28px 0;
  padding: 18px 20px;
  background: rgba(255, 248, 232, 0.7);
  border: 1px solid rgba(200, 170, 100, 0.4);
  border-left: 3px solid rgba(180, 140, 60, 0.6);
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--hsq-ink-soft);
}

.hsq-warning-card p,
.hsq-warning-card li { margin: 0; color: inherit; font-size: inherit; }
.hsq-warning-card strong { color: #7a5c10; font-weight: 600; }

/* --- 5d. FAQ (.hsq-faq) --- */
.hsq-faq {
  margin: 32px 0;
}

.hsq-faq__item {
  border-top: 1px solid var(--hsq-hairline);
  padding: 20px 0;
}

.hsq-faq__item:last-child {
  border-bottom: 1px solid var(--hsq-hairline);
}

.hsq-faq__q {
  font-family: var(--hsq-ff-serif);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 500;
  color: var(--hsq-ink);
  margin: 0 0 10px;
  line-height: 1.45;
}

.hsq-faq__q::before {
  content: "Q. ";
  color: var(--hsq-accent);
  font-weight: 600;
}

.hsq-faq__a {
  font-size: clamp(15px, 0.4vw + 13.5px, 17px);
  line-height: 1.85;
  color: var(--hsq-ink-soft);
  margin: 0;
}

/* --- 5e. Related cards (.hsq-related) — auto-output by PHP --- */
.hsq-related {
  background: var(--hsq-cream);
  padding: 64px 0 72px;
  border-top: 1px solid var(--hsq-hairline);
}

#body_wrap.hsq-has-article-template .hsq-related,
#body_wrap.hsq-has-article-template .hsq-cta {
  width: 100vw;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

#body_wrap.hsq-has-article-template .hsq-related .hsq-wrap,
#body_wrap.hsq-has-article-template .hsq-cta .hsq-wrap {
  width: min(1020px, calc(100% - 44px));
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 599px) {
  #body_wrap.hsq-has-article-template .hsq-related .hsq-wrap,
  #body_wrap.hsq-has-article-template .hsq-cta .hsq-wrap {
    width: min(100% - 28px, 1020px);
  }
}

.hsq-related .section-head {
  margin-bottom: 30px;
}

.hsq-related .section-head h2,
.hsq-related .section-head .hsq-serif {
  font-family: var(--hsq-ff-serif);
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 500;
  line-height: 1.18;
  color: var(--hsq-ink);
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--hsq-hairline);
  background: transparent;
  box-shadow: none;
}

#body_wrap.hsq-has-article-template .post_content > .hsq-related .section-head h2,
#body_wrap.hsq-has-article-template .post_content > .hsq-related .section-head .hsq-serif {
  font-size: clamp(30px, 3.6vw, 46px) !important;
  line-height: 1.18 !important;
  margin: 0 !important;
  padding: 0 0 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--hsq-hairline) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hsq-related .section-head h2::before,
.hsq-related .section-head h2::after { content: none !important; display: none !important; }

.hsq-related .section-head h2 em,
.hsq-related .section-head .hsq-serif em {
  font-style: italic;
  color: var(--hsq-accent);
}

.related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 600px) {
  .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
}

.related-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: var(--hsq-ink);
}

.related-card .img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  background: var(--hsq-sand-deep);
}

.related-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.related-card:hover .img img {
  transform: scale(1.04);
}

.related-card .cat {
  font-size: 12px;
  color: var(--hsq-accent);
  font-weight: 500;
  letter-spacing: 0.03em;
}

.related-card h4 {
  font-family: var(--hsq-ff-serif);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.45;
  color: var(--hsq-ink);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.related-card h4::before,
.related-card h4::after { content: none !important; display: none !important; }

.related-card .meta {
  font-size: 14px;
  color: var(--hsq-accent);
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}

.related-card .meta:hover {
  color: var(--hsq-ink);
}

/* --- 5f. CTA sections (.hsq-cta) — auto-output by PHP --- */
.hsq-cta {
  background: var(--hsq-ink);
  color: var(--hsq-cream);
  padding: 72px 0;
}

.hsq-cta-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CTA image slot */
.hsq-cta-img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.hsq-cta-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

#body_wrap.hsq-has-article-template .hsq-cta .hsq-cta-img img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
}

@media (min-width: 768px) {
  .hsq-cta-grid.hsq-cta-has-img {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
  .hsq-cta-has-img .hsq-cta-img {
    width: 38%;
  }
  .hsq-cta-has-img .hsq-cta-img img {
    height: 280px;
    border-radius: 6px;
  }

  #body_wrap.hsq-has-article-template .hsq-cta .hsq-cta-has-img .hsq-cta-img img {
    height: 280px !important;
    border-radius: 6px;
  }
}

.hsq-cta-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hsq-cta-body h2,
.hsq-cta-body .hsq-serif {
  font-family: var(--hsq-ff-serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.18;
  color: var(--hsq-cream);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hsq-cta-body h2::before,
.hsq-cta-body h2::after { content: none !important; display: none !important; }

.hsq-cta-body h2 em,
.hsq-cta-body .hsq-serif em,
.hsq-cta-body .hsq-cta-accent {
  font-style: italic;
  color: #d8c6f0;
}

.hsq-cta-body p {
  font-size: clamp(16px, 0.45vw + 14px, 18px);
  line-height: 1.82;
  color: rgba(246, 241, 232, 0.9);
  margin: 0;
}

.hsq-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark {
  padding: clamp(82px, 8vw, 118px) 0;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-grid {
  gap: clamp(48px, 6vw, 76px);
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-img {
  border-radius: 8px;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-img img {
  width: 100% !important;
  height: clamp(340px, 33vw, 460px) !important;
  object-fit: cover !important;
  object-position: center center;
  border-radius: 8px;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body {
  gap: 22px;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body h2,
#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body .hsq-serif {
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.12;
  text-indent: 0.34em;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body h2::before,
#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body h2::after,
#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body .hsq-serif::before,
#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body .hsq-serif::after {
  content: none !important;
  display: none !important;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-accent {
  color: #d8c6f0 !important;
  font-style: italic;
  font-weight: 700;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body p {
  max-width: 620px;
  font-size: clamp(16px, 0.55vw + 14px, 19px);
  line-height: 1.78;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-row {
  margin-top: 2px;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .btn {
  min-height: 56px;
  padding: 14px 28px;
  gap: 8px;
}

@media (max-width: 767px) {
  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark {
    padding: 54px 0 58px;
  }

  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-grid {
    gap: 32px;
  }

  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-img img {
    height: clamp(300px, 78vw, 420px) !important;
  }

  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body h2,
  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body .hsq-serif {
    font-size: clamp(34px, 10vw, 46px);
    text-indent: 0.22em;
  }

  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body {
    gap: 20px;
  }

  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark .btn {
    width: 100%;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 20px;
  font-family: var(--hsq-ff-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.btn-primary {
  background: var(--hsq-cream);
  color: var(--hsq-ink);
  border: 1px solid var(--hsq-cream);
}

.btn-primary:hover {
  background: #fff;
  border-color: #fff;
}

.btn-block {
  width: 100%;
  max-width: 360px;
}

/* Force white/cream text inside CTA (SWELL .post_content h2/p overrides) */
#body_wrap.hsq-has-article-template .hsq-cta,
#body_wrap.hsq-has-article-template .hsq-cta * {
  color: var(--hsq-cream) !important;
}
#body_wrap.hsq-has-article-template .hsq-cta h2,
#body_wrap.hsq-has-article-template .hsq-cta .hsq-serif {
  color: var(--hsq-cream) !important;
}
#body_wrap.hsq-has-article-template .hsq-cta h2 em,
#body_wrap.hsq-has-article-template .hsq-cta .hsq-serif em {
  color: #d8c6f0 !important;
}
#body_wrap.hsq-has-article-template .hsq-cta-body p,
#body_wrap.hsq-has-article-template .hsq-cta-body li,
#body_wrap.hsq-has-article-template .hsq-cta-body span {
  color: rgba(246, 241, 232, 0.92) !important;
}
#body_wrap.hsq-has-article-template .hsq-cta .btn-primary,
#body_wrap.hsq-has-article-template .hsq-cta .btn {
  background: var(--hsq-cream) !important;
  color: var(--hsq-ink) !important;
  border-color: var(--hsq-cream) !important;
}
#body_wrap.hsq-has-article-template .hsq-cta .btn *,
#body_wrap.hsq-has-article-template .hsq-cta .btn-primary * {
  color: var(--hsq-ink) !important;
}

/* Middle CTA only: keep article H2 spacing/wave from opening a large top gap. */
#body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta.hsq-cta-inline {
  padding: 22px 28px 24px !important;
}

#body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta-body h2,
#body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta-body .hsq-serif {
  margin: 0 0 10px !important;
  padding: 0 !important;
}

#body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta-body h2::before,
#body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta-body h2::after,
#body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta-body .hsq-serif::before,
#body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta-body .hsq-serif::after {
  content: none !important;
  display: none !important;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-img img {
  height: clamp(340px, 33vw, 460px) !important;
  object-fit: cover !important;
  object-position: center center !important;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body h2,
#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body .hsq-serif {
  font-size: clamp(32px, 3.2vw, 44px) !important;
  line-height: 1.18 !important;
  text-indent: 0.24em !important;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body h2::before,
#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body h2::after,
#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body .hsq-serif::before,
#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body .hsq-serif::after {
  content: none !important;
  display: none !important;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-accent {
  color: #d8c6f0 !important;
  font-style: italic !important;
  font-weight: 700 !important;
}

#body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body p {
  max-width: 620px !important;
  font-size: clamp(16px, 0.55vw + 14px, 19px) !important;
  line-height: 1.78 !important;
}

@media (max-width: 767px) {
  #body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta.hsq-cta-inline {
    padding: 18px 18px 20px !important;
  }

  #body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta-body h2,
  #body_wrap.hsq-has-article-template .post_content .hsq-middle-cta .hsq-cta-body .hsq-serif {
    margin-bottom: 10px !important;
    padding: 0 !important;
  }

  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-img img {
    height: clamp(300px, 78vw, 420px) !important;
  }

  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body h2,
  #body_wrap.hsq-has-article-template .hsq-cta-visual-dark .hsq-cta-body .hsq-serif {
    font-size: clamp(30px, 8vw, 34px) !important;
    line-height: 1.18 !important;
    text-indent: 0.18em !important;
  }
}

/* --- 5g. Disclaimer (.hsq-disclaimer) — auto-output by PHP --- */
.hsq-disclaimer {
  padding: 20px 0 18px;
  border-top: 1px solid var(--hsq-hairline);
  background: var(--hsq-cream);
}

#body_wrap.hsq-has-article-template .post_content > .hsq-disclaimer,
#body_wrap.hsq-has-article-template .post_content > .hsq-author-profile {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#body_wrap.hsq-has-article-template .post_content > .hsq-related {
  margin-bottom: 0 !important;
}

.hsq-disclaimer-text {
  font-size: 13px !important;
  line-height: 1.75 !important;
  color: var(--hsq-taupe);
  margin: 0 !important;
  max-width: 680px;
}

/* --- 5h. Author profile (.hsq-author-profile) — auto-output by PHP --- */
.hsq-author-profile {
  padding: 18px 0 28px;
  background: var(--hsq-cream);
  border-top: 1px solid var(--hsq-hairline);
}

.hsq-author-body {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.hsq-author-info {
  flex: 1;
  min-width: 0;
}

.hsq-author-name {
  font-size: 15px !important;
  font-weight: 600;
  color: var(--hsq-ink);
  margin: 0 0 4px !important;
}

.hsq-author-name strong {
  font-weight: 600;
}

.hsq-author-desc {
  font-size: 14px !important;
  line-height: 1.72 !important;
  color: var(--hsq-taupe);
  margin: 0 !important;
}

.hsq-author-desc a {
  color: var(--hsq-accent);
  text-decoration: none;
  font-weight: 500;
}

.hsq-author-desc a:hover {
  color: var(--hsq-ink);
}

/* Article footer spacing: keep common parts readable, trim only the gap before footer */
#body_wrap.hsq-has-article-template #content,
#body_wrap.hsq-has-article-template .l-content {
  margin-bottom: 24px !important;
}

#body_wrap.hsq-has-article-template .post_content {
  margin-bottom: 24px !important;
}

@media (max-width: 767px) {
  #body_wrap.hsq-has-article-template #content,
  #body_wrap.hsq-has-article-template .l-content {
    margin-bottom: 16px !important;
  }

  #body_wrap.hsq-has-article-template .post_content {
    margin-bottom: 18px !important;
  }
}


/* ============================================================
   6. MOBILE OVERRIDES
   ============================================================ */

@media (max-width: 719px) {

  /* Narrower content gutter on small screens */
  #body_wrap.hsq-has-article-template .post_content > *,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-paragraph,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-heading,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-list,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-image,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-quote,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-table {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* H2 mineral vein adjustment */
  #body_wrap.hsq-has-article-template .post_content h2 {
    padding-bottom: 12px !important;
  }

  #body_wrap.hsq-has-article-template .post_content h2::after {
    right: 10% !important;
    height: 7px !important;
    opacity: 0.85 !important;
  }

  /* CTA: full-width button */
  .hsq-cta-row .btn-block {
    max-width: none;
    width: 100%;
  }

  /* Related: single column on very small phones */
  .related-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* stone spec: single column */
  .hsq-stone-spec__list {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hsq-stone-spec {
    padding: 12px 14px;
  }

  /* Care levels: tighter */
  .hsq-care-levels {
    padding: 12px 14px;
  }

  /* Summary card: tighter */
  .hsq-summary-card {
    padding: 12px 14px;
  }

  /* Info / soft / warning cards */
  .hsq-info-card {
    padding: 12px 14px;
  }

  #body_wrap.hsq-has-article-template.hsq-article-type-stone .post_content .hsq-note-box {
    gap: 8px;
    margin: 24px 0;
    padding: 15px 16px;
  }

  .hsq-soft-card {
    padding: 12px 14px;
  }

  .hsq-warning-card {
    padding: 12px 14px;
  }

  /* Related card: shorter image on mobile */
  .related-card .img {
    aspect-ratio: 16 / 9;
  }

  /* FAQ: tighter */
  .hsq-faq__item {
    padding: 16px 0;
  }

  /* Related section: reduced padding */
  .hsq-related {
    padding: 36px 0 44px;
  }

  .hsq-related .section-head h2,
  .hsq-related .section-head .hsq-serif {
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.18;
    padding-bottom: 14px;
  }

  #body_wrap.hsq-has-article-template .post_content > .hsq-related .section-head h2,
  #body_wrap.hsq-has-article-template .post_content > .hsq-related .section-head .hsq-serif {
    font-size: clamp(28px, 8vw, 32px) !important;
    line-height: 1.18 !important;
    padding-bottom: 14px !important;
  }

  /* CTA section */
  .hsq-cta {
    padding: 28px 0;
  }

  .hsq-cta-body h2,
  .hsq-cta-body .hsq-serif {
    font-size: clamp(28px, 8.2vw, 34px);
  }

  .hsq-cta-body p {
    font-size: 15.8px;
    line-height: 1.8;
  }

  .hsq-cta-grid {
    gap: 16px;
  }

  /* Author profile */
  .hsq-disclaimer {
    padding: 18px 0 14px;
  }

  .hsq-disclaimer-text {
    line-height: 1.7;
  }

  .hsq-author-profile {
    padding: 16px 0 24px;
  }

  .hsq-author-body {
    gap: 10px;
  }

  .hsq-author-name {
    margin-bottom: 3px;
  }

  .hsq-author-desc {
    line-height: 1.7;
  }

  #body_wrap.hsq-has-article-template #content {
    margin-bottom: 36px !important;
    padding-top: 22px !important;
  }
}

@media (max-width: 599px) {

  /* Even tighter gutter for very small screens */
  #body_wrap.hsq-has-article-template .post_content > *,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-paragraph,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-heading,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-list,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-image,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-quote,
  #body_wrap.hsq-has-article-template .post_content > .wp-block-table {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hsq-wrap {
    width: calc(100% - 32px);
    max-width: none;
  }

  /* Related: ensure single column */
  .related-grid {
    grid-template-columns: 1fr;
  }

  /* stone spec: single column already, just tighten radius */
  .hsq-stone-spec {
    border-radius: 10px;
  }

  .hsq-stone-spec__item {
    border-radius: 6px;
  }
}


/* ============================================================
   7. ARTICLE TOC
   PC : sidebar TOC (SWELL native #sidebar .p-toc, hide inline)
   SP : FAB button (bottom-right) → p-indexModal overlay
   ============================================================ */

/* --- FAB button: mobile only --- */
.hsq-toc-fab {
  position: fixed;
  bottom: 76px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--hsq-stone, #969285);
  color: #fff;
  border: none;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  padding: 0;
}
.hsq-toc-fab::before {
  content: '☰';
  font-size: 22px;
  color: #fff;
  font-family: sans-serif;
  line-height: 1;
}
@media (min-width: 768px) {
  .hsq-toc-fab { display: none !important; }
}

/* --- PC: hide inline TOC — sidebar TOC is used instead --- */
@media (min-width: 768px) {
  #body_wrap.hsq-has-article-template #main_content .p-toc:not(.-modal) {
    display: none !important;
  }
}


/* ============================================================
   8. FRONT PAGE (home)
   Scope: #body_wrap.home — SWELL はクラスを <body> でなく #body_wrap に付与
   Note: no custom LP structure yet (HBQ front page is standard WP page)
   ============================================================ */

/* Cream background for front page */
#body_wrap.home,
#body_wrap.home #content,
#body_wrap.home .l-content,
#body_wrap.home .l-mainContent {
  background: var(--hsq-cream) !important;
  background-color: var(--hsq-cream) !important;
  background-image: none !important;
}

#body_wrap.home::before {
  background: none !important;
  display: none !important;
}

/* Hide SWELL top SNS bar */
#body_wrap.home #header .l-header__bar,
#body_wrap.home #header .l-header__barInner {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

/* Hide pickup banner */
#body_wrap.home #pickup_banner,
#body_wrap.home .p-pickupBanners {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* PC header alignment (home) */
@media (min-width: 960px) {
  #body_wrap.home .l-header__inner.l-container,
  #body_wrap.home .l-fixHeader__inner.l-container {
    max-width: 1020px !important;
    width: min(1020px, calc(100% - 96px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #body_wrap.home .l-header__logo,
  #body_wrap.home .l-fixHeader__logo { margin-left: 0 !important; }
  #body_wrap.home .l-header__gnav,
  #body_wrap.home .l-fixHeader__gnav { margin-left: auto !important; }
}

/* Mobile header alignment (home) */
@media (max-width: 959px) {
  #body_wrap.home .l-header__inner.l-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }
  #body_wrap.home .l-header__logo { margin-left: 0 !important; }
  #body_wrap.home .l-header__customBtn { margin-left: auto !important; }
  #body_wrap.home .l-header__menuBtn { margin-left: 14px !important; }
}


/* ============================================================
   9. ARCHIVE / CATEGORY PAGES
   Scope: #body_wrap.hsq-category-archive
   Requires body_class filter in functions.php: is_category() → hsq-category-archive
   Ported from ikedajuso.com hsq-custom.css (Phase 9A)
   ============================================================ */

/* --- 9a. Base background --- */
#body_wrap.hsq-category-archive,
#body_wrap.hsq-category-archive #content,
#body_wrap.hsq-category-archive .l-content,
#body_wrap.hsq-category-archive .l-mainContent {
  background: var(--hsq-cream) !important;
  background-color: var(--hsq-cream) !important;
  background-image: none !important;
}

#body_wrap.hsq-category-archive::before {
  background: none !important;
  display: none !important;
}

/* 16:10 image ratio via CSS variable */
#body_wrap.hsq-category-archive {
  --card_posts_thumb_ratio: 62.5%;
}

/* --- 9b. Category header area (l-topTitleArea) --- */
#body_wrap.hsq-category-archive .l-topTitleArea {
  background: var(--hsq-cream) !important;
  padding: 48px 0 40px !important;
  border-bottom: 1px solid var(--hsq-hairline) !important;
  margin-bottom: 0 !important;
}
#body_wrap.hsq-category-archive .l-topTitleArea::before {
  content: none !important;
  display: none !important;
}

#body_wrap.hsq-category-archive .l-topTitleArea .l-container {
  max-width: 1020px !important;
  width: min(1020px, calc(100% - 44px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Category title (h1) */
#body_wrap.hsq-category-archive .c-pageTitle {
  font-family: var(--hsq-ff-serif) !important;
  font-size: clamp(24px, 3vw + 12px, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: var(--hsq-ink) !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
#body_wrap.hsq-category-archive .c-pageTitle::before,
#body_wrap.hsq-category-archive .c-pageTitle::after,
#body_wrap.hsq-category-archive .c-pageTitle .c-pageTitle__inner::before,
#body_wrap.hsq-category-archive .c-pageTitle .c-pageTitle__inner::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
}
#body_wrap.hsq-category-archive .c-pageTitle__inner {
  color: inherit !important;
  font: inherit !important;
}

/* Subtitle */
#body_wrap.hsq-category-archive .c-pageTitle__subTitle {
  display: block !important;
  font-size: 13px !important;
  color: var(--hsq-taupe) !important;
  font-family: var(--hsq-ff-sans) !important;
  font-weight: 400 !important;
  margin-top: 8px !important;
  letter-spacing: 0.03em !important;
  line-height: 1.5 !important;
}

/* Category description */
#body_wrap.hsq-category-archive .p-termContent {
  max-width: 1020px !important;
  width: min(1020px, calc(100% - 44px)) !important;
  margin: 16px auto 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#body_wrap.hsq-category-archive .p-termContent p {
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: var(--hsq-taupe) !important;
  margin: 0 !important;
}

/* --- 9c. Main content container --- */
#body_wrap.hsq-category-archive .l-mainContent,
#body_wrap.hsq-category-archive .l-mainContent__inner {
  max-width: 1020px !important;
  width: min(1020px, calc(100% - 44px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: var(--hsq-cream) !important;
}

/* --- 9d. Post list grid (SP: 1col / PC≥600: 2col) --- */
#body_wrap.hsq-category-archive .p-postList {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  list-style: none !important;
  margin: 48px 0 !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
}
@media (min-width: 600px) {
  #body_wrap.hsq-category-archive .p-postList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px !important;
    margin: 64px 0 !important;
  }
}

/* --- 9e. Post list item --- */
#body_wrap.hsq-category-archive .p-postList__item {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
}

/* --- 9f. Card link wrapper --- */
#body_wrap.hsq-category-archive .p-postList__link {
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  color: var(--hsq-ink) !important;
  background: none !important;
  border-top: 1px solid var(--hsq-hairline) !important;
  padding-top: 20px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: opacity 0.2s ease !important;
  height: 100% !important;
}
#body_wrap.hsq-category-archive .p-postList__link:hover {
  opacity: 0.82 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* --- 9g. Card image (16:10 ratio) --- */
#body_wrap.hsq-category-archive .p-postList__thumb {
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 2px !important;
  background: var(--hsq-sand-deep) !important;
  margin-bottom: 14px !important;
  flex-shrink: 0 !important;
  box-shadow: none !important;
  position: relative !important;
}
#body_wrap.hsq-category-archive .c-postThumb__figure {
  position: relative !important;
  padding-top: 62.5% !important;
  overflow: hidden !important;
  margin: 0 !important;
  height: 0 !important;
}
#body_wrap.hsq-category-archive .c-postThumb__img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  transition: transform 0.7s ease !important;
}
#body_wrap.hsq-category-archive .p-postList__link:hover .c-postThumb__img {
  transform: scale(1.04) !important;
}

/* Hide image category badge overlay */
#body_wrap.hsq-category-archive .c-postThumb__cat {
  display: none !important;
}

/* --- 9h. Card body --- */
#body_wrap.hsq-category-archive .p-postList__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 0 !important;
  background: none !important;
  flex: 1 !important;
}
#body_wrap.hsq-category-archive .p-postList__body::after {
  content: none !important;
  display: none !important;
}

/* --- 9i. Card title --- */
#body_wrap.hsq-category-archive .p-postList__title {
  font-family: var(--hsq-ff-serif) !important;
  font-size: clamp(16px, 1.4vw + 11px, 20px) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: var(--hsq-ink) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
#body_wrap.hsq-category-archive .p-postList__title::before,
#body_wrap.hsq-category-archive .p-postList__title::after {
  content: none !important;
  display: none !important;
}

/* --- 9j. Card excerpt (2-line clamp) --- */
#body_wrap.hsq-category-archive .p-postList__excerpt {
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: var(--hsq-taupe) !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* --- 9k. Card meta (date + cat label) --- */
#body_wrap.hsq-category-archive .p-postList__meta {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  margin-top: 4px !important;
  padding: 0 !important;
  background: none !important;
}
#body_wrap.hsq-category-archive .p-postList__times,
#body_wrap.hsq-category-archive .c-postTimes__posted {
  font-size: 12px !important;
  color: #a89a85 !important;
  background: none !important;
}
#body_wrap.hsq-category-archive .c-postTimes__posted::before {
  display: none !important;
}
#body_wrap.hsq-category-archive .p-postList__cat {
  font-size: 12px !important;
  color: var(--hsq-accent) !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-weight: 400 !important;
}
#body_wrap.hsq-category-archive .p-postList__cat::before {
  display: none !important;
}

/* --- 9l. Pagination --- */
#body_wrap.hsq-category-archive .c-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 auto 64px !important;
  padding: 24px 0 0 !important;
  flex-wrap: wrap !important;
  background: none !important;
}
#body_wrap.hsq-category-archive .c-pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  color: #3a342d !important;
  border: 1px solid var(--hsq-hairline) !important;
  border-radius: 2px !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
#body_wrap.hsq-category-archive .c-pagination .page-numbers.current {
  background: var(--hsq-ink) !important;
  color: var(--hsq-cream) !important;
  border-color: var(--hsq-ink) !important;
  box-shadow: none !important;
}
#body_wrap.hsq-category-archive .c-pagination .page-numbers:not(.current):hover {
  background: var(--hsq-sand) !important;
  border-color: var(--hsq-taupe) !important;
}
#body_wrap.hsq-category-archive .c-pagination__dot {
  font-size: 14px !important;
  color: #a89a85 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  min-width: auto !important;
  height: auto !important;
  padding: 0 4px !important;
}

/* --- 9m. Mobile fine-tuning (≤599px) --- */
@media (max-width: 599px) {
  #body_wrap.hsq-category-archive .l-topTitleArea {
    padding: 36px 0 28px !important;
  }
  #body_wrap.hsq-category-archive .l-mainContent,
  #body_wrap.hsq-category-archive .l-mainContent__inner {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #body_wrap.hsq-category-archive .p-termContent,
  #body_wrap.hsq-category-archive .c-tabBody,
  #body_wrap.hsq-category-archive .c-tabBody__item {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #body_wrap.hsq-category-archive .p-postList {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 36px !important;
    margin-bottom: 0 !important;
    gap: 18px !important;
    grid-template-columns: 1fr !important;
  }
  #body_wrap.hsq-category-archive .p-postList__item,
  #body_wrap.hsq-category-archive .p-postList__link,
  #body_wrap.hsq-category-archive .p-postList__thumb,
  #body_wrap.hsq-category-archive .c-postThumb,
  #body_wrap.hsq-category-archive .c-postThumb__figure,
  #body_wrap.hsq-category-archive .p-postList__body {
    width: 100% !important;
    max-width: none !important;
  }
  #body_wrap.hsq-category-archive .p-postList__link {
    padding-top: 16px !important;
  }
}


/* ============================================================
   10. FIXED PAGES
   Scope: privacy/about pages only. Keep article .art-body untouched.
   ============================================================ */

#body_wrap.page:not(.hsq-has-article-template),
#body_wrap.hsq-fixed-page,
#body_wrap.page:not(.hsq-has-article-template) #content,
#body_wrap.hsq-fixed-page #content,
#body_wrap.page:not(.hsq-has-article-template) .l-content,
#body_wrap.hsq-fixed-page .l-content,
#body_wrap.page:not(.hsq-has-article-template) .l-mainContent,
#body_wrap.hsq-fixed-page .l-mainContent,
#body_wrap.page:not(.hsq-has-article-template) .post_content,
#body_wrap.hsq-fixed-page .post_content {
  background: var(--hsq-cream) !important;
  background-color: var(--hsq-cream) !important;
  background-image: none !important;
}

#body_wrap.page:not(.hsq-has-article-template) #content,
#body_wrap.hsq-fixed-page #content {
  padding-top: 80px !important;
  margin-bottom: 56px !important;
}

#body_wrap.page:not(.hsq-has-article-template) .l-content,
#body_wrap.hsq-fixed-page .l-content {
  max-width: none !important;
  width: 100% !important;
  display: block !important;
}

#body_wrap.page:not(.hsq-has-article-template) .l-mainContent,
#body_wrap.hsq-fixed-page .l-mainContent,
#body_wrap.hsq-fixed-page .l-mainContent {
  width: min(870px, calc(100% - 88px)) !important;
  max-width: 870px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#body_wrap.page:not(.hsq-has-article-template) .l-mainContent__inner,
#body_wrap.hsq-fixed-page .l-mainContent__inner {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#body_wrap.page:not(.hsq-has-article-template) .c-pageTitle,
#body_wrap.hsq-fixed-page .c-pageTitle {
  width: min(760px, 100%) !important;
  font-family: var(--hsq-ff-serif) !important;
  font-size: clamp(34px, 4.2vw, 52px) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  color: var(--hsq-ink) !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  margin: 0 auto 42px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#body_wrap.page:not(.hsq-has-article-template) .c-pageTitle::before,
#body_wrap.page:not(.hsq-has-article-template) .c-pageTitle::after,
#body_wrap.page:not(.hsq-has-article-template) .c-pageTitle__inner::before,
#body_wrap.page:not(.hsq-has-article-template) .c-pageTitle__inner::after,
#body_wrap.hsq-fixed-page .c-pageTitle::before,
#body_wrap.hsq-fixed-page .c-pageTitle::after,
#body_wrap.hsq-fixed-page .c-pageTitle__inner::before,
#body_wrap.hsq-fixed-page .c-pageTitle__inner::after {
  content: none !important;
  display: none !important;
}

#body_wrap.page:not(.hsq-has-article-template) .c-pageTitle__inner,
#body_wrap.hsq-fixed-page .c-pageTitle__inner {
  border: 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#body_wrap.page:not(.hsq-has-article-template) .post_content,
#body_wrap.hsq-fixed-page .post_content {
  font-family: var(--hsq-ff-sans) !important;
  color: var(--hsq-ink-soft) !important;
  font-size: 16px !important;
  line-height: 1.88 !important;
  margin-top: 0 !important;
}

#body_wrap.page:not(.hsq-has-article-template) .post_content > *,
#body_wrap.hsq-fixed-page .post_content > * {
  max-width: 870px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

#body_wrap.page:not(.hsq-has-article-template) .post_content p,
#body_wrap.page:not(.hsq-has-article-template) .post_content li,
#body_wrap.hsq-fixed-page .post_content p,
#body_wrap.hsq-fixed-page .post_content li {
  font-size: clamp(15.5px, 0.35vw + 14.5px, 17px) !important;
  line-height: 1.9 !important;
  color: var(--hsq-ink-soft) !important;
}

#body_wrap.page:not(.hsq-has-article-template) .post_content p,
#body_wrap.hsq-fixed-page .post_content p {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

#body_wrap.page:not(.hsq-has-article-template) .post_content ul,
#body_wrap.page:not(.hsq-has-article-template) .post_content ol,
#body_wrap.hsq-fixed-page .post_content ul,
#body_wrap.hsq-fixed-page .post_content ol {
  padding-left: 1.35em !important;
  margin-top: 0 !important;
  margin-bottom: 26px !important;
}

#body_wrap.hsq-fixed-page .post_content h2,
#body_wrap.hsq-fixed-page .post_content .wp-block-heading:is(h2) {
  position: relative !important;
  font-family: var(--hsq-ff-serif) !important;
  font-size: clamp(28px, 2.5vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  color: var(--hsq-ink) !important;
  letter-spacing: 0 !important;
  margin: 56px 0 22px !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#body_wrap.hsq-fixed-page .post_content h2::before {
  content: none !important;
  display: none !important;
}

#body_wrap.hsq-fixed-page .post_content h2::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  width: min(72%, 520px) !important;
  height: 7px !important;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='7' viewBox='0 0 96 7'%3E%3Cpath d='M0 4 C12 1.5 24 6.5 36 4 S60 1.5 72 4 S90 6.5 96 4' fill='none' stroke='%23765c8a' stroke-opacity='.34' stroke-width='1'/%3E%3Cpath d='M0 3.5 H96' fill='none' stroke='%23b9ad98' stroke-opacity='.34' stroke-width='1'/%3E%3C/svg%3E") !important;
  background-repeat: repeat-x !important;
  background-position: left bottom !important;
  background-size: 96px 7px !important;
  pointer-events: none !important;
}

#body_wrap.page:not(.hsq-has-article-template) .post_content h3,
#body_wrap.hsq-fixed-page .post_content h3 {
  font-family: var(--hsq-ff-serif) !important;
  font-size: clamp(20px, 1.6vw, 26px) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: var(--hsq-ink) !important;
  margin: 34px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#body_wrap.page:not(.hsq-has-article-template) .post_content a,
#body_wrap.hsq-fixed-page .post_content a {
  color: var(--hsq-purple) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
  text-decoration-color: rgba(118, 92, 138, 0.32) !important;
}

#body_wrap.page:not(.hsq-has-article-template) .post_content a:hover,
#body_wrap.hsq-fixed-page .post_content a:hover {
  color: var(--hsq-ink) !important;
  text-decoration-color: rgba(118, 92, 138, 0.62) !important;
}

#body_wrap.page:not(.hsq-has-article-template) .privacy-policy-tutorial,
#body_wrap.hsq-fixed-page .privacy-policy-tutorial {
  font-weight: 600 !important;
  color: var(--hsq-taupe) !important;
}

/* Privacy Policy page spacing adjustment */
#body_wrap.hsq-fixed-page.hsq-page-privacy #content {
  padding-top: 80px !important;
}

#body_wrap.hsq-fixed-page.hsq-page-privacy .c-pageTitle {
  margin-top: 0 !important;
  margin-bottom: 42px !important;
}

/* Fixed page rhythm: restore the H1 box after article-title hiding resets. */
#body_wrap.hsq-fixed-page.hsq-page-about .c-pageTitle,
#body_wrap.hsq-fixed-page.hsq-page-privacy .c-pageTitle {
  display: block !important;
  height: auto !important;
  min-height: 1.18em !important;
  max-height: none !important;
  margin-bottom: 38px !important;
  overflow: visible !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about .c-pageTitle__inner,
#body_wrap.hsq-fixed-page.hsq-page-privacy .c-pageTitle__inner {
  display: block !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about #content,
#body_wrap.hsq-fixed-page.hsq-page-privacy #content {
  padding-top: 96px !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about .hsq-about-hero-image {
  width: min(100%, 420px) !important;
  max-width: 420px !important;
  margin: 38px auto 56px !important;
  text-align: center !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about .hsq-about-hero-image img {
  display: block !important;
  width: 100% !important;
  max-width: 420px !important;
  height: auto !important;
  margin: 0 auto !important;
}

/* About draft page_id 136: Ikeda-like fixed page title/image rhythm */
#body_wrap.hsq-fixed-page.hsq-page-about-draft #content {
  padding-top: 80px !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about-draft .c-pageTitle {
  font-size: clamp(40px, 4vw, 54px) !important;
  line-height: 1.22 !important;
  margin-bottom: 42px !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about-draft .post_content {
  margin-top: 0 !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about-draft .post_content > .hsq-about-page,
#body_wrap.hsq-fixed-page.hsq-page-about-draft .post_content > .hsq-about-page > * {
  max-width: 760px !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about-draft .hsq-about-hero-image {
  width: min(100%, 480px) !important;
  max-width: 480px !important;
  margin: 48px auto 70px !important;
  text-align: center !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about-draft .hsq-about-hero-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 480px !important;
  margin: 0 auto !important;
}

#body_wrap.hsq-fixed-page.hsq-page-about-draft .hsq-about-hero-image figcaption {
  margin-top: 12px !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: var(--hsq-taupe) !important;
  text-align: center !important;
}

@media (max-width: 719px) {
  #body_wrap.page:not(.hsq-has-article-template) #content,
  #body_wrap.hsq-fixed-page #content {
    padding-top: 48px !important;
    margin-bottom: 40px !important;
  }

  #body_wrap.page:not(.hsq-has-article-template) .l-mainContent,
  #body_wrap.hsq-fixed-page .l-mainContent,
  #body_wrap.hsq-fixed-page .l-mainContent {
    width: min(100% - 28px, 760px) !important;
  }

  #body_wrap.page:not(.hsq-has-article-template) .l-mainContent__inner,
  #body_wrap.hsq-fixed-page .l-mainContent__inner {
    width: 100% !important;
  }

  #body_wrap.page:not(.hsq-has-article-template) .c-pageTitle,
  #body_wrap.hsq-fixed-page .c-pageTitle {
    width: 100% !important;
    font-size: clamp(30px, 8.5vw, 38px) !important;
    margin-bottom: 28px !important;
    padding-bottom: 0 !important;
  }

  #body_wrap.hsq-fixed-page .post_content h2 {
    font-size: clamp(24px, 7vw, 32px) !important;
    margin-top: 42px !important;
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
  }

  #body_wrap.hsq-fixed-page .post_content h2::after {
    background-size: 72px 7px !important;
  }

  #body_wrap.hsq-fixed-page.hsq-page-privacy #content {
    padding-top: 48px !important;
  }

  #body_wrap.hsq-fixed-page.hsq-page-privacy .c-pageTitle {
    margin-bottom: 28px !important;
  }

  #body_wrap.hsq-fixed-page.hsq-page-about .c-pageTitle,
  #body_wrap.hsq-fixed-page.hsq-page-privacy .c-pageTitle {
    min-height: 1.22em !important;
    margin-bottom: 26px !important;
  }

  #body_wrap.hsq-fixed-page.hsq-page-about #content,
  #body_wrap.hsq-fixed-page.hsq-page-privacy #content {
    padding-top: 56px !important;
  }

  #body_wrap.hsq-fixed-page.hsq-page-about .hsq-about-hero-image {
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    margin: 28px auto 42px !important;
  }

  #body_wrap.hsq-fixed-page.hsq-page-about .hsq-about-hero-image img {
    max-width: 360px !important;
  }

  #body_wrap.hsq-fixed-page.hsq-page-about-draft #content {
    padding-top: 48px !important;
  }

  #body_wrap.hsq-fixed-page.hsq-page-about-draft .c-pageTitle {
    font-size: clamp(32px, 9vw, 42px) !important;
    line-height: 1.22 !important;
    margin-bottom: 28px !important;
  }

  #body_wrap.hsq-fixed-page.hsq-page-about-draft .hsq-about-hero-image {
    width: 100% !important;
    margin: 30px auto 46px !important;
  }
}


/* ============================================================
   10. 404 PAGE
   Scope: #body_wrap.error404 + .hsq-404 template
   Requires 404.php in swell_child/ (adapted from ikedajuso)
   ============================================================ */

/* SWELL wrapper background reset */
#body_wrap.error404,
#body_wrap.error404 #content,
#body_wrap.error404 .l-content,
#body_wrap.error404 .l-container,
#body_wrap.error404 .l-mainContent,
#body_wrap.error404 .l-mainContent__inner,
#body_wrap.error404 .post_content,
#body_wrap.error404 .p-article,
#body_wrap.error404 main {
  background: var(--hsq-cream) !important;
  background-color: var(--hsq-cream) !important;
  background-image: none !important;
}

#body_wrap.error404::before,
#body_wrap.error404::after,
#body_wrap.error404 #content::before,
#body_wrap.error404 #content::after,
#body_wrap.error404 .l-content::before,
#body_wrap.error404 .l-content::after,
#body_wrap.error404 .l-mainContent::before,
#body_wrap.error404 .l-mainContent::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

/* Hide SWELL breadcrumb on 404 */
#body_wrap.error404 #breadcrumb,
#body_wrap.error404 .p-breadcrumb,
#body_wrap.error404 .c-breadcrumb,
#body_wrap.error404 .breadcrumb,
#body_wrap.error404 [class*="breadcrumb"] {
  display: none !important;
}

/* .hsq-404 layout */
.hsq-404 {
  min-height: min(760px, calc(100vh - 96px));
  padding: 56px 22px 72px;
  background: var(--hsq-cream) !important;
  color: var(--hsq-ink);
  font-family: var(--hsq-ff-sans);
}

.hsq-404__inner {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 42px 0 0;
}

.hsq-404__eyebrow {
  margin: 0 0 14px;
  color: var(--hsq-taupe);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hsq-404 h1 {
  margin: 0 0 18px;
  color: var(--hsq-ink);
  font-family: var(--hsq-ff-serif);
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
}

.hsq-404__lead {
  max-width: 62ch;
  margin: 0;
  color: #3a342d;
  font-size: clamp(16px, 0.6vw + 14px, 18px);
  line-height: 1.9;
}

.hsq-404__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 34px 0 26px;
}

.hsq-404__button,
.hsq-404__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--hsq-ink);
  border-radius: 2px;
  color: var(--hsq-ink);
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hsq-404__button:hover,
.hsq-404__instagram:hover {
  background: var(--hsq-ink);
  color: var(--hsq-cream);
  transform: translateY(-1px);
}

.hsq-404__button--primary {
  background: var(--hsq-ink);
  color: var(--hsq-cream);
}

.hsq-404__button--primary:hover {
  background: var(--hsq-accent);
  border-color: var(--hsq-accent);
}

.hsq-404__note {
  max-width: 58ch;
  margin: 0 0 16px;
  padding-top: 24px;
  border-top: 1px solid var(--hsq-hairline);
  color: var(--hsq-taupe);
  font-size: 15px;
  line-height: 1.85;
}

.hsq-404__instagram {
  border-color: var(--hsq-accent);
  color: var(--hsq-accent);
}

/* ============================================================
   HSQ HOME DRAFT LP CSS 20260606
   Scope: page-id-134 + .hsq-lp only. Existing Home remains page-id-5.
   ============================================================ */
#body_wrap.page-id-134 {
  background: #f6f1e8 !important;
  overflow-x: hidden;
}
#body_wrap.page-id-134 #content,
#body_wrap.page-id-134 #main_content,
#body_wrap.page-id-134 .l-content,
#body_wrap.page-id-134 .l-mainContent,
#body_wrap.page-id-134 .l-mainContent__inner,
#body_wrap.page-id-134 .post_content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#body_wrap.page-id-134 .p-articleHead,
#body_wrap.page-id-134 .c-pageTitle,
#body_wrap.page-id-134 .c-postTitle,
#body_wrap.page-id-134 .p-breadcrumb {
  display: none !important;
}
#body_wrap.page-id-134 .post_content > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#body_wrap.page-id-134 .hsq-lp {
  min-height: 100vh;
  overflow-x: hidden;
}
/* ============================================================
   Hobby Stone Quartz — Editorial natural-stone design (v2)
   --------------------------------------------------------------
   HSQ custom CSS is centralized in child-theme hsq-custom.css.
   Use WordPress Additional CSS only for temporary checks; production changes ship as a full-file overwrite.
   Mobile-first: base styles target ~375px, larger breakpoints
   layered on top with min-width media queries.
   ============================================================ */

.hsq-lp {
  --cream:        #f6f1e8;
  --sand:         #ebe3d3;
  --sand-deep:    #ddd2bb;
  --ink:          #1f1c18;
  --ink-soft:     #3a342d;
  --taupe:        #7c6f5d;
  --taupe-light:  #a89a85;
  --hairline:     #dfd6c2;
  --hairline-soft:#ece5d4;
  --accent:       #5a4a6e;

  --ff-serif: "Noto Serif Thai", "Cormorant Garamond", serif;
  --ff-sans:  "Noto Sans Thai", "Inter", system-ui, sans-serif;
  --ff-mono:  "IBM Plex Mono", ui-monospace, monospace;

  /* Mobile-first scale */
  --step-0: 14px;
  --step-1: 16px;
  --step-2: 19px;
  --step-3: 24px;
  --step-4: 30px;
  --step-5: 36px;

  --maxw: 1200px;
  --gutter: 22px;
  --header-h: 52px;

  margin: 0; padding: 0;
  font-family: var(--ff-sans);
  font-size: var(--step-1);
  line-height: 1.8;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}

@media (min-width: 430px) {
  .hsq-lp { --gutter: 24px; }
}
@media (min-width: 720px) {
  .hsq-lp { --gutter: 36px; --header-h: 60px; --step-2: 20px; --step-3: 28px; --step-4: 40px; --step-5: 52px; }
}
@media (min-width: 1100px) {
  .hsq-lp { --gutter: 56px; --header-h: 64px; --step-3: 32px; --step-4: 52px; --step-5: 72px; }
}

.hsq-lp *, .hsq-lp *::before, .hsq-lp *::after { box-sizing: border-box; }
.hsq-lp img { max-width: 100%; display: block; }
.hsq-lp a { color: inherit; text-underline-offset: 3px; }

.hsq-lp .hsq-serif { font-family: var(--ff-serif); font-weight: 400; letter-spacing: 0; }
.hsq-lp .hsq-label { font-family: var(--ff-sans); font-size: 12px; letter-spacing: 0; color: var(--taupe); }

.hsq-lp .hsq-wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

/* ------------------------------------------------------------
   HEADER
   ------------------------------------------------------------ */
.hsq-lp .site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(246, 241, 232, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--hairline-soft);
}
.hsq-lp .site-header .hsq-wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
}
.hsq-lp .brand {
  display: inline-flex; align-items: center;
  text-decoration: none; color: var(--ink);
  font-family: var(--ff-serif); font-weight: 500;
  font-size: 17px; letter-spacing: 0.01em;
  line-height: 1;
}
@media (min-width: 720px) { .hsq-lp .brand { font-size: 20px; } }

.hsq-lp .nav {
  display: flex; gap: 22px; align-items: center;
}
.hsq-lp .nav a:not(.ig-pill) { display: none; }
.hsq-lp .nav a {
  font-size: 14px; color: var(--ink-soft); text-decoration: none;
}
.hsq-lp .nav a:hover { color: var(--accent); }
.hsq-lp .nav .ig-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px; border: 1px solid var(--ink); border-radius: 999px;
  font-size: 13px; line-height: 1;
  min-height: 36px;
}
.hsq-lp .nav .ig-pill:hover { background: var(--ink); color: var(--cream); }
.hsq-lp .nav .ig-pill svg { width: 15px; height: 15px; }

@media (min-width: 880px) {
  .hsq-lp .nav a:not(.ig-pill) { display: inline; }
}

/* ------------------------------------------------------------
   BUTTONS
   ------------------------------------------------------------ */
.hsq-lp .btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; padding: 14px 22px;
  font-size: 15px; letter-spacing: 0.01em;
  text-decoration: none; border-radius: 2px;
  border: 1px solid transparent; cursor: pointer;
  font-family: var(--ff-sans); font-weight: 500;
  min-height: 48px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.hsq-lp .btn:hover { transform: translateY(-1px); }
.hsq-lp .btn-primary { background: var(--ink); color: var(--cream); }
.hsq-lp .btn-primary:hover { background: var(--accent); }
.hsq-lp .btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.hsq-lp .btn-ghost:hover { background: var(--ink); color: var(--cream); }
.hsq-lp .btn-text {
  padding: 12px 0; border-bottom: 1px solid var(--ink); border-radius: 0;
  min-height: 0;
}
.hsq-lp .btn-text:hover { border-color: var(--accent); color: var(--accent); }
.hsq-lp .btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* On mobile, primary CTA in hero / final spans full width */
.hsq-lp .btn-block { width: 100%; }
@media (min-width: 720px) { .hsq-lp .btn-block { width: auto; } }

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */
.hsq-lp .hero { padding: 28px 0 40px; }
@media (min-width: 720px) { .hsq-lp .hero { padding: 56px 0 80px; } }
@media (min-width: 1100px) { .hsq-lp .hero { padding: 80px 0 110px; } }

.hsq-lp .hero-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
@media (min-width: 880px) {
  .hsq-lp .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 60px; }
}

.hsq-lp .hero h1 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-5); line-height: 1.15;
  letter-spacing: 0; margin: 0 0 18px;
  color: var(--ink); text-wrap: pretty;
}
@media (min-width: 720px) { .hsq-lp .hero h1 { line-height: 1.08; } }
.hsq-lp .hero h1 em { font-style: italic; color: var(--accent); font-weight: 600; }

.hsq-lp .hero .sub {
  font-size: var(--step-1); line-height: 1.85; color: var(--ink-soft);
  margin: 0 0 22px; max-width: 36ch;
}
.hsq-lp .hero .cta-row {
  display: flex; flex-direction: column; gap: 10px;
}
@media (min-width: 720px) {
  .hsq-lp .hero .cta-row { flex-direction: row; gap: 14px; flex-wrap: wrap; align-items: center; }
}

/* Hide on mobile: secondary CTA, meta row */
.hsq-lp .hero .cta-row .btn-ghost { display: none; }
.hsq-lp .hero .meta-row { display: none; }

@media (min-width: 880px) {
  .hsq-lp .hero .cta-row .btn-ghost { display: inline-flex; }
  .hsq-lp .hero .meta-row {
    display: flex; gap: 28px; flex-wrap: wrap;
    margin-top: 40px; padding-top: 28px;
    border-top: 1px solid var(--hairline);
  }
  .hsq-lp .hero .meta-item { display: flex; flex-direction: column; gap: 6px; }
  .hsq-lp .hero .meta-item .k { font-family: var(--ff-sans); font-size: 12px; color: var(--taupe); }
  .hsq-lp .hero .meta-item .v { font-family: var(--ff-serif); font-size: 17px; font-weight: 500; color: var(--ink); }
}

/* hero image — mobile: low, photo aspect 3:2, capped height so H1+CTA stay visible */
.hsq-lp .hero-image {
  position: relative; aspect-ratio: 3 / 2;
  max-height: 42vh;
  border-radius: 2px; overflow: hidden; background: var(--sand);
  order: -1; /* photo above text on mobile */
}
@media (min-width: 880px) {
  .hsq-lp .hero-image { aspect-ratio: 4/5; max-height: none; order: 0; }
}
.hsq-lp .hero-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 6s ease;
}
.hsq-lp .hero-image:hover img { transform: scale(1.04); }
.hsq-lp .hero-image::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 60px rgba(31, 28, 24, 0.18);
  pointer-events: none;
}

/* ------------------------------------------------------------
   SECTION SHELL
   ------------------------------------------------------------ */
.hsq-lp .section { padding: 56px 0; position: relative; }
@media (min-width: 720px) { .hsq-lp .section { padding: 80px 0; } }
@media (min-width: 1100px) { .hsq-lp .section { padding: 110px 0; } }

.hsq-lp .section.tone-sand { background: var(--sand); }
.hsq-lp .section.tone-ink  { background: var(--ink); color: var(--cream); }
.hsq-lp .section.tone-ink h2,
.hsq-lp .section.tone-ink .hsq-serif { color: var(--cream); }

.hsq-lp .section-head {
  display: grid; grid-template-columns: 1fr; gap: 18px;
  margin-bottom: 36px; align-items: end;
}
@media (min-width: 880px) {
  .hsq-lp .section-head { grid-template-columns: 0.45fr 0.55fr; gap: 50px; margin-bottom: 56px; }
}
.hsq-lp .section-head h2 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-4); line-height: 1.18; margin: 0;
  letter-spacing: 0; color: var(--ink); text-wrap: balance;
}
.hsq-lp .section-head h2 em { font-style: italic; color: var(--accent); font-weight: 600; }
.hsq-lp .section-head .right p {
  font-size: var(--step-1); line-height: 1.85; color: var(--ink-soft); margin: 0;
}

/* ------------------------------------------------------------
   CONCEPT
   ------------------------------------------------------------ */
.hsq-lp .concept-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 720px) { .hsq-lp .concept-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; } }

.hsq-lp .concept-card {
  padding-top: 24px; border-top: 1px solid var(--hairline);
}
.hsq-lp .concept-card h3 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-3); line-height: 1.25; margin: 0 0 14px; color: var(--ink);
}
.hsq-lp .concept-card p {
  font-size: 15px; line-height: 1.85; color: var(--ink-soft); margin: 0;
}

.hsq-lp .concept-card .concept-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 14px;
}
.hsq-lp .concept-card .hsq-concept-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin: 0.32em 0 0;
  color: var(--taupe);
  opacity: 0.82;
}
.hsq-lp .concept-card .hsq-concept-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hsq-lp .concept-card .concept-head h3 {
  margin: 0;
}
@media (max-width: 719px) {
  .hsq-lp .concept-card .concept-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 12px;
  }
  .hsq-lp .concept-card .hsq-concept-icon {
    width: 34px;
    height: 34px;
    margin: 0.38em 0 0;
  }
}

/* ------------------------------------------------------------
   PURPOSES — bg-image cards (v2.2)
   Full-bleed photo + bottom dark gradient + text overlaid
   ------------------------------------------------------------ */
.hsq-lp .purposes {
  display: grid; grid-template-columns: 1fr; gap: 14px;
}
@media (min-width: 600px) { .hsq-lp .purposes { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (min-width: 980px) { .hsq-lp .purposes { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.hsq-lp .purpose {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  text-decoration: none;
  color: var(--cream);
  background: #2a2622;
  min-height: 240px;
  aspect-ratio: 5 / 4;
  isolation: isolate;
  transition: transform .3s ease, box-shadow .3s ease;
}
@media (min-width: 600px) { .hsq-lp .purpose { aspect-ratio: 4/5; min-height: 280px; } }
@media (min-width: 980px) { .hsq-lp .purpose { aspect-ratio: 4/5; min-height: 320px; } }
.hsq-lp .purpose:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(31, 28, 24, 0.16); }

.hsq-lp .purpose .bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(0.78);
  transition: transform 1.2s cubic-bezier(.2,.6,.2,1), filter .6s ease;
  z-index: 1;
}
.hsq-lp .purpose:hover .bg { transform: scale(1.05); filter: saturate(0.95) brightness(0.85); }

.hsq-lp .purpose::after {
  content: "";
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, rgba(31,28,24,0) 35%, rgba(31,28,24,0.55) 65%, rgba(31,28,24,0.88) 100%);
  pointer-events: none;
}

.hsq-lp .purpose .content {
  position: absolute;
  left: 20px; right: 20px; bottom: 20px;
  z-index: 3;
  display: flex; flex-direction: column; gap: 6px;
}
@media (min-width: 600px) { .hsq-lp .purpose .content { left: 24px; right: 24px; bottom: 22px; } }
.hsq-lp .purpose .ttl {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-2); line-height: 1.25; color: var(--cream);
  letter-spacing: 0;
}
.hsq-lp .purpose .sub {
  font-size: 13px; line-height: 1.7; color: rgba(246, 241, 232, 0.82);
}
@media (min-width: 600px) { .hsq-lp .purpose .sub { font-size: 14px; } }
.hsq-lp .purpose .arrow {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px; color: rgba(246, 241, 232, 0.95);
  text-decoration: none;
  transition: transform .25s ease;
}
.hsq-lp .purpose:hover .arrow { transform: translateX(4px); }

/* ------------------------------------------------------------
   STONES (Popular)
   ------------------------------------------------------------ */
.hsq-lp .stones {
  display: grid; grid-template-columns: 1fr; gap: 28px;
}
@media (min-width: 600px) { .hsq-lp .stones { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (min-width: 980px) { .hsq-lp .stones { grid-template-columns: repeat(3, 1fr); gap: 32px; } }

.hsq-lp .stone {
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
}
.hsq-lp .stone .photo {
  position: relative; aspect-ratio: 4/5; overflow: hidden;
  background: var(--sand-deep); border-radius: 2px; margin-bottom: 16px;
}
.hsq-lp .stone .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.hsq-lp .stone:hover .photo img { transform: scale(1.04); }
.hsq-lp .stone .photo::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 40px rgba(31, 28, 24, 0.12);
  pointer-events: none;
}
.hsq-lp .stone .th {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-2); margin: 0 0 4px; color: var(--ink); line-height: 1.25;
}
.hsq-lp .stone .en {
  font-family: var(--ff-serif); font-style: italic; font-weight: 400;
  font-size: 14px; color: var(--accent); margin: 0 0 8px;
}
.hsq-lp .stone .desc {
  font-size: 14px; line-height: 1.8; color: var(--taupe); margin: 0;
}
.hsq-lp .stone .meta {
  display: inline-block;
  margin-top: 10px; font-size: 13px; color: var(--accent); font-weight: 500;
  text-decoration: none;
}

/* ------------------------------------------------------------
   FEATURE SPLIT
   ------------------------------------------------------------ */
.hsq-lp .feature-split {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
@media (min-width: 880px) { .hsq-lp .feature-split { grid-template-columns: 1fr 1fr; } }

.hsq-lp .feature-split .img-side { background: var(--sand-deep); aspect-ratio: 4/3; overflow: hidden; }
@media (min-width: 880px) { .hsq-lp .feature-split .img-side { aspect-ratio: 1/1; } }
.hsq-lp .feature-split .img-side img { width: 100%; height: 100%; object-fit: cover; }
.hsq-lp .feature-split .text-side {
  padding: 36px var(--gutter);
  display: flex; flex-direction: column; justify-content: center; gap: 20px;
  background: var(--cream);
}
@media (min-width: 880px) { .hsq-lp .feature-split .text-side { padding: 56px clamp(36px, 5vw, 72px); } }
.hsq-lp .feature-split .text-side h3 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-4); line-height: 1.15; margin: 0;
}
.hsq-lp .feature-split .text-side h3 em { font-style: italic; color: var(--accent); font-weight: 600; }
.hsq-lp .feature-split .text-side p {
  font-size: var(--step-1); line-height: 1.85; color: var(--ink-soft); margin: 0; max-width: 42ch;
}

/* ------------------------------------------------------------
   GUIDE (ink section, 4 cards)
   ------------------------------------------------------------ */
.hsq-lp .guide-grid {
  display: grid; grid-template-columns: 1fr; gap: 0;
  border-top: 1px solid rgba(246, 241, 232, 0.15);
}
@media (min-width: 600px) { .hsq-lp .guide-grid { grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgba(246, 241, 232, 0.15); } }
@media (min-width: 980px) { .hsq-lp .guide-grid { grid-template-columns: repeat(4, 1fr); } }

.hsq-lp .guide-card {
  padding: 28px 22px;
  border-bottom: 1px solid rgba(246, 241, 232, 0.15);
  text-decoration: none; color: var(--cream);
  display: flex; flex-direction: column; gap: 12px;
  min-height: 200px;
  transition: background .25s ease;
}
@media (min-width: 600px) {
  .hsq-lp .guide-card { border-right: 1px solid rgba(246, 241, 232, 0.15); }
}
.hsq-lp .guide-card:hover { background: rgba(246, 241, 232, 0.04); }
.hsq-lp .guide-card h4 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-2); line-height: 1.3; margin: 0; color: var(--cream);
}
.hsq-lp .guide-card p {
  font-size: 14px; line-height: 1.8; margin: 0;
  color: rgba(246, 241, 232, 0.7); margin-top: auto;
}
.hsq-lp .guide-card .arr {
  display: inline-block;
  font-size: 14px; color: var(--cream); margin-top: 6px;
  text-decoration: none;
}

/* ------------------------------------------------------------
   IG GRID
   ------------------------------------------------------------ */
.hsq-lp .ig-band { background: var(--cream); }
.hsq-lp .ig-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
}
@media (min-width: 600px) { .hsq-lp .ig-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 880px) { .hsq-lp .ig-grid { grid-template-columns: repeat(6, 1fr); } }
.hsq-lp .ig-tile {
  aspect-ratio: 1/1; overflow: hidden; background: var(--sand-deep);
  position: relative; border-radius: 2px;
}
.hsq-lp .ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hsq-lp .ig-tile:hover img { transform: scale(1.05); }
.hsq-lp .ig-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(31, 28, 24, 0.55));
  opacity: 1; transition: opacity .3s ease;
}
.hsq-lp .ig-tile .over {
  position: absolute; left: 0; right: 0; bottom: 10px; text-align: center;
  font-size: 12px; color: var(--cream); font-weight: 500;
  opacity: 1; transition: opacity .3s ease;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
/* On tablet+ the overlay fades in on hover for a quieter look */
@media (min-width: 720px) and (hover: hover) {
  .hsq-lp .ig-tile::after { opacity: 0; }
  .hsq-lp .ig-tile .over { opacity: 0; }
  .hsq-lp .ig-tile:hover::after,
  .hsq-lp .ig-tile:hover .over { opacity: 1; }
}

.hsq-lp .ig-cta {
  display: grid; grid-template-columns: 1fr; gap: 18px;
  margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--hairline);
}
@media (min-width: 720px) { .hsq-lp .ig-cta { grid-template-columns: 1fr auto; align-items: end; gap: 24px; } }
.hsq-lp .ig-cta .lhs h3 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-3); margin: 0 0 6px; line-height: 1.2;
}
.hsq-lp .ig-cta .lhs p { margin: 0; color: var(--taupe); font-size: 14px; }

/* ------------------------------------------------------------
   HOW TO BUY (steps)
   ------------------------------------------------------------ */
.hsq-lp .steps {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
@media (min-width: 880px) { .hsq-lp .steps { grid-template-columns: repeat(5, 1fr); gap: 0; } }

.hsq-lp .step {
  padding: 26px 0; border-top: 1px solid var(--hairline);
  display: flex; flex-direction: column; gap: 12px;
}
@media (min-width: 880px) { .hsq-lp .step { padding: 32px 24px 32px 0; } }
.hsq-lp .step .n {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: 38px; line-height: 1; color: var(--accent);
}
@media (min-width: 880px) { .hsq-lp .step .n { font-size: 44px; } }
.hsq-lp .step h4 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: 18px; margin: 0; line-height: 1.3;
}
.hsq-lp .step p { font-size: 14px; line-height: 1.8; color: var(--taupe); margin: 0; }
.hsq-lp #buy .buy-guide-links {
  width: min(100%, 420px);
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: stretch;
}
.hsq-lp #buy .buy-guide-links .btn-text {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}
@media (min-width: 720px) {
  .hsq-lp #buy .buy-guide-links {
    width: auto;
    align-items: flex-start;
  }
  .hsq-lp #buy .buy-guide-links .btn-text {
    width: auto;
  }
}

/* ------------------------------------------------------------
   PROFILE
   ------------------------------------------------------------ */
.hsq-lp .profile {
  display: grid; grid-template-columns: 1fr; gap: 28px;
}
@media (min-width: 880px) { .hsq-lp .profile { grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; } }
.hsq-lp .profile-img {
  aspect-ratio: 4/5; background: var(--sand-deep); border-radius: 2px;
  overflow: hidden; position: relative;
}
.hsq-lp .profile-img img { width: 100%; height: 100%; object-fit: cover; }

.hsq-lp .profile-body h3 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-4); line-height: 1.18; margin: 0 0 18px;
}
.hsq-lp .profile-body h3 em { font-style: italic; color: var(--accent); font-weight: 600; }
.hsq-lp .profile-body .lede { font-size: 16px; line-height: 1.85; color: var(--ink-soft); margin: 0 0 20px; }
.hsq-lp .profile-body .quote {
  font-family: var(--ff-serif); font-style: italic; font-weight: 400;
  font-size: var(--step-2); line-height: 1.55; color: var(--accent);
  padding-left: 20px; border-left: 1px solid var(--accent); margin: 24px 0;
}

/* ------------------------------------------------------------
   FAQ
   ------------------------------------------------------------ */
.hsq-lp .faq-list { display: flex; flex-direction: column; }
.hsq-lp .faq { border-top: 1px solid var(--hairline); }
.hsq-lp .faq:last-child { border-bottom: 1px solid var(--hairline); }
.hsq-lp .faq summary {
  list-style: none; cursor: pointer; padding: 22px 0;
  display: grid; grid-template-columns: 1fr 24px; gap: 16px; align-items: baseline;
}
.hsq-lp .faq summary::-webkit-details-marker { display: none; }
.hsq-lp .faq summary .qtext {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-2); line-height: 1.4; color: var(--ink);
}
.hsq-lp .faq summary .qsign { width: 14px; height: 14px; position: relative; justify-self: end; }
.hsq-lp .faq summary .qsign::before,
.hsq-lp .faq summary .qsign::after {
  content: ""; position: absolute; background: var(--ink);
  transition: transform .25s ease;
}
.hsq-lp .faq summary .qsign::before { left: 0; right: 0; top: 50%; height: 1px; }
.hsq-lp .faq summary .qsign::after  { top: 0; bottom: 0; left: 50%; width: 1px; }
.hsq-lp .faq[open] summary .qsign::after { transform: scaleY(0); }
.hsq-lp .faq .answer {
  padding: 0 0 26px;
  font-size: 15px; line-height: 1.85; color: var(--ink-soft);
  max-width: 70ch;
}

/* ------------------------------------------------------------
   FINAL CTA
   ------------------------------------------------------------ */
.hsq-lp .final-cta {
  position: relative; min-height: 60vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; color: var(--cream);
  padding: 80px 0;
}
@media (min-width: 720px) { .hsq-lp .final-cta { padding: 110px 0; } }
.hsq-lp .final-cta .bg { position: absolute; inset: 0; z-index: 0; }
.hsq-lp .final-cta .bg img { width: 100%; height: 100%; object-fit: cover; }
.hsq-lp .final-cta .bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(31,28,24,0.5), rgba(31,28,24,0.78));
}
.hsq-lp .final-cta .inner {
  position: relative; z-index: 1; text-align: center;
  max-width: 720px; padding: 0 var(--gutter);
}
.hsq-lp .final-cta h2 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-5); line-height: 1.15; margin: 0 0 18px; color: var(--cream);
}
.hsq-lp .final-cta h2 em { font-style: italic; color: #d6c5e0; font-weight: 600; }
.hsq-lp .final-cta p {
  font-size: var(--step-1); color: rgba(246, 241, 232, 0.85);
  margin: 0 0 32px; line-height: 1.85;
}
.hsq-lp .final-cta .cta-row {
  display: flex; flex-direction: column; gap: 10px; align-items: center;
}
@media (min-width: 720px) { .hsq-lp .final-cta .cta-row { flex-direction: row; justify-content: center; gap: 14px; } }
.hsq-lp .final-cta .btn-primary { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.hsq-lp .final-cta .btn-primary:hover { background: transparent; color: var(--cream); }
.hsq-lp .final-cta .btn-ghost { color: var(--cream); border-color: rgba(246, 241, 232, 0.45); }
.hsq-lp .final-cta .btn-ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */
.hsq-lp .site-footer {
  background: var(--cream);
  padding: 56px 0 24px;
  border-top: 1px solid var(--hairline);
}
.hsq-lp .footer-top {
  display: grid; grid-template-columns: 1fr; gap: 32px;
  padding-bottom: 40px; border-bottom: 1px solid var(--hairline);
}
@media (min-width: 720px) { .hsq-lp .footer-top { grid-template-columns: 1.4fr 0.6fr 0.6fr 0.6fr; gap: 40px; } }
.hsq-lp .footer-top h5 {
  font-family: var(--ff-sans); font-size: 13px; font-weight: 600;
  color: var(--ink); margin: 0 0 14px;
}
.hsq-lp .footer-top ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.hsq-lp .footer-top a { text-decoration: none; color: var(--ink-soft); font-size: 14px; }
.hsq-lp .footer-top a:hover { color: var(--accent); }
.hsq-lp .footer-brand .mark {
  font-family: var(--ff-serif); font-weight: 500; font-size: 22px; margin-bottom: 12px;
}
.hsq-lp .footer-brand p { font-size: 14px; line-height: 1.75; color: var(--taupe); margin: 0; max-width: 36ch; }
.hsq-lp .footer-bottom {
  padding-top: 24px; display: flex; justify-content: space-between;
  align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 12px; color: var(--taupe);
}
.hsq-lp .footer-bottom .disclaim { max-width: 60ch; }

/* ------------------------------------------------------------
   DISCLAIMER NOTE
   ------------------------------------------------------------ */
.hsq-lp .note {
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  padding: 22px 0; margin: 36px 0;
  display: grid; grid-template-columns: 1fr; gap: 12px; align-items: start;
}
@media (min-width: 600px) { .hsq-lp .note { grid-template-columns: 120px 1fr; gap: 28px; padding: 26px 0; } }
.hsq-lp .note .nlabel { font-family: var(--ff-sans); font-size: 13px; font-weight: 600; color: var(--ink); }
.hsq-lp .note p { margin: 0; font-size: 14px; line-height: 1.85; color: var(--ink-soft); max-width: 70ch; }
.hsq-lp.hsq-article .note p:empty { display: none !important; }
.hsq-lp.hsq-article .note .note-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--ink-soft);
  max-width: 70ch;
}

/* ============================================================
   ARTICLE PAGE
   ============================================================ */
.hsq-lp .art-hero { padding: 24px 0 18px; }
@media (min-width: 720px) { .hsq-lp .art-hero { padding: 40px 0 24px; } }

.hsq-lp .art-crumbs {
  font-size: 13px; color: var(--taupe); margin-bottom: 18px;
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap;
}
.hsq-lp .art-crumbs a { color: var(--taupe); text-decoration: none; }
.hsq-lp .art-crumbs a:hover { color: var(--accent); }
.hsq-lp .art-crumbs .sep { opacity: 0.5; }

.hsq-lp .art-title {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: clamp(28px, 5vw + 10px, 56px); line-height: 1.15;
  margin: 0 0 18px; letter-spacing: 0; max-width: 22ch;
  text-wrap: pretty;
}
.hsq-lp .art-title em { font-style: italic; color: var(--accent); font-weight: 600; }

.hsq-lp .art-lede {
  font-size: clamp(16px, 0.6vw + 14px, 19px);
  line-height: 1.8; color: var(--ink-soft); max-width: 60ch; margin: 0 0 18px;
}

.hsq-lp .art-meta {
  display: flex; gap: 14px; flex-wrap: wrap;
  padding-top: 14px; border-top: 1px solid var(--hairline);
  font-size: 13px; color: var(--taupe);
}
.hsq-lp .art-meta .m strong { color: var(--ink); font-weight: 500; }
.hsq-lp .art-meta .sep { opacity: 0.4; }

.hsq-lp .art-cover {
  aspect-ratio: 16/10; background: var(--sand-deep); overflow: hidden;
  margin: 20px 0 0;
}
@media (min-width: 720px) { .hsq-lp .art-cover { margin: 28px 0 0; aspect-ratio: 16/9; } }
.hsq-lp .art-cover img { width: 100%; height: 100%; object-fit: cover; }

.hsq-lp .art-body {
  display: grid; grid-template-columns: 1fr; gap: 24px;
  padding: 28px var(--gutter) 60px;
  min-width: 0;
}
@media (min-width: 980px) {
  .hsq-lp .art-body { grid-template-columns: 200px minmax(0, 680px) 1fr; gap: 56px; padding: 48px var(--gutter) 100px; }
}

.hsq-lp .toc { display: none; }
@media (min-width: 980px) {
  .hsq-lp .toc { display: block; position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
}
.hsq-lp .toc h6 { font-family: var(--ff-sans); font-size: 14px; font-weight: 600; color: var(--ink); margin: 0 0 18px; letter-spacing: 0.02em; }
.hsq-lp .toc ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.hsq-lp .toc li { }
.hsq-lp .toc a {
  font-size: 15px; line-height: 1.5; color: var(--ink-soft);
  text-decoration: none; display: block; padding: 2px 0;
  border-left: 1px solid transparent; padding-left: 10px;
  transition: border-color .2s ease, color .2s ease;
}
.hsq-lp .toc a:hover { color: var(--accent); border-left-color: var(--accent); }

.hsq-lp .content { max-width: 680px; min-width: 0; }
.hsq-lp .content h2 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: clamp(22px, 1.6vw + 14px, 32px); line-height: 1.25;
  margin: 44px 0 14px; letter-spacing: 0; scroll-margin-top: 80px;
}
.hsq-lp .content h3 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: clamp(18px, 0.8vw + 14px, 22px); line-height: 1.3;
  margin: 32px 0 10px;
}
.hsq-lp .content p {
  font-size: 16px; line-height: 1.95; margin: 0 0 18px; color: var(--ink-soft);
  text-wrap: pretty;
}
@media (min-width: 720px) { .hsq-lp .content p { font-size: 17px; } }
.hsq-lp .content p strong { color: var(--ink); font-weight: 600; }
.hsq-lp .content blockquote {
  margin: 28px 0; padding: 4px 0 4px 20px;
  border-left: 2px solid var(--accent);
  font-family: var(--ff-serif); font-style: italic;
  font-size: 18px; line-height: 1.7; color: var(--ink-soft);
}
.hsq-lp .content figure { margin: 28px 0; }
.hsq-lp .content figure img { border-radius: 2px; aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.hsq-lp .content figure figcaption { font-size: 13px; color: var(--taupe); margin-top: 10px; }
.hsq-lp .content ul { padding-left: 20px; margin: 0 0 18px; }
.hsq-lp .content li { margin: 0 0 10px; font-size: 16px; line-height: 1.85; color: var(--ink-soft); }

.hsq-lp .content p,
.hsq-lp .content h2,
.hsq-lp .content h3,
.hsq-lp .content ul,
.hsq-lp .content blockquote,
.hsq-lp .content figure,
.hsq-lp .fact,
.hsq-lp .note,
.hsq-lp .inline-cta {
  max-width: 100%;
}

/* fact card */
.hsq-lp .fact {
  display: grid; grid-template-columns: 1fr; margin: 32px 0; border: 1px solid var(--hairline);
}
@media (min-width: 600px) { .hsq-lp .fact { grid-template-columns: 1fr 1fr; } }
.hsq-lp .fact .left, .hsq-lp .fact .right { padding: 22px; }
@media (min-width: 600px) { .hsq-lp .fact .left { border-right: 1px solid var(--hairline); } }
.hsq-lp .fact .left { border-bottom: 1px solid var(--hairline); }
@media (min-width: 600px) { .hsq-lp .fact .left { border-bottom: 0; } }
.hsq-lp .fact h4 { font-family: var(--ff-sans); font-size: 12px; font-weight: 600; color: var(--accent); margin: 0 0 12px; }
.hsq-lp .fact dl { margin: 0; display: flex; flex-direction: column; gap: 6px; }
.hsq-lp .fact dt { font-size: 12px; color: var(--taupe); }
.hsq-lp .fact dd { margin: 0 0 6px; font-size: 14px; color: var(--ink-soft); }

/* callout */
.hsq-lp .callout {
  background: var(--sand); padding: 22px;
  margin: 30px 0; display: grid; grid-template-columns: 24px 1fr; gap: 14px;
}
.hsq-lp .callout svg { width: 24px; height: 24px; color: var(--accent); }
.hsq-lp .callout p { margin: 0; font-size: 15px; line-height: 1.8; color: var(--ink-soft); }
.hsq-lp .callout p strong { color: var(--ink); }

/* inline CTA (soft) */
.hsq-lp .inline-cta {
  margin: 36px 0; padding: 22px;
  border: 1px solid var(--hairline);
  display: grid; grid-template-columns: 1fr; gap: 16px; align-items: center;
}
@media (min-width: 720px) { .hsq-lp .inline-cta { padding: 28px; grid-template-columns: 1fr auto; gap: 24px; } }
.hsq-lp .inline-cta .ic-h {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-2); line-height: 1.4; margin: 0;
}
.hsq-lp .inline-cta-text { min-width: 0; }
.hsq-lp .inline-cta-action { display: flex; justify-content: flex-start; }
.hsq-lp .inline-cta .btn { max-width: 100%; white-space: normal; text-align: center; }
@media (min-width: 720px) {
  .hsq-lp .inline-cta { grid-template-columns: minmax(0, 1fr) auto; }
  .hsq-lp .inline-cta-action { justify-content: flex-end; }
}

/* bottom CTA */
.hsq-lp .art-bottom-cta {
  background: var(--ink); color: var(--cream);
  padding: 56px 0;
}
@media (min-width: 720px) { .hsq-lp .art-bottom-cta { padding: 80px 0; } }
.hsq-lp .abc-grid {
  display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center;
}
@media (min-width: 880px) { .hsq-lp .abc-grid { grid-template-columns: 1fr 1fr; gap: 60px; } }
.hsq-lp .abc-grid .img { aspect-ratio: 4/3; background: #2a2622; overflow: hidden; }
@media (min-width: 880px) { .hsq-lp .abc-grid .img { aspect-ratio: 1/1; } }
.hsq-lp .abc-grid .img img { width: 100%; height: 100%; object-fit: cover; }
.hsq-lp .abc-grid h2 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: var(--step-4); line-height: 1.18; margin: 0 0 16px; color: var(--cream);
}
.hsq-lp .abc-grid h2 em { font-style: italic; color: #d6c5e0; font-weight: 600; }
.hsq-lp .abc-grid p { font-size: 16px; line-height: 1.85; color: rgba(246, 241, 232, 0.78); margin: 0 0 22px; }
.hsq-lp .abc-grid .cta-row {
  display: flex; flex-direction: column; gap: 10px;
}
@media (min-width: 720px) { .hsq-lp .abc-grid .cta-row { flex-direction: row; gap: 14px; flex-wrap: wrap; } }
.hsq-lp .abc-grid .btn-primary { background: var(--cream); color: var(--ink); }
.hsq-lp .abc-grid .btn-primary:hover { background: var(--accent); color: var(--cream); }
.hsq-lp .abc-grid .btn-ghost { color: var(--cream); border-color: rgba(246,241,232,0.4); }
.hsq-lp .abc-grid .btn-ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* related */
.hsq-lp .related { padding: 56px 0; }
@media (min-width: 720px) { .hsq-lp .related { padding: 80px 0; } }
.hsq-lp .related .related-grid {
  display: grid; grid-template-columns: 1fr; gap: 28px;
}
@media (min-width: 720px) { .hsq-lp .related .related-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.hsq-lp .related-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 12px; }
.hsq-lp .related-card .img { aspect-ratio: 4/3; overflow: hidden; background: var(--sand-deep); }
.hsq-lp .related-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hsq-lp .related-card:hover .img img { transform: scale(1.04); }
.hsq-lp .related-card .cat { font-size: 13px; color: var(--accent); font-weight: 500; }
.hsq-lp .related-card h4 {
  font-family: var(--ff-serif); font-weight: 500;
  font-size: 19px; line-height: 1.35; margin: 0; color: var(--ink);
}

/* ============================================================
   anim
   ============================================================ */
@keyframes hsqFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hsq-lp .reveal { opacity: 0; }
.hsq-lp .reveal.in { animation: hsqFadeUp .7s ease forwards; }

@media (prefers-reduced-motion: reduce) {
  .hsq-lp *, .hsq-lp *::before, .hsq-lp *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   HSQ LP Test v2.3 - SWELL layout recovery
   Page ID: 599
   ============================================================ */

/* SWELL parent containers */
.page-id-599 .l-content,
.page-id-599 .l-mainContent,
.page-id-599 .l-mainContent__inner,
.page-id-599 .post_content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Gutenberg custom HTML block breakout */
.page-id-599 .post_content > .wp-block-html,
.page-id-599 .post_content .wp-block-html {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* LP body */
.page-id-599 .wp-block-html > .hsq-lp,
.page-id-599 .post_content .hsq-lp {
  width: 100vw !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: hidden;
}

/* Inner wrapper */
.page-id-599 .hsq-lp .hsq-wrap {
  width: min(1200px, calc(100% - 44px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 430px) {
  .page-id-599 .hsq-lp .hsq-wrap {
    width: min(1200px, calc(100% - 48px)) !important;
  }
}

@media (min-width: 720px) {
  .page-id-599 .hsq-lp .hsq-wrap {
    width: min(1200px, calc(100% - 72px)) !important;
  }
}

@media (min-width: 1100px) {
  .page-id-599 .hsq-lp .hsq-wrap {
    width: min(1200px, calc(100% - 112px)) !important;
  }
}

/* Shared grid resets */
.page-id-599 .hsq-lp .hero-grid,
.page-id-599 .hsq-lp .section-head,
.page-id-599 .hsq-lp .purposes,
.page-id-599 .hsq-lp .stones,
.page-id-599 .hsq-lp .ig-grid,
.page-id-599 .hsq-lp .guide-grid,
.page-id-599 .hsq-lp .steps,
.page-id-599 .hsq-lp .related .related-grid {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Purpose grid */
.page-id-599 .hsq-lp .purposes {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

@media (min-width: 600px) {
  .page-id-599 .hsq-lp .purposes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (min-width: 980px) {
  .page-id-599 .hsq-lp .purposes {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

/* Popular stones grid */
.page-id-599 .hsq-lp .stones {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 28px !important;
}

@media (min-width: 600px) {
  .page-id-599 .hsq-lp .stones {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}

@media (min-width: 980px) {
  .page-id-599 .hsq-lp .stones {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 32px !important;
  }
}

.page-id-599 .hsq-lp .stone,
.page-id-599 .hsq-lp .purpose,
.page-id-599 .hsq-lp .guide-card {
  min-width: 0 !important;
}

.page-id-599 .hsq-lp .stone .photo img,
.page-id-599 .hsq-lp .purpose .bg,
.page-id-599 .hsq-lp .ig-tile img,
.page-id-599 .hsq-lp .related-card .img img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
}

/* Instagram grid */
.page-id-599 .hsq-lp .ig-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  align-items: stretch !important;
}

@media (min-width: 600px) {
  .page-id-599 .hsq-lp .ig-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 880px) {
  .page-id-599 .hsq-lp .ig-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

.page-id-599 .hsq-lp .ig-tile {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.page-id-599 .hsq-lp .ig-tile img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
}

/* Beginner guide grid: text-only frame */
.page-id-599 .hsq-lp .guide-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  width: 100% !important;
  border-top: 1px solid rgba(246, 241, 232, 0.15) !important;
  border-left: 0 !important;
}

@media (min-width: 600px) {
  .page-id-599 .hsq-lp .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-left: 1px solid rgba(246, 241, 232, 0.15) !important;
  }
}

@media (min-width: 980px) {
  .page-id-599 .hsq-lp .guide-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.page-id-599 .hsq-lp .guide-card {
  min-width: 0 !important;
  min-height: 200px !important;
  padding: 28px 22px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid rgba(246, 241, 232, 0.15) !important;
  border-right: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

@media (min-width: 600px) {
  .page-id-599 .hsq-lp .guide-card {
    border-right: 1px solid rgba(246, 241, 232, 0.15) !important;
  }
}

.page-id-599 .hsq-lp .guide-card p {
  margin-top: auto !important;
}

/* How to buy steps */
.page-id-599 .hsq-lp .steps {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

@media (min-width: 880px) {
  .page-id-599 .hsq-lp .steps {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* Related article cards */
.page-id-599 .hsq-lp .related .related-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 28px !important;
}

.page-id-599 .hsq-lp .related-card .img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
}

@media (min-width: 720px) {
  .page-id-599 .hsq-lp .related .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* ============================================================
   HSQ LP Test v2.5 - finishing adjustments
   Page ID: 599
   ============================================================ */

@media (max-width: 719px) {
  .page-id-599 .hsq-lp .hero {
    padding-top: 26px !important;
  }

  .page-id-599 .hsq-lp .hero-grid {
    gap: 26px !important;
  }

  .page-id-599 .hsq-lp .hero h1,
  .page-id-599 .hsq-lp .hero .sub,
  .page-id-599 .hsq-lp .hero .cta-row {
    max-width: 100% !important;
  }

  .page-id-599 .hsq-lp .hero .cta-row {
    justify-content: flex-start !important;
  }
}

.page-id-599 .hsq-lp .hsq-wrap.hero-grid {
  width: min(1200px, calc(100% - 44px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 430px) {
  .page-id-599 .hsq-lp .hsq-wrap.hero-grid {
    width: min(1200px, calc(100% - 48px)) !important;
  }
}

@media (min-width: 720px) {
  .page-id-599 .hsq-lp .hsq-wrap.hero-grid {
    width: min(1200px, calc(100% - 72px)) !important;
  }
}

@media (min-width: 1100px) {
  .page-id-599 .hsq-lp .hsq-wrap.hero-grid {
    width: min(1200px, calc(100% - 112px)) !important;
  }
}

.page-id-599 .hsq-lp .section-head {
  align-items: end !important;
  gap: 18px !important;
  margin-bottom: 32px !important;
}

.page-id-599 .hsq-lp .section-head h2 {
  display: inline-block !important;
  width: auto !important;
  max-width: 10em !important;
  padding: 0 0 10px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(90, 74, 110, 0.22) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-id-599 .hsq-lp .tone-ink .section-head h2 {
  border-bottom-color: rgba(246, 241, 232, 0.24) !important;
}

.page-id-599 .hsq-lp .section-head .right p {
  max-width: 58ch !important;
}

@media (max-width: 599px) {
  .page-id-599 .hsq-lp .section-head {
    gap: 14px !important;
    margin-bottom: 28px !important;
  }

  .page-id-599 .hsq-lp .section-head h2 {
    max-width: 100% !important;
    padding-bottom: 8px !important;
  }
}

@media (min-width: 880px) {
  .page-id-599 .hsq-lp .section-head {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr) !important;
    gap: 44px !important;
    margin-bottom: 48px !important;
  }
}

/* ============================================================
   HSQ LP Test v2.6 - SWELL header separation
   Page ID: 599
   ============================================================ */

/* HSQ Header: restore centered header container */
#body_wrap.page-id-599 .l-header__inner.l-container {
  max-width: 1020px !important;
  width: min(1020px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 1100px) {
  #body_wrap.page-id-599 .l-header__inner.l-container {
    width: min(1020px, calc(100% - 96px)) !important;
  }
}

/* HSQ Header: custom Instagram button mobile only */
@media (min-width: 960px) {
  #body_wrap.page-id-599 .l-header__customBtn,
  #body_wrap.page-id-599 .l-header__customBtn.sp_,
  #body_wrap.page-id-599 .l-header__customBtn a,
  #body_wrap.page-id-599 .l-header__customBtn button {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 959px) {
  #body_wrap.page-id-599 .l-header__customBtn.sp_ {
    display: flex !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important;
    overflow: visible !important;
  }
}

/* HSQ Header: align mobile header gutters across LP and articles */
@media (max-width: 959px) {
  #body_wrap.page-id-599 .l-header__inner.l-container,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-header__inner.l-container {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  #body_wrap.page-id-599 .l-header__logo,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-header__logo {
    margin-left: 0 !important;
  }

  #body_wrap.page-id-599 .l-header__customBtn,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-header__customBtn {
    margin-left: auto !important;
  }

  #body_wrap.page-id-599 .l-header__menuBtn,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-header__menuBtn {
    margin-left: 14px !important;
  }
}

/* HSQ PC header Instagram menu button */
#body_wrap.page-id-599 .c-gnav .hsq-menu-instagram > a {
  border: 1px solid #1f1c18 !important;
  border-radius: 999px !important;
  padding: 7px 14px !important;
  line-height: 1 !important;
  margin-left: 8px !important;
}

#body_wrap.page-id-599 .c-gnav .hsq-menu-instagram > a:hover {
  background: #1f1c18 !important;
  color: #f6f1e8 !important;
}

/* HSQ Header: hide SWELL PC top SNS bar */
#body_wrap.page-id-599 #header .l-header__bar,
#body_wrap.page-id-599 #header .l-header__bar.pc_,
#body_wrap.page-id-599 #header .l-header__barInner {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* ============================================================
   HSQ LP Test v2.6.2 - remove SWELL heading decorations
   Page ID: 599
   ============================================================ */

#body_wrap.page-id-599 .post_content .hsq-lp h2,
#body_wrap.page-id-599 .post_content .hsq-lp h3,
#body_wrap.page-id-599 .post_content .hsq-lp h4,
#body_wrap.page-id-599 .post_content .hsq-lp .section-head .left,
#body_wrap.page-id-599 .post_content .hsq-lp .section-head h2 {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background: transparent !important;
  background-image: none !important;
}

#body_wrap.page-id-599 .post_content .hsq-lp h2::before,
#body_wrap.page-id-599 .post_content .hsq-lp h2::after,
#body_wrap.page-id-599 .post_content .hsq-lp h3::before,
#body_wrap.page-id-599 .post_content .hsq-lp h3::after,
#body_wrap.page-id-599 .post_content .hsq-lp h4::before,
#body_wrap.page-id-599 .post_content .hsq-lp h4::after,
#body_wrap.page-id-599 .post_content .hsq-lp .section-head .left::before,
#body_wrap.page-id-599 .post_content .hsq-lp .section-head .left::after,
#body_wrap.page-id-599 .post_content .hsq-lp .section-head h2::before,
#body_wrap.page-id-599 .post_content .hsq-lp .section-head h2::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: none !important;
  background-image: none !important;
}

/* ============================================================
   HSQ SWELL fixed header alignment
   Page ID: 599 / postid-54 / postid-60 / postid-330 / postid-148 / postid-529 / postid-740 / postid-112 / postid-521 / postid-469 / postid-789 / postid-815 / postid-826
   ============================================================ */

@media (min-width: 960px) {
  #body_wrap.page-id-599 .l-fixHeader__inner.l-container,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-fixHeader__inner.l-container {
    width: min(1020px, calc(100% - 48px)) !important;
    max-width: 1020px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #body_wrap.page-id-599 .l-fixHeader__logo,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-fixHeader__logo {
    margin-left: 0 !important;
  }

  #body_wrap.page-id-599 .l-fixHeader__gnav,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-fixHeader__gnav {
    margin-left: auto !important;
  }
}

/* ============================================================
   HSQ LP Test v2.8 - width refinement
   Page ID: 599
   ============================================================ */

@media (min-width: 880px) {
  #body_wrap.page-id-599 .hsq-lp .hsq-wrap,
  #body_wrap.page-id-599 .hsq-lp .hsq-wrap.hero-grid {
    width: min(1020px, calc(100% - 72px)) !important;
    max-width: 1020px !important;
  }
}

@media (min-width: 1100px) {
  #body_wrap.page-id-599 .hsq-lp .hsq-wrap,
  #body_wrap.page-id-599 .hsq-lp .hsq-wrap.hero-grid {
    width: min(1020px, calc(100% - 96px)) !important;
  }
}

/* ============================================================
   HSQ Article Common Template
   Applies to: .post_content .hsq-lp.hsq-article
   ============================================================ */

.post_content .hsq-lp.hsq-article {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow-x: hidden;
  background: #f6f1e8 !important;
}

.post_content .hsq-lp.hsq-article .hsq-wrap,
.post_content .hsq-lp.hsq-article .art-wrap,
.post_content .hsq-lp.hsq-article .article-wrap,
.post_content .hsq-lp.hsq-article .art-body {
  width: min(1020px, calc(100% - 44px)) !important;
  max-width: 1020px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 430px) {
  .post_content .hsq-lp.hsq-article .hsq-wrap,
  .post_content .hsq-lp.hsq-article .art-wrap,
  .post_content .hsq-lp.hsq-article .article-wrap,
  .post_content .hsq-lp.hsq-article .art-body {
    width: min(1020px, calc(100% - 48px)) !important;
  }
}

@media (min-width: 880px) {
  .post_content .hsq-lp.hsq-article .art-body {
    grid-template-columns: minmax(160px, 220px) minmax(0, 700px) minmax(0, 1fr) !important;
    gap: 48px !important;
    padding-top: 48px !important;
    padding-bottom: 96px !important;
  }
}

.post_content .hsq-lp.hsq-article .art-body .content {
  max-width: 700px !important;
}

.post_content .hsq-lp.hsq-article .art-body .toc {
  max-width: 220px !important;
}

@media (min-width: 980px) {
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-content,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-mainContent,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-mainContent__inner,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-article,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .post_content,
  .post_content .hsq-lp.hsq-article,
  .post_content .hsq-lp.hsq-article .art-body {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    transform: none !important;
  }

  .post_content .hsq-lp.hsq-article .toc {
    display: block !important;
    position: sticky !important;
    top: calc(var(--header-h, 72px) + 24px) !important;
    align-self: start !important;
    height: max-content !important;
    max-height: calc(100vh - var(--header-h, 72px) - 48px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
}

.post_content .hsq-lp.hsq-article .art-hero {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

@media (min-width: 720px) {
  .post_content .hsq-lp.hsq-article .art-hero {
    padding-top: 22px !important;
    padding-bottom: 20px !important;
  }
}

.post_content .hsq-lp.hsq-article .art-cover {
  width: min(1020px, calc(100% - 44px)) !important;
  max-width: 1020px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 430px) {
  .post_content .hsq-lp.hsq-article .art-cover {
    width: min(1020px, calc(100% - 48px)) !important;
  }
}

.post_content .hsq-lp.hsq-article .art-cover img,
.post_content .hsq-lp.hsq-article .content figure img,
.post_content .hsq-lp.hsq-article .art-bottom-cta img,
.post_content .hsq-lp.hsq-article .related-card .img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
}

.post_content .hsq-lp.hsq-article h2,
.post_content .hsq-lp.hsq-article h3,
.post_content .hsq-lp.hsq-article h4 {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
}

.post_content .hsq-lp.hsq-article .content h2,
.post_content .hsq-lp.hsq-article .content h3,
.post_content .hsq-lp.hsq-article .content h4 {
  color: #1f1c18 !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
}

.post_content .hsq-lp.hsq-article .content h2 em,
.post_content .hsq-lp.hsq-article .content h3 em,
.post_content .hsq-lp.hsq-article .content h4 em {
  color: #5a4a6e !important;
}

.post_content .hsq-lp.hsq-article .art-bottom-cta h2,
.post_content .hsq-lp.hsq-article .art-bottom-cta .hsq-serif,
.post_content .hsq-lp.hsq-article .art-bottom-cta h2 em {
  color: var(--cream) !important;
}

.post_content .hsq-lp.hsq-article .content .p-toc {
  display: none !important;
}

.post_content .hsq-lp.hsq-article h2::before,
.post_content .hsq-lp.hsq-article h2::after,
.post_content .hsq-lp.hsq-article h3::before,
.post_content .hsq-lp.hsq-article h3::after,
.post_content .hsq-lp.hsq-article h4::before,
.post_content .hsq-lp.hsq-article h4::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

/* HSQ Article H2 - Soft Mineral Vein */
.post_content .hsq-lp.hsq-article .content h2 {
  position: relative !important;
  padding-bottom: 14px !important;
}

.post_content .hsq-lp.hsq-article .content h2::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 28% !important;
  bottom: 0 !important;
  height: 9px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 12' preserveAspectRatio='none'%3E%3Cpath d='M0 7 C60 2 96 10 150 5 C224 -1 270 11 334 5 C390 0 450 8 520 4' fill='none' stroke='%2376608f' stroke-width='1.1' opacity='.48'/%3E%3Cpath d='M24 10 C80 6 122 12 178 8 C250 4 302 12 374 7' fill='none' stroke='%23d8c6aa' stroke-width='1' opacity='.8'/%3E%3C/svg%3E") center / 100% 100% no-repeat !important;
}

@media (max-width: 767px) {
  .post_content .hsq-lp.hsq-article .content h2 {
    padding-bottom: 12px !important;
  }

  .post_content .hsq-lp.hsq-article .content h2::after {
    right: 10% !important;
    height: 7px !important;
    opacity: 0.85 !important;
  }
}

/* ============================================================
   HSQ 404 Page
   Scope: 404.php only (.hsq-404)
   ============================================================ */

/* HSQ 404: SWELL wrapper background fix */
#body_wrap.error404,
#body_wrap.error404 #content,
#body_wrap.error404 .l-content,
#body_wrap.error404 .l-container,
#body_wrap.error404 .l-mainContent,
#body_wrap.error404 .l-mainContent__inner,
#body_wrap.error404 .post_content,
#body_wrap.error404 .p-article,
#body_wrap.error404 main {
  background: #f6f1e8 !important;
  background-color: #f6f1e8 !important;
  background-image: none !important;
}

#body_wrap.error404::before,
#body_wrap.error404::after,
#body_wrap.error404 #content::before,
#body_wrap.error404 #content::after,
#body_wrap.error404 .l-content::before,
#body_wrap.error404 .l-content::after,
#body_wrap.error404 .l-mainContent::before,
#body_wrap.error404 .l-mainContent::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

#body_wrap.error404 .hsq-404 {
  min-height: calc(100vh - 96px) !important;
  background: #f6f1e8 !important;
  background-image: none !important;
}

/* HSQ 404: hide SWELL breadcrumb on 404 only */
#body_wrap.error404 #breadcrumb,
#body_wrap.error404 .p-breadcrumb,
#body_wrap.error404 .c-breadcrumb,
#body_wrap.error404 .breadcrumb,
#body_wrap.error404 [class*="breadcrumb"] {
  display: none !important;
}
.hsq-404 {
  min-height: min(760px, calc(100vh - 96px));
  padding: 56px 22px 72px;
  background: #f6f1e8 !important;
  color: #1f1c18;
  font-family: "Noto Sans Thai", "Inter", system-ui, sans-serif;
}

.hsq-404__inner {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 42px 0 0;
}

.hsq-404__eyebrow {
  margin: 0 0 14px;
  color: #7c6f5d;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hsq-404 h1 {
  margin: 0 0 18px;
  color: #1f1c18;
  font-family: "Noto Serif Thai", "Cormorant Garamond", serif;
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
}

.hsq-404__lead {
  max-width: 62ch;
  margin: 0;
  color: #3a342d;
  font-size: clamp(16px, 0.6vw + 14px, 18px);
  line-height: 1.9;
}

.hsq-404__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 34px 0 26px;
}

.hsq-404__button,
.hsq-404__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid #1f1c18;
  border-radius: 2px;
  color: #1f1c18;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hsq-404__button:hover,
.hsq-404__instagram:hover {
  background: #1f1c18;
  color: #f6f1e8;
  transform: translateY(-1px);
}

.hsq-404__button--primary {
  background: #1f1c18;
  color: #f6f1e8;
}

.hsq-404__button--primary:hover {
  background: #5a4a6e;
  border-color: #5a4a6e;
}

.hsq-404__note {
  max-width: 58ch;
  margin: 0 0 16px;
  padding-top: 24px;
  border-top: 1px solid #dfd6c2;
  color: #7c6f5d;
  font-size: 15px;
  line-height: 1.85;
}

.hsq-404__instagram {
  border-color: #5a4a6e;
  color: #5a4a6e;
}

@media (min-width: 720px) {
  .hsq-404 {
    padding: 76px 36px 96px;
  }

  .hsq-404__inner {
    padding-top: 54px;
  }

  .hsq-404__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 719px) {
  .hsq-404__button,
  .hsq-404__instagram {
    width: 100%;
  }
}

.post_content .hsq-lp.hsq-article .callout {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  column-gap: 18px !important;
  align-items: start !important;
}

.post_content .hsq-lp.hsq-article .callout svg {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 22px !important;
  height: 22px !important;
  margin-top: 0.35em !important;
  color: #5a4a6e !important;
}

.post_content .hsq-lp.hsq-article .callout p,
.post_content .hsq-lp.hsq-article .callout-text {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  line-height: 1.9 !important;
  color: #1f1c18 !important;
}

.post_content .hsq-lp.hsq-article .callout p:empty {
  display: none !important;
}

.post_content .hsq-lp.hsq-article .callout-text strong {
  color: var(--ink) !important;
}

.post_content .hsq-lp.hsq-article .note {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 48px 0 !important;
  padding: 24px 28px !important;
  border-top: 1px solid rgba(31, 28, 24, 0.14) !important;
  border-bottom: 1px solid rgba(31, 28, 24, 0.14) !important;
  background: transparent !important;
  color: #1f1c18 !important;
}

.post_content .hsq-lp.hsq-article .note .nlabel {
  display: block !important;
  margin-bottom: 14px !important;
  color: #1f1c18 !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
}

.post_content .hsq-lp.hsq-article .note .note-text,
.post_content .hsq-lp.hsq-article .note p {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #1f1c18 !important;
  line-height: 1.9 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-align: left !important;
}

.post_content .hsq-lp.hsq-article .note p:empty {
  display: none !important;
}

.post_content .hsq-lp.hsq-article .fact,
.post_content .hsq-lp.hsq-article .inline-cta,
.post_content .hsq-lp.hsq-article .art-bottom-cta,
.post_content .hsq-lp.hsq-article .related,
.post_content .hsq-lp.hsq-article .related-card {
  min-width: 0 !important;
}

.post_content .hsq-lp.hsq-article .related-card .meta {
  align-self: flex-start !important;
  color: var(--accent) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.post_content .hsq-lp.hsq-article .related-card .meta:hover {
  color: var(--ink) !important;
}

@media (max-width: 719px) {
  .post_content .hsq-lp.hsq-article .hsq-wrap,
  .post_content .hsq-lp.hsq-article .art-wrap,
  .post_content .hsq-lp.hsq-article .article-wrap,
  .post_content .hsq-lp.hsq-article .art-body {
    width: calc(100% - 36px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .post_content .hsq-lp.hsq-article .art-hero {
    padding-top: 18px !important;
  }

  .post_content .hsq-lp.hsq-article .art-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .post_content .hsq-lp.hsq-article .art-title {
    font-size: clamp(34px, 9vw, 42px) !important;
  }

  .post_content .hsq-lp.hsq-article p,
  .post_content .hsq-lp.hsq-article li {
    font-size: 17px !important;
    line-height: 1.9 !important;
  }

  .post_content .hsq-lp.hsq-article figure,
  .post_content .hsq-lp.hsq-article .art-cover,
  .post_content .hsq-lp.hsq-article .inline-image {
    width: 100% !important;
    max-width: 100% !important;
  }

  .post_content .hsq-lp.hsq-article img {
    width: 100% !important;
    height: auto !important;
  }

  .post_content .hsq-lp.hsq-article .art-cover,
  .post_content .hsq-lp.hsq-article .content figure {
    margin-top: 22px !important;
  }

  .post_content .hsq-lp.hsq-article .note {
    padding: 20px 0 !important;
    margin: 40px 0 !important;
  }
}


/* ============================================================
   HSQ Article SWELL Outer Reset
   Target list: .postid-54 / .postid-60 / .postid-330 / .postid-529 / .postid-740 / .postid-112 / .postid-521 / .postid-469 / .postid-789 / .postid-815, .postid-826
   Add future HSQ article post IDs to this :is() list only.
   ============================================================ */

/* Hide SWELL article chrome outside .hsq-lp.hsq-article. */
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .p-articleHead,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .c-postTitle,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .p-articleMetas,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .p-articleThumb,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-topTitleArea,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .c-pageTitle,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .p-articleTitle,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) #pickup_banner,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .p-pickupBanners,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .p-articleFoot,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .c-shareBtns,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) #after_article,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-articleBottom,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .p-pnLinks,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-articleBottom__section,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .p-toc:not(.toc),
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .p-indexModal {
  display: none !important;
}

#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) #header .l-header__bar,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) #header .l-header__bar.pc_,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) #header .l-header__barInner {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-content,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-mainContent,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-mainContent__inner,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-article,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .post_content {
  max-width: none !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .post_content > .wp-block-html,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .post_content .wp-block-html {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 960px) {
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-header__inner.l-container {
    max-width: 1020px !important;
    width: min(1020px, calc(100% - 96px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-header__customBtn,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-header__customBtn.sp_,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-header__customBtn a,
  #body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .l-header__customBtn button {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}

#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826),
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) #content,
#body_wrap:is(.postid-54, .postid-60, .postid-330, .postid-529, .postid-740, .postid-148, .postid-112, .postid-521, .postid-469, .postid-789, .postid-815, .postid-826) .post_content {
  background: #f6f1e8 !important;
}

/* ============================================================
   HSQ Article Individual Post Overrides
   Add only true article-specific differences here.
   Current state: none.
   ============================================================ */

/* ============================================================
   HSQ Category Archives: Articles of Stone / How To
   Scope: #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13)
   Confirmed #body_wrap classes: category-power-of-stone category-4 / category-how-to category-13
   Confirmed SWELL classes:
     .l-topTitleArea  .c-pageTitle  .c-pageTitle__inner  .c-pageTitle__subTitle
     .p-termContent   .l-mainContent  .l-mainContent__inner
     .p-postList  .p-postList__item  .p-postList__link
     .p-postList__thumb  .c-postThumb  .c-postThumb__figure  .c-postThumb__img
     .p-postList__body  .p-postList__title  .p-postList__excerpt
     .p-postList__meta  .p-postList__times  .c-postTimes__posted  .p-postList__cat
     .c-pagination  .page-numbers  .c-pagination__dot
   ============================================================ */

/* --- 1. Base: warm cream background --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13),
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) #content,
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-content,
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-mainContent {
  background: #f6f1e8 !important;
}

/* Reset SWELL demo body pattern */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13)::before {
  background: none !important;
  display: none !important;
}

/* CSS variable override for image aspect ratio (16:10) */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) {
  --card_posts_thumb_ratio: 62.5%;
}

/* --- 2. Hide SWELL PC top SNS bar --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) #header .l-header__bar,
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) #header .l-header__barInner {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

/* --- 2b. Hide empty pickup_banner --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) #pickup_banner,
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-pickupBanners,
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-pickupBanners__list:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* --- 3. Mobile header gutter (matches other HSQ pages) --- */
@media (max-width: 959px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-header__inner.l-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-header__logo {
    margin-left: 0 !important;
  }
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-header__customBtn {
    margin-left: auto !important;
  }
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-header__menuBtn {
    margin-left: 14px !important;
  }
}

/* --- 4. Fixed/main header alignment on PC (matches other HSQ pages) --- */
@media (min-width: 960px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-header__inner.l-container,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-fixHeader__inner.l-container {
    width: min(1020px, calc(100% - 48px)) !important;
    max-width: 1020px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-fixHeader__logo {
    margin-left: 0 !important;
  }
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-fixHeader__gnav {
    margin-left: auto !important;
  }
}

/* --- 5. Category header area --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-topTitleArea {
  background: #f6f1e8 !important;
  padding: 48px 0 40px !important;
  border-bottom: 1px solid #dfd6c2 !important;
  margin-bottom: 0 !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-topTitleArea::before {
  content: none !important;
  display: none !important;
}
@media (min-width: 720px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-topTitleArea {
    padding: 64px 0 48px !important;
  }
}
@media (min-width: 960px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-topTitleArea {
    padding-top: 40px !important;
    padding-bottom: 32px !important;
  }
}

#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-topTitleArea .l-container {
  max-width: 1020px !important;
  width: min(1020px, calc(100% - 44px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 720px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-topTitleArea .l-container {
    width: min(1020px, calc(100% - 72px)) !important;
  }
}

/* h1: remove SWELL b_bottom decoration, apply serif */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pageTitle {
  font-family: "Noto Serif Thai", "Cormorant Garamond", serif !important;
  font-size: clamp(24px, 3vw + 12px, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #1f1c18 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pageTitle::before,
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pageTitle::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pageTitle__inner {
  color: inherit !important;
  font: inherit !important;
}
@media (min-width: 960px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pageTitle {
    margin-top: 40px !important;
    margin-bottom: 28px !important;
  }
}

/* Subtitle ("– category –") → small taupe below title */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pageTitle__subTitle {
  display: block !important;
  font-size: 13px !important;
  color: #7c6f5d !important;
  font-family: "Noto Sans Thai", "Inter", system-ui, sans-serif !important;
  font-weight: 400 !important;
  margin-top: 8px !important;
  letter-spacing: 0.03em !important;
  line-height: 1.5 !important;
}

/* Category description (if set in WP admin) */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-termContent {
  max-width: 1020px !important;
  width: min(1020px, calc(100% - 44px)) !important;
  margin: 16px auto 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-termContent p {
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #7c6f5d !important;
  margin: 0 !important;
}

/* --- 6. Main content container --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-mainContent,
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-mainContent__inner {
  max-width: 1020px !important;
  width: min(1020px, calc(100% - 44px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #f6f1e8 !important;
}
@media (min-width: 720px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-mainContent,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-mainContent__inner {
    width: min(1020px, calc(100% - 72px)) !important;
  }
}
@media (min-width: 960px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) #content.l-content,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) #content.l-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-mainContent,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-mainContent__inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

/* --- 7. Post list grid (SP: 1col / PC: 2col) --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  list-style: none !important;
  margin: 48px 0 !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
}
@media (min-width: 600px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px !important;
    margin: 64px 0 !important;
  }
}

/* --- 8. Post list item --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__item {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
}

/* --- 9. Card link wrapper --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__link {
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  color: #1f1c18 !important;
  background: none !important;
  border-top: 1px solid #dfd6c2 !important;
  padding-top: 20px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transition: opacity 0.2s ease !important;
  height: 100% !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__link:hover {
  opacity: 0.82 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* --- 10. Card image (16:10 ratio via padding-top method) --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__thumb {
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 2px !important;
  background: #ddd2bb !important;
  margin-bottom: 14px !important;
  flex-shrink: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  height: auto !important;
}

#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-postThumb__figure {
  position: relative !important;
  padding-top: 62.5% !important;
  overflow: hidden !important;
  margin: 0 !important;
  height: 0 !important;
}

#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-postThumb__img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  transition: transform 0.7s ease !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__link:hover .c-postThumb__img {
  transform: scale(1.04) !important;
}

/* Hide image category badge */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-postThumb__cat {
  display: none !important;
}

/* --- 11. Card text area --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 0 !important;
  background: none !important;
  flex: 1 !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__body::after {
  content: none !important;
  display: none !important;
}

/* --- 12. Card title (h2) --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__title {
  font-family: "Noto Serif Thai", "Cormorant Garamond", serif !important;
  font-size: clamp(16px, 1.4vw + 11px, 20px) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: #1f1c18 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__title::before,
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__title::after {
  content: none !important;
  display: none !important;
}

/* --- 13. Card excerpt (2-line clamp) --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__excerpt {
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #7c6f5d !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* --- 14. Card meta (date + category label) --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__meta {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  margin-top: 4px !important;
  padding: 0 !important;
  background: none !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__times,
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-postTimes__posted {
  font-size: 12px !important;
  color: #a89a85 !important;
  background: none !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-postTimes__posted::before {
  display: none !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__cat {
  font-size: 12px !important;
  color: #5a4a6e !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-weight: 400 !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__cat::before {
  display: none !important;
}

/* --- 15. Pagination --- */
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 auto 64px !important;
  padding: 24px 0 0 !important;
  flex-wrap: wrap !important;
  background: none !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  color: #3a342d !important;
  border: 1px solid #dfd6c2 !important;
  border-radius: 2px !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pagination .page-numbers.current {
  background: #1f1c18 !important;
  color: #f6f1e8 !important;
  border-color: #1f1c18 !important;
  box-shadow: none !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pagination .page-numbers:not(.current):hover {
  background: #ebe3d3 !important;
  border-color: #7c6f5d !important;
}
#body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pagination__dot {
  font-size: 14px !important;
  color: #a89a85 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  min-width: auto !important;
  height: auto !important;
  padding: 0 4px !important;
}

/* --- Mobile fine-tuning --- */
@media (max-width: 599px) {
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-topTitleArea {
    padding: 36px 0 28px !important;
  }

  /* Expand parent containers to full width so p-postList can use calc(100% - 32px) */
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-mainContent,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .l-mainContent__inner {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Tab/archive wrappers (SWELL uses .c-tabBody on category pages) */
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-termContent,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-tabBody,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-tabBody__item {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Post list: left/right 16px gutter */
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 36px !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 18px !important;
    grid-template-columns: 1fr !important;
  }

  /* Cards fill their grid cell */
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__item,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__link,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__thumb,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-postThumb,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-postThumb__figure,
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__body {
    width: 100% !important;
    max-width: none !important;
  }

  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__link {
    padding-top: 16px !important;
  }
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .p-postList__thumb {
    margin-bottom: 12px !important;
  }
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pagination {
    margin-bottom: 48px !important;
    gap: 4px !important;
  }
  #body_wrap:is(.category-power-of-stone, .category-4, .category-how-to, .category-13) .c-pagination .page-numbers {
    min-width: 32px !important;
    height: 32px !important;
    font-size: 13px !important;
  }
}

/* ============================================================
   HSQ Privacy Policy Page
   Scope: /privacy-policy/ page-id-139 only
   Confirmed DOM:
     #header .l-header__bar.pc_ .l-header__barInner .c-iconList .icon-instagram
     #top_title_area.l-topTitleArea.c-filterLayer
     #content.l-content.l-container
     main#main_content.l-mainContent.l-article
     .l-mainContent__inner
     .post_content
   ============================================================ */

#body_wrap.page-id-139,
#body_wrap.page-id-139 #content,
#body_wrap.page-id-139 .l-content,
#body_wrap.page-id-139 .l-container,
#body_wrap.page-id-139 .l-mainContent,
#body_wrap.page-id-139 .l-mainContent__inner,
#body_wrap.page-id-139 .p-article,
#body_wrap.page-id-139 .l-article,
#body_wrap.page-id-139 .post_content,
#body_wrap.page-id-139 .c-postContent,
#body_wrap.page-id-139 .entry-content {
  background: #f6f1e8 !important;
  background-color: #f6f1e8 !important;
  background-image: none !important;
  color: #1f1c18 !important;
}

#body_wrap.page-id-139::before,
#body_wrap.page-id-139::after,
#body_wrap.page-id-139 #content::before,
#body_wrap.page-id-139 #content::after,
#body_wrap.page-id-139 .l-content::before,
#body_wrap.page-id-139 .l-content::after,
#body_wrap.page-id-139 .l-mainContent::before,
#body_wrap.page-id-139 .l-mainContent::after,
#body_wrap.page-id-139 .post_content::before,
#body_wrap.page-id-139 .post_content::after {
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Privacy Policy: remove SWELL PC header SNS bar only */
#body_wrap.page-id-139 #header .l-header__bar,
#body_wrap.page-id-139 #header .l-header__bar.pc_,
#body_wrap.page-id-139 #header .l-header__barInner,
#body_wrap.page-id-139 #header .c-iconList {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Privacy Policy: remove SWELL top title visual area */
#body_wrap.page-id-139 #top_title_area,
#body_wrap.page-id-139 .l-topTitleArea,
#body_wrap.page-id-139 .l-topTitleArea__img,
#body_wrap.page-id-139 .c-filterLayer__img,
#body_wrap.page-id-139 .l-topTitleArea__body {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
}

#body_wrap.page-id-139 #pickup_banner,
#body_wrap.page-id-139 .p-pickupBanners,
#body_wrap.page-id-139 .p-pickupBanners__list:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#body_wrap.page-id-139 #content.l-content,
#body_wrap.page-id-139 #content.l-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#body_wrap.page-id-139 .l-mainContent,
#body_wrap.page-id-139 .l-mainContent__inner,
#body_wrap.page-id-139 .p-article,
#body_wrap.page-id-139 .l-article,
#body_wrap.page-id-139 .post_content,
#body_wrap.page-id-139 .c-postContent,
#body_wrap.page-id-139 .entry-content {
  width: min(860px, calc(100% - 44px)) !important;
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Privacy Policy: title spacing */
#body_wrap.page-id-139 .l-mainContent {
  padding-top: clamp(18px, 2.5vw, 34px) !important;
  padding-bottom: clamp(56px, 7vw, 96px) !important;
}

#body_wrap.page-id-139 .post_content,
#body_wrap.page-id-139 .c-postContent,
#body_wrap.page-id-139 .entry-content {
  padding-top: clamp(18px, 2.5vw, 30px) !important;
  padding-bottom: clamp(56px, 7vw, 96px) !important;
  font-family: "Noto Sans Thai", "Inter", system-ui, sans-serif !important;
}

#body_wrap.page-id-139 .post_content h1,
#body_wrap.page-id-139 .c-postContent h1,
#body_wrap.page-id-139 .entry-content h1 {
  margin-top: 0 !important;
  margin-bottom: clamp(28px, 3.6vw, 42px) !important;
  color: #1f1c18 !important;
  font-family: "Noto Serif Thai", "Cormorant Garamond", serif !important;
  font-size: clamp(32px, 4.2vw, 52px) !important;
  font-weight: 500 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

#body_wrap.page-id-139 .c-pageTitle,
#body_wrap.page-id-139 .c-pageTitle__inner,
#body_wrap.page-id-139 .c-postTitle,
#body_wrap.page-id-139 .p-articleTitle {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #1f1c18 !important;
  font-family: "Noto Serif Thai", "Cormorant Garamond", serif !important;
  font-size: clamp(32px, 4.2vw, 52px) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

#body_wrap.page-id-139 .c-pageTitle::before,
#body_wrap.page-id-139 .c-pageTitle::after,
#body_wrap.page-id-139 .c-pageTitle__inner::before,
#body_wrap.page-id-139 .c-pageTitle__inner::after {
  content: none !important;
  display: none !important;
}

/* Body starts with h2 in current WP content, so treat the first h2 as the page title. */
#body_wrap.page-id-139 .post_content h2:first-child,
#body_wrap.page-id-139 .c-postContent h2:first-child,
#body_wrap.page-id-139 .entry-content h2:first-child {
  margin-top: 0 !important;
  margin-bottom: clamp(28px, 3.6vw, 42px) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #1f1c18 !important;
  font-family: "Noto Serif Thai", "Cormorant Garamond", serif !important;
  font-size: clamp(32px, 4.2vw, 52px) !important;
  font-weight: 500 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

/* Privacy Policy: H2 Soft Mineral Vein, aligned with article H2 mood */
#body_wrap.page-id-139 .post_content h2:not(:first-child),
#body_wrap.page-id-139 .c-postContent h2:not(:first-child),
#body_wrap.page-id-139 .entry-content h2:not(:first-child) {
  position: relative !important;
  margin: clamp(38px, 5vw, 56px) 0 18px !important;
  padding: 0 0 14px !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #1f1c18 !important;
  font-family: "Noto Serif Thai", "Cormorant Garamond", serif !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

#body_wrap.page-id-139 .post_content h2::before,
#body_wrap.page-id-139 .c-postContent h2::before,
#body_wrap.page-id-139 .entry-content h2::before,
#body_wrap.page-id-139 .post_content h2:first-child::after,
#body_wrap.page-id-139 .c-postContent h2:first-child::after,
#body_wrap.page-id-139 .entry-content h2:first-child::after {
  display: none !important;
  content: none !important;
}

#body_wrap.page-id-139 .post_content h2:not(:first-child)::after,
#body_wrap.page-id-139 .c-postContent h2:not(:first-child)::after,
#body_wrap.page-id-139 .entry-content h2:not(:first-child)::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 28% !important;
  bottom: 0 !important;
  height: 9px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 12' preserveAspectRatio='none'%3E%3Cpath d='M0 7 C60 2 96 10 150 5 C224 -1 270 11 334 5 C390 0 450 8 520 4' fill='none' stroke='%2376608f' stroke-width='1.1' opacity='.48'/%3E%3Cpath d='M24 10 C80 6 122 12 178 8 C250 4 302 12 374 7' fill='none' stroke='%23d8c6aa' stroke-width='1' opacity='.8'/%3E%3C/svg%3E") center / 100% 100% no-repeat !important;
}

#body_wrap.page-id-139 .post_content p,
#body_wrap.page-id-139 .post_content li,
#body_wrap.page-id-139 .c-postContent p,
#body_wrap.page-id-139 .c-postContent li,
#body_wrap.page-id-139 .entry-content p,
#body_wrap.page-id-139 .entry-content li {
  color: #302b25 !important;
  font-size: clamp(16px, 0.45vw + 14px, 18px) !important;
  line-height: 1.9 !important;
  letter-spacing: 0.01em !important;
}

#body_wrap.page-id-139 .post_content p,
#body_wrap.page-id-139 .c-postContent p,
#body_wrap.page-id-139 .entry-content p {
  margin: 0 0 18px !important;
}

#body_wrap.page-id-139 .post_content ul,
#body_wrap.page-id-139 .post_content ol,
#body_wrap.page-id-139 .c-postContent ul,
#body_wrap.page-id-139 .c-postContent ol,
#body_wrap.page-id-139 .entry-content ul,
#body_wrap.page-id-139 .entry-content ol {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  padding-left: 1.4em !important;
}

#body_wrap.page-id-139 .post_content a,
#body_wrap.page-id-139 .c-postContent a,
#body_wrap.page-id-139 .entry-content a {
  color: #5a4a6e !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
}

#body_wrap.page-id-139 .post_content a:hover,
#body_wrap.page-id-139 .c-postContent a:hover,
#body_wrap.page-id-139 .entry-content a:hover {
  color: #1f1c18 !important;
}

@media (max-width: 719px) {
  #body_wrap.page-id-139 .l-mainContent,
  #body_wrap.page-id-139 .l-mainContent__inner,
  #body_wrap.page-id-139 .p-article,
  #body_wrap.page-id-139 .l-article,
  #body_wrap.page-id-139 .post_content,
  #body_wrap.page-id-139 .c-postContent,
  #body_wrap.page-id-139 .entry-content {
    width: calc(100% - 36px) !important;
    max-width: none !important;
  }

  #body_wrap.page-id-139 .l-mainContent {
    padding-top: 18px !important;
    padding-bottom: 48px !important;
  }

  #body_wrap.page-id-139 .post_content,
  #body_wrap.page-id-139 .c-postContent,
  #body_wrap.page-id-139 .entry-content {
    padding-top: 18px !important;
    padding-bottom: 48px !important;
  }

  #body_wrap.page-id-139 .post_content h1,
  #body_wrap.page-id-139 .c-postContent h1,
  #body_wrap.page-id-139 .entry-content h1,
  #body_wrap.page-id-139 .post_content h2:first-child,
  #body_wrap.page-id-139 .c-postContent h2:first-child,
  #body_wrap.page-id-139 .entry-content h2:first-child {
    font-size: clamp(30px, 9vw, 40px) !important;
    margin-bottom: 26px !important;
  }

  #body_wrap.page-id-139 .post_content h2:not(:first-child),
  #body_wrap.page-id-139 .c-postContent h2:not(:first-child),
  #body_wrap.page-id-139 .entry-content h2:not(:first-child) {
    margin-top: 38px !important;
    padding-bottom: 12px !important;
    font-size: clamp(24px, 7vw, 31px) !important;
  }

  #body_wrap.page-id-139 .post_content h2:not(:first-child)::after,
  #body_wrap.page-id-139 .c-postContent h2:not(:first-child)::after,
  #body_wrap.page-id-139 .entry-content h2:not(:first-child)::after {
    right: 10% !important;
    height: 7px !important;
    opacity: 0.85 !important;
  }
}


/* ============================================================
   HSQ Home Draft page_id 134 only - layout/header normalization 20260606
   Keep existing Home page_id 5 and article pages untouched.
   ============================================================ */
#body_wrap.page-id-134 .l-mainContent__inner > .post_content > .hsq-lp,
#body_wrap.page-id-134 .post_content > .hsq-lp,
#body_wrap.hsq-home-draft-page .l-mainContent__inner > .post_content > .hsq-lp,
#body_wrap.hsq-home-draft-page .post_content > .hsq-lp {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

#body_wrap.page-id-134 .hsq-lp .hsq-wrap,
#body_wrap.hsq-home-draft-page .hsq-lp .hsq-wrap {
  width: min(100%, var(--maxw, 1200px)) !important;
  max-width: var(--maxw, 1200px) !important;
  margin-inline: auto !important;
}

@media (min-width: 960px) {
  #body_wrap.page-id-134 .l-header__inner.l-container,
  #body_wrap.page-id-134 .l-fixHeader__inner.l-container,
  #body_wrap.hsq-home-draft-page .l-header__inner.l-container,
  #body_wrap.hsq-home-draft-page .l-fixHeader__inner.l-container {
    max-width: 1020px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ============================================================
   HSQ Home Draft page_id 134 only - section visual fix 20260606
   Scope is intentionally limited to the public noindex draft LP.
   ============================================================ */
#body_wrap.page-id-134 .hsq-lp .section.tone-ink,
#body_wrap.hsq-home-draft-page .hsq-lp .section.tone-ink {
  background: #1f1c18 !important;
  color: #f6f1e8 !important;
}

#body_wrap.page-id-134 .hsq-lp .section.tone-ink .section-head h2,
#body_wrap.page-id-134 .hsq-lp .section.tone-ink .section-head h2 em,
#body_wrap.page-id-134 .hsq-lp .section.tone-ink .section-head .hsq-serif,
#body_wrap.hsq-home-draft-page .hsq-lp .section.tone-ink .section-head h2,
#body_wrap.hsq-home-draft-page .hsq-lp .section.tone-ink .section-head h2 em,
#body_wrap.hsq-home-draft-page .hsq-lp .section.tone-ink .section-head .hsq-serif {
  color: #f6f1e8 !important;
  opacity: 1 !important;
}

#body_wrap.page-id-134 .hsq-lp .section.tone-ink .section-head .right,
#body_wrap.page-id-134 .hsq-lp .section.tone-ink .section-head .right p,
#body_wrap.hsq-home-draft-page .hsq-lp .section.tone-ink .section-head .right,
#body_wrap.hsq-home-draft-page .hsq-lp .section.tone-ink .section-head .right p {
  color: rgba(246, 241, 232, 0.8) !important;
  opacity: 1 !important;
}

#body_wrap.page-id-134 .hsq-lp .guide-grid,
#body_wrap.hsq-home-draft-page .hsq-lp .guide-grid {
  border-color: rgba(246, 241, 232, 0.24) !important;
}

#body_wrap.page-id-134 .hsq-lp .guide-card,
#body_wrap.hsq-home-draft-page .hsq-lp .guide-card {
  background: rgba(246, 241, 232, 0.03) !important;
  border-color: rgba(246, 241, 232, 0.22) !important;
}

#body_wrap.page-id-134 .hsq-lp .guide-card h4,
#body_wrap.hsq-home-draft-page .hsq-lp .guide-card h4 {
  color: #fffaf0 !important;
  opacity: 1 !important;
}

#body_wrap.page-id-134 .hsq-lp .guide-card p,
#body_wrap.hsq-home-draft-page .hsq-lp .guide-card p {
  color: rgba(246, 241, 232, 0.82) !important;
  opacity: 1 !important;
}

#body_wrap.page-id-134 .hsq-lp .guide-card .arr,
#body_wrap.hsq-home-draft-page .hsq-lp .guide-card .arr {
  color: #d8c6e8 !important;
  opacity: 1 !important;
  text-decoration-color: rgba(216, 198, 232, 0.42) !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-band .ig-grid,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-band .ig-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 2vw, 18px) !important;
  width: min(100%, 840px) !important;
  max-width: 840px !important;
  margin: clamp(28px, 4vw, 40px) auto 0 !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-band .ig-grid > br,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-band .ig-grid > br {
  display: none !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-band .ig-tile,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-band .ig-tile {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-band .ig-tile img,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-band .ig-tile img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta {
  position: relative !important;
  isolation: isolate !important;
  min-height: clamp(360px, 42vw, 560px) !important;
  margin: 0 !important;
  padding: clamp(72px, 8vw, 118px) 0 !important;
  overflow: hidden !important;
  color: #f6f1e8 !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta .bg,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta .bg {
  z-index: 0 !important;
  pointer-events: none !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta .bg::after,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta .bg::after {
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(24, 21, 18, 0.82), rgba(24, 21, 18, 0.62) 48%, rgba(24, 21, 18, 0.34)) !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta .inner,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta .inner {
  position: relative !important;
  z-index: 2 !important;
  color: #f6f1e8 !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta h2,
#body_wrap.page-id-134 .hsq-lp .final-cta h2 em,
#body_wrap.page-id-134 .hsq-lp .final-cta p,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta h2,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta h2 em,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta p {
  color: #fffaf0 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38) !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta .btn,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta .btn {
  position: relative !important;
  z-index: 3 !important;
}

@media (max-width: 719px) {
  #body_wrap.page-id-134 .hsq-lp .ig-band .ig-grid,
  #body_wrap.hsq-home-draft-page .hsq-lp .ig-band .ig-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 24px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .final-cta,
  #body_wrap.hsq-home-draft-page .hsq-lp .final-cta {
    min-height: 430px !important;
    padding: 72px 0 82px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .final-cta .bg::after,
  #body_wrap.hsq-home-draft-page .hsq-lp .final-cta .bg::after {
    background: linear-gradient(180deg, rgba(24, 21, 18, 0.84), rgba(24, 21, 18, 0.6)) !important;
  }
}

/* ============================================================
   HSQ Home Draft page_id 134 only - micro spacing/readability fix 20260606
   Tight polish for buttons, FAQ alignment, and stray decorative lines.
   ============================================================ */
#body_wrap.page-id-134 .hsq-lp .ig-cta,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta {
  align-items: center !important;
  gap: 18px 28px !important;
  margin-top: 24px !important;
  padding-top: 22px !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs {
  min-width: 0 !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs h3,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs h3 {
  margin-bottom: 8px !important;
}

/* Article footer spacing final guard: trims only the post-to-footer gap */
#body_wrap.hsq-has-article-template #content,
#body_wrap.hsq-has-article-template #content.l-content,
#body_wrap.hsq-has-article-template #content.l-container,
#body_wrap.hsq-has-article-template #content.l-content.l-container,
#body_wrap.hsq-has-article-template .l-content {
  margin-bottom: 24px !important;
}

@media (max-width: 767px) {
  #body_wrap.hsq-has-article-template #content,
  #body_wrap.hsq-has-article-template #content.l-content,
  #body_wrap.hsq-has-article-template #content.l-container,
  #body_wrap.hsq-has-article-template #content.l-content.l-container,
  #body_wrap.hsq-has-article-template .l-content {
    margin-bottom: 16px !important;
  }
}

/* ============================================================
   HSQ Home Draft page_id 134 only - CTA text clipping/link cleanup 20260606
   Keep these guards scoped to the noindex draft LP only.
   ============================================================ */
#body_wrap.page-id-134 .hsq-lp .hero .cta-row,
#body_wrap.hsq-home-draft-page .hsq-lp .hero .cta-row {
  align-items: center !important;
  gap: 14px !important;
}

#body_wrap.page-id-134 .hsq-lp .btn,
#body_wrap.page-id-134 .hsq-lp .btn:visited,
#body_wrap.hsq-home-draft-page .hsq-lp .btn,
#body_wrap.hsq-home-draft-page .hsq-lp .btn:visited {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 54px !important;
  padding: 15px 24px 16px !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  background-image: none !important;
  overflow: visible !important;
  white-space: normal !important;
}

#body_wrap.page-id-134 .hsq-lp .btn *,
#body_wrap.hsq-home-draft-page .hsq-lp .btn * {
  color: inherit !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
}

#body_wrap.page-id-134 .hsq-lp .btn svg,
#body_wrap.hsq-home-draft-page .hsq-lp .btn svg {
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  transform: none !important;
}

#body_wrap.page-id-134 .hsq-lp .btn::before,
#body_wrap.page-id-134 .hsq-lp .btn::after,
#body_wrap.page-id-134 .hsq-lp .btn *::before,
#body_wrap.page-id-134 .hsq-lp .btn *::after,
#body_wrap.hsq-home-draft-page .hsq-lp .btn::before,
#body_wrap.hsq-home-draft-page .hsq-lp .btn::after,
#body_wrap.hsq-home-draft-page .hsq-lp .btn *::before,
#body_wrap.hsq-home-draft-page .hsq-lp .btn *::after {
  content: none !important;
  display: none !important;
}

#body_wrap.page-id-134 .hsq-lp .hero .btn-primary,
#body_wrap.page-id-134 .hsq-lp .ig-cta .btn-primary,
#body_wrap.hsq-home-draft-page .hsq-lp .hero .btn-primary,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .btn-primary {
  color: #fffaf0 !important;
  background: #1f1c18 !important;
  border-color: #1f1c18 !important;
}

#body_wrap.page-id-134 .hsq-lp .hero .btn-ghost,
#body_wrap.hsq-home-draft-page .hsq-lp .hero .btn-ghost {
  color: #1f1c18 !important;
  background: transparent !important;
  border-color: rgba(31, 28, 24, 0.76) !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta {
  border-top: 1px solid rgba(31, 28, 24, 0.13) !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs h3,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs h3 {
  border: 0 !important;
  background: none !important;
  background-image: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs h3::before,
#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs h3::after,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs h3::before,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs h3::after {
  content: none !important;
  display: none !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs p,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs p {
  margin-top: 8px !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta .btn-primary,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta .btn-primary {
  min-height: 58px !important;
  padding: 16px 26px 17px !important;
  color: #1f1c18 !important;
  background: rgba(255, 250, 240, 0.98) !important;
  border-color: rgba(255, 250, 240, 0.98) !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta .btn-ghost,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta .btn-ghost {
  min-height: 58px !important;
  padding: 16px 26px 17px !important;
  color: #fffaf0 !important;
  background: rgba(31, 28, 24, 0.62) !important;
  border-color: rgba(255, 250, 240, 0.86) !important;
}

@media (max-width: 719px) {
  #body_wrap.page-id-134 .hsq-lp .btn,
  #body_wrap.hsq-home-draft-page .hsq-lp .btn {
    width: 100% !important;
    min-height: 54px !important;
    padding: 15px 18px 16px !important;
    line-height: 1.45 !important;
  }

  #body_wrap.page-id-134 .hsq-lp .ig-cta .lhs h3,
  #body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs h3 {
    line-height: 1.25 !important;
  }
}

/* ==========================================================================
   HSQ Guide article only - hero line and note box regression fix 20260607
   ========================================================================== */
#body_wrap.hsq-has-article-template.hsq-article-type-guide .p-articleThumb {
  border-right: 0 !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-guide .post_content .hsq-note-box {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 26px 0 !important;
  padding: 16px 18px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f1eadc !important;
  box-shadow: none !important;
  color: var(--hsq-ink-soft) !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-guide .post_content .hsq-note-box .hsq-note-icon {
  flex: 0 0 22px !important;
  width: 22px !important;
  min-width: 22px !important;
  margin: 1px 0 0 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  color: #6b5883 !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-guide .post_content .hsq-note-box .hsq-note-content {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  line-height: 1.75 !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-guide .post_content .hsq-note-box p {
  margin: 0 !important;
}

#body_wrap.hsq-has-article-template.hsq-article-type-guide .post_content .hsq-note-box strong {
  color: var(--hsq-ink) !important;
}

@media (max-width: 599px) {
  #body_wrap.hsq-has-article-template.hsq-article-type-guide .post_content .hsq-note-box {
    gap: 10px !important;
    margin: 22px 0 !important;
    padding: 14px 15px !important;
  }
}

/* ========================================================================== 
   HSQ Home Draft page_id=134 HTML/CSS recovery 20260607
   Scope: Home draft only. HTML was normalized to avoid wpautop br/p wrappers.
   ========================================================================== */
#body_wrap.page-id-134 #header .l-header__bar,
#body_wrap.page-id-134 #header .l-header__bar.pc_,
#body_wrap.page-id-134 #header .l-header__barInner,
#body_wrap.page-id-134 #header .c-iconList,
#body_wrap.hsq-home-draft-page #header .l-header__bar,
#body_wrap.hsq-home-draft-page #header .l-header__bar.pc_,
#body_wrap.hsq-home-draft-page #header .l-header__barInner,
#body_wrap.hsq-home-draft-page #header .c-iconList {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

#body_wrap.page-id-134 #content,
#body_wrap.hsq-home-draft-page #content,
#body_wrap.page-id-134 #main_content,
#body_wrap.hsq-home-draft-page #main_content,
#body_wrap.page-id-134 .l-mainContent,
#body_wrap.hsq-home-draft-page .l-mainContent {
  margin-top: 0 !important;
}

#body_wrap.page-id-134 .post_content > p:empty,
#body_wrap.page-id-134 .hsq-lp p:empty,
#body_wrap.hsq-home-draft-page .post_content > p:empty,
#body_wrap.hsq-home-draft-page .hsq-lp p:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#body_wrap.page-id-134 .hsq-lp,
#body_wrap.hsq-home-draft-page .hsq-lp {
  --home-btn-h: 50px;
  --home-btn-px: 22px;
  --home-btn-py: 13px;
}

#body_wrap.page-id-134 .hsq-lp .hero,
#body_wrap.hsq-home-draft-page .hsq-lp .hero {
  padding-top: 34px !important;
  padding-bottom: 50px !important;
}

#body_wrap.page-id-134 .hsq-lp .hero h1,
#body_wrap.hsq-home-draft-page .hsq-lp .hero h1 {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

#body_wrap.page-id-134 .hsq-lp .hero .sub,
#body_wrap.hsq-home-draft-page .hsq-lp .hero .sub {
  margin-bottom: 24px !important;
}

#body_wrap.page-id-134 .hsq-lp .hero .cta-row,
#body_wrap.hsq-home-draft-page .hsq-lp .hero .cta-row,
#body_wrap.page-id-134 .hsq-lp .final-cta .cta-row,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta .cta-row {
  gap: 12px !important;
}

#body_wrap.page-id-134 .hsq-lp .hero .meta-row,
#body_wrap.hsq-home-draft-page .hsq-lp .hero .meta-row {
  margin-top: 32px !important;
  padding-top: 24px !important;
}

#body_wrap.page-id-134 .hsq-lp .section,
#body_wrap.hsq-home-draft-page .hsq-lp .section {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

#body_wrap.page-id-134 .hsq-lp .feature-section,
#body_wrap.hsq-home-draft-page .hsq-lp .feature-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#body_wrap.page-id-134 .hsq-lp .section-head,
#body_wrap.hsq-home-draft-page .hsq-lp .section-head {
  gap: 18px !important;
  margin-bottom: 30px !important;
}

#body_wrap.page-id-134 .hsq-lp .section-head h2,
#body_wrap.page-id-134 .hsq-lp .final-cta h2,
#body_wrap.hsq-home-draft-page .hsq-lp .section-head h2,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

#body_wrap.page-id-134 .hsq-lp .section-head h2::before,
#body_wrap.page-id-134 .hsq-lp .section-head h2::after,
#body_wrap.page-id-134 .hsq-lp .final-cta h2::before,
#body_wrap.page-id-134 .hsq-lp .final-cta h2::after,
#body_wrap.hsq-home-draft-page .hsq-lp .section-head h2::before,
#body_wrap.hsq-home-draft-page .hsq-lp .section-head h2::after,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta h2::before,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta h2::after {
  content: none !important;
  display: none !important;
}

#body_wrap.page-id-134 .hsq-lp .btn,
#body_wrap.page-id-134 .hsq-lp .btn:visited,
#body_wrap.hsq-home-draft-page .hsq-lp .btn,
#body_wrap.hsq-home-draft-page .hsq-lp .btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: var(--home-btn-h) !important;
  padding: var(--home-btn-py) var(--home-btn-px) calc(var(--home-btn-py) + 1px) !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  background-image: none !important;
  white-space: normal !important;
  overflow: visible !important;
}

#body_wrap.page-id-134 .hsq-lp .btn-icon,
#body_wrap.page-id-134 .hsq-lp .btn-label,
#body_wrap.hsq-home-draft-page .hsq-lp .btn-icon,
#body_wrap.hsq-home-draft-page .hsq-lp .btn-label {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.35 !important;
  color: inherit !important;
  text-decoration: none !important;
}

#body_wrap.page-id-134 .hsq-lp .btn *,
#body_wrap.hsq-home-draft-page .hsq-lp .btn * {
  color: inherit !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

#body_wrap.page-id-134 .hsq-lp .btn br,
#body_wrap.hsq-home-draft-page .hsq-lp .btn br {
  display: none !important;
}

#body_wrap.page-id-134 .hsq-lp .btn svg,
#body_wrap.hsq-home-draft-page .hsq-lp .btn svg {
  display: block !important;
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
  align-self: center !important;
  margin: 0 !important;
  position: static !important;
  transform: none !important;
}

#body_wrap.page-id-134 .hsq-lp a.btn:any-link,
#body_wrap.page-id-134 .hsq-lp a.btn:any-link *,
#body_wrap.page-id-134 .hsq-lp .guide-card a.arr:any-link,
#body_wrap.page-id-134 .hsq-lp .stone a.meta:any-link,
#body_wrap.page-id-134 .hsq-lp .purpose a.arrow:any-link,
#body_wrap.page-id-134 .hsq-lp #buy .buy-guide-links a:any-link,
#body_wrap.hsq-home-draft-page .hsq-lp a.btn:any-link,
#body_wrap.hsq-home-draft-page .hsq-lp a.btn:any-link *,
#body_wrap.hsq-home-draft-page .hsq-lp .guide-card a.arr:any-link,
#body_wrap.hsq-home-draft-page .hsq-lp .stone a.meta:any-link,
#body_wrap.hsq-home-draft-page .hsq-lp .purpose a.arrow:any-link,
#body_wrap.hsq-home-draft-page .hsq-lp #buy .buy-guide-links a:any-link {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

#body_wrap.page-id-134 .hsq-lp .btn-primary,
#body_wrap.hsq-home-draft-page .hsq-lp .btn-primary {
  background: #1f1c18 !important;
  border-color: #1f1c18 !important;
  color: #fffaf0 !important;
}

#body_wrap.page-id-134 .hsq-lp .btn-ghost,
#body_wrap.hsq-home-draft-page .hsq-lp .btn-ghost {
  background: transparent !important;
  border-color: rgba(31, 28, 24, 0.72) !important;
  color: #1f1c18 !important;
}

#body_wrap.page-id-134 .hsq-lp .hero .btn-primary,
#body_wrap.hsq-home-draft-page .hsq-lp .hero .btn-primary,
#body_wrap.page-id-134 .hsq-lp .ig-cta .btn-primary,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .btn-primary {
  white-space: nowrap !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta {
  align-items: center !important;
  gap: 16px 24px !important;
  margin-top: 28px !important;
  padding-top: 22px !important;
  border-top-color: rgba(31, 28, 24, 0.13) !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs h3,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs h3 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs h3::before,
#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs h3::after,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs h3::before,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs h3::after {
  content: none !important;
  display: none !important;
}

#body_wrap.page-id-134 .hsq-lp .ig-cta .lhs p,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs p {
  margin: 0 !important;
  line-height: 1.75 !important;
}

#body_wrap.page-id-134 .hsq-lp .home-more-row,
#body_wrap.hsq-home-draft-page .hsq-lp .home-more-row {
  display: flex !important;
  justify-content: center !important;
  margin-top: 30px !important;
}

#body_wrap.page-id-134 .hsq-lp .concept-card .concept-head,
#body_wrap.hsq-home-draft-page .hsq-lp .concept-card .concept-head {
  align-items: center !important;
  gap: 14px !important;
}

#body_wrap.page-id-134 .hsq-lp .concept-card .hsq-concept-icon,
#body_wrap.hsq-home-draft-page .hsq-lp .concept-card .hsq-concept-icon {
  flex: 0 0 30px !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}

#body_wrap.page-id-134 .hsq-lp .concept-card h3,
#body_wrap.hsq-home-draft-page .hsq-lp .concept-card h3 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

#body_wrap.page-id-134 .hsq-lp .concept-card h3::before,
#body_wrap.page-id-134 .hsq-lp .concept-card h3::after,
#body_wrap.hsq-home-draft-page .hsq-lp .concept-card h3::before,
#body_wrap.hsq-home-draft-page .hsq-lp .concept-card h3::after {
  content: none !important;
  display: none !important;
}

#body_wrap.page-id-134 .hsq-lp #recommended-stones .section-head,
#body_wrap.hsq-home-draft-page .hsq-lp #recommended-stones .section-head {
  align-items: start !important;
}

#body_wrap.page-id-134 .hsq-lp #recommended-stones .section-head .right,
#body_wrap.hsq-home-draft-page .hsq-lp #recommended-stones .section-head .right {
  padding-top: 4px !important;
}

#body_wrap.page-id-134 .hsq-lp .feature-split .text-side,
#body_wrap.hsq-home-draft-page .hsq-lp .feature-split .text-side {
  gap: 18px !important;
  padding: 42px var(--gutter) !important;
}

#body_wrap.page-id-134 .hsq-lp .feature-split .text-side h3,
#body_wrap.hsq-home-draft-page .hsq-lp .feature-split .text-side h3 {
  font-size: clamp(32px, 3.1vw, 46px) !important;
  line-height: 1.18 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  text-decoration: none !important;
}

#body_wrap.page-id-134 .hsq-lp .feature-split .text-side p,
#body_wrap.hsq-home-draft-page .hsq-lp .feature-split .text-side p {
  margin: 0 0 6px !important;
}

#body_wrap.page-id-134 .hsq-lp .feature-action,
#body_wrap.hsq-home-draft-page .hsq-lp .feature-action {
  margin-top: 2px !important;
}

#body_wrap.page-id-134 .hsq-lp .feature-split .text-side .btn,
#body_wrap.hsq-home-draft-page .hsq-lp .feature-split .text-side .btn {
  width: auto !important;
  min-width: min(100%, 220px) !important;
  border: 1px solid rgba(31, 28, 24, 0.7) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #1f1c18 !important;
}

#body_wrap.page-id-134 .hsq-lp .stone,
#body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-card,
#body_wrap.hsq-home-draft-page .hsq-lp .stone,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-card {
  display: flex !important;
  flex-direction: column !important;
}

#body_wrap.page-id-134 .hsq-lp .stone .card-action,
#body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-card .card-action,
#body_wrap.hsq-home-draft-page .hsq-lp .stone .card-action,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-card .card-action {
  margin-top: auto !important;
  padding-top: 10px !important;
}

#body_wrap.page-id-134 .hsq-lp .stone .meta,
#body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-card .arr,
#body_wrap.hsq-home-draft-page .hsq-lp .stone .meta,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-card .arr {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin-top: 0 !important;
  text-decoration: none !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide {
  padding-top: 76px !important;
  padding-bottom: 70px !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide .on-dark,
#body_wrap.page-id-134 .hsq-lp #beginner-guide .on-dark em,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .on-dark,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .on-dark em {
  color: #f6f1e8 !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide .accent-soft,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .accent-soft {
  color: #d6c5e0 !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide .section-copy-on-dark,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .section-copy-on-dark {
  color: rgba(246, 241, 232, 0.78) !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-grid,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-grid {
  align-items: stretch !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-card,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-card {
  min-height: 232px !important;
  padding: 24px 22px !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-card h4,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-card h4 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-card h4::before,
#body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-card h4::after,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-card h4::before,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-card h4::after {
  content: none !important;
  display: none !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-card p,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-card p {
  margin-top: 4px !important;
}

#body_wrap.page-id-134 .hsq-lp #beginner-guide .home-more-row .btn,
#body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .home-more-row .btn {
  min-width: min(100%, 300px) !important;
  border: 1px solid rgba(246, 241, 232, 0.7) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #fffaf0 !important;
}

#body_wrap.page-id-134 .hsq-lp #buy,
#body_wrap.hsq-home-draft-page .hsq-lp #buy {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

#body_wrap.page-id-134 .hsq-lp #buy .steps,
#body_wrap.hsq-home-draft-page .hsq-lp #buy .steps {
  margin-bottom: 22px !important;
}

#body_wrap.page-id-134 .hsq-lp #buy .step,
#body_wrap.hsq-home-draft-page .hsq-lp #buy .step {
  gap: 11px !important;
  min-height: 0 !important;
  padding: 24px 22px 26px 0 !important;
}

#body_wrap.page-id-134 .hsq-lp #buy .step p,
#body_wrap.hsq-home-draft-page .hsq-lp #buy .step p {
  line-height: 1.78 !important;
}

#body_wrap.page-id-134 .hsq-lp #buy .buy-guide-links,
#body_wrap.hsq-home-draft-page .hsq-lp #buy .buy-guide-links {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px 18px !important;
  width: 100% !important;
  margin-top: 16px !important;
}

#body_wrap.page-id-134 .hsq-lp #buy .buy-guide-links .btn-text,
#body_wrap.hsq-home-draft-page .hsq-lp #buy .buy-guide-links .btn-text {
  width: auto !important;
  min-height: 0 !important;
  padding: 10px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  justify-content: flex-start !important;
}

#body_wrap.page-id-134 .hsq-lp .profile-note,
#body_wrap.hsq-home-draft-page .hsq-lp .profile-note {
  margin: 0 !important;
  color: var(--ink-soft) !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

#body_wrap.page-id-134 .hsq-lp blockquote.quote,
#body_wrap.hsq-home-draft-page .hsq-lp blockquote.quote {
  position: relative !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

#body_wrap.page-id-134 .hsq-lp blockquote.quote::before,
#body_wrap.page-id-134 .hsq-lp blockquote.quote::after,
#body_wrap.hsq-home-draft-page .hsq-lp blockquote.quote::before,
#body_wrap.hsq-home-draft-page .hsq-lp blockquote.quote::after {
  content: none !important;
  display: none !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta {
  min-height: clamp(420px, 43vw, 560px) !important;
  padding-top: 78px !important;
  padding-bottom: 82px !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta p,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta p {
  margin-bottom: 30px !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta .btn-primary,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta .btn-primary {
  background: rgba(255, 250, 240, 0.98) !important;
  border-color: rgba(255, 250, 240, 0.98) !important;
  color: #1f1c18 !important;
}

#body_wrap.page-id-134 .hsq-lp .final-cta .btn-ghost,
#body_wrap.hsq-home-draft-page .hsq-lp .final-cta .btn-ghost {
  background: rgba(31, 28, 24, 0.48) !important;
  border-color: rgba(255, 250, 240, 0.78) !important;
  color: #fffaf0 !important;
}

@media (min-width: 720px) {
  #body_wrap.page-id-134 .hsq-lp,
  #body_wrap.hsq-home-draft-page .hsq-lp {
    --home-btn-h: 50px;
    --home-btn-px: 24px;
    --home-btn-py: 13px;
  }

  #body_wrap.page-id-134 .hsq-lp .hero,
  #body_wrap.hsq-home-draft-page .hsq-lp .hero {
    padding-top: 50px !important;
    padding-bottom: 72px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .section,
  #body_wrap.hsq-home-draft-page .hsq-lp .section {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .feature-section,
  #body_wrap.hsq-home-draft-page .hsq-lp .feature-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #body_wrap.page-id-134 .hsq-lp .section-head,
  #body_wrap.hsq-home-draft-page .hsq-lp .section-head {
    gap: 36px !important;
    margin-bottom: 38px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .feature-split .text-side,
  #body_wrap.hsq-home-draft-page .hsq-lp .feature-split .text-side {
    padding: 56px clamp(36px, 5vw, 72px) !important;
  }
}

@media (min-width: 1100px) {
  #body_wrap.page-id-134 .hsq-lp .hero,
  #body_wrap.hsq-home-draft-page .hsq-lp .hero {
    padding-top: 58px !important;
    padding-bottom: 84px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .section,
  #body_wrap.hsq-home-draft-page .hsq-lp .section {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .feature-section,
  #body_wrap.hsq-home-draft-page .hsq-lp .feature-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #body_wrap.page-id-134 .hsq-lp .section-head,
  #body_wrap.hsq-home-draft-page .hsq-lp .section-head {
    gap: 42px !important;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 719px) {
  #body_wrap.page-id-134 .hsq-lp .hero,
  #body_wrap.hsq-home-draft-page .hsq-lp .hero {
    padding-top: 28px !important;
    padding-bottom: 44px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .hero .cta-row,
  #body_wrap.hsq-home-draft-page .hsq-lp .hero .cta-row {
    align-items: center !important;
  }

  #body_wrap.page-id-134 .hsq-lp .hero .btn,
  #body_wrap.hsq-home-draft-page .hsq-lp .hero .btn,
  #body_wrap.page-id-134 .hsq-lp .ig-cta .btn,
  #body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .btn,
  #body_wrap.page-id-134 .hsq-lp .final-cta .btn,
  #body_wrap.hsq-home-draft-page .hsq-lp .final-cta .btn {
    width: min(100%, 330px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #body_wrap.page-id-134 .hsq-lp .section,
  #body_wrap.hsq-home-draft-page .hsq-lp .section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .feature-section,
  #body_wrap.hsq-home-draft-page .hsq-lp .feature-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #body_wrap.page-id-134 .hsq-lp .section-head,
  #body_wrap.hsq-home-draft-page .hsq-lp .section-head {
    margin-bottom: 26px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .ig-cta,
  #body_wrap.hsq-home-draft-page .hsq-lp .ig-cta {
    gap: 16px !important;
    margin-top: 24px !important;
    padding-top: 20px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .home-more-row,
  #body_wrap.hsq-home-draft-page .hsq-lp .home-more-row {
    margin-top: 30px !important;
    justify-content: center !important;
  }

  #body_wrap.page-id-134 .hsq-lp #beginner-guide,
  #body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  #body_wrap.page-id-134 .hsq-lp #beginner-guide .guide-card,
  #body_wrap.hsq-home-draft-page .hsq-lp #beginner-guide .guide-card {
    min-height: 0 !important;
    padding: 22px 20px !important;
  }

  #body_wrap.page-id-134 .hsq-lp #buy,
  #body_wrap.hsq-home-draft-page .hsq-lp #buy {
    padding-top: 54px !important;
    padding-bottom: 56px !important;
  }

  #body_wrap.page-id-134 .hsq-lp #buy .step,
  #body_wrap.hsq-home-draft-page .hsq-lp #buy .step {
    padding: 22px 0 !important;
  }

  #body_wrap.page-id-134 .hsq-lp #buy .buy-guide-links,
  #body_wrap.hsq-home-draft-page .hsq-lp #buy .buy-guide-links {
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 20px !important;
  }

  #body_wrap.page-id-134 .hsq-lp .final-cta,
  #body_wrap.hsq-home-draft-page .hsq-lp .final-cta {
    min-height: 430px !important;
    padding-top: 64px !important;
    padding-bottom: 68px !important;
  }
}
#body_wrap.page-id-134 .hsq-lp .ig-action,
#body_wrap.hsq-home-draft-page .hsq-lp .ig-action {
  display: flex !important;
  justify-content: flex-start !important;
}

@media (max-width: 719px) {
  #body_wrap.page-id-134 .hsq-lp .ig-action,
  #body_wrap.hsq-home-draft-page .hsq-lp .ig-action,
  #body_wrap.page-id-134 .hsq-lp .feature-action,
  #body_wrap.hsq-home-draft-page .hsq-lp .feature-action {
    display: flex !important;
    justify-content: center !important;
  }
}

@media (min-width: 720px) {
  #body_wrap.page-id-134 .hsq-lp .ig-cta,
  #body_wrap.hsq-home-draft-page .hsq-lp .ig-cta {
    width: min(100%, 860px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  #body_wrap.page-id-134 .hsq-lp .ig-cta .lhs,
  #body_wrap.hsq-home-draft-page .hsq-lp .ig-cta .lhs {
    max-width: 540px !important;
  }
}


/* ============================================================
   SP BREADCRUMB — 1行横スクロール
   対象: .hsq-breadcrumb / .hsq-breadcrumb-list
   スコープ: SPのみ (max-width: 767px)
   body / html / .l-content / .post_content には overflow-x を付けない
   ============================================================ */
@media (max-width: 767px) {
  .hsq-breadcrumb {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .hsq-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .hsq-breadcrumb-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    min-width: 100%;
    white-space: nowrap;
  }

  .hsq-breadcrumb-list > li {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hsq-breadcrumb-list > li a {
    white-space: nowrap;
  }

  .hsq-breadcrumb-list > li[aria-current="page"] {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}


/* ============================================================
   HERO 画像比率修正・縦線削除・高さ調整 — guide / stone 記事専用
   スコープ: .hsq-article-type-guide / .hsq-article-type-stone
   原因:
     縦線   → border-left:1px が一般ルールで残存（border-right:0のみ上書き済み）
     横圧縮 → img に aspect-ratio を設定し height:auto で管理していたため
              コンテナ側で aspect-ratio を持ち img は height:100% で埋める方式に変更
   Home / About / Privacy / Archive には影響しない
   ============================================================ */

/* HERO コンテナ: 縦線削除 + aspect-ratio で高さ管理 */
#body_wrap.hsq-has-article-template.hsq-article-type-guide .p-articleThumb,
#body_wrap.hsq-has-article-template.hsq-article-type-stone .p-articleThumb {
  aspect-ratio: 40 / 21 !important;
  height: auto !important;
  overflow: hidden !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* HERO コンテナ 疑似要素: 完全削除（縦線源の候補を排除） */
#body_wrap.hsq-has-article-template.hsq-article-type-guide .p-articleThumb::before,
#body_wrap.hsq-has-article-template.hsq-article-type-guide .p-articleThumb::after,
#body_wrap.hsq-has-article-template.hsq-article-type-stone .p-articleThumb::before,
#body_wrap.hsq-has-article-template.hsq-article-type-stone .p-articleThumb::after {
  display: none !important;
  content: none !important;
}

/* HERO 画像: コンテナを 100% 埋める + 比率維持 */
#body_wrap.hsq-has-article-template.hsq-article-type-guide .p-articleThumb__img,
#body_wrap.hsq-has-article-template.hsq-article-type-stone .p-articleThumb__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  aspect-ratio: unset !important;
  max-height: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* SP: HERO コンテナ高さ */
@media (max-width: 767px) {
  #body_wrap.hsq-has-article-template.hsq-article-type-guide .p-articleThumb,
  #body_wrap.hsq-has-article-template.hsq-article-type-stone .p-articleThumb {
    aspect-ratio: 16 / 9 !important;
  }
}

/* ============================================================
   HOME #recommended-stones 石カード: SP幅調整 + 石名下線削除
   スコープ: page-id-134 / hsq-home-draft-page の
            #recommended-stones .stone のみ
   Home本文HTML・Home専用CSSブロック・stone/guide記事には触らない
   ============================================================ */

/* 石名 h3 の斜線装飾削除 (PC/SP 共通) */
/* SWELLのデフォルト .post_content h3::before が diagonal stripe を付加するため除去 */
#body_wrap.page-id-134 .hsq-lp #recommended-stones .stone .th::before,
#body_wrap.page-id-134 .hsq-lp #recommended-stones .stone .th::after,
#body_wrap.hsq-home-draft-page .hsq-lp #recommended-stones .stone .th::before,
#body_wrap.hsq-home-draft-page .hsq-lp #recommended-stones .stone .th::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* SP: 石カードを少し狭くして中央寄せ */
@media (max-width: 599px) {
  #body_wrap.page-id-134 .hsq-lp #recommended-stones .stone,
  #body_wrap.hsq-home-draft-page .hsq-lp #recommended-stones .stone {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* SP: 画像下〜石名上の余白を詰める
   原因1: .hsq-lp .stone .photo { margin-bottom: 16px }
   原因2: #body_wrap.page .post_content h3 { margin: 34px 0 14px !important }
          が .stone .th に適用され margin-top: 34px になっている (合計50px)
   → photo margin-bottom を 8px に、h3 margin-top を 0 に上書き */
@media (max-width: 599px) {
  #body_wrap.page-id-134 .hsq-lp #recommended-stones .stone .photo,
  #body_wrap.hsq-home-draft-page .hsq-lp #recommended-stones .stone .photo {
    margin-bottom: 8px;
  }

  #body_wrap.page-id-134 .hsq-lp #recommended-stones .stone .th,
  #body_wrap.hsq-home-draft-page .hsq-lp #recommended-stones .stone .th {
    margin-top: 0 !important;
  }
}
