body { background: #fbf6ef !important; }

.pp-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 5%;
}

/* Hero */
.pp-hero {
    background: linear-gradient(180deg, #fbf6ef 0%, #f7ecdc 100%);
    padding: calc(var(--header-height) + 48px) 0 48px;
    position: relative; overflow: hidden; isolation: isolate;
}
.pp-hero::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(circle at 88% 30%, rgba(184, 106, 60, 0.08), transparent 32%),
        radial-gradient(circle at 8% 80%, rgba(46, 60, 110, 0.05), transparent 28%);
    z-index: 0;
}
.pp-hero-inner { position: relative; z-index: 1; }
.pp-eyebrow {
    font-family: 'EB Garamond', serif; font-style: italic;
    font-size: 1.15rem; color: #d44e1d; letter-spacing: 0.08em;
    display: block; margin-bottom: 6px;
}
.pp-title {
    font-size: 2.6rem; font-weight: 900; letter-spacing: -0.025em;
    color: #0a0a0f; margin: 0 0 14px;
}
.pp-meta {
    font-family: 'EB Garamond', serif; font-style: italic;
    font-size: 0.92rem; color: #666; letter-spacing: 0.04em;
    margin: 0;
}
.pp-meta strong { color: #d44e1d; font-weight: 500; }

/* Content */
.pp-content {
    background: #fbf6ef;
    padding: 56px 0 96px;
}
.pp-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}
@media (max-width: 880px) {
    .pp-layout { grid-template-columns: 1fr; gap: 24px; }
}

/* Sticky TOC */
.pp-toc {
    position: sticky;
    top: calc(var(--header-height) + 24px);
    align-self: start;
    padding: 24px 22px;
    background: #fff;
    border: 1px solid rgba(80, 38, 16, 0.06);
    border-radius: 12px;
}
.pp-toc-eyebrow {
    font-family: 'EB Garamond', serif; font-style: italic;
    font-size: 0.92rem; color: #d44e1d; letter-spacing: 0.04em;
    display: block; margin-bottom: 12px;
}
.pp-toc ol {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 10px;
}
.pp-toc a {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    font-size: 0.85rem;
    color: #2a2a35;
    text-decoration: none;
    line-height: 1.5;
}
.pp-toc-num {
    font-family: 'EB Garamond', serif; font-style: italic;
    color: #d44e1d; font-weight: 500;
}

/* Body */
.pp-body {
    background: #fff;
    border: 1px solid rgba(80, 38, 16, 0.06);
    border-radius: 14px;
    padding: 48px 56px;
}
@media (max-width: 720px) { .pp-body { padding: 32px 24px; } }

.pp-intro {
    font-size: 0.95rem; line-height: 1.95; color: #444;
    margin: 0 0 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pp-section { margin-bottom: 36px; }
.pp-section:last-child { margin-bottom: 0; }

.pp-section-title {
    font-size: 1.2rem; font-weight: 800; letter-spacing: -0.01em;
    color: #0a0a0f; margin: 0 0 14px;
    padding-left: 14px;
    border-left: 3px solid #d44e1d;
    scroll-margin-top: calc(var(--header-height) + 24px);
}
.pp-section-num {
    font-family: 'EB Garamond', serif; font-style: italic;
    font-size: 0.95rem; color: rgba(212, 78, 29, 0.7);
    letter-spacing: 0.05em;
    display: block; margin-bottom: 4px;
}
.pp-section p {
    font-size: 0.92rem; line-height: 1.95; color: #444;
    margin: 0 0 12px;
}
.pp-section p:last-child { margin-bottom: 0; }
.pp-section ul {
    margin: 0 0 12px; padding-left: 1.1rem;
    font-size: 0.92rem; line-height: 1.85; color: #444;
}
.pp-section ul li { margin-bottom: 4px; }

.pp-link {
    color: #d44e1d; text-decoration: none; font-weight: 600;
    border-bottom: 1px solid rgba(212, 78, 29, 0.3);
}

/* ====== AD section (shared dark band before footer) ====== */
.lds-ad-section {
    position: relative;
    background: linear-gradient(180deg, #0d0c14 0%, #14100f 25%, #1f1612 50%, #18100c 75%, #0a0604 100%);
    padding: 60px 0 80px;
    overflow: hidden;
}
.lds-ad-section::before {
    content: '';
    position: absolute;
    top: 30%; left: 50%;
    transform: translateX(-50%);
    width: 55%; height: 45%;
    background: radial-gradient(ellipse 50% 60% at center,
        rgba(170, 105, 65, 0.16) 0%,
        rgba(140, 80, 50, 0.06) 45%,
        transparent 75%);
    pointer-events: none;
}
.lds-ad-section .lds-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    z-index: 1;
}
.lds-ad-header {
    display: flex; align-items: center; gap: 16px; margin-bottom: 18px;
}
.lds-ad-eyebrow {
    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.32em;
    color: rgba(255, 255, 255, 0.45); text-transform: uppercase;
}
.lds-ad-divider { flex: 1; height: 1px; background: rgba(255, 255, 255, 0.1); }
.lds-ad-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.lds-ad-banner {
    aspect-ratio: 6 / 5; max-width: 360px; width: 100%; margin: 0 auto;
    background: rgba(0, 0, 0, 0.35);
    border: 1px dashed rgba(180, 140, 110, 0.3);
    border-radius: 14px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 10px; text-decoration: none; backdrop-filter: blur(4px);
}
.lds-ad-tag {
    font-size: 0.65rem; font-weight: 800; letter-spacing: 0.24em;
    color: #c89070; background: rgba(200, 144, 112, 0.1);
    padding: 3px 10px; border-radius: 4px;
}
.lds-ad-banner-text { font-size: 0.95rem; font-weight: 600; color: rgba(255, 255, 255, 0.6); }
.lds-ad-banner-size { font-size: 0.72rem; color: rgba(255, 255, 255, 0.32); letter-spacing: 0.04em; }
@media (max-width: 768px) { .lds-ad-grid { grid-template-columns: 1fr; } }

/* Footer dark continuation */
.footer {
    background: linear-gradient(180deg, #0a0604 0%, #000 40%, #000 100%) !important;
}
