.gj-reference-body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(255, 241, 246, 0.96), rgba(255, 252, 253, 0.9) 40%, #fff 72%),
    #fff;
}

.gj-reference-home,
.gj-reference-shot-page {
  padding: 0 0 32px;
}

.gj-reference-stage,
.gj-reference-shot {
  width: min(100%, 841px);
  margin: 0 auto;
}

.gj-reference-shot--desktop {
  width: min(100%, 1122px);
}

.gj-reference-shot--narrow {
  width: min(100%, 941px);
}

.gj-reference-stage--hero,
.gj-reference-stage--footer {
  width: min(100%, 841px);
}

.gj-reference-stage--chipbar,
.gj-reference-stage--shindan {
  width: min(100%, 793px);
}

.gj-reference-stage--guides {
  width: min(100%, 796px);
}

.gj-reference-stack {
  display: grid;
  gap: 0;
}

.gj-reference-panel,
.gj-reference-shot {
  position: relative;
}

.gj-reference-panel img,
.gj-reference-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.gj-reference-shot img {
  box-shadow: 0 24px 64px rgba(95, 49, 89, 0.12);
}

.gj-reference-shot-body .gj-reference-shot {
  max-width: 100%;
}

.gj-reference-carousel-section {
  width: min(100%, 841px);
  margin: 0 auto;
  padding: 0 0 12px;
}

.gj-reference-carousel-heading img {
  width: 100%;
}

.gj-reference-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.gj-reference-carousel__viewport {
  overflow: hidden;
  padding: 0 0 10px;
  min-height: 292px;
}

.gj-reference-carousel__track {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

.gj-reference-carousel__slide {
  position: relative;
  flex: 0 0 122px;
  height: 286px;
  border-radius: 24px;
  overflow: visible;
  opacity: 0.88;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease,
    flex-basis 0.45s ease;
}

.gj-reference-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gj-reference-carousel__slide-link {
  position: relative;
  display: block;
  height: 100%;
  color: inherit;
  overflow: hidden;
}

.gj-reference-carousel__slide-link--poster {
  display: grid;
  place-items: center;
  overflow: visible;
}

.gj-reference-carousel__poster {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gj-reference-carousel__poster--featured {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gj-reference-carousel__compact {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 15px 11px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 249, 0.96));
  transition: opacity 0.25s ease;
  text-align: center;
}

.gj-reference-carousel__compact-media {
  display: none;
}

.gj-reference-carousel__compact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gj-reference-carousel__compact-head {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.gj-reference-carousel__compact-head h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.25;
  color: #5d2249;
}

.gj-reference-carousel__compact-head p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.56;
  color: #744862;
}

.gj-reference-carousel__compact-icon,
.gj-reference-carousel__compact-badge {
  justify-self: start;
}

.gj-reference-carousel__compact-icon {
  color: #f25a8c;
  font-size: 1.55rem;
  line-height: 1;
}

.gj-reference-carousel__compact-icon--ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(246, 169, 194, 0.95);
  background: linear-gradient(180deg, #fff, rgba(255, 246, 248, 0.98));
  color: #ff7fa5;
  font-size: 0;
}

.gj-reference-carousel__compact-icon--ring svg {
  width: 24px;
  height: 24px;
  display: block;
}

.gj-reference-carousel__compact-badge {
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6f9d, #f04a86);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.gj-reference-carousel__compact-meter {
  display: grid;
  gap: 6px;
  justify-items: center;
}

.gj-reference-carousel__compact-meter span {
  font-size: 0.76rem;
  font-weight: 700;
  color: #7a4363;
}

.gj-reference-carousel__compact-meter strong {
  color: #f25a8c;
  letter-spacing: 0.17em;
  font-size: 0.78rem;
}

.gj-reference-carousel__compact-list {
  display: grid;
  gap: 5px;
  color: #613150;
  font-size: 0.68rem;
  line-height: 1.4;
  text-align: left;
}

.gj-reference-carousel__compact-list li::before {
  content: "✓";
  margin-right: 0.4em;
  color: #ef5a8f;
}

.gj-reference-carousel__compact-more {
  align-self: end;
  justify-self: center;
  margin-top: auto;
  color: #6e3159;
  font-size: 0.76rem;
  font-weight: 700;
}

.gj-reference-carousel__detail {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 249, 0.96));
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.gj-reference-carousel__detail--poster {
  grid-template-columns: 1fr;
  background: transparent;
}

