/**
 * About Us page — page-only CSS (Apple / Microsoft style bands).
 * Loaded only on /about-runhotel/
 */

/* ------------------------------------------------------------------
   Page chrome: full content width (hide sidebar) so text is not clipped
------------------------------------------------------------------ */
.page-about-runhotel #content.container {
  overflow: visible;
}

.page-about-runhotel .one-fourth.last {
  display: none !important;
}

.page-about-runhotel .three-fourth {
  width: 100% !important;
  max-width: 980px;
  float: none !important;
  margin: 0 auto 40px !important;
  padding: 0 20px !important;
  box-sizing: border-box;
}

.page-about-runhotel .page-body {
  width: 100% !important;
  float: none !important;
  overflow: visible !important;
}

/* ------------------------------------------------------------------
   Theme page title — real DOM is: #content > .container > h1
   Must beat main-css:  h1{font-size:30px!important;line-height:30px}
                        #content h1{margin-top:30px;margin-bottom:0}
------------------------------------------------------------------ */
.page-about-runhotel #content h1,
.page-id-3685 #content h1 {
  display: block !important;
  width: auto !important;
  max-width: 980px;
  height: auto !important;
  box-sizing: border-box;
  margin: 8px auto 18px !important; /* overrides #content h1 { margin-top: 30px } */
  padding: 0 20px 0 22px !important;
  border: none !important;
  border-left: 5px solid #68B7C6 !important;
  background: transparent !important;
  color: #1a1f2e !important;
  font-size: 36px !important; /* overrides h1 { font-size: 30px !important } */
  line-height: 1.3 !important; /* overrides h1 { line-height: 30px } */
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  white-space: normal !important;
  overflow: visible !important;
}

/* ------------------------------------------------------------------
   About content root
------------------------------------------------------------------ */
.rh-about {
  --rh-primary: #68B7C6;
  --rh-primary-hover: #3A9BB2;
  --rh-ink: #1a1f2e;
  --rh-text: #2a3140;
  --rh-text-secondary: #5c6570;
  --rh-info: #2F6FED;
  --rh-soft: #eef5f7;
  --rh-soft-deep: #2e354d;
  --rh-border: #c5ccd4;
  --rh-yellow: #F4C542;
  --rh-band-pad-x: 28px;

  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px 8px;
  color: var(--rh-text);
  line-height: 1.7;
  box-sizing: border-box;
  overflow: visible;
}

.rh-about *,
.rh-about *::before,
.rh-about *::after {
  box-sizing: border-box;
}

.rh-about a {
  text-decoration: none;
}

.rh-about p,
.rh-about li,
.rh-about h2,
.rh-about h3 {
  white-space: normal !important;
  overflow: visible !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.rh-about .rh-btn {
  display: inline-block;
  background: var(--rh-primary);
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.2s;
}

.rh-about .rh-btn:hover {
  background: var(--rh-primary-hover);
}

.rh-about .rh-tag,
.rh-about .rh-label {
  display: inline-block;
  color: var(--rh-primary-hover);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
}

.rh-about .rh-mini-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 16px 0 18px;
}

.rh-about .rh-mini-links a {
  font-size: 14px;
  color: var(--rh-info);
  font-weight: 600;
}

/* ------------------------------------------------------------------
   Hero — title hierarchy lives in theme h3; this is supporting copy only
------------------------------------------------------------------ */
.rh-about .rh-hero {
  padding: 4px 0 40px;
  border-bottom: none;
}

.rh-about .rh-hero .rh-lead {
  margin: 0 0 14px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--rh-text-secondary);
}

.rh-about .rh-hero > p:not(.rh-lead) {
  margin: 0;
  max-width: 100%;
  width: 100%;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--rh-text-secondary);
}

/* ------------------------------------------------------------------
   Band: 關注 Runhotel (Apple-style soft section)
------------------------------------------------------------------ */
.rh-about .rh-social-proof {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: start;
  margin: 8px 0 0;
  padding: 48px var(--rh-band-pad-x);
  background: var(--rh-soft);
  border: none;
  border-radius: 16px;
}

.rh-about .rh-social-head h2 {
  font-size: 28px;
  line-height: 1.35;
  font-weight: 800;
  color: var(--rh-ink);
  margin: 8px 0 14px;
  letter-spacing: -0.015em;
}

.rh-about .rh-social-head p {
  margin: 0;
  color: var(--rh-text-secondary);
  font-size: 16px;
  line-height: 1.75;
}

.rh-about .rh-social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.rh-about .rh-social-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: none;
  padding: 18px 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(26, 31, 46, 0.06);
}

