.privacy-page { background: var(--white); }
.privacy-page .site-header { color: var(--ink); }
.privacy-main { overflow: hidden; }

.privacy-hero { position: relative; min-height: 460px; display: flex; align-items: end; padding: calc(var(--header-height) + 70px) 0 80px; background: var(--greige); overflow: hidden; }
.privacy-hero::before { content: "PRIVACY"; position: absolute; left: -.03em; bottom: -.22em; color: rgba(41,41,35,.055); font-size: clamp(8rem, 20vw, 20rem); font-weight: 800; line-height: 1; letter-spacing: -.07em; white-space: nowrap; }
.privacy-hero::after { content: ""; position: absolute; right: 0; inset-block: 0; width: 28%; background: var(--navy); }
.privacy-hero-inner { position: relative; z-index: 1; width: 100%; }
.privacy-breadcrumb { margin: 0 0 54px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.privacy-hero h1 { max-width: 70%; margin: 0; font-size: clamp(2.8rem, 6vw, 5.8rem); font-weight: 600; line-height: 1; letter-spacing: -.055em; }
.privacy-hero h1 span { display: block; margin-top: 20px; font-size: .8rem; font-weight: 500; letter-spacing: .1em; }

.privacy-content { padding: clamp(90px, 11vw, 150px) 0; }
.privacy-layout { display: grid; grid-template-columns: .52fr 1.48fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.privacy-intro { position: sticky; top: 110px; }
.privacy-intro h2 { margin: 0 0 26px; font-size: clamp(2rem, 3.5vw, 3.3rem); font-weight: 500; line-height: 1.4; letter-spacing: -.035em; }
.privacy-intro p { margin: 0; color: var(--muted); font-size: .82rem; }
.privacy-body { border-top: 1px solid var(--line); }
.policy-section { padding: 38px 0; border-bottom: 1px solid var(--line); }
.policy-section h2 { margin: 0 0 20px; font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-weight: 600; line-height: 1.5; }
.policy-section p { margin: 0 0 14px; color: var(--muted); }
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ol, .policy-section ul { margin: 16px 0 0; padding-left: 1.5em; color: var(--muted); }
.policy-section li { margin-bottom: 8px; }
.policy-section a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 4px; }
.policy-contact { padding: 30px; background: var(--mist); }
.policy-contact strong { display: block; margin-bottom: 10px; color: var(--ink); }
.policy-contact-link { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; text-decoration: none !important; }
.policy-contact-link span { transition: transform .25s; }
.policy-contact-link:hover span { transform: translate(4px, -4px); }
.policy-date { margin-top: 42px; color: var(--muted); font-size: .78rem; text-align: right; }

@media (max-width: 900px) {
  .privacy-hero::after { width: 14px; }
  .privacy-hero h1 { max-width: 100%; }
  .privacy-layout { grid-template-columns: 1fr; gap: 50px; }
  .privacy-intro { position: static; }
}

@media (max-width: 560px) {
  .privacy-hero { min-height: 400px; }
  .policy-section { padding: 30px 0; }
  .policy-contact { padding: 24px 20px; }
}