.gj-reference-carousel__detail--poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gj-reference-carousel__detail-visual {
  overflow: hidden;
  background: rgba(255, 244, 247, 0.92);
}

.gj-reference-carousel__detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.gj-reference-carousel__detail-body {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 6px;
  padding: 12px 12px 10px 10px;
  text-align: center;
}

.gj-reference-carousel__detail-meter {
  display: grid;
  gap: 4px;
}

.gj-reference-carousel__detail-meter span {
  font-size: 0.7rem;
  font-weight: 700;
  color: #7a4363;
}

.gj-reference-carousel__detail-meter strong {
  color: #f25a8c;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
}

.gj-reference-carousel__detail-badge {
  justify-self: start;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6f9d, #f04a86);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.gj-reference-carousel__detail-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.34rem;
  line-height: 1.18;
  color: #5d2249;
}

.gj-reference-carousel__detail-copy {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.38;
  color: #734462;
}

.gj-reference-carousel__detail-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #613150;
  font-size: 0.64rem;
  line-height: 1.3;
  text-align: left;
  justify-self: stretch;
}

.gj-reference-carousel__detail-list li::before {
  content: "✓";
  margin-right: 0.45em;
  color: #ef5a8f;
}

.gj-reference-carousel__detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}

.gj-reference-carousel__detail-tags span {
  padding: 4px 7px;
  border: 1px solid rgba(243, 188, 208, 0.9);
  border-radius: 999px;
  font-size: 0.6rem;
  color: #7c365f;
  background: rgba(255, 255, 255, 0.92);
}

.gj-reference-carousel__detail-tags .is-tail {
  margin-inline: auto;
}

.gj-reference-carousel__slide.is-prev,
.gj-reference-carousel__slide.is-next {
  opacity: 1;
  transform: translateY(11px) scale(1);
  flex-basis: 122px;
}