.rh-about .rh-social-card strong {
  font-size: 24px;
  font-weight: 800;
  color: #e1550b;
  white-space: nowrap;
}

.rh-about .rh-social-card-info {
  text-align: right;
}

.rh-about .rh-social-card-info span {
  display: block;
  color: var(--rh-text-secondary);
  font-size: 13px;
  line-height: 1.4;
}

.rh-about .rh-social-card-info a {
  display: inline-block;
  margin-top: 4px;
  color: var(--rh-primary-hover);
  font-size: 13px;
  font-weight: 600;
}

.rh-about .rh-social-card-info a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------------
   Platforms — white canvas, soft dividers
------------------------------------------------------------------ */
.rh-about .rh-platforms {
  display: grid;
  gap: 0;
  margin-top: 8px;
  padding: 8px 0 0;
}

.rh-about .rh-platform-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: center;
  padding: 48px 4px;
  border-bottom: 1px solid var(--rh-border);
}

.rh-about .rh-platform-card:last-child {
  border-bottom: none;
}

.rh-about .rh-circle-wrap {
  text-align: center;
}

.rh-about .rh-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid var(--rh-yellow);
  background: #d0d0d0;
}

.rh-about .rh-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.rh-about .rh-circle--logo {
  border-color: var(--rh-primary);
  background: var(--rh-primary);
}

.rh-about .rh-circle--logo img {
  object-fit: cover;
  padding: 0;
  transform: scale(1.28);
  transform-origin: center;
}

.rh-about .rh-circle--rent {
  border-color: #2e354d;
  background: #2e354d;
}

.rh-about .rh-platform-content h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--rh-ink);
  margin: 8px 0 12px;
  letter-spacing: -0.015em;
}

.rh-about .rh-platform-content p {
  color: var(--rh-text-secondary);
  font-size: 16px;
}

.rh-about .rh-platform-content ul {
  padding-left: 20px;
  columns: 2;
  column-gap: 40px;
  margin: 12px 0 18px;
}

.rh-about .rh-platform-content li {
  margin-bottom: 8px;
  break-inside: avoid;
  color: var(--rh-text);
}

/* ------------------------------------------------------------------
   Band: value strip (navy — matches footer tone / rent about contrast)
------------------------------------------------------------------ */
.rh-about .rh-value-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0 0;
  padding: 40px var(--rh-band-pad-x);
  background: var(--rh-soft-deep);
  border-radius: 16px;
}

.rh-about .rh-value-item {
  padding: 8px 4px;
  background: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
}

.rh-about .rh-value-item strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.rh-about .rh-value-item span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

/* ------------------------------------------------------------------
   Contact
------------------------------------------------------------------ */
.rh-about .rh-contact {
  text-align: center;
  padding: 48px 28px;
  margin-top: 28px;
  background: var(--rh-soft);
  border: none;
  border-radius: 16px;
}

.rh-about .rh-contact h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--rh-ink);
  margin: 0 0 12px;
  letter-spacing: -0.015em;
}

.rh-about .rh-contact p {
  color: var(--rh-text-secondary);
  max-width: 720px;
  margin: 0 auto 20px;
  font-size: 16px;
}

/* ------------------------------------------------------------------
   Responsive
------------------------------------------------------------------ */
@media (max-width: 900px) {
  .page-about-runhotel #content h1,
  .page-id-3685 #content h1 {
    font-size: 28px !important;
    line-height: 1.35 !important;
    margin-top: 4px !important;
  }

  .rh-about {
    --rh-band-pad-x: 20px;
  }

  .rh-about .rh-social-proof {
    grid-template-columns: 1fr;
    padding: 36px var(--rh-band-pad-x);
  }

  .rh-about .rh-social-grid {
    grid-template-columns: 1fr;
  }

  .rh-about .rh-platform-card {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 36px 0;
  }

  .rh-about .rh-platform-content {
    width: 100%;
  }

  .rh-about .rh-platform-content ul {
    columns: 1;
  }

  .rh-about .rh-value-strip {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .rh-about .rh-social-head h2,
  .rh-about .rh-platform-content h3,
  .rh-about .rh-contact h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .page-about-runhotel .three-fourth {
    padding: 0 14px !important;
  }

  .rh-about .rh-circle {
    width: 168px;
    height: 168px;
  }

  .rh-about .rh-social-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .rh-about .rh-social-card-info {
    text-align: left;
  }

  .rh-about .rh-hero .rh-lead {
    font-size: 16px;
  }

  .rh-about .rh-hero > p:not(.rh-lead) {
    font-size: 16px;
  }
}
