/* 關於光哥 — 精簡單頁（取代 Elementor 30344 跑版） */
.elementor.elementor-30344 {
  display: none !important;
}

.light-about {
  font-family: "Noto Sans TC", system-ui, sans-serif;
  font-size: var(--font-body);
  line-height: 1.75;
  color: var(--rgf-navy);
  background: var(--rgf-cream);
}

.light-about a {
  color: inherit;
}

.light-about__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 32px);
}

.light-about-hero {
  background: linear-gradient(165deg, #fff8e7 0%, #fffbf0 45%, #ffffff 100%);
  padding: clamp(48px, 8vw, 88px) 0 clamp(56px, 6vw, 72px);
  border-bottom: 1px solid var(--rgf-border);
}

.light-about-hero__grid {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 380px);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.light-about-badge {
  display: inline-block;
  background: var(--rgf-gold);
  color: var(--rgf-navy);
  font-size: var(--font-caption);
  font-weight: 500;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.light-about-hero h1 {
  font-size: var(--font-display);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0.75rem;
}

.light-about-hero__sub {
  font-size: var(--font-body);
  color: var(--rgf-muted);
  margin: 0 0 1.5rem;
  line-height: 1.75;
  font-weight: 400;
}

.light-about-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.light-about-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.65rem;
  line-height: 1.6;
  font-size: var(--font-body);
  font-weight: 400;
}

.light-about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--rgf-gold);
}

.light-about-hero__photo {
  margin: 0;
  text-align: center;
}

.light-about-hero__photo img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 12px 28px rgba(27, 42, 78, 0.12));
}

.light-about-section {
  padding: clamp(48px, 7vw, 72px) 0;
}

.light-about-section--white {
  background: #fff;
}

.light-about-section--navy {
  background: var(--rgf-navy) !important;
  color: var(--rgf-white) !important;
}

/* 覆寫 Blocksy h2 { color: var(--theme-heading-color) }（palette_8 深藍） */
.light-about-section--navy h2,
.light-about-section--navy p,
.light-about-section--navy .light-about-stat__label,
#light-about-page .light-about-section--navy h2,
#light-about-page .light-about-section--navy p,
#light-about-page .light-about-section--navy .light-about-stat__label,
body.elementor-page-30344 #light-about-page .light-about-section--navy h2 {
  color: var(--rgf-white) !important;
}

.light-about-eyebrow {
  text-align: center;
  font-size: var(--font-small);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--rgf-gold-deep);
  margin: 0 0 0.5rem;
  line-height: 1.4;
}

.light-about-section--navy .light-about-eyebrow {
  color: var(--rgf-gold);
}

.light-about-section h2 {
  text-align: center;
  font-size: var(--font-h2);
  font-weight: 500;
  margin: 0 0 1.75rem;
  line-height: 1.4;
}

.light-about-section .light-story-letter-title {
  white-space: normal !important;
  word-break: keep-all;
}

.light-about-letter__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 720px;
  margin: 0 auto;
}

.light-about-prose p {
  margin: 0 0 1.1rem;
  line-height: 1.75;
  color: var(--rgf-muted);
  font-size: var(--font-body);
  font-weight: 400;
}

.light-about-prose strong {
  color: var(--rgf-navy);
}

.light-about-signature {
  margin-top: 1.5rem;
  font-weight: 500;
  color: var(--rgf-navy);
}

.light-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.light-about-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(245, 184, 29, 0.35);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  text-align: center;
}

.light-about-stat__num {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--rgf-gold);
  margin-bottom: 0.35rem;
}

.light-about-stat__label {
  font-size: var(--font-small);
  line-height: 1.75;
  font-weight: 400;
  opacity: 0.92;
}

.light-about-milestone {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(27, 42, 78, 0.12);
}

.light-about-milestone img {
  width: 100%;
  height: auto;
  display: block;
}

.light-about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 640px;
  margin-inline: auto;
}

.light-about-timeline li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--rgf-border);
}

.light-about-timeline li:last-child {
  border-bottom: none;
}

.light-about-timeline__year {
  font-weight: 500;
  color: var(--rgf-gold-deep);
  font-size: 0.9rem;
}

.light-about-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.light-about-card {
  background: #fff;
  border: 1px solid var(--rgf-border);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(27, 42, 78, 0.06);
}

.light-about-card--featured {
  border-color: var(--rgf-gold);
  box-shadow: 0 8px 28px rgba(245, 184, 29, 0.2);
}

.light-about-card h3 {
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
  line-height: 1.4;
}

.light-about-card__price {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--rgf-navy);
  margin: 0.5rem 0 1rem;
}

.light-about-card__price small {
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--rgf-muted);
  text-decoration: line-through;
}

.light-about-card ul {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
  flex: 1;
  font-size: 0.9rem;
  color: var(--rgf-muted);
  line-height: 1.6;
}

.light-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rgf-gold);
  color: var(--rgf-navy) !important;
  font-weight: 500;
  text-decoration: none;
  padding: 0.85rem 1.5rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-align: center;
}

.light-about-btn:hover {
  background: var(--rgf-gold-deep);
  transform: translateY(-1px);
}

.light-about-btn--outline {
  background: transparent;
  border: 2px solid var(--rgf-gold);
  color: var(--rgf-gold) !important;
}

.light-about-section--navy .light-about-btn--outline {
  border-color: var(--rgf-gold);
  color: var(--rgf-gold) !important;
}

@media (max-width: 767px) {
  .light-about-hero__photo img {
    max-width: min(100%, 320px);
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .light-about-hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .light-about-list li {
    text-align: left;
  }

  .light-about-stats {
    grid-template-columns: 1fr;
  }

  .light-about-cta-grid {
    grid-template-columns: 1fr;
  }

  .light-about-timeline li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}