.gj-reference-carousel__slide.is-active {
  flex-basis: 406px;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gj-reference-carousel__slide.is-active .gj-reference-carousel__compact {
  opacity: 0;
}

.gj-reference-carousel__slide.is-active .gj-reference-carousel__detail {
  opacity: 1;
  visibility: visible;
}

.gj-reference-carousel__slide:not(.is-active):not(.is-prev):not(.is-next) {
  flex-basis: 0;
  width: 0;
  opacity: 0;
  margin-inline: -10px;
  transform: translateY(14px) scale(0.92);
  pointer-events: none;
  box-shadow: none;
  border-width: 0;
}

.gj-reference-carousel__nav {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #7c2e67;
  color: #fff;
  box-shadow: 0 14px 30px rgba(95, 49, 89, 0.18);
}

.gj-reference-carousel__nav span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.gj-reference-hotspot {
  position: absolute;
  display: block;
  background: transparent;
}

.gj-reference-hotspot--hero-guide {
  left: 3%;
  top: 66%;
  width: 27%;
  height: 15%;
  border-radius: 24px;
}

.gj-reference-hotspot--shindan-cta {
  right: 3.5%;
  top: 11%;
  width: 31%;
  height: 76%;
  border-radius: 999px;
}

.gj-reference-hotspot--feed {
  inset: 0;
}

.gj-reference-hotspot--guides {
  inset: 0;
}

.gj-reference-hotspot--chip-1,
.gj-reference-hotspot--chip-2,
.gj-reference-hotspot--chip-3,
.gj-reference-hotspot--chip-4,
.gj-reference-hotspot--chip-5,
.gj-reference-hotspot--chip-6,
.gj-reference-hotspot--chip-7 {
  top: 8%;
  width: 13%;
  height: 82%;
  border-radius: 18px;
}

.gj-reference-hotspot--chip-1 { left: 0.7%; }
.gj-reference-hotspot--chip-2 { left: 14.9%; }
.gj-reference-hotspot--chip-3 { left: 29.1%; }
.gj-reference-hotspot--chip-4 { left: 43.3%; }
.gj-reference-hotspot--chip-5 { left: 57.5%; }
.gj-reference-hotspot--chip-6 { left: 71.7%; }
.gj-reference-hotspot--chip-7 { left: 85.2%; width: 13.8%; }

.gj-reference-hotspot--guide-card-1,
.gj-reference-hotspot--guide-card-2,
.gj-reference-hotspot--guide-card-3 {
  top: 0;
  width: 33.34%;
  height: 100%;
  border-radius: 24px;
}

.gj-reference-hotspot--guide-card-1 { left: 0; }
.gj-reference-hotspot--guide-card-2 { left: 33.33%; }
.gj-reference-hotspot--guide-card-3 { left: 66.66%; }

.gj-reference-hotspot--topguide-1,
.gj-reference-hotspot--topguide-2,
.gj-reference-hotspot--topguide-3 {
  top: 0;
  width: 33.34%;
  height: 70%;
  border-radius: 24px;
}

.gj-reference-hotspot--topguide-1 { left: 0; }
.gj-reference-hotspot--topguide-2 { left: 33.33%; }
.gj-reference-hotspot--topguide-3 { left: 66.66%; }

.gj-reference-hotspot--guidesupport-1,
.gj-reference-hotspot--guidesupport-2,
.gj-reference-hotspot--guidesupport-3,
.gj-reference-hotspot--guidesupport-4,
.gj-reference-hotspot--guidesupport-5 {
  top: 73%;
  width: 19.7%;
  height: 24%;
  border-radius: 12px;
}

.gj-reference-hotspot--guidesupport-1 { left: 0.5%; }
.gj-reference-hotspot--guidesupport-2 { left: 20.2%; }
.gj-reference-hotspot--guidesupport-3 { left: 40.1%; }
.gj-reference-hotspot--guidesupport-4 { left: 60%; }
.gj-reference-hotspot--guidesupport-5 { left: 80%; }

.gj-reference-hotspot--support-1,
.gj-reference-hotspot--support-2,
.gj-reference-hotspot--support-3,
.gj-reference-hotspot--support-4,
.gj-reference-hotspot--support-5 {
  top: 2%;
  width: 19.5%;
  height: 25%;
  border-radius: 18px;
}

.gj-reference-hotspot--support-1 { left: 0.5%; }
.gj-reference-hotspot--support-2 { left: 20.2%; }
.gj-reference-hotspot--support-3 { left: 40.1%; }
.gj-reference-hotspot--support-4 { left: 60.2%; }
.gj-reference-hotspot--support-5 { left: 80.2%; }

.gj-reference-hotspot--footer-nav-1,
.gj-reference-hotspot--footer-nav-2,
.gj-reference-hotspot--footer-nav-3,
.gj-reference-hotspot--footer-nav-4,
.gj-reference-hotspot--footer-nav-5 {
  top: 30%;
  height: 49%;
  border-radius: 14px;
}

.gj-reference-hotspot--footer-nav-1 { left: 0.8%; width: 17%; }
.gj-reference-hotspot--footer-nav-2 { left: 18.8%; width: 17%; }
.gj-reference-hotspot--footer-nav-3 { left: 36.8%; width: 16%; }
.gj-reference-hotspot--footer-nav-4 { left: 52.8%; width: 18%; }
.gj-reference-hotspot--footer-nav-5 { left: 70.9%; width: 13.8%; }

.gj-reference-hotspot--footer-brand {
  right: 0;
  top: 28%;
  width: 18%;
  height: 52%;
  border-radius: 18px;
}

.gj-reference-hotspot--topfooter-nav-1,
.gj-reference-hotspot--topfooter-nav-2,
.gj-reference-hotspot--topfooter-nav-3,
.gj-reference-hotspot--topfooter-nav-4,
.gj-reference-hotspot--topfooter-nav-5 {
  top: 4%;
  height: 58%;
  border-radius: 14px;
}

.gj-reference-hotspot--topfooter-nav-1 { left: 0; width: 17.5%; }
.gj-reference-hotspot--topfooter-nav-2 { left: 18.2%; width: 17.8%; }
.gj-reference-hotspot--topfooter-nav-3 { left: 37.3%; width: 16.8%; }
.gj-reference-hotspot--topfooter-nav-4 { left: 55%; width: 19.5%; }
.gj-reference-hotspot--topfooter-nav-5 { left: 74.8%; width: 9%; }

.gj-reference-hotspot--topfooter-brand {
  right: 0;
  top: 0;
  width: 25%;
  height: 86%;
  border-radius: 18px;
}

.gj-reference-hotspot:focus-visible,
.gj-reference-carousel__slide a:focus-visible {
  outline: 3px solid rgba(233, 78, 131, 0.9);
  outline-offset: 2px;
}

.gj-reference-carousel__slide a {
  display: block;
}

.gj-reference-chipbar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 793px);
  margin: 0 auto;
  padding: 10px 0 18px;
}

.gj-reference-chip {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 12px 8px;
  border-radius: 20px;
  border: 1px solid rgba(243, 203, 214, 0.9);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 28px rgba(95, 49, 89, 0.08);
  color: #6f345c;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.gj-reference-chip img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.gj-reference-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 796px);
  margin: 0 auto;
  padding: 18px 0 20px;
}

