/* =========================
  創業の想い / Founder Story
========================= */
.founder-story-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 247, 253, 0.96) 100%);
}

.founder-story-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(42, 146, 192, 0.10), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(58, 170, 140, 0.08), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(221,239,251,0.48) 100%);
  z-index: 0;
}

.founder-story-bg::before {
  content: "";
  position: absolute;
  left: -12%;
  bottom: -18%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(42, 146, 192, 0.08);
}

.founder-story-bg::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(68, 139, 190, 0.18);
  background:
    repeating-linear-gradient(
      90deg,
      rgba(68, 139, 190, 0.06) 0,
      rgba(68, 139, 190, 0.06) 1px,
      transparent 1px,
      transparent 14px
    );
  opacity: 0.65;
}

.founder-story-container {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.founder-story-heading {
  text-align: center;
  margin-bottom: 56px;
}

.founder-story-label {
  margin: 0 0 8px;
  color: #2a8fb4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.founder-story-heading h2 {
  margin: 0;
  color: #0b2f57;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.founder-story-line {
  display: block;
  width: 52px;
  height: 2px;
  margin: 16px auto 22px;
  background: #0b2f57;
}

.founder-story-lead {
  margin: 0;
  color: #34485f;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
}

.founder-story-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 54px;
  align-items: start;
}

.founder-story-side {
  position: sticky;
  top: 136px; /* Account for fixed header + breadcrumb */
}

.founder-story-photo-card {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(168, 198, 224, 0.62);
  box-shadow: 0 18px 44px rgba(10, 50, 90, 0.10);
  backdrop-filter: blur(10px);
}

.founder-story-photo-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 1px solid rgba(42, 146, 192, 0.12);
  pointer-events: none;
}

.founder-story-photo-placeholder {
  position: relative;
  overflow: hidden;
  height: 360px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(226, 240, 250, 0.65) 0%, rgba(193, 218, 235, 0.82) 100%);
  display: grid;
  place-items: center;
}

.founder-story-photo-placeholder::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  width: 142px;
  height: 182px;
  border-radius: 78px 78px 28px 28px;
  background: rgba(255, 255, 255, 0.66);
}

.founder-story-photo-placeholder::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 86px;
  transform: translateX(-50%);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.founder-story-photo-placeholder.has-photo::before,
.founder-story-photo-placeholder.has-photo::after {
  display: none;
}

.founder-story-photo-placeholder span {
  position: relative;
  z-index: 1;
  margin-top: 260px;
  color: rgba(11, 47, 87, 0.38);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.founder-story-profile {
  position: relative;
  z-index: 1;
  padding: 22px 4px 14px;
}

.founder-story-name {
  margin: 0 0 6px;
  color: #0b2f57;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.founder-story-title {
  margin: 0;
  color: #2a8fb4;
  font-size: 14px;
  font-weight: 700;
}

.founder-story-quote {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(11, 47, 87, 0.96), rgba(19, 93, 144, 0.92));
}

.founder-story-quote p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
}

.founder-story-content {
  padding: 46px 52px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(168, 198, 224, 0.58);
  box-shadow: 0 18px 46px rgba(10, 50, 90, 0.08);
}

.founder-story-content p {
  margin: 0 0 24px;
  color: #2f4054;
  font-size: 15.5px;
  line-height: 2.18;
  letter-spacing: 0.02em;
}

.founder-story-content p:first-child {
  color: #0b2f57;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.founder-story-content blockquote {
  position: relative;
  margin: 34px 0;
  padding: 28px 32px 28px 34px;
  border-left: 4px solid #2a8fb4;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(135deg, rgba(232, 246, 253, 0.95), rgba(246, 252, 255, 0.96));
}

.founder-story-content blockquote::before {
  content: "“";
  position: absolute;
  right: 26px;
  top: -10px;
  color: rgba(42, 143, 180, 0.18);
  font-size: 84px;
  line-height: 1;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS Mincho", serif;
}

.founder-story-content blockquote p {
  position: relative;
  margin: 0;
  color: #0b2f57;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.05;
}

.founder-story-message {
  margin-top: 38px;
  padding: 32px 34px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(11, 47, 87, 0.96), rgba(28, 119, 155, 0.92));
  box-shadow: 0 14px 34px rgba(10, 50, 90, 0.16);
}

.founder-story-message p {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: 15.5px;
  line-height: 2.05;
  font-weight: 600;
}

.founder-story-message p:last-child {
  margin-bottom: 0;
}

/* =========================
  Responsive
========================= */
@media (max-width: 1023px) {
  .founder-story-section {
    padding: 78px 0 88px;
  }

  .founder-story-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .founder-story-side {
    position: static;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .founder-story-photo-placeholder {
    height: 320px;
  }

  .founder-story-content {
    padding: 40px 38px;
  }
}

@media (max-width: 767px) {
  .founder-story-section {
    padding: 60px 0 68px;
  }

  .founder-story-container {
    width: min(100% - 32px, 1120px);
  }

  .founder-story-heading {
    margin-bottom: 36px;
  }

  .founder-story-heading h2 {
    font-size: 26px;
  }

  .founder-story-lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .founder-story-photo-card {
    padding: 18px;
    border-radius: 20px;
  }

  .founder-story-photo-placeholder {
    height: 260px;
    border-radius: 16px;
  }

  .founder-story-photo-placeholder::before {
    width: 118px;
    height: 150px;
    bottom: 28px;
  }

  .founder-story-photo-placeholder::after {
    width: 78px;
    height: 78px;
    top: 64px;
  }

  .founder-story-photo-placeholder span {
    margin-top: 204px;
  }

  .founder-story-name {
    font-size: 22px;
  }

  .founder-story-quote {
    padding: 16px 18px;
  }

  .founder-story-content {
    padding: 30px 22px;
    border-radius: 20px;
  }

  .founder-story-content p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 2.05;
  }

  .founder-story-content p:first-child {
    font-size: 16px;
  }

  .founder-story-content blockquote {
    margin: 28px 0;
    padding: 24px 22px 24px 24px;
    border-radius: 0 16px 16px 0;
  }

  .founder-story-content blockquote p {
    font-size: 14.5px;
    line-height: 2;
  }

  .founder-story-message {
    margin-top: 30px;
    padding: 26px 22px;
    border-radius: 18px;
  }

  .founder-story-message p {
    font-size: 14px;
    line-height: 2;
  }
}

@media (max-width: 420px) {
  .founder-story-content {
    padding: 26px 18px;
  }

  .founder-story-content p {
    font-size: 13.5px;
  }
}
