/* ==========================================================================
   Privacy Policy Page
   ========================================================================== */

.p-privacy-page {
  background: #fb9516;
}

.p-privacy {
  padding: 0;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Hub Section — Orange bg + white arch
   -------------------------------------------------------------------------- */

.p-privacy-hub {
  position: relative;
  z-index: 3;
  background: #fb9516;
  padding-top: 86px;
}

/* White arch container with top + bottom curves */
.p-privacy-hub__arch {
  width: 100%;
  padding: clamp(70px, 7.1vw, 102px) clamp(30px, 6vw, 80px) clamp(200px, 22vw, 320px);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f8f7 100%);
  border-top-left-radius: 50% clamp(300px, 40vw, 580px);
  border-top-right-radius: 50% clamp(300px, 40vw, 580px);
  border-bottom-left-radius: 50% clamp(300px, 40vw, 580px);
  border-bottom-right-radius: 50% clamp(300px, 40vw, 580px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --------------------------------------------------------------------------
   Title with shadow effect
   -------------------------------------------------------------------------- */

.p-privacy-hub__title-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.p-privacy-hub__title {
  position: relative;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.p-privacy-hub__title-main {
  position: relative;
  z-index: 1;
  color: #fbb03b;
}

.p-privacy-hub__title-shadow {
  position: absolute;
  top: 7.5px;
  left: 8px;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(251, 176, 59, 0.25);
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Subtitle
   -------------------------------------------------------------------------- */

.p-privacy-hub__subtitle {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  color: #fbb03b;
  text-align: center;
  margin: 0 0 8px;
  letter-spacing: 0.06em;
}

/* --------------------------------------------------------------------------
   Content area
   -------------------------------------------------------------------------- */

.p-privacy-hub__content {
  width: min(860px, calc(100% - 48px));
  margin-top: 48px;
  text-align: left;
}

.p-privacy-hub__content > p:first-child {
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 500;
  color: #333;
  line-height: 1.85;
  margin-bottom: 2em;
}

.p-privacy-hub__content h2 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #333;
  margin: 2em 0 0.6em;
  padding-bottom: 8px;
  border-bottom: 2px solid #fb9516;
}

.p-privacy-hub__content p {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333;
  line-height: 1.85;
  margin-bottom: 1.2em;
}

.p-privacy-hub__content ul {
  margin: 0.5em 0 1.2em;
  padding-left: 1.5em;
  list-style: disc;
}

.p-privacy-hub__content li {
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333;
  line-height: 1.85;
  margin-bottom: 0.3em;
}

.p-privacy-hub__content li::marker {
  color: #fb9516;
}

/* --------------------------------------------------------------------------
   Contact info block
   -------------------------------------------------------------------------- */

.p-privacy-hub__contact-info {
  background: #f8f8f8;
  border-left: 4px solid #fb9516;
  padding: 20px 24px;
  margin: 0.8em 0 1.6em;
  border-radius: 0 8px 8px 0;
}

.p-privacy-hub__contact-info p {
  margin-bottom: 0.3em;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #333;
  line-height: 1.7;
}

.p-privacy-hub__contact-info p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Effective date
   -------------------------------------------------------------------------- */

.p-privacy-hub__date {
  text-align: right;
  font-size: clamp(13px, 1vw, 15px);
  color: #666;
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #ddd;
}

/* --------------------------------------------------------------------------
   Footer overrides
   -------------------------------------------------------------------------- */

main.p-privacy + .l-footer .l-footer__curve-path {
  fill: #f2f8f7;
}

main.p-privacy + .l-footer {
  margin-top: -1px;
  padding-top: 380px;
}

main.p-privacy + .l-footer .l-footer__curve {
  display: none;
}

main.p-privacy + .l-footer .l-footer__island--left {
  top: 160px;
}

main.p-privacy + .l-footer .l-footer__island--right {
  top: 90px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1200px) {
  main.p-privacy + .l-footer {
    padding-top: 300px;
  }

  main.p-privacy + .l-footer .l-footer__island--left {
    top: 120px;
  }

  main.p-privacy + .l-footer .l-footer__island--right {
    top: 60px;
  }
}

@media (max-width: 900px) {
  .p-privacy-hub {
    padding-top: 74px;
  }

  .p-privacy-hub__arch {
    padding: clamp(50px, 7vw, 70px) 30px clamp(160px, 20vw, 240px);
    border-top-left-radius: 50% clamp(200px, 40vw, 430px);
    border-top-right-radius: 50% clamp(200px, 40vw, 430px);
    border-bottom-left-radius: 50% clamp(200px, 40vw, 430px);
    border-bottom-right-radius: 50% clamp(200px, 40vw, 430px);
  }

  .p-privacy-hub__content {
    width: min(860px, calc(100% - 32px));
  }
}

@media (max-width: 767px) {
  .p-privacy-hub {
    padding-top: 64px;
  }

  main.p-privacy + .l-footer {
    padding-top: 200px;
  }

  .p-privacy-hub__arch {
    min-height: 300px;
    padding: 100px 20px 200px;
    border-top-left-radius: 50% 280px;
    border-top-right-radius: 50% 280px;
    border-bottom-left-radius: 50% 280px;
    border-bottom-right-radius: 50% 280px;
  }

  .p-privacy-hub__title {
    font-size: clamp(28px, 8vw, 44px);
  }

  .p-privacy-hub__title-shadow {
    top: 5px;
    left: 5px;
  }

  .p-privacy-hub__content {
    width: calc(100% - 16px);
    margin-top: 32px;
  }

  .p-privacy-hub__content h2 {
    font-size: clamp(16px, 4.5vw, 20px);
    margin: 1.6em 0 0.5em;
  }

  .p-privacy-hub__contact-info {
    padding: 16px 18px;
  }
}

@media (max-width: 480px) {
  .p-privacy-hub {
    padding-top: 56px;
  }

  main.p-privacy + .l-footer {
    padding-top: 140px;
  }

  .p-privacy-hub__arch {
    min-height: 260px;
    padding: 80px 16px 160px;
    border-top-left-radius: 50% 200px;
    border-top-right-radius: 50% 200px;
    border-bottom-left-radius: 50% 200px;
    border-bottom-right-radius: 50% 200px;
  }

  .p-privacy-hub__title {
    font-size: 26px;
  }

  .p-privacy-hub__title-shadow {
    top: 4px;
    left: 4px;
  }

  .p-privacy-hub__subtitle {
    font-size: 14px;
  }

  .p-privacy-hub__content {
    width: calc(100% - 8px);
    margin-top: 24px;
  }

  .p-privacy-hub__content h2 {
    font-size: 16px;
  }

  .p-privacy-hub__contact-info {
    padding: 14px 16px;
  }
}