.gj-reference-guide-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  align-items: end;
  overflow: hidden;
  min-height: 208px;
  border-radius: 28px;
  border: 1px solid rgba(243, 203, 214, 0.9);
  background:
    radial-gradient(circle at top right, rgba(255, 239, 245, 0.92), rgba(255, 255, 255, 0.98) 58%),
    #fff;
  box-shadow: 0 18px 42px rgba(95, 49, 89, 0.08);
  color: #5b234a;
}

.gj-reference-guide-card__copy {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px 0 22px 22px;
}

.gj-reference-guide-card__copy h2 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.45;
}

.gj-reference-guide-card__copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 38px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #7c2e67;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

.gj-reference-guide-card__visual {
  align-self: stretch;
  background: linear-gradient(180deg, rgba(255, 243, 247, 0.84), rgba(255, 255, 255, 0));
}

.gj-reference-guide-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gj-reference-support-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 841px);
  margin: 0 auto;
  padding: 8px 0 10px;
}

.gj-reference-support-card {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-height: 106px;
  padding: 18px 12px;
  border-radius: 24px;
  border: 1px solid rgba(243, 203, 214, 0.88);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(95, 49, 89, 0.07);
  color: #5f2c55;
  text-align: center;
}

.gj-reference-support-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.gj-reference-support-card strong {
  font-size: 0.9rem;
}

.gj-reference-support-card span {
  font-size: 0.76rem;
  color: #7a536a;
}

.gj-lower-shell {
  padding: 18px 0 42px;
}

.gj-lower-shell .gj-breadcrumb {
  margin-bottom: 18px;
}

.gj-reference-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 0;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 253, 253, 0.99), rgba(255, 243, 247, 0.94));
  border: 1px solid rgba(243, 203, 214, 0.88);
  box-shadow: 0 22px 54px rgba(95, 49, 89, 0.1);
}

.gj-reference-hero-card__copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 42px 36px;
}

.gj-reference-hero-card__copy h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #4f2142;
}

.gj-reference-hero-card__copy p {
  margin: 0;
  color: #6d4961;
}

.gj-reference-hero-card__visual {
  min-height: 100%;
  background: rgba(255, 241, 246, 0.8);
}

.gj-reference-hero-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gj-reference-hero-card__visual--portrait {
  display: grid;
  place-items: end center;
  padding: 18px 22px 0;
}

.gj-reference-hero-card__visual--portrait img {
  object-fit: contain;
  object-position: center bottom;
}

.gj-reference-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gj-reference-pill-list span,
.gj-reference-pill-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(243, 188, 208, 0.95);
  background: rgba(255, 255, 255, 0.94);
  color: #7b385f;
  font-size: 0.84rem;
  font-weight: 600;
}

.gj-reference-section {
  margin-top: 26px;
}

.gj-reference-grid {
  display: grid;
  gap: 22px;
}

.gj-reference-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.gj-reference-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(243, 203, 214, 0.82);
  box-shadow: 0 18px 42px rgba(95, 49, 89, 0.08);
}

.gj-reference-card--split {
  grid-template-columns: minmax(0, 1fr) 172px;
  align-items: center;
}

.gj-reference-card__figure {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 244, 247, 0.88);
}

.gj-reference-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gj-reference-card h2,
.gj-reference-card h3 {
  margin: 0;
  color: #562348;
}

.gj-reference-card p,
.gj-reference-card li {
  color: #6e4b62;
}

.gj-reference-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gj-reference-checklist li {
  position: relative;
  padding-left: 18px;
}

.gj-reference-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f0548c;
  font-weight: 700;
}

.gj-reference-cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 191, 211, 0.96);
  box-shadow: 0 20px 48px rgba(233, 78, 131, 0.12);
}

.gj-reference-cta-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.gj-reference-cta-banner__button {
  position: absolute;
  right: 4.5%;
  top: 13%;
  width: 28%;
  height: 72%;
  border-radius: 999px;
}

.gj-reference-cta-panel {
  display: grid;
  grid-template-columns: minmax(160px, 0.58fr) minmax(0, 1.18fr) minmax(210px, 0.58fr);
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-radius: 30px;
  border: 1px solid rgba(255, 191, 211, 0.96);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.62), transparent 56%),
    linear-gradient(135deg, rgba(255, 241, 245, 0.98), rgba(255, 249, 247, 0.96));
  box-shadow: 0 20px 48px rgba(233, 78, 131, 0.12);
}

