/* ==========================================================
   ガネーシャ商会について - fixed page
   Scope: .gh-about-page
   ========================================================== */
body.page-template-page-about,
body.page-about,
body.page-id-about {
  background: var(--gh-bg, #fffdfa);
}

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

.gh-about-page {
  overflow: hidden;
  background: #fffdfa;
  color: #5a514b;
  font-family: var(--gh-sans, "Noto Sans JP", sans-serif);
  line-height: 1.9;
}

.gh-about-page a { text-decoration: none; }
.gh-about-page img { display: block; max-width: 100%; }
.gh-about-page h1,
.gh-about-page h2,
.gh-about-page h3,
.gh-about-page h1::before,
.gh-about-page h1::after,
.gh-about-page h2::before,
.gh-about-page h2::after,
.gh-about-page h3::before,
.gh-about-page h3::after {
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

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

.ga-section { padding: 76px 0; }
.ga-section-kicker,
.ga-eyebrow {
  margin: 0 0 10px !important;
  color: #d56bb3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
}

.ga-section-head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

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

.ga-section-head h2,
.ga-story__copy h2,
.ga-ganesha__copy h2 {
  margin: 0 !important;
  color: #4a4039 !important;
  font-family: var(--gh-serif, "Noto Serif JP", serif) !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: .035em !important;
}

.ga-section-head > p:last-child {
  margin: 0;
  font-size: 15px;
  color: #6b6059;
}

.ga-title-line {
  width: 72px;
  height: 1px;
  margin: 14px auto 16px;
  background: linear-gradient(90deg, transparent, rgba(213,107,179,.72), transparent);
}

/* Hero */
.ga-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(237,226,221,.75);
  background:
    radial-gradient(circle at 82% 26%, rgba(247,203,222,.35), transparent 28%),
    radial-gradient(circle at 70% 62%, rgba(242,222,204,.38), transparent 25%),
    linear-gradient(112deg, #fffdf9 0%, #fff9f7 48%, #fff1f6 100%);
}

.ga-hero::before,
.ga-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(213,107,179,.13);
  border-radius: 50%;
  pointer-events: none;
}
.ga-hero::before { width: 340px; height: 340px; right: -150px; top: -145px; }
.ga-hero::after  { width: 220px; height: 220px; left: -105px; bottom: -70px; }

.ga-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 56px;
  align-items: center;
}

.ga-hero__copy { padding: 62px 0; position: relative; z-index: 2; }

.ga-hero h1 {
  margin: 0 0 22px !important;
  color: #463a34 !important;
  font-family: var(--gh-serif, "Noto Serif JP", serif) !important;
  font-size: clamp(48px, 5vw, 66px) !important;
  font-weight: 500 !important;
  line-height: 1.32 !important;
  letter-spacing: .035em !important;
}

.ga-hero__lead {
  max-width: 610px;
  margin: 0 0 18px;
  color: #4f443e;
  font-family: var(--gh-serif, "Noto Serif JP", serif);
  font-size: 20px;
  line-height: 1.85;
}

.ga-hero__text {
  max-width: 650px;
  margin: 0;
  font-size: 15px;
  line-height: 2;
}

.ga-hero__visual {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
}

.ga-hero__visual img {
  position: relative;
  z-index: 2;
  width: min(360px, 78%);
  height: auto;
  opacity: .72;
  filter: saturate(.74) brightness(1.08);
}

.ga-hero__halo {
  position: absolute;
  border: 1px solid rgba(213,107,179,.15);
  border-radius: 50%;
}
.ga-hero__halo--one { width: 390px; height: 390px; }
.ga-hero__halo--two { width: 300px; height: 300px; }

/* Story */
.ga-story { background: #fffdfb; }
.ga-story__grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.ga-story__visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid #ede2dd;
  border-radius: 26px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.95), transparent 24%),
    linear-gradient(135deg, #f8e4de 0%, #fff7ef 55%, #f1e3dc 100%);
  box-shadow: 0 18px 42px rgba(91,70,59,.06);
}

.ga-story__visual img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  opacity: .64;
  position: relative;
  z-index: 2;
}

.ga-story__visual p {
  position: relative;
  z-index: 2;
  margin: -44px 0 0;
  color: #8b6f67;
  font-family: var(--gh-serif, "Noto Serif JP", serif);
  font-size: 18px;
  letter-spacing: .08em;
}

.ga-story__orb { position: absolute; border-radius: 50%; filter: blur(.2px); }
.ga-story__orb--one { width: 150px; height: 150px; left: 18px; bottom: 20px; background: rgba(229,178,195,.22); }
.ga-story__orb--two { width: 96px; height: 96px; right: 30px; top: 28px; background: rgba(221,194,164,.24); }
.ga-story__orb--three { width: 70px; height: 70px; right: 72px; bottom: 44px; background: rgba(185,173,203,.18); }

.ga-story__copy .ga-title-line,
.ga-ganesha__copy .ga-title-line { margin-left: 0; }

.ga-story__body p {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 2;
}

.ga-mobile-br { display: none; }

/* Ganesha panel */
.ga-ganesha {
  padding-top: 26px;
  padding-bottom: 62px;
}

