.page-top {
  padding-top: 48px;
}

.page-top p,
.section p {
  max-width: none;
}

.profile-hero {
  background: linear-gradient(135deg, #f4f9ff 0%, #ffffff 55%, #eef7ff 100%);
  padding-bottom: 72px;
  padding-top: 72px;
}

.profile-hero-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 44px;
  align-items: center;
}

.profile-kicker,
.belief-label {
  margin: 0 0 14px;
  color: #1f5f95;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.profile-hero h1 {
  margin: 0;
  color: #12324f;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.profile-kana {
  margin: 10px 0 0;
  color: #45637f;
  font-size: 1.25rem;
  letter-spacing: 0.18em;
}

.profile-message {
  margin: 32px 0 18px;
  color: #0b5595;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.5;
  font-weight: 700;
}

.profile-lead {
  margin: 0;
  color: #3f5d7d;
  line-height: 2;
  font-size: 1.06rem;
  max-width: 720px !important;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.profile-tags span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #1d6093;
  border: 1px solid #d7e8f7;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(31, 95, 149, 0.08);
}

.profile-main-photo {
  margin: 0 auto;
  width: 340px;
  max-width: 100%;
  align-self: center;
}

.profile-main-photo img {
  width: 100%;
  display: block;
  border-radius: 28px;
  box-shadow: 0 18px 36px rgba(16, 56, 91, 0.16);
  height: 430px;
  max-height: 430px;
  object-fit: cover;
  object-position: center top;
}

.profile-summary-section {
  padding-top: 36px;
}

.profile-summary-card,
.profile-card,
.belief-card,
.profile-goal-card {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 10px 28px rgba(16, 56, 91, 0.07);
}

.profile-summary-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 42px 48px;
  border-left: 6px solid #7fb8df;
}

.profile-summary-card h2,
.profile-card h2,
.belief-card h2,
.profile-goal-card h2,
.profile-section-heading h2 {
  color: #143554;
}

.profile-summary-card h2,
.profile-card h2,
.belief-card h2,
.profile-goal-card h2 {
  margin: 0 0 22px;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
}

.profile-summary-card p,
.profile-card p,
.belief-card p,
.profile-goal-card p {
  margin: 0 0 16px;
  color: #3f5d7d;
  line-height: 1.95;
}

.timeline-body p {
  margin: 0 0 10px;
  line-height: 1.6;
  color: #3f5d7d;
}

.profile-summary-card p:last-child,
.profile-card p:last-child,
.belief-card p:last-child,
.profile-goal-card p:last-child,
.timeline-body p:last-child {
  margin-bottom: 0;
}

.profile-info-section,
.profile-belief-section {
  background: #eef7ff;
}

.profile-two-column,
.profile-belief-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.profile-card,
.belief-card {
  padding: 38px;
}

.profile-data-list {
  margin: 0;
}

.profile-data-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #dbe8f5;
}

.profile-data-list div:first-child {
  padding-top: 0;
}

.profile-data-list div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.profile-data-list dt {
  color: #12324f;
  font-weight: 800;
}

.profile-data-list dd {
  margin: 0;
  color: #3f5d7d;
  line-height: 1.8;
}

.profile-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: #3f5d7d;
  line-height: 1.8;
}

.profile-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 9px;
}

.profile-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7fb8df;
}

.profile-history-section {
  background: #ffffff;
}

.profile-section-heading {
  text-align: center;
}

.profile-history-section .section-intro {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
  color: #3f5d7d;
  line-height: 1.9;
}

.profile-timeline {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}

.timeline-item {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  position: relative;
  padding: 0 0 20px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 209px;
  top: 7px;
  bottom: 0;
  width: 3px;
  background: #d6e5f5;
}

.timeline-item::after {
  content: "";
  position: absolute;
  left: 201px;
  top: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1f5f95;
  box-shadow: 0 0 0 6px #eef7ff;
}

.timeline-item:last-child::before {
  display: none;
}

.timeline-year {
  color: #1f5f95;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.6;
  padding-top: 2px;
}

.timeline-body {
  background: #f8fbff;
  border: 1px solid #dcecf8;
  border-radius: 22px;
  padding: 20px 24px;
}

.timeline-body h3 {
  margin: 0 0 8px;
  color: #12324f;
  font-size: 1.28rem;
  line-height: 1.3;
}

.activity-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.activity-photo-pair figure {
  margin: 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(16, 56, 91, 0.08);
}

.activity-photo-pair img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.activity-photo-pair figcaption {
  padding: 10px 12px 12px;
  color: #345b7c;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.belief-card-strong {
  border-top: 6px solid #7fb8df;
}

.profile-goal-section {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
}

.profile-goal-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px;
  text-align: center;
}

.profile-goal-card p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.profile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 13px 28px;
  border-radius: 999px;
  background: #0b62ad;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(11, 98, 173, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(11, 98, 173, 0.24);
}

.profile-hero-copy {
  min-width: 0;
}

.timeline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #0b62ad;
  border: 1px solid #cfe4f7;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(16, 56, 91, 0.08);
}

.timeline-link:hover {
  background: #eef7ff;
}

.profile-subinfo {
  margin-top: 20px;
  display: block;
}

.profile-subinfo-item {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-top: 8px;
}

.profile-subinfo-item h3 {
  margin: 0 0 8px;
  color: #0b335b;
  font-size: 1.5rem;
}

.profile-subinfo-item p {
  margin: 0;
  line-height: 1.6;
}

.profile-private-photos,
.profile-career-photos {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 24px;
}

.profile-private-photos figure,
.profile-career-photos figure {
  margin: 0;
}

.profile-private-photos img,
.profile-career-photos img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.profile-private-photos figcaption,
.profile-career-photos figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #49627d;
  text-align: center;
}

@media (max-width: 900px) {
  .profile-hero-grid,
  .profile-two-column,
  .profile-belief-grid {
    grid-template-columns: 1fr;
  }

  .profile-main-photo {
    max-width: 360px;
    margin: 0 auto;
    width: min(320px, 86vw);
    order: -1;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 28px;
  }

  .timeline-item::before {
    left: 8px;
  }

  .timeline-item::after {
    left: 0;
  }

  .timeline-year {
    padding-top: 0;
  }

  .profile-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .profile-main-photo img {
    height: auto;
    max-height: none;
  }

  .profile-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .profile-two-column {
    display: block;
  }

  .profile-two-column .profile-card {
    margin-bottom: 28px;
  }

  .profile-two-column .profile-card:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .profile-hero h1 {
    letter-spacing: 0.06em;
  }

  .profile-tags {
    gap: 8px;
  }

  .profile-tags span {
    padding: 7px 11px;
    font-size: 0.9rem;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .profile-summary-card,
  .profile-card,
  .belief-card,
  .profile-goal-card,
  .timeline-body {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .profile-data-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .activity-photo-pair {
    grid-template-columns: 1fr;
  }

  .profile-private-photos,
  .profile-career-photos {
    grid-template-columns: 1fr;
  }

  .profile-private-photos img,
  .profile-career-photos img {
    height: auto;
  }
}