.gj-reference-cta-panel__visual {
  display: grid;
  place-items: center;
  min-height: 190px;
}

.gj-reference-cta-panel__visual img {
  width: 100%;
  max-width: 190px;
  height: auto;
}

.gj-reference-cta-panel__body {
  display: grid;
  gap: 10px;
  text-align: center;
}

.gj-reference-cta-panel__lead {
  margin: 0;
  color: #f25a8c;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gj-reference-cta-panel__body h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  color: #ad285c;
  letter-spacing: 0.08em;
}

.gj-reference-cta-panel__body p:not(.gj-reference-cta-panel__lead) {
  margin: 0;
  color: #5d2249;
  font-size: 1.12rem;
}

.gj-reference-cta-panel__points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.gj-reference-cta-panel__points li {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(243, 203, 214, 0.84);
  color: #5d2249;
  font-size: 0.88rem;
}

.gj-reference-cta-panel__action {
  display: grid;
  place-items: center;
}

.gj-reference-cta-panel__action span {
  width: 188px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, #ff6e9d, #e63572);
  color: #fff;
  box-shadow: 0 18px 40px rgba(233, 78, 131, 0.22);
  font-family: var(--font-serif);
  font-size: 1.5rem;
  line-height: 1.5;
}

.gj-reference-rail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.gj-reference-rail__viewport {
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.gj-reference-rail__viewport::-webkit-scrollbar {
  display: none;
}

.gj-reference-rail__nav {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #7c2e67;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(95, 49, 89, 0.18);
}

.gj-reference-card-row--rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 220px;
  gap: 14px;
  justify-content: start;
}

.gj-reference-card-row--rail .gj-reference-mini-card {
  scroll-snap-align: start;
}

.gj-reference-search-box {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(243, 203, 214, 0.88);
  box-shadow: 0 18px 42px rgba(95, 49, 89, 0.08);
}

.gj-reference-search-box form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.gj-reference-search-box input {
  min-height: 58px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(227, 175, 197, 0.8);
}

.gj-reference-search-box .gj-chip-row {
  margin-top: 0;
}

.gj-reference-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gj-reference-link-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(243, 203, 214, 0.82);
  box-shadow: 0 16px 34px rgba(95, 49, 89, 0.07);
}

.gj-reference-link-card h3 {
  margin: 0;
  color: #532247;
}

.gj-reference-link-card p {
  margin: 0;
  color: #6e4b62;
}

.gj-reference-homework-page,
.gj-reference-article-page {
  display: grid;
  gap: 24px;
}

.gj-reference-homework-hero,
.gj-reference-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(380px, 0.86fr);
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(243, 203, 214, 0.9);
  background:
    radial-gradient(circle at top right, rgba(255, 243, 247, 0.88), rgba(255, 255, 255, 0.98) 58%),
    #fff;
  box-shadow: 0 22px 54px rgba(95, 49, 89, 0.08);
}

.gj-reference-homework-hero__copy,
.gj-reference-article-hero__copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 36px 34px;
}

.gj-reference-homework-hero__copy h1,
.gj-reference-article-hero__copy h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: #502042;
}

.gj-reference-article-hero__copy h1 {
  font-size: clamp(2.1rem, 3.3vw, 3rem);
  line-height: 1.34;
}

.gj-reference-homework-hero__lead,
.gj-reference-article-hero__lead {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: #6b3459;
}

.gj-reference-homework-hero__copy p:last-child,
.gj-reference-article-hero__copy p:last-child {
  margin: 0;
  color: #6e4c63;
  line-height: 1.9;
}

.gj-reference-homework-hero__visual,
.gj-reference-article-hero__visual {
  background: rgba(255, 243, 247, 0.7);
}

.gj-reference-homework-hero__visual img,
.gj-reference-article-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gj-reference-metrics {
  display: grid;
  gap: 18px;
  padding: 24px 26px;
  border-radius: 28px;
  border: 1px solid rgba(243, 203, 214, 0.9);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(95, 49, 89, 0.06);
}

.gj-reference-metrics h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #5b234b;
}

.gj-reference-metrics__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.gj-reference-metric {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(244, 216, 225, 0.96);
  background: rgba(255, 251, 252, 0.94);
}

.gj-reference-metric span {
  font-size: 0.84rem;
  color: #7b566d;
}

.gj-reference-metric strong {
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  color: #ea4e84;
}