.ga-ganesha__panel {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 34px 42px;
  border: 1px solid #f0dfdc;
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 20%, rgba(243,196,216,.22), transparent 30%),
    linear-gradient(90deg, #fff8f7, #fffdfb 56%, #fff5f8);
}

.ga-ganesha__mark {
  min-height: 170px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(213,107,179,.15);
}
.ga-ganesha__mark img { width: 150px; opacity: .72; }
.ga-ganesha__copy p:not(.ga-section-kicker) { margin: 14px 0 16px; font-size: 15px; line-height: 1.95; }

.ga-ganesha__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 15px; }
.ga-ganesha__chips span {
  padding: 6px 12px;
  border: 1px solid rgba(213,107,179,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #9e5e84;
  font-size: 11px;
  font-weight: 600;
}
.ga-text-link { color: #d56bb3 !important; font-size: 13px; font-weight: 600; }

/* Values */
.ga-values { padding-top: 58px; background: linear-gradient(180deg, #fffdfa, #fff8f7); }
.ga-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ga-value-card {
  min-height: 260px;
  padding: 32px 28px;
  border: 1px solid #ede2dd;
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 34px rgba(91,70,59,.045);
  text-align: center;
}
.ga-value-card__icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(213,107,179,.18);
  border-radius: 50%;
  color: #d56bb3;
  background: #fff7fa;
  font-size: 27px;
}
.ga-value-card h3 {
  margin: 0 0 12px !important;
  color: #4a4039 !important;
  font-family: var(--gh-serif, "Noto Serif JP", serif) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}
.ga-value-card p { margin: 0; font-size: 14px; line-height: 1.9; }

/* Category cards */
.ga-categories { padding-top: 64px; padding-bottom: 54px; }
.ga-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.ga-category-card {
  position: relative;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 22px;
  border: 1px solid #ede2dd;
  border-radius: 13px;
  background: #fffdfc;
  color: #5a514b !important;
  text-align: center;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ga-category-card:hover { transform: translateY(-3px); border-color: rgba(213,107,179,.34); box-shadow: 0 12px 28px rgba(91,70,59,.055); }
.ga-category-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff5f9;
  color: #d56bb3;
  font-size: 22px;
}
.ga-category-card strong {
  display: block;
  margin-bottom: 8px;
  color: #4a4039;
  font-family: var(--gh-serif, "Noto Serif JP", serif);
  font-size: 14px;
  line-height: 1.55;
}
.ga-category-card > span:not(.ga-category-card__icon) { font-size: 10px; line-height: 1.75; color: #756a63; }
.ga-category-card em { margin-top: auto; padding-top: 10px; color: #d56bb3; font-style: normal; }
.ga-category-card--life-luck .ga-category-card__icon { background:#fff8ee; color:#d6a15f; }
.ga-category-card--good-luck-money .ga-category-card__icon { background:#fff8ec; color:#d8a657; }
.ga-category-card--power-stones .ga-category-card__icon { background:#f7f3fb; color:#a88ac5; }
.ga-category-card--animal-spiritual .ga-category-card__icon { background:#f1f7f8; color:#7fa9b8; }
.ga-category-card--ganesha .ga-category-card__icon { background:#fff3f4; color:#df9aa0; }

/* Diagnosis */
.ga-diagnosis { padding-top: 26px; padding-bottom: 70px; }
.ga-diagnosis__panel {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  min-height: 180px;
  padding: 30px 38px;
  border: 1px solid #ecdcd8;
  border-radius: 14px;
  background:
    radial-gradient(circle at 93% 18%, rgba(244,200,218,.27), transparent 25%),
    linear-gradient(90deg, #fff9f5, #fffdfb 58%, #fff4f8);
}
.ga-diagnosis__mark img { width: 100px; opacity: .66; }
.ga-diagnosis__copy span { color:#d56bb3; font-size:11px; font-weight:600; letter-spacing:.08em; }
.ga-diagnosis__copy h2 {
  margin: 4px 0 7px !important;
  color:#4a4039 !important;
  font-family: var(--gh-serif, "Noto Serif JP", serif) !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.ga-diagnosis__copy p { margin:0; font-size:13px; line-height:1.8; }
.ga-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 25px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d86eb4, #c65b9f);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(201,84,157,.15);
}

/* FAQ */
.ga-faq { padding-top: 44px; padding-bottom: 82px; background:#fffaf7; }
.ga-faq__list { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:16px; align-items:start; }
.ga-faq details {
  border:1px solid #ede2dd;
  border-radius:10px;
  background:#fffdfc;
  overflow:hidden;
  align-self:start;
}
.ga-faq summary {
  list-style:none;
  cursor:pointer;
  padding:18px 44px 18px 20px;
  position:relative;
  color:#4a4039;
  font-family:var(--gh-serif, "Noto Serif JP", serif);
  font-size:14px;
  font-weight:600;
  line-height:1.6;
}
.ga-faq summary::-webkit-details-marker { display:none; }
.ga-faq summary::after { content:"＋"; position:absolute; right:18px; top:50%; transform:translateY(-50%); color:#d56bb3; font-family:Arial,sans-serif; }
.ga-faq details[open] summary::after { content:"−"; }
.ga-faq details p { margin:0; padding:0 20px 20px; font-size:12px; line-height:1.85; color:#6d625b; }

@media (max-width: 1050px) {
  .ga-category-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ga-diagnosis__panel { grid-template-columns: 90px 1fr; }
  .ga-diagnosis__mark img { width:80px; }
  .ga-button { grid-column: 1 / -1; justify-self: center; min-width: 290px; }
}

@media (max-width: 820px) {
  .ga-shell { width: min(100% - 32px, 720px); }
  .ga-section { padding: 58px 0; }
  .ga-hero { min-height: auto; }
  .ga-hero__grid { grid-template-columns: 1fr; gap: 4px; }
  .ga-hero__copy { padding: 54px 0 18px; text-align:center; }
  .ga-hero h1 { font-size: clamp(37px, 9vw, 52px) !important; }
  .ga-hero__lead { margin-inline:auto; font-size:17px; }
  .ga-hero__text { margin-inline:auto; font-size:13px; }
  .ga-hero__visual { min-height:280px; }
  .ga-hero__visual img { width:min(260px,68%); }
  .ga-hero__halo--one { width:280px; height:280px; }
  .ga-hero__halo--two { width:210px; height:210px; }

  .ga-story__grid { display:flex; flex-direction:column; gap:28px; }
  .ga-story__copy { display:contents; }
  .ga-story__head { order:1; text-align:center; }
  .ga-story__visual { min-height:260px; order:2; }
  .ga-story__body { order:3; text-align:center; }
  .ga-story__head .ga-title-line { margin-inline:auto; }

  .ga-ganesha__panel { grid-template-columns:1fr; padding:28px 26px; text-align:center; }
  .ga-ganesha__mark { min-height:auto; border-right:0; border-bottom:1px solid rgba(213,107,179,.12); padding-bottom:20px; }
  .ga-ganesha__mark img { width:125px; margin-inline:auto; }
  .ga-ganesha__chips { justify-content:center; }

  .ga-value-grid { grid-template-columns:1fr; }
  .ga-value-card { min-height:auto; }
  .ga-faq__list { grid-template-columns:1fr; }
}

@media (max-width: 560px) {
  .ga-shell { width: calc(100% - 24px); }
  .ga-section { padding: 48px 0; }
  .ga-section-head { margin-bottom:30px; }
  .ga-section-head h2,
  .ga-story__copy h2,
  .ga-ganesha__copy h2 { font-size:27px !important; line-height:1.55 !important; }
  .ga-section-head > p:last-child { font-size:13px; }

  .ga-hero::before { width:200px; height:200px; right:-110px; top:-80px; }
  .ga-hero::after { width:150px; height:150px; left:-85px; bottom:10px; }
  .ga-hero__copy { padding-top:46px; }
  .ga-hero h1 { font-size:36px !important; line-height:1.4 !important; }
  .ga-hero__lead { font-size:15px; line-height:1.9; }
  .ga-hero__text { font-size:12px; line-height:1.95; }
  .ga-hero__visual { min-height:230px; }
  .ga-hero__visual img { width:205px; }
  .ga-hero__halo--one { width:225px; height:225px; }
  .ga-hero__halo--two { width:170px; height:170px; }

  .ga-story__visual { border-radius:18px; }
  .ga-story__body p { font-size:13px; line-height:1.95; }
  .ga-mobile-br { display:inline; }
  .ga-story__head h2 { font-size:25px !important; line-height:1.5 !important; }
  .ga-ganesha__copy h2 { font-size:25px !important; line-height:1.5 !important; }
  .ga-ganesha { padding-top:10px; }
  .ga-ganesha__copy p:not(.ga-section-kicker) { font-size:13px; }

  .ga-category-grid { grid-template-columns:1fr; gap:10px; }
  .ga-category-card {
    min-height:auto;
    display:grid;
    grid-template-columns:50px minmax(0,1fr) 18px;
    grid-template-rows:auto auto;
    gap:2px 14px;
    align-items:center;
    padding:16px;
    text-align:left;
  }
  .ga-category-card__icon { grid-row:1 / 3; width:48px; height:48px; margin:0; }
  .ga-category-card strong { margin:0; font-size:14px; }
  .ga-category-card > span:not(.ga-category-card__icon) { font-size:9px; }
  .ga-category-card em { grid-column:3; grid-row:1 / 3; margin:0; padding:0; }

  .ga-diagnosis { padding-bottom:54px; }
  .ga-diagnosis__panel { grid-template-columns:1fr; gap:16px; padding:24px 18px; text-align:center; }
  .ga-diagnosis__mark img { width:78px; margin-inline:auto; }
  .ga-diagnosis__copy h2 { font-size:22px !important; }
  .ga-diagnosis__copy p { font-size:11px; }
  .ga-button { grid-column:auto; min-width:0; width:100%; font-size:12px; }

  .ga-faq { padding-bottom:62px; }
  .ga-faq summary { font-size:13px; padding-left:16px; }
}
