/* =============================================
   Horizon Innovation — privacy.css
   プライバシーポリシーページ専用スタイル
============================================= */

/* ===== HEADER: このページは常にsolid表示 ===== */
.header--solid {
  background: rgba(13, 27, 42, 0.97);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

/* ===== PAGE HERO ===== */
.pp-hero {
  background: var(--navy);
  padding: clamp(100px, 14vw, 160px) 0 clamp(60px, 8vw, 100px);
  position: relative;
  overflow: hidden;
}
.pp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 50%, rgba(203, 164, 94, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 90% 20%, rgba(203, 164, 94, 0.04) 0%, transparent 50%);
  pointer-events: none;
}
/* 装飾ライン */
.pp-hero::after {
  content: 'PRIVACY POLICY';
  position: absolute;
  left: 50%;
  bottom: -0.15em;
  transform: translateX(-50%);
  font-family: var(--font-en);
  font-size: clamp(5rem, 12vw, 14rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.pp-hero__inner {
  max-width: calc(var(--max-w) + var(--side-pad) * 2);
  margin: 0 auto;
  padding: 0 var(--side-pad);
  position: relative;
  z-index: 1;
}
.pp-hero__eyebrow {
  font-family: var(--font-en);
  font-size: clamp(0.7rem, 1vw, 0.82rem);
  font-weight: 300;
  letter-spacing: 0.35em;
  color: var(--gold);
  margin-bottom: 16px;
  animation: fadeInUp 0.7s 0.2s both;
}
.pp-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.06em;
  line-height: 1.3;
  animation: fadeInUp 0.7s 0.35s both;
}

/* ===== CONTENT AREA ===== */
.pp-content {
  background: var(--cream);
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 10vw, 140px);
}
.pp-content__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--side-pad);
}

/* ===== PREAMBLE ===== */
.pp-preamble {
  margin-bottom: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(40px, 5vw, 60px);
  border-bottom: 1px solid var(--cream-dark);
}
.pp-preamble p {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  font-weight: 300;
  color: var(--gray-mid);
  line-height: 2.1;
  letter-spacing: 0.04em;
}

/* ===== SECTION ===== */
.pp-section {
  margin-bottom: clamp(40px, 5vw, 60px);
  padding-bottom: clamp(40px, 5vw, 60px);
  border-bottom: 1px solid var(--cream-dark);
}
.pp-section:last-of-type {
  border-bottom: none;
}

.pp-section__heading {
  display: flex;
  align-items: baseline;
  gap: 20px;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  line-height: 1.5;
}
.pp-section__num {
  font-family: var(--font-en);
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 300;
  color: var(--gold);
  letter-spacing: 0.05em;
  line-height: 1;
  flex-shrink: 0;
}

.pp-section__body p {
  font-size: clamp(0.83rem, 1.1vw, 0.92rem);
  font-weight: 300;
  color: var(--gray);
  line-height: 2.1;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.pp-section__body p:last-child {
  margin-bottom: 0;
}

/* ===== LIST ===== */
.pp-list {
  list-style: none;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pp-list li {
  font-size: clamp(0.83rem, 1.1vw, 0.92rem);
  font-weight: 300;
  color: var(--gray);
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-left: 20px;
  position: relative;
}
.pp-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 1px;
  background: var(--gold);
}

/* ===== CONTACT BOX ===== */
.pp-contact-box {
  margin-top: 24px;
  padding: 28px 32px;
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-left: 3px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.pp-contact-box__name {
  font-size: clamp(0.78rem, 1vw, 0.85rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.pp-contact-box__btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* ===== DATE BLOCK ===== */
.pp-date {
  margin-top: clamp(48px, 6vw, 72px);
  padding-top: 32px;
  border-top: 1px solid var(--cream-dark);
  text-align: right;
}
.pp-date p {
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--gray-light);
  letter-spacing: 0.06em;
  line-height: 2;
}
.pp-date__company {
  margin-top: 8px;
  color: var(--gray-mid) !important;
  font-weight: 400 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .pp-hero::after {
    display: none;
  }

  .pp-section__heading {
    flex-direction: column;
    gap: 4px;
  }

  .pp-contact-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .pp-date {
    text-align: left;
  }
}