.gj-reference-homework-panels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gj-reference-homework-panel,
.gj-reference-homework-card,
.gj-reference-sidebar-card,
.gj-reference-article-points,
.gj-reference-article-step {
  border-radius: 26px;
  border: 1px solid rgba(243, 203, 214, 0.84);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(95, 49, 89, 0.06);
}

.gj-reference-homework-panel {
  display: grid;
  gap: 14px;
  padding: 22px 22px 18px;
}

.gj-reference-homework-panel h2,
.gj-reference-homework-card h2,
.gj-reference-sidebar-card h2,
.gj-reference-article-points h2 {
  margin: 0;
  font-size: 1.35rem;
  color: #5a244a;
}

.gj-reference-homework-panel__figure {
  display: grid;
  justify-items: end;
  min-height: 92px;
}

.gj-reference-homework-panel__figure img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.gj-reference-homework-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr 0.95fr;
  gap: 18px;
  align-items: start;
}

.gj-reference-homework-card {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.gj-reference-homework-card__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.gj-reference-homework-card__intro img {
  width: 118px;
  height: 138px;
  object-fit: contain;
}

.gj-reference-compare-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  font-size: 0.86rem;
  color: #6d4c62;
}

.gj-reference-compare-table th,
.gj-reference-compare-table td {
  padding: 10px 12px;
  border: 1px solid rgba(243, 214, 224, 0.92);
  text-align: center;
}

.gj-reference-compare-table thead th {
  background: rgba(255, 241, 246, 0.92);
  color: #692d56;
}

.gj-reference-morelink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(243, 188, 208, 0.9);
  color: #7b345c;
}

.gj-reference-homework-split {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(260px, 0.74fr);
  gap: 22px;
}

.gj-reference-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.gj-reference-section-heading h2 {
  margin: 0;
  font-size: 1.7rem;
  color: #502042;
}

.gj-reference-section-heading a {
  color: #6f355e;
  font-weight: 700;
}

.gj-reference-card-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gj-reference-card-row--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gj-reference-mini-card {
  display: grid;
  gap: 12px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(243, 203, 214, 0.84);
  background: rgba(255, 255, 255, 0.96);
}

.gj-reference-mini-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  object-fit: cover;
}

.gj-reference-mini-card h3,
.gj-reference-mini-card p {
  margin: 0;
}

.gj-reference-mini-card h3 {
  font-size: 1rem;
  line-height: 1.5;
  color: #592349;
}

.gj-reference-mini-card p {
  font-size: 0.8rem;
  color: #9b7b8c;
}

.gj-reference-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gj-reference-tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(243, 188, 208, 0.9);
  background: rgba(255, 252, 253, 0.96);
  font-size: 0.74rem;
  color: #7a3a61;
}

.gj-reference-tag-row--hero span {
  min-height: 34px;
  font-size: 0.8rem;
}

.gj-reference-homework-articles {
  display: grid;
  align-content: start;
  gap: 12px;
}

.gj-reference-article-link {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(243, 203, 214, 0.82);
  background: rgba(255, 255, 255, 0.96);
}

.gj-reference-article-link img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  object-fit: cover;
}

.gj-reference-article-link div {
  display: grid;
  gap: 6px;
}

.gj-reference-article-link span {
  color: #ea4e84;
  font-size: 0.75rem;
  font-weight: 700;
}

.gj-reference-article-link strong {
  color: #5a2448;
  line-height: 1.55;
}

.gj-reference-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(280px, 0.78fr);
  gap: 22px;
  align-items: start;
}

.gj-reference-article-layout__main {
  display: grid;
  gap: 18px;
}

.gj-reference-article-layout__side {
  display: grid;
  gap: 18px;
}

.gj-reference-meta {
  margin: 0;
  font-size: 0.88rem;
  color: #8f6d7e;
}

.gj-reference-article-points {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 164px;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
}

.gj-reference-article-points img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.gj-reference-article-steps {
  display: grid;
  gap: 16px;
}

.gj-reference-article-step {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
}

.gj-reference-article-step__media img {
  width: 100%;
  aspect-ratio: 5 / 3;
  border-radius: 18px;
  object-fit: cover;
}

.gj-reference-article-step__body {
  display: grid;
  align-content: start;
  gap: 10px;
}

.gj-reference-article-step__body span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff6f9d, #ea4e84);
  color: #fff;
  font-weight: 800;
}

.gj-reference-article-step__body h2,
.gj-reference-sidebar-guide h2 {
  margin: 0;
  font-size: 1.45rem;
  color: #552248;
}

