:root {
    --green: #1b5c32;
    --green-dark: #0f3d22;
    --green-deep: #0a2816;
    --gold: #c4a04a;
    --gold-soft: #d4b86a;
    --cream: #f7f4ec;
    --ink: #12241a;
    --muted: #5c6b62;
    --line: #d7c89a;
    --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pli-body {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ink);
    background: var(--cream);
}

.pli-wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.pli-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: transparent;
    color: var(--cream);
    border-bottom: none;
}
.pli-header-inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 26px 0 0;
    flex-wrap: wrap;
}
.pli-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
    flex-shrink: 0;
}
.pli-cauldron { width: 28px; height: 28px; display: block; }
.pli-wordmark {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #F3EDD8;
    white-space: nowrap;
}
.pli-brand-rule {
    display: flex;
    align-items: center;
    width: 168px;
    flex: 0 0 168px;
    margin-right: auto;
}
.pli-brand-rule span {
    display: block;
    flex: 1;
    height: 1px;
    background: var(--gold);
}
.pli-brand-rule::after {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--gold);
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: 3px;
}
.pli-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.pli-nav a {
    color: rgba(247, 244, 236, 0.72);
    text-decoration: none;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.pli-nav a:hover { color: var(--gold-soft); }
.pli-nav a.admin { color: var(--gold); }

.pli-hero {
    --hero-from: #0A1F14;
    --hero-to: #0C3823;
    position: relative;
    background:
        radial-gradient(ellipse 55% 70% at 82% 48%, rgba(196, 160, 74, 0.1), transparent 58%),
        linear-gradient(165deg, var(--hero-from) 0%, #0B2A1A 42%, var(--hero-to) 100%);
    color: #F7F4EC;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 108px 0 52px;
    overflow: hidden;
}
.pli-hero-leaf {
    position: absolute;
    left: -28px;
    bottom: -36px;
    width: min(46vw, 540px);
    height: auto;
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}
.pli-hero-inner {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 12px;
    align-items: center;
}
.pli-hero-copy { padding: 8px 16px 12px 0; }
.pli-hero-kicker {
    margin: 0 0 20px;
    color: var(--gold);
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}
.pli-hero h1 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    font-size: clamp(2.55rem, 5vw, 4.05rem);
    line-height: 1.08;
    margin: 0 0 22px;
    letter-spacing: -0.02em;
    color: #fff;
}
.pli-hero h1 em {
    font-style: italic;
    font-weight: 600;
    color: var(--gold);
}
.pli-hero p.lead {
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 1.02rem;
    font-weight: 400;
    max-width: 32rem;
    line-height: 1.65;
    color: rgba(232, 220, 184, 0.74);
    margin: 0;
}
.pli-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 3px;
    text-decoration: none;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 1.5px solid transparent;
}
.btn-gold { background: var(--gold); color: #0A1F14; }
.btn-gold:hover { background: var(--gold-soft); }
.btn-ghost { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn-ghost:hover { background: rgba(196, 160, 74, 0.1); }
.pli-trust {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 44px 0 0;
    padding: 0;
}
.pli-trust li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.pli-trust svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 1px;
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.pli-trust-copy span {
    display: block;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(247, 244, 236, 0.92);
    line-height: 1.3;
}
.pli-trust-copy small {
    display: block;
    margin-top: 6px;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.45;
    color: rgba(232, 220, 184, 0.52);
    max-width: 11.5rem;
}
.pli-hero-visual {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 0;
    margin-right: -36px;
}
.pli-hero-visual img {
    display: block;
    width: min(118%, 860px);
    max-width: none;
    height: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 32px 56px rgba(0, 0, 0, 0.42));
}

@media (max-width: 980px) {
    .pli-header { position: relative; background: #0A1F14; }
    .pli-header-inner { padding: 18px 0; }
    .pli-brand-rule { display: none; }
    .pli-hero { min-height: 0; padding: 36px 0 48px; }
    .pli-hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .pli-hero-copy { padding: 0; }
    .pli-hero-visual { justify-content: center; margin-right: 0; }
    .pli-hero-visual img { width: min(100%, 640px); }
    .pli-trust { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 560px) {
    .pli-trust { grid-template-columns: 1fr; }
    .pli-wordmark { font-size: 1.05rem; }
}

.pli-section { padding: 64px 0; }
.pli-section h2 {
    font-size: 2rem;
    color: var(--green-dark);
    margin: 0 0 8px;
}
.pli-kicker { color: var(--gold); letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.8rem; margin: 0 0 8px; }
.pli-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 28px; }
.pli-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 4px solid var(--green);
    padding: 20px;
    border-radius: 8px;
}
.pli-card h3 { margin: 0 0 8px; color: var(--green-dark); }
.pli-card p { margin: 0; color: var(--muted); line-height: 1.45; }

.pli-split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 32px; align-items: start; }
@media (max-width: 800px) { .pli-split { grid-template-columns: 1fr; } }

.pli-contact {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 24px;
    border-radius: 8px;
}
.pli-contact a { color: var(--green); font-weight: 700; }

.pli-footer {
    background: var(--green-deep);
    color: #d7e3d6;
    padding: 28px 0;
    border-top: 3px solid var(--gold);
}
.pli-footer a { color: var(--gold-soft); }
.pli-footer-credit { margin-top: 10px; font-size: 0.95rem; }

.pli-note { font-size: 0.9rem; color: var(--muted); }
