/* ==========================================================
   ガネーシャ商会：コード版トップページ
   Scope: .gh-home
   ========================================================== */

:root {
  --gh-bg: #fffdfa;
  --gh-surface: #fffdfc;
  --gh-surface-soft: #fbf7f1;
  --gh-text: #4a4039;
  --gh-body: #5a514b;
  --gh-pink: #d56bb3;
  --gh-pink-deep: #c9549d;
  --gh-border: #ede2dd;
  --gh-shadow: 0 10px 34px rgba(91, 70, 59, .055);
  --gh-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --gh-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

body.page-template-page-home,
body.page-id-582 {
  background: var(--gh-bg);
}

/* Chrome mobile: off-canvas navigation must never widen the root viewport. */
html,
body.gh-custom-home {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body.gh-custom-home {
    overflow-x: hidden;
  }
}

.gh-home,
.gh-home * {
  box-sizing: border-box;
}

.gh-home {
  overflow: hidden;
  background: var(--gh-bg);
  color: var(--gh-body);
  font-family: var(--gh-sans);
  font-size: 16px;
  line-height: 1.8;
}

.gh-home a {
  color: inherit;
  text-decoration: none;
}

.gh-home img,
.gh-home svg {
  display: block;
  max-width: 100%;
}

/* Diver見出し装飾をトップ内だけリセット */
.gh-home h1,
.gh-home h2,
.gh-home h3,
.gh-home h1::before,
.gh-home h1::after,
.gh-home h2::before,
.gh-home h2::after,
.gh-home h3::before,
.gh-home h3::after {
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.gh-home h1,
.gh-home h2,
.gh-home h3,
.gh-home p {
  margin-top: 0;
}

.gh-shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.gh-section {
  padding: 78px 0;
}

/* ---------- Hero ---------- */
.gh-hero {
  position: relative;
  min-height: 590px;
  background-image:
    linear-gradient(90deg, rgba(255,253,250,.90) 0%, rgba(255,253,250,.68) 42%, rgba(255,253,250,.08) 72%),
    var(--gh-hero-image);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.gh-hero__inner {
  width: min(1160px, calc(100% - 48px));
}

.gh-hero__copy {
  width: min(560px, 54%);
  padding: 48px 0;
}

.gh-hero h1 {
  margin: 0 0 30px !important;
  font-family: var(--gh-serif) !important;
  font-size: clamp(48px, 5.1vw, 70px) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
  letter-spacing: .035em !important;
  color: #42362f !important;
}

.gh-hero p {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.95;
  letter-spacing: .02em;
  color: var(--gh-text);
}

.gh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .035em;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.gh-button:hover {
  transform: translateY(-2px);
}

.gh-button--primary {
  background: linear-gradient(135deg, #d86eb4, #c65b9f);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(201, 84, 157, .18);
}

.gh-sp-only {
  display: none;
}

/* ---------- Common section heading ---------- */
.gh-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.gh-section-head h2 {
  margin: 0 !important;
  font-family: var(--gh-serif) !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: .035em !important;
  color: var(--gh-text) !important;
}

.gh-section-head h2 span {
  white-space: nowrap;
}

.gh-section-head__ornament {
  position: relative;
  width: 72px;
  height: 13px;
  margin: 8px auto 14px;
}

.gh-section-head__ornament::before,
.gh-section-head__ornament::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 25px;
  height: 1px;
  background: rgba(213,107,179,.55);
}

.gh-section-head__ornament::before { left: 0; }
.gh-section-head__ornament::after  { right: 0; }

.gh-section-head__ornament {
  background:
    linear-gradient(45deg, transparent 43%, rgba(213,107,179,.65) 44% 56%, transparent 57%) center/8px 8px no-repeat;
}

.gh-section-head p {
  margin: 0;
  color: var(--gh-body);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .02em;
}

.gh-section-head--compact {
  margin-bottom: 34px;
}

/* ---------- Trouble cards ---------- */
.gh-troubles {
  padding-top: 68px;
}

.gh-trouble-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.gh-trouble-card {
  position: relative;
  min-height: 286px;
  padding: 34px 36px 32px;
  border: 1px solid var(--gh-border);
  border-radius: 9px;
  background: rgba(255,253,252,.82);
  box-shadow: var(--gh-shadow);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.gh-trouble-card:hover {
  transform: translateY(-3px);
  border-color: rgba(213,107,179,.38);
  box-shadow: 0 14px 38px rgba(91,70,59,.08);
}

.gh-trouble-card__label {
  margin-bottom: 28px;
  color: var(--gh-pink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
}

.gh-trouble-card h3 {
  margin: 0 52px 18px 0 !important;
  color: var(--gh-text) !important;
  font-family: var(--gh-serif) !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  letter-spacing: .01em !important;
}

.gh-trouble-card p {
  max-width: 82%;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--gh-body);
}

.gh-text-link {
  color: var(--gh-pink) !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 6px !important;
}

.gh-trouble-card__chevron {
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  color: var(--gh-pink);
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 1;
}

/* ---------- Featured ---------- */
.gh-featured {
  padding-top: 62px;
}

.gh-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.gh-featured-card {
  overflow: hidden;
  border: 1px solid var(--gh-border);
  border-radius: 8px;
  background: var(--gh-surface);
  box-shadow: var(--gh-shadow);
}

.gh-featured-card__image {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: linear-gradient(135deg, #fbf2eb, #fff9f4);
}

.gh-featured-card__image img,
.gh-featured-card__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gh-featured-card__placeholder {
  display: block;
  background:
    radial-gradient(circle at 70% 25%, rgba(255,255,255,.9), transparent 20%),
    linear-gradient(135deg, #f7e3db, #f9efe6 46%, #eef5f1);
}

.gh-featured-card__body {
  padding: 20px 22px 24px;
}

.gh-featured-card__category {
  margin-bottom: 14px;
  color: var(--gh-pink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
}

.gh-featured-card h3 {
  margin: 0 0 14px !important;
}

.gh-featured-card h3 a {
  display: block;
  color: var(--gh-text) !important;
  font-family: var(--gh-serif) !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  letter-spacing: .01em !important;
}

.gh-featured-card p {
  min-height: 54px;
  margin: 0 0 18px;
  color: var(--gh-body);
  font-size: 14px;
  line-height: 1.8;
}

.gh-featured__more {
  margin-top: 34px;
  text-align: center;
}

.gh-button--outline {
  min-width: 270px;
  border: 1px solid var(--gh-pink);
  border-radius: 12px;
  background: transparent;
  color: var(--gh-pink) !important;
}

.gh-button--outline:hover {
  background: rgba(213,107,179,.06);
}

/* ---------- Popular content ---------- */
.gh-popular {
  padding-top: 28px;
  padding-bottom: 88px;
}

.gh-popular__panel {
  padding: 42px 46px 38px;
  border: 1px solid var(--gh-border);
  border-radius: 10px;
  background: rgba(255,253,252,.72);
}

.gh-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px;
}

.gh-popular-card {
  position: relative;
  display: block;
  padding: 0 10px 24px;
  text-align: center;
}

.gh-popular-card__visual {
  width: 138px;
  aspect-ratio: 1;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(237,226,221,.95), 0 10px 28px rgba(91,70,59,.07);
}

.gh-popular-card__visual svg {
  width: 68%;
  height: 68%;
  fill: none;
  stroke: #9d7664;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gh-popular-card__visual--stone {
  background: radial-gradient(circle at 35% 26%, #fff, #f7e6ea 45%, #efe0ea 100%);
}

.gh-popular-card__visual--ganesha {
  background: radial-gradient(circle at 35% 26%, #fff8e8, #f4dfc1 55%, #ebd0ae 100%);
}

.gh-popular-card__visual--ganesha svg {
  stroke: #9a7044;
}

.gh-popular-card__visual--sun {
  background: radial-gradient(circle at 40% 30%, #fff, #f7ece1 54%, #eadfd4 100%);
}

.gh-popular-card h3 {
  margin: 0 0 8px !important;
  color: var(--gh-text) !important;
  font-family: var(--gh-serif) !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

.gh-popular-card p {
  max-width: 220px;
  margin: 0 auto;
  color: var(--gh-body);
  font-size: 13px;
  line-height: 1.7;
}

.gh-popular-card__arrow {
  display: inline-block;
  margin-top: 10px;
  color: var(--gh-pink);
  font-size: 24px;
  line-height: 1;
}

/* ---------- Tablet ---------- */
@media (max-width: 900px) {
  .gh-shell,
  .gh-hero__inner {
    width: min(100% - 36px, 760px);
  }

  .gh-hero {
    min-height: 520px;
    background-position: 62% center;
  }

  .gh-hero__copy {
    width: 62%;
  }

  .gh-featured-grid {
    gap: 18px;
  }

  .gh-popular-grid {
    gap: 20px;
  }
}

/* ---------- Smartphone ---------- */
@media (max-width: 767px) {
  .gh-home {
    font-size: 15px;
  }

  .gh-shell,
  .gh-hero__inner {
    width: calc(100% - 28px);
  }

  .gh-section {
    padding: 52px 0;
  }

  .gh-hero {
    min-height: 430px;
    align-items: flex-start;
    background-image:
      linear-gradient(90deg, rgba(255,253,250,.91) 0%, rgba(255,253,250,.72) 48%, rgba(255,253,250,.12) 82%),
      var(--gh-hero-image);
    background-position: 66% center;
  }

  .gh-hero__copy {
    width: 70%;
    padding: 40px 0 32px;
  }

  .gh-hero h1 {
    margin-bottom: 18px !important;
    font-size: clamp(38px, 11vw, 48px) !important;
    line-height: 1.28 !important;
    letter-spacing: .02em !important;
  }

  .gh-hero p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }

  .gh-button {
    min-height: 42px;
    padding: 10px 18px;
    font-size: 12px;
  }

  .gh-sp-only {
    display: initial;
  }

  .gh-troubles {
    padding-top: 42px;
  }

  .gh-section-head {
    margin-bottom: 28px;
  }

  .gh-section-head h2 {
    font-size: 24px !important;
    line-height: 1.55 !important;
    letter-spacing: .02em !important;
  }

  .gh-section-head h2 span {
    display: block;
  }

  .gh-section-head p {
    padding-inline: 6px;
    font-size: 13px;
    line-height: 1.8;
  }

  .gh-section-head__ornament {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .gh-trouble-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gh-trouble-card {
    min-height: 0;
    padding: 24px 22px 22px;
    border-radius: 7px;
  }

  .gh-trouble-card__label {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .gh-trouble-card h3 {
    margin: 0 38px 8px 0 !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  .gh-trouble-card p {
    max-width: calc(100% - 32px);
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.75;
  }

  .gh-text-link {
    font-size: 13px;
    text-underline-offset: 4px !important;
  }

  .gh-trouble-card__chevron {
    right: 18px;
    font-size: 34px;
  }

  .gh-featured {
    padding-top: 46px;
  }

  .gh-featured-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gh-featured-card {
    display: grid;
    grid-template-columns: 44% 56%;
    min-height: 176px;
  }

  .gh-featured-card__image {
    height: 100%;
    aspect-ratio: auto;
  }

  .gh-featured-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 16px 16px 15px;
  }

  .gh-featured-card__category {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .gh-featured-card h3 {
    margin-bottom: 7px !important;
  }

  .gh-featured-card h3 a {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .gh-featured-card p {
    min-height: 0;
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 1.55;
  }

  .gh-featured-card .gh-text-link {
    margin-top: auto;
    font-size: 11px;
  }

  .gh-featured__more {
    margin-top: 22px;
  }

  .gh-button--outline {
    min-width: 235px;
  }

  .gh-popular {
    padding-top: 20px;
    padding-bottom: 58px;
  }

  .gh-popular__panel {
    width: calc(100% - 28px);
    padding: 30px 14px 22px;
  }

  .gh-popular__panel .gh-section-head {
    margin-bottom: 20px;
  }

  .gh-popular__panel .gh-section-head h2 {
    font-size: 21px !important;
  }

  .gh-popular-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .gh-popular-card {
    padding: 0 2px 12px;
  }

  .gh-popular-card__visual {
    width: clamp(74px, 23vw, 94px);
    margin-bottom: 10px;
  }

  .gh-popular-card h3 {
    min-height: 40px;
    margin-bottom: 5px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .gh-popular-card p {
    font-size: 9px;
    line-height: 1.55;
  }

  .gh-popular-card__arrow {
    margin-top: 5px;
    font-size: 17px;
  }
}

@media (max-width: 390px) {
  .gh-hero__copy {
    width: 72%;
  }

  .gh-hero h1 {
    font-size: 38px !important;
  }

  .gh-featured-card {
    grid-template-columns: 45% 55%;
  }
}

/* ==========================================================
   Custom header / footer
   ========================================================== */
body.gh-custom-home {
  margin: 0;
  background: var(--gh-bg);
  color: var(--gh-body);
}

.gh-site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgba(237, 226, 221, .8);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

.gh-header-shell,
.gh-footer-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.gh-header-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.gh-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gh-text) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.gh-brand__mark {
  width: 38px;
  height: 38px;
  color: #e0a0b7;
}

.gh-brand__mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gh-brand__name {
  font-family: var(--gh-serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .06em;
}

.gh-primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.4vw, 34px);
}

.gh-primary-nav a,
.gh-footer-nav a {
  color: var(--gh-text) !important;
  font-family: var(--gh-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  text-decoration: none !important;
  transition: color .18s ease;
}

.gh-primary-nav a:hover,
.gh-footer-nav a:hover {
  color: var(--gh-pink) !important;
}

.gh-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.gh-menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 5px auto;
  background: var(--gh-text);
  transition: transform .18s ease, opacity .18s ease;
}

.gh-site-footer {
  position: relative;
  border-top: 1px solid var(--gh-border);
  background: #fffaf7;
  padding: 24px 0 22px;
}

.gh-footer-shell {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px 36px;
}

.gh-brand--footer .gh-brand__mark {
  width: 32px;
  height: 32px;
}

.gh-brand--footer .gh-brand__name {
  font-size: 19px;
}

.gh-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 22px;
}

.gh-footer-nav a {
  font-size: 11px;
}

.gh-footer-copy {
  grid-column: 1 / -1;
  margin: 0 !important;
  text-align: center;
  color: #8f837c;
  font-size: 10px;
  letter-spacing: .02em;
}

.gh-page-top {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e7a0b8;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(189, 108, 142, .18);
}

/* ==========================================================
   Diagnosis banner
   ========================================================== */
.gh-diagnosis {
  padding-top: 18px;
  padding-bottom: 54px;
}

.gh-diagnosis__panel {
  min-height: 168px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 26px 38px;
  border: 1px solid var(--gh-border);
  border-radius: 12px;
  background:
    radial-gradient(circle at 7% 50%, rgba(244, 209, 217, .35), transparent 25%),
    linear-gradient(90deg, #fffaf7, #fffdfc 55%, #fff8f5);
  box-shadow: var(--gh-shadow);
}

.gh-diagnosis__visual {
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  color: #d8a09d;
}

.gh-diagnosis__visual svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gh-diagnosis__eyebrow,
.gh-about__eyebrow {
  margin: 0 0 5px !important;
  color: var(--gh-pink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
}

.gh-diagnosis__copy h2 {
  margin: 0 0 8px !important;
  color: var(--gh-text) !important;
  font-family: var(--gh-serif) !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: .04em !important;
}

.gh-diagnosis__copy p:last-child {
  margin: 0 !important;
  color: var(--gh-body);
  font-size: 14px;
  line-height: 1.8;
}

.gh-diagnosis__button {
  min-width: 230px;
  white-space: nowrap;
}

/* ==========================================================
   Latest posts
   ========================================================== */
.gh-latest {
  padding-top: 54px;
  padding-bottom: 74px;
  background: linear-gradient(180deg, rgba(251,247,241,.45), rgba(255,253,250,0));
}

.gh-latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gh-latest-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-height: 112px;
  padding: 10px;
  border: 1px solid var(--gh-border);
  border-radius: 7px;
  background: rgba(255,253,252,.92);
}

.gh-latest-card__image {
  display: block;
  min-height: 90px;
  overflow: hidden;
  border-radius: 4px;
  background: #f9efe8;
}

.gh-latest-card__image img,
.gh-latest-card__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gh-latest-card__placeholder {
  display: block;
  background: linear-gradient(135deg, #f7e3db, #f9efe6 50%, #eff2ed);
}

.gh-latest-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gh-latest-card__category {
  margin-bottom: 5px;
  color: var(--gh-pink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .05em;
}

.gh-latest-card h3 {
  margin: 0 0 6px !important;
}

.gh-latest-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--gh-text) !important;
  font-family: var(--gh-serif) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
}

.gh-latest-card time {
  color: #968982;
  font-size: 9px;
  letter-spacing: .04em;
}

/* ==========================================================
   About Ganesha Shokai
   ========================================================== */
.gh-about {
  padding-top: 32px;
  padding-bottom: 88px;
}

.gh-about__panel {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
  padding: 42px 48px;
  border-top: 1px solid rgba(237,226,221,.8);
  border-bottom: 1px solid rgba(237,226,221,.8);
  background: linear-gradient(90deg, #fff9f5 0%, #fffdfb 56%, #fffaf7 100%);
}

.gh-about__visual {
  min-height: 270px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.9), transparent 26%),
    linear-gradient(135deg, #f7e5dc, #fff7ef 52%, #f1e1d6);
}

.gh-about__visual img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.gh-about__ganesha {
  width: 100%;
  height: 270px;
  display: grid;
  place-items: center;
  color: #cfa895;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.75), transparent 35%),
    radial-gradient(circle at 20% 82%, rgba(230,184,194,.22), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(235,204,174,.24), transparent 28%);
}

.gh-about__ganesha svg {
  width: 45%;
  height: 76%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gh-about__copy h2 {
  margin: 0 !important;
  color: var(--gh-text) !important;
  font-family: var(--gh-serif) !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: .04em !important;
}

.gh-about__ornament {
  margin-left: 0;
  margin-right: 0;
}

.gh-about__copy > p:not(.gh-about__eyebrow) {
  margin: 0 0 13px;
  color: var(--gh-body);
  font-size: 14px;
  line-height: 1.95;
}

.gh-about__link {
  display: inline-block;
  margin-top: 8px;
}

/* ==========================================================
   Responsive additions
   ========================================================== */
@media (max-width: 1050px) {
  .gh-primary-nav {
    gap: 16px;
  }

  .gh-primary-nav a {
    font-size: 12px;
  }

  .gh-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gh-diagnosis__panel {
    grid-template-columns: 120px minmax(0, 1fr) auto;
    padding-inline: 28px;
  }

  .gh-diagnosis__visual {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 900px) {
  .gh-header-shell {
    min-height: 66px;
  }

  .gh-menu-toggle {
    display: block;
    position: relative;
    z-index: 121;
  }

  .gh-primary-nav {
    position: fixed;
    z-index: 120;
    inset: 0 0 0 auto;
    width: min(340px, 86vw);
    max-width: calc(100vw - 44px);
    height: 100dvh;
    height: 100svh;
    padding: 100px 34px 36px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(255,253,250,.985);
    box-shadow: -18px 0 46px rgba(91,70,59,.10);
    transform: translate3d(101%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    will-change: transform;
    transition: transform .22s ease, visibility 0s linear .22s;
  }

  .gh-primary-nav a {
    padding: 15px 4px;
    border-bottom: 1px solid var(--gh-border);
    font-size: 15px;
  }

  body.gh-menu-open .gh-primary-nav {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    transition: transform .22s ease, visibility 0s;
  }

  html.gh-menu-open,
  body.gh-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.gh-menu-open .gh-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.gh-menu-open .gh-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.gh-menu-open .gh-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .gh-diagnosis__panel {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .gh-diagnosis__button {
    grid-column: 2;
    justify-self: start;
  }

  .gh-about__panel {
    gap: 34px;
    padding-inline: 34px;
  }
}

@media (max-width: 767px) {
  .gh-header-shell,
  .gh-footer-shell {
    width: calc(100% - 28px);
  }

  .gh-header-shell {
    min-height: 60px;
  }

  .gh-brand__mark {
    width: 31px;
    height: 31px;
  }

  .gh-brand__name {
    font-size: 18px;
  }

  .gh-diagnosis {
    padding-top: 12px;
    padding-bottom: 40px;
  }

  .gh-diagnosis__panel {
    min-height: 0;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 18px;
  }

  .gh-diagnosis__visual {
    width: 72px;
    height: 72px;
  }

  .gh-diagnosis__copy h2 {
    font-size: 22px !important;
  }

  .gh-diagnosis__copy p:last-child {
    font-size: 12px;
    line-height: 1.7;
  }

  .gh-diagnosis__button {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    margin-top: 4px;
  }

  .gh-latest {
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .gh-latest-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gh-latest-card {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 106px;
  }

  .gh-latest-card h3 a {
    font-size: 14px !important;
  }

  .gh-about {
    padding-top: 20px;
    padding-bottom: 58px;
  }

  .gh-about__panel {
    grid-template-columns: 1fr;
    gap: 24px;
    width: calc(100% - 28px);
    padding: 22px 18px 26px;
  }

  .gh-about__visual,
  .gh-about__visual img,
  .gh-about__ganesha {
    min-height: 210px;
    height: 210px;
  }

  .gh-about__copy h2 {
    font-size: 25px !important;
  }

  .gh-about__copy > p:not(.gh-about__eyebrow) {
    font-size: 13px;
    line-height: 1.85;
  }

  .gh-site-footer {
    padding: 26px 0 32px;
  }

  .gh-footer-shell {
    display: block;
    text-align: center;
  }

  .gh-footer-brand {
    margin-bottom: 18px;
  }

  .gh-brand--footer {
    justify-content: center;
  }

  .gh-footer-nav {
    justify-content: center;
    gap: 8px 14px;
    margin-bottom: 18px;
  }

  .gh-footer-nav a {
    font-size: 10px;
  }

  .gh-page-top {
    right: 14px;
    bottom: 14px;
    width: 34px;
    height: 34px;
  }
}

/* ==========================================================
   v3 refinements (2026-08-20)
   - Desktop hero title: one line
   - Featured dolphin card: soft/pastel treatment
   - Latest posts: larger 4-card layout
   - About section: quiet Ganesha visual instead of article infographic
   ========================================================== */

/* 1) Hero title — keep the desktop title on one line */
@media (min-width: 901px) {
  .gh-hero__copy {
    width: min(720px, 64%);
  }

  .gh-hero h1 {
    font-size: clamp(50px, 4.45vw, 62px) !important;
    line-height: 1.24 !important;
    letter-spacing: .03em !important;
    white-space: nowrap;
  }

  .gh-hero__title-prefix,
  .gh-hero__title-rest {
    display: inline;
  }
}

/* Middle widths: keep it in one line without colliding with the visual */
@media (min-width: 901px) and (max-width: 1180px) {
  .gh-hero__copy {
    width: 66%;
    max-width: 650px;
  }

  .gh-hero h1 {
    font-size: clamp(44px, 4.5vw, 54px) !important;
  }
}

/* Smartphone keeps the intentional two-line rhythm */
@media (max-width: 767px) {
  .gh-hero__title-prefix,
  .gh-hero__title-rest {
    display: block;
  }

  .gh-hero h1 {
    white-space: normal;
  }
}

/* 2) Featured dolphin card — soften the older photographic thumbnail */
.gh-featured-card--dolphin .gh-featured-card__image {
  position: relative;
  isolation: isolate;
  background: linear-gradient(135deg, #fdf7f2, #eef7f7);
}

.gh-featured-card--dolphin .gh-featured-card__image img {
  filter: saturate(.62) contrast(.88) brightness(1.12) sepia(.06);
  transform: scale(1.025);
}

.gh-featured-card--dolphin .gh-featured-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 88%, rgba(246, 213, 218, .46), transparent 31%),
    linear-gradient(135deg, rgba(255, 250, 245, .34), rgba(255,255,255,.06) 48%, rgba(238,248,248,.24));
  mix-blend-mode: screen;
}

/* 3) Latest posts — larger, calmer four-card row */
.gh-latest {
  padding-top: 62px;
  padding-bottom: 82px;
}

.gh-latest-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.gh-latest-card {
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  min-height: 138px;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(91,70,59,.035);
}

.gh-latest-card__image {
  min-height: 114px;
  border-radius: 5px;
}

.gh-latest-card__category {
  margin-bottom: 7px;
  font-size: 11px;
}

.gh-latest-card h3 {
  margin-bottom: 8px !important;
}

.gh-latest-card h3 a {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.gh-latest-card time {
  font-size: 10px;
}

/* 4) About — quiet Ganesha art scene rather than an infographic thumbnail */
.gh-about__visual--scene {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.98) 0 11%, transparent 32%),
    radial-gradient(circle at 80% 22%, rgba(248,223,219,.55), transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(240,222,204,.50), transparent 30%),
    linear-gradient(135deg, #fffdf9 0%, #fbf2eb 48%, #f7ece5 100%);
  box-shadow: inset 0 0 0 1px rgba(237,226,221,.72);
}

.gh-about__visual--scene::before,
.gh-about__visual--scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(.2px);
}

.gh-about__visual--scene::before {
  width: 230px;
  height: 230px;
  left: -72px;
  bottom: -88px;
  background:
    radial-gradient(circle at 50% 50%, rgba(239,190,199,.35) 0 12%, transparent 13%),
    radial-gradient(circle at 27% 38%, rgba(250,224,221,.72) 0 9%, transparent 10%),
    radial-gradient(circle at 70% 33%, rgba(250,232,214,.72) 0 8%, transparent 9%),
    radial-gradient(circle at 55% 72%, rgba(239,205,187,.55) 0 10%, transparent 11%);
  opacity: .88;
}

.gh-about__visual--scene::after {
  width: 180px;
  height: 180px;
  right: -58px;
  top: -64px;
  background:
    radial-gradient(circle at 35% 38%, rgba(244,205,211,.45) 0 10%, transparent 11%),
    radial-gradient(circle at 70% 58%, rgba(239,213,188,.48) 0 9%, transparent 10%),
    radial-gradient(circle at 48% 78%, rgba(255,255,255,.8) 0 8%, transparent 9%);
}

.gh-about__scene-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: .78;
}

.gh-about__scene-orb--one {
  width: 74px;
  height: 74px;
  left: 15%;
  top: 24%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.95), rgba(245,216,212,.58) 62%, rgba(233,191,192,.18));
  box-shadow: 0 14px 34px rgba(180,132,121,.08);
}

.gh-about__scene-orb--two {
  width: 48px;
  height: 48px;
  right: 18%;
  bottom: 18%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.95), rgba(237,220,194,.64) 68%, rgba(215,181,151,.12));
}

.gh-about__visual--scene .gh-about__ganesha {
  position: relative;
  z-index: 2;
  width: 238px;
  height: 238px;
  display: grid;
  place-items: center;
  color: #bd8f7b;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.95), rgba(255,250,246,.88) 54%, rgba(246,227,219,.72));
  box-shadow:
    0 20px 50px rgba(122,87,72,.10),
    inset 0 0 0 1px rgba(229,197,188,.62);
}

.gh-about__visual--scene .gh-about__ganesha::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(209,162,146,.24);
  border-radius: 50%;
}

.gh-about__visual--scene .gh-about__ganesha svg {
  width: 66%;
  height: 66%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1050px) {
  .gh-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gh-latest {
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .gh-latest-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gh-latest-card {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 122px;
    padding: 10px;
    gap: 14px;
  }

  .gh-latest-card__image {
    min-height: 102px;
  }

  .gh-about__visual--scene,
  .gh-about__visual--scene .gh-about__ganesha {
    min-height: 0;
  }

  .gh-about__visual--scene {
    height: 240px;
  }

  .gh-about__visual--scene .gh-about__ganesha {
    width: 176px;
    height: 176px;
  }
}

/* ==========================================================
   v4 smartphone refinements (2026-08-21)
   PC layout is intentionally untouched.
   - Hero: natural 2-line title on 375px class devices
   - Trouble cards: tighter vertical rhythm
   - Featured cards: slightly calmer horizontal ratio
   - Popular content: prevent heading orphan/wrap and reduce crowding
   - About: shorten large visual on mobile
   - Mobile section spacing: closer to approved mockup
   ========================================================== */
@media (max-width: 767px) {
  /* Header */
  .gh-header-shell {
    min-height: 64px;
  }

  .gh-brand__mark {
    width: 30px;
    height: 30px;
  }

  .gh-brand__name {
    font-size: 18px;
    letter-spacing: .045em;
  }

  /* Hero: keep the intentional 2-line copy, never 3 lines */
  .gh-hero {
    min-height: 410px;
    background-position: 64% center;
  }

  .gh-hero__copy {
    width: 82%;
    max-width: 315px;
    padding: 34px 0 28px;
  }

  .gh-hero h1 {
    margin-bottom: 18px !important;
    font-size: 36px !important;
    line-height: 1.28 !important;
    letter-spacing: .015em !important;
  }

  .gh-hero p {
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.72;
  }

  .gh-hero .gh-button--primary {
    min-height: 44px;
    padding: 10px 20px;
    font-size: 12px;
  }

  /* Common headings */
  .gh-section-head h2 {
    text-wrap: balance;
  }

  /* Trouble cards: same information, less empty height */
  .gh-troubles {
    padding-top: 46px;
    padding-bottom: 44px;
  }

  .gh-troubles .gh-section-head {
    margin-bottom: 24px;
  }

  .gh-troubles .gh-section-head h2 {
    font-size: 23px !important;
  }

  .gh-trouble-grid {
    gap: 10px;
  }

  .gh-trouble-card {
    min-height: 0;
    padding: 20px 20px 18px;
  }

  .gh-trouble-card__label {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .gh-trouble-card h3 {
    margin: 0 34px 6px 0 !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
  }

  .gh-trouble-card p {
    max-width: calc(100% - 28px);
    margin: 0 0 8px;
    font-size: 12.5px;
    line-height: 1.65;
  }

  .gh-trouble-card .gh-text-link {
    font-size: 12.5px;
  }

  .gh-trouble-card__chevron {
    right: 16px;
    font-size: 30px;
  }

  /* Featured article cards */
  .gh-featured {
    padding-top: 48px;
    padding-bottom: 50px;
  }

  .gh-featured-grid {
    gap: 10px;
  }

  .gh-featured-card {
    grid-template-columns: 42% 58%;
    min-height: 168px;
  }

  .gh-featured-card__body {
    padding: 14px 14px 13px;
  }

  .gh-featured-card__category {
    margin-bottom: 5px;
  }

  .gh-featured-card h3 a {
    font-size: 15.5px !important;
    line-height: 1.48 !important;
  }

  .gh-featured-card p {
    font-size: 10.8px;
    line-height: 1.55;
  }

  .gh-featured__more {
    margin-top: 20px;
  }

  /* Popular content: retain 3 circles, but make the module breathe */
  .gh-popular {
    padding-top: 18px;
    padding-bottom: 38px;
  }

  .gh-popular__panel {
    padding: 26px 10px 18px;
  }

  .gh-popular__panel .gh-section-head {
    margin-bottom: 18px;
  }

  .gh-popular__panel .gh-section-head h2 {
    font-size: 18px !important;
    line-height: 1.45 !important;
    letter-spacing: .015em !important;
    white-space: nowrap;
  }

  .gh-popular-grid {
    gap: 4px;
  }

  .gh-popular-card__visual {
    width: clamp(70px, 22vw, 84px);
    margin-bottom: 9px;
  }

  .gh-popular-card h3 {
    min-height: 36px;
    font-size: 11.5px !important;
    line-height: 1.4 !important;
  }

  .gh-popular-card p {
    font-size: 9.5px;
    line-height: 1.5;
  }

  /* Diagnosis: slightly closer to the popular-content section */
  .gh-diagnosis {
    padding-top: 8px;
    padding-bottom: 36px;
  }

  /* Latest posts */
  .gh-latest {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  /* About: current mobile visual is too tall relative to the copy */
  .gh-about {
    padding-top: 18px;
    padding-bottom: 46px;
  }

  .gh-about__panel {
    gap: 20px;
  }

  .gh-about__visual--scene,
  .gh-about__visual--scene .gh-about__ganesha {
    min-height: 230px !important;
    height: 230px !important;
  }

  .gh-about__ganesha svg {
    width: 38%;
    height: 72%;
  }

  .gh-about__copy h2 {
    font-size: 24px !important;
  }

  .gh-about__copy > p:not(.gh-about__eyebrow) {
    font-size: 12.5px;
    line-height: 1.8;
  }
}

@media (max-width: 390px) {
  .gh-hero__copy {
    width: 84%;
    max-width: 305px;
  }

  .gh-hero h1 {
    font-size: 34px !important;
  }

  .gh-featured-card {
    grid-template-columns: 41% 59%;
  }

  .gh-popular__panel .gh-section-head h2 {
    font-size: 17px !important;
  }
}