.gj-reference-article-step__body p,
.gj-reference-sidebar-card p,
.gj-reference-sidebar-guide p {
  margin: 0;
  color: #6f4c63;
  line-height: 1.85;
}

.gj-reference-sidebar-card {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.gj-reference-sidebar-card--shindan img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.gj-reference-sidebar-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gj-reference-sidebar-profile img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
}

.gj-reference-sidebar-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 12px;
  align-items: end;
  padding: 18px 18px 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(243, 203, 214, 0.9);
  background:
    radial-gradient(circle at top right, rgba(255, 239, 245, 0.92), rgba(255, 255, 255, 0.98) 58%),
    #fff;
}

.gj-reference-sidebar-guide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gj-reference-sidebar-guide span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  margin-top: 12px;
  border-radius: 999px;
  background: #7c2e67;
  color: #fff;
  font-weight: 700;
}

.gj-reference-center-link {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.gj-reference-feed {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(260px, 0.78fr);
  gap: 22px;
  width: min(100%, 841px);
  margin: 0 auto;
  padding: 18px 0 20px;
}

.gj-reference-feed__column,
.gj-reference-feed__aside {
  display: grid;
  align-content: start;
  gap: 12px;
}

.gj-footer {
  margin-top: 40px;
  padding: 42px 0 26px;
  background:
    linear-gradient(180deg, rgba(114, 77, 112, 0.96) 0%, rgba(86, 58, 95, 0.98) 62%, #4d335e 100%);
  border-top: 1px solid rgba(214, 174, 200, 0.32);
  color: rgba(255, 255, 255, 0.94);
}

.gj-footer__grid {
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.gj-footer__grid section {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.gj-footer__grid h2 {
  margin-bottom: 12px;
  font-family: var(--font-serif);
  font-size: 1.04rem;
  letter-spacing: 0.02em;
}

.gj-footer__grid ul {
  gap: 8px;
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.82);
}

.gj-footer--reference .gj-footer__grid {
  grid-template-columns: 1fr 1fr 1fr minmax(220px, 0.9fr);
  align-items: start;
}

.gj-footer__meta {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.gj-footer__brand img {
  width: 160px;
  height: auto;
}

.gj-footer__meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.gj-footer__social {
  display: flex;
  gap: 10px;
}

.gj-footer__social a,
.gj-footer__backtop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.gj-footer__social a {
  min-width: 44px;
  padding: 0 10px;
}

.gj-footer__bottom {
  padding-top: 18px;
  margin-top: 22px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1024px) {
  .gj-reference-stage,
  .gj-reference-stage--hero,
  .gj-reference-stage--chipbar,
  .gj-reference-stage--shindan,
  .gj-reference-stage--guides,
  .gj-reference-stage--footer {
    width: 100%;
  }

  .gj-reference-home,
  .gj-reference-shot-page {
    padding-bottom: 20px;
  }

  .gj-reference-carousel {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .gj-reference-carousel__nav {
    display: none;
  }

  .gj-reference-carousel__viewport {
    overflow: visible;
  }

  .gj-reference-carousel__track {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 8px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12px;
  }

  .gj-reference-carousel__slide {
    flex-basis: 122px;
    scroll-snap-align: center;
  }

  .gj-reference-carousel__slide.is-active {
    flex-basis: min(74vw, 356px);
  }

  .gj-reference-hotspot--hero-guide {
    left: 2.8%;
    top: 65.5%;
    width: 29%;
    height: 16%;
  }

  .gj-reference-hotspot--chip-1,
  .gj-reference-hotspot--chip-2,
  .gj-reference-hotspot--chip-3,
  .gj-reference-hotspot--chip-4,
  .gj-reference-hotspot--chip-5,
  .gj-reference-hotspot--chip-6,
  .gj-reference-hotspot--chip-7,
  .gj-reference-hotspot--support-1,
  .gj-reference-hotspot--support-2,
  .gj-reference-hotspot--support-3,
  .gj-reference-hotspot--support-4,
  .gj-reference-hotspot--support-5,
  .gj-reference-hotspot--footer-nav-1,
  .gj-reference-hotspot--footer-nav-2,
  .gj-reference-hotspot--footer-nav-3,
  .gj-reference-hotspot--footer-nav-4,
  .gj-reference-hotspot--footer-nav-5,
  .gj-reference-hotspot--footer-brand {
    display: none;
  }

  .gj-reference-chipbar,
  .gj-reference-guide-grid,
  .gj-reference-support-grid,
  .gj-footer--reference .gj-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .gj-reference-homework-hero,
  .gj-reference-article-hero,
  .gj-reference-homework-grid,
  .gj-reference-homework-split,
  .gj-reference-article-layout,
  .gj-reference-homework-panels,
  .gj-reference-metrics__grid,
  .gj-reference-card-row,
  .gj-reference-card-row--five,
  .gj-reference-feed {
    grid-template-columns: 1fr 1fr;
  }

  .gj-reference-article-layout__side,
  .gj-reference-homework-articles,
  .gj-reference-feed__aside {
    grid-column: 1 / -1;
  }

  .gj-reference-hero-card,
  .gj-reference-card--split,
  .gj-reference-grid--3,
  .gj-reference-grid--2,
  .gj-reference-card-grid,
  .gj-reference-search-box form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gj-reference-stage--chipbar,
  .gj-reference-stage--guides,
  .gj-reference-stage--footer,
  .gj-reference-stage--shindan {
    width: calc(100% - 16px);
  }

  .gj-reference-home,
  .gj-reference-shot-page {
    padding-bottom: 0;
  }

  .gj-reference-shot img {
    box-shadow: none;
  }

  .gj-reference-shot-page {
    padding-inline: 0;
  }

  .gj-reference-carousel__track {
    gap: 10px;
    padding-inline: 0;
  }

  .gj-reference-carousel__slide {
    flex-basis: 94px;
    border-radius: 22px;
    height: 228px;
  }

  .gj-reference-carousel__slide.is-active {
    flex-basis: min(74vw, 276px);
  }

  .gj-reference-chipbar,
  .gj-reference-guide-grid,
  .gj-reference-support-grid,
  .gj-footer--reference .gj-footer__grid {
    grid-template-columns: 1fr;
  }

  .gj-reference-homework-hero,
  .gj-reference-article-hero,
  .gj-reference-homework-panels,
  .gj-reference-homework-grid,
  .gj-reference-homework-split,
  .gj-reference-card-row,
  .gj-reference-card-row--five,
  .gj-reference-metrics__grid,
  .gj-reference-article-layout,
  .gj-reference-article-points,
  .gj-reference-article-step,
  .gj-reference-sidebar-guide,
  .gj-reference-feed {
    grid-template-columns: 1fr;
  }

  .gj-reference-homework-hero__copy,
  .gj-reference-article-hero__copy,
  .gj-reference-metrics,
  .gj-reference-homework-panel,
  .gj-reference-homework-card,
  .gj-reference-sidebar-card,
  .gj-reference-article-points,
  .gj-reference-article-step {
    padding: 20px 18px;
  }

  .gj-reference-homework-hero__visual,
  .gj-reference-article-hero__visual {
    min-height: 240px;
  }

  .gj-reference-homework-hero__copy h1,
  .gj-reference-article-hero__copy h1 {
    font-size: 2.1rem;
  }

  .gj-reference-homework-card__intro {
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .gj-reference-guide-card {
    grid-template-columns: minmax(0, 1fr) 92px;
    min-height: 176px;
  }

  .gj-reference-guide-card__copy h2 {
    font-size: 1.06rem;
  }

  .gj-reference-carousel__detail {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .gj-reference-carousel__detail-body {
    padding: 12px 12px 14px 10px;
  }

  .gj-reference-carousel__detail-copy,
  .gj-reference-carousel__detail-tags {
    display: none;
  }

  .gj-reference-cta-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gj-reference-rail {
    grid-template-columns: 1fr;
  }

  .gj-reference-rail__nav {
    display: none;
  }

  .gj-reference-cta-panel__visual {
    min-height: auto;
  }

  .gj-reference-cta-panel__action span {
    width: min(220px, 60vw);
  }

  .gj-lower-shell {
    padding-bottom: 24px;
  }

  .gj-reference-homework-card--table,
  .gj-reference-article-related {
    overflow: hidden;
  }

  .gj-reference-compare-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .gj-reference-card-row--rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gj-reference-card-row--rail > .gj-reference-mini-card {
    flex: 0 0 min(76vw, 280px);
    scroll-snap-align: start;
  }

  .gj-reference-homework-panel__figure {
    justify-items: start;
  }

  .gj-reference-article-link {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .gj-reference-section-heading {
    align-items: baseline;
  }

  .gj-reference-hero-card__copy,
  .gj-reference-card,
  .gj-reference-search-box {
    padding: 22px 18px;
  }
}
