:root {
    --pp-ink: #0b0b0c;
    --pp-panel: #151516;
    --pp-panel-soft: #1b1b1d;
    --pp-line: rgba(255, 255, 255, 0.105);
    --pp-text: #f7f3eb;
    --pp-muted: #b5aea2;
    --pp-gold: #d6b369;
    --pp-gold-deep: #aa7a26;
    --pp-paper: #ffffff;
    --pp-warm: #faf7f1;
    --pp-light-line: #e8e0d4;
    --pp-light-text: #1b1a18;
    --pp-light-muted: #6d675f;
}

html.pp-document {
    scroll-behavior: smooth;
    overflow: visible !important;
    overflow-x: clip !important;
}

body.pp-page {
    margin: 0;
    background: #fff !important;
    color: var(--pp-light-text) !important;
}

body.pp-page.is-modal-open,
body.pp-page.pp-contact-is-loading {
    overflow: hidden;
}

.pp-main,
.pp-main *,
.pp-modal,
.pp-modal *,
.pp-contact-loading,
.pp-contact-loading * {
    box-sizing: border-box;
}

.pp-main {
    overflow: hidden;
}

.pp-shell {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.pp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--pp-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.17em;
    line-height: 1.3;
    text-transform: uppercase;
}

.pp-kicker::before {
    width: 28px;
    height: 1px;
    background: currentColor;
    content: "";
}

.pp-kicker.is-dark {
    color: #9a6c1e;
}

.pp-display,
.pp-section-title {
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 500 !important;
    letter-spacing: -0.048em !important;
    text-wrap: balance;
}

.pp-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.pp-button:hover {
    transform: translateY(-2px);
}

.pp-button-gold {
    border-color: var(--pp-gold);
    background: linear-gradient(145deg, #e4c477, #cfa452);
    color: #16120d !important;
    box-shadow: 0 13px 34px rgba(188, 139, 50, 0.2);
}

.pp-button-gold:hover {
    color: #16120d !important;
    box-shadow: 0 17px 40px rgba(188, 139, 50, 0.28);
}

.pp-button-dark {
    border-color: #161616;
    background: #161616;
    color: #fff !important;
}

.pp-button-outline {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.035);
    color: #f7f3eb !important;
}

.pp-button-light-outline {
    border-color: #d9cdbb;
    background: #fff;
    color: #292724 !important;
}

.pp-button svg,
.pp-inline-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pp-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9c6f22 !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

.pp-inline-link svg {
    transition: transform 0.18s ease;
}

.pp-inline-link:hover svg {
    transform: translateX(4px);
}

.pp-inline-link.pp-on-dark {
    margin-top: 24px;
    color: var(--pp-gold) !important;
}

.pp-center-action {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.pp-empty-card {
    text-align: center;
}

.pp-hero-actions.pp-no-top {
    margin-top: 0;
}

.pp-dark {
    background:
        radial-gradient(circle at 8% 9%, rgba(214, 179, 105, 0.11), transparent 30rem),
        radial-gradient(circle at 94% 10%, rgba(214, 179, 105, 0.07), transparent 32rem),
        var(--pp-ink);
    color: var(--pp-text);
}

.pp-light {
    background: #fff;
    color: var(--pp-light-text);
}

.pp-warm {
    background:
        radial-gradient(circle at 95% 5%, rgba(214, 179, 105, 0.12), transparent 26rem),
        var(--pp-warm);
    color: var(--pp-light-text);
}

.pp-section {
    padding: clamp(72px, 9vw, 120px) 0;
}

.pp-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.65fr);
    gap: 46px;
    align-items: end;
    margin-bottom: clamp(36px, 5vw, 58px);
}

.pp-section-head h2 {
    margin: 12px 0 0;
    color: #171717 !important;
    font-size: clamp(2.55rem, 5.3vw, 4.7rem);
    line-height: 0.98;
}

.pp-section-head > p {
    margin: 0;
    color: var(--pp-light-muted);
    font-size: 14px;
    line-height: 1.72;
}

.pp-dark .pp-section-head h2 {
    color: #fff !important;
}

.pp-dark .pp-section-head > p {
    color: #9e978c;
}

/* Shared editorial hero */
.pp-hero {
    position: relative;
    padding: clamp(58px, 7vw, 96px) 0 clamp(72px, 8vw, 110px);
}

.pp-hero::before {
    position: absolute;
    top: -80px;
    right: -12vw;
    width: min(50vw, 720px);
    height: min(50vw, 720px);
    border: 1px solid rgba(214, 179, 105, 0.09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.pp-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
    gap: clamp(42px, 7vw, 90px);
    align-items: center;
}

.pp-hero-copy {
    min-width: 0;
}

.pp-hero-copy h1 {
    max-width: 760px;
    margin: 18px 0 23px;
    color: #fff !important;
    font-size: clamp(3.2rem, 6.5vw, 5.8rem);
    line-height: 0.96;
}

.pp-hero-copy > p {
    max-width: 650px;
    margin: 0;
    color: var(--pp-muted);
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.72;
}

.pp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 31px;
}

.pp-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 31px;
    color: #928b80;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.035em;
}

.pp-proof-row span {
    position: relative;
    padding-right: 17px;
}

.pp-proof-row span:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--pp-gold);
    content: "";
}

.pp-proof-row strong {
    color: #f1e2bd;
    font-weight: 900;
}

.pp-hero-visual {
    position: relative;
    display: grid;
    height: clamp(390px, 42vw, 540px);
    grid-template-columns: 1.35fr 0.8fr;
    grid-template-rows: 1fr 0.88fr;
    gap: 12px;
}

.pp-hero-image {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #211e19;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.pp-hero-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, transparent 48%, rgba(10, 8, 5, 0.33));
    content: "";
    pointer-events: none;
}

.pp-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.pp-hero-visual:hover .pp-hero-image img {
    transform: scale(1.035);
}

.pp-hero-image-main {
    grid-row: 1 / 3;
    border-radius: 180px 24px 24px 180px;
}

.pp-hero-image-top {
    border-radius: 24px 90px 24px 24px;
}

.pp-hero-image-bottom {
    border-radius: 24px 24px 90px 24px;
}

.pp-hero-seal {
    position: absolute;
    bottom: 34px;
    left: -35px;
    z-index: 3;
    display: grid;
    width: 112px;
    height: 112px;
    place-content: center;
    border: 1px solid rgba(214, 179, 105, 0.52);
    border-radius: 50%;
    background: rgba(12, 12, 13, 0.88);
    color: #fff;
    text-align: center;
    backdrop-filter: blur(12px);
}

.pp-hero-seal::before {
    position: absolute;
    inset: 7px;
    border: 1px dashed rgba(214, 179, 105, 0.34);
    border-radius: inherit;
    content: "";
}

.pp-hero-seal span,
.pp-hero-seal strong {
    position: relative;
    z-index: 1;
    display: block;
}

.pp-hero-seal span {
    color: var(--pp-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
}

.pp-hero-seal strong {
    margin-top: 3px;
    font-size: 8px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

/* Home */
.pp-home-paths {
    position: relative;
    z-index: 2;
    padding: 0 0 clamp(72px, 8vw, 105px);
    border-top: 1px solid var(--pp-line);
}

.pp-path-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding-top: 21px;
}

.pp-path-card {
    position: relative;
    display: flex;
    min-height: 205px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    padding: 25px;
    border: 1px solid var(--pp-line);
    border-radius: 20px;
    background: linear-gradient(145deg, #19191b, #141415);
    color: var(--pp-text) !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.pp-path-card::after {
    position: absolute;
    right: -52px;
    bottom: -60px;
    width: 165px;
    height: 165px;
    border: 1px solid rgba(214, 179, 105, 0.12);
    border-radius: 50%;
    content: "";
}

.pp-path-card:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 179, 105, 0.55);
}

.pp-path-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(214, 179, 105, 0.28);
    border-radius: 13px;
    background: rgba(214, 179, 105, 0.08);
    color: var(--pp-gold);
}

.pp-path-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pp-path-card h2 {
    margin: 25px 0 7px;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.pp-path-card p {
    max-width: 300px;
    margin: 0;
    color: #948d83;
    font-size: 12px;
    line-height: 1.6;
}

.pp-path-card > span:last-child {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 24px;
    color: #e1c27c;
    font-size: 11px;
    font-weight: 900;
}

.pp-path-card > span:last-child::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.18s ease;
}

.pp-path-card:hover > span:last-child::after {
    transform: translateX(4px);
}

.pp-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.pp-product-card {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--pp-light-line);
    border-radius: 21px;
    background: #fff;
    color: inherit;
    text-align: left;
    box-shadow: 0 16px 42px rgba(42, 32, 16, 0.07);
    cursor: pointer;
    outline: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pp-product-card:hover,
.pp-product-card:focus-visible {
    transform: translateY(-4px);
    border-color: #d4b46f;
    box-shadow: 0 22px 50px rgba(42, 32, 16, 0.12);
}

.pp-product-media {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #eee8dd;
}

.pp-product-media::after {
    position: absolute;
    inset: 55% 0 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.22));
    content: "";
}

.pp-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pp-product-card:hover .pp-product-media img {
    transform: scale(1.045);
}

.pp-product-body {
    padding: 21px 21px 23px;
}

.pp-product-category {
    color: #a87825;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pp-product-body h3 {
    margin: 7px 0 8px;
    color: #181818 !important;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.pp-product-body p {
    display: -webkit-box;
    min-height: 38px;
    margin: 0;
    overflow: hidden;
    color: #777067;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pp-product-body .pp-inline-link {
    margin-top: 14px;
}

.pp-quality-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(42px, 8vw, 110px);
    align-items: center;
}

.pp-quality-copy h2 {
    max-width: 650px;
    margin: 13px 0 20px;
    color: #fff !important;
    font-size: clamp(2.75rem, 5.5vw, 4.8rem);
    line-height: 0.98;
}

.pp-quality-copy > p {
    max-width: 620px;
    margin: 0;
    color: #a39b90;
    font-size: 15px;
    line-height: 1.75;
}

.pp-quality-list {
    display: grid;
    gap: 11px;
}

.pp-quality-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    min-height: 88px;
    padding: 16px;
    border: 1px solid var(--pp-line);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.025);
}

.pp-quality-item > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: rgba(214, 179, 105, 0.11);
    color: var(--pp-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
}

.pp-quality-item h3 {
    margin: 0 0 4px;
    color: #f5f0e8 !important;
    font-size: 14px;
    font-weight: 900;
}

.pp-quality-item p {
    margin: 0;
    color: #817a70;
    font-size: 11px;
    line-height: 1.55;
}

.pp-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 20px;
}

.pp-location-card,
.pp-location-details {
    min-width: 0;
    border: 1px solid var(--pp-light-line);
    border-radius: 24px;
    background: #fff;
}

.pp-location-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
}

.pp-location-card img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.pp-location-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 36%, rgba(8, 8, 8, 0.82));
    content: "";
}

.pp-location-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 30px;
    color: #fff;
}

.pp-location-overlay span {
    color: var(--pp-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pp-location-overlay h2 {
    margin: 8px 0 6px;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 500;
}

.pp-location-overlay p {
    margin: 0;
    color: #d3cec6;
    font-size: 12px;
}

.pp-location-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 52px);
}

.pp-location-details h2 {
    margin: 12px 0 16px;
    color: #171717 !important;
    font-size: clamp(2.3rem, 4.2vw, 3.65rem);
    line-height: 1;
}

.pp-location-details > p {
    margin: 0;
    color: #716b63;
    font-size: 13px;
    line-height: 1.7;
}

.pp-contact-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 25px 0;
}

.pp-contact-mini {
    padding: 15px;
    border: 1px solid #e8e0d4;
    border-radius: 14px;
    background: #fcfaf6;
}

.pp-contact-mini strong {
    display: block;
    margin-bottom: 5px;
    color: #37332e;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pp-contact-mini a {
    color: #9c6d1e !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

/* About */
.pp-about-intro {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(44px, 8vw, 110px);
    align-items: start;
}

.pp-about-intro h2 {
    margin: 12px 0 0;
    color: #171717 !important;
    font-size: clamp(2.7rem, 5.5vw, 4.75rem);
    line-height: 0.98;
}

.pp-story-copy {
    max-width: 700px;
}

.pp-story-copy p {
    margin: 0 0 19px;
    color: #5f5a53;
    font-size: 15px;
    line-height: 1.82;
}

.pp-story-copy p:first-child {
    color: #292724;
    font-size: 20px;
    font-weight: 720;
    line-height: 1.62;
}

.pp-milestones {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 50px;
    overflow: hidden;
    border: 1px solid var(--pp-light-line);
    border-radius: 20px;
    background: var(--pp-light-line);
}

.pp-milestone {
    min-height: 180px;
    padding: 25px;
    background: #fff;
}

.pp-milestone span {
    color: #aa7b2a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.pp-milestone h3 {
    margin: 18px 0 8px;
    color: #1d1c1a !important;
    font-size: 16px;
    font-weight: 900;
}

.pp-milestone p {
    margin: 0;
    color: #756f67;
    font-size: 11px;
    line-height: 1.65;
}

.pp-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.pp-value-card {
    min-height: 238px;
    padding: 25px;
    border: 1px solid var(--pp-line);
    border-radius: 20px;
    background: linear-gradient(145deg, #19191b, #141415);
}

.pp-value-card > span {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid rgba(214, 179, 105, 0.25);
    border-radius: 14px;
    background: rgba(214, 179, 105, 0.08);
    color: var(--pp-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.pp-value-card h3 {
    margin: 28px 0 10px;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
}

.pp-value-card p {
    margin: 0;
    color: #8f887e;
    font-size: 12px;
    line-height: 1.65;
}

.pp-offer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}

.pp-offer-card {
    position: relative;
    min-height: 365px;
    overflow: hidden;
    border-radius: 24px;
    background: #151515;
}

.pp-offer-card img {
    width: 100%;
    height: 100%;
    min-height: 365px;
    object-fit: cover;
    opacity: 0.72;
    transition: transform 0.6s ease;
}

.pp-offer-card:hover img {
    transform: scale(1.035);
}

.pp-offer-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(5, 5, 5, 0.88));
    content: "";
}

.pp-offer-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 31px;
    color: #fff;
}

.pp-offer-copy span {
    color: var(--pp-gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pp-offer-copy h3 {
    margin: 7px 0 9px;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 500;
}

.pp-offer-copy p {
    max-width: 510px;
    margin: 0 0 17px;
    color: #d3cec6;
    font-size: 12px;
    line-height: 1.6;
}

.pp-owner-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: clamp(38px, 7vw, 90px);
    align-items: center;
}

.pp-owner-copy h2 {
    margin: 12px 0 20px;
    color: #171717 !important;
    font-size: clamp(2.65rem, 5.2vw, 4.5rem);
    line-height: 1;
}

.pp-owner-copy > p {
    max-width: 650px;
    margin: 0;
    color: #676159;
    font-size: 14px;
    line-height: 1.78;
}

.pp-owner-list {
    display: grid;
    gap: 10px;
}

.pp-owner {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    min-height: 76px;
    padding: 13px 15px;
    border: 1px solid var(--pp-light-line);
    border-radius: 16px;
    background: #fff;
}

.pp-owner-avatar {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 50%;
    background: #171717;
    color: var(--pp-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
}

.pp-owner strong {
    display: block;
    color: #252320;
    font-size: 13px;
}

.pp-owner small {
    display: block;
    margin-top: 3px;
    color: #847d74;
    font-size: 10px;
}

.pp-owner a {
    color: #98691c !important;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none !important;
}

/* FAQ */
.pp-faq-hero {
    padding-bottom: 57px;
}

.pp-faq-hero .pp-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
}

.pp-faq-visual {
    display: grid;
    min-height: 350px;
    place-content: center;
    border: 1px solid rgba(214, 179, 105, 0.2);
    border-radius: 180px 26px 100px 26px;
    background:
        radial-gradient(circle at 50% 45%, rgba(214, 179, 105, 0.14), transparent 60%),
        #151516;
    text-align: center;
}

.pp-faq-visual strong {
    color: rgba(214, 179, 105, 0.76);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 150px;
    font-weight: 500;
    line-height: 0.85;
}

.pp-faq-visual span {
    margin-top: 20px;
    color: #8b8479;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.pp-faq-layout {
    display: grid;
    grid-template-columns: minmax(245px, 0.36fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 78px);
    align-items: start;
}

.pp-faq-aside {
    position: sticky;
    top: 98px;
}

.pp-faq-aside h2 {
    margin: 11px 0 14px;
    color: #181818 !important;
    font-size: 34px;
    line-height: 1;
}

.pp-faq-aside > p {
    margin: 0;
    color: #716b63;
    font-size: 12px;
    line-height: 1.65;
}

.pp-faq-search {
    position: relative;
    margin-top: 23px;
}

.pp-faq-search svg {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    fill: none;
    stroke: #8e867d;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.pp-faq-search input {
    width: 100%;
    min-height: 50px;
    padding: 0 14px 0 42px;
    border: 1px solid #ddd4c7;
    border-radius: 14px;
    background: #fff;
    color: #181818;
    outline: none;
}

.pp-faq-search input:focus {
    border-color: var(--pp-gold);
    box-shadow: 0 0 0 4px rgba(214, 179, 105, 0.14);
}

.pp-faq-contact {
    margin-top: 18px;
    padding: 17px;
    border: 1px solid #e7dece;
    border-radius: 15px;
    background: #fffaf1;
}

.pp-faq-contact strong {
    display: block;
    color: #2c2925;
    font-size: 12px;
}

.pp-faq-contact p {
    margin: 6px 0 12px;
    color: #756e65;
    font-size: 10px;
    line-height: 1.55;
}

.pp-faq-groups {
    min-width: 0;
}

.pp-faq-group {
    margin-bottom: 46px;
}

.pp-faq-group:last-child {
    margin-bottom: 0;
}

.pp-faq-group-head {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e6ded2;
}

.pp-faq-group-head > span {
    color: #a97825;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
}

.pp-faq-group-head h2 {
    margin: 0;
    color: #1a1917 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 500;
}

.pp-faq-item {
    overflow: hidden;
    border-bottom: 1px solid #e8e0d5;
}

.pp-faq-question {
    display: grid;
    width: 100%;
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 15px;
    align-items: center;
    padding: 16px 0;
    border: 0;
    background: transparent;
    color: #282522;
    text-align: left;
    cursor: pointer;
}

.pp-faq-question span:first-child {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.pp-faq-toggle {
    position: relative;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #e2d8c8;
    border-radius: 50%;
    background: #fffaf1;
}

.pp-faq-toggle::before,
.pp-faq-toggle::after {
    position: absolute;
    width: 12px;
    height: 1.5px;
    border-radius: 2px;
    background: #9c6e20;
    content: "";
    transition: transform 0.2s ease;
}

.pp-faq-toggle::after {
    transform: rotate(90deg);
}

.pp-faq-question[aria-expanded="true"] .pp-faq-toggle::after {
    transform: rotate(0);
}

.pp-faq-answer {
    overflow: hidden;
}

.pp-faq-answer[hidden] {
    display: none;
}

.pp-faq-answer > div {
    max-width: 800px;
    padding: 0 52px 22px 0;
    color: #6c665e;
    font-size: 13px;
    line-height: 1.72;
}

.pp-faq-answer a {
    color: #96691e !important;
    font-weight: 850;
}

.pp-faq-empty {
    display: none;
    padding: 48px 28px;
    border: 1px solid #e5dccf;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.pp-faq-empty.is-visible {
    display: block;
}

.pp-faq-empty h2 {
    margin: 0;
    color: #1b1917 !important;
    font-family: Georgia, "Times New Roman", serif;
}

.pp-faq-empty p {
    margin: 9px 0 0;
    color: #756e65;
}

/* Contact */
.pp-contact-hero .pp-hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.82fr);
}

.pp-contact-visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 180px 28px 110px 28px;
    background: #211e19;
}

.pp-contact-visual img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.pp-contact-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(6, 6, 6, 0.72));
    content: "";
}

.pp-contact-visual-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 31px;
    color: #fff;
}

.pp-contact-visual-copy span {
    color: var(--pp-gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pp-contact-visual-copy strong {
    display: block;
    margin-top: 7px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
}

.pp-contact-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 37px;
}

.pp-contact-option {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--pp-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
}

.pp-contact-option svg {
    width: 22px;
    height: 22px;
    margin-bottom: 17px;
    fill: none;
    stroke: var(--pp-gold);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pp-contact-option strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
}

.pp-contact-option span,
.pp-contact-option a {
    color: #978f84 !important;
    font-size: 10px;
    line-height: 1.5;
    text-decoration: none !important;
}

.pp-contact-option a:hover {
    color: var(--pp-gold) !important;
}

.pp-contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(32px, 6vw, 76px);
    align-items: start;
}

.pp-contact-aside h2 {
    margin: 12px 0 15px;
    color: #171717 !important;
    font-size: clamp(2.4rem, 4.8vw, 4rem);
    line-height: 1;
}

.pp-contact-aside > p {
    margin: 0;
    color: #6f6961;
    font-size: 13px;
    line-height: 1.72;
}

.pp-contact-detail-list {
    display: grid;
    gap: 10px;
    margin-top: 27px;
}

.pp-contact-detail {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 15px;
    border: 1px solid #e4dacc;
    border-radius: 15px;
    background: #fff;
}

.pp-contact-detail > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: #fff8eb;
    color: #9b6c1e;
}

.pp-contact-detail svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pp-contact-detail strong {
    display: block;
    color: #2d2a26;
    font-size: 11px;
}

.pp-contact-detail p {
    margin: 4px 0 0;
    color: #746d64;
    font-size: 10px;
    line-height: 1.55;
}

.pp-contact-detail a {
    color: #96691e !important;
    font-weight: 850;
    text-decoration: none !important;
}

.pp-form-card {
    padding: clamp(25px, 4vw, 42px);
    border: 1px solid #e5dbcc;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(45, 34, 17, 0.08);
}

.pp-form-head {
    margin-bottom: 27px;
}

.pp-form-head h2 {
    margin: 10px 0 8px;
    color: #181818 !important;
    font-size: clamp(2.1rem, 4vw, 3.15rem);
    line-height: 1;
}

.pp-form-head p {
    margin: 0;
    color: #756e65;
    font-size: 12px;
}

.pp-contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 14px;
}

.pp-form-group {
    min-width: 0;
}

.pp-form-group.is-wide,
.pp-form-actions,
.pp-form-status {
    grid-column: 1 / -1;
}

.pp-form-group label {
    display: block;
    margin: 0 0 7px;
    color: #514c46;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pp-form-group input,
.pp-form-group select,
.pp-form-group textarea {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 13px 15px;
    border: 1px solid #ddd4c6;
    border-radius: 14px;
    background: #fff;
    color: #181818;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.pp-form-group textarea {
    min-height: 145px;
    resize: vertical;
}

.pp-form-group input:focus,
.pp-form-group select:focus,
.pp-form-group textarea:focus {
    border-color: var(--pp-gold);
    box-shadow: 0 0 0 4px rgba(214, 179, 105, 0.14);
}

.pp-form-error {
    min-height: 15px;
    margin-top: 4px;
    color: #b33939;
    font-size: 10px;
    font-weight: 800;
}

.pp-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 3px;
}

.pp-form-actions p {
    margin: 0;
    color: #8a8379;
    font-size: 10px;
    line-height: 1.5;
}

.pp-form-actions .pp-button {
    min-width: 170px;
}

.pp-success {
    display: grid;
    min-height: 430px;
    place-content: center;
    justify-items: center;
    padding: 40px;
    border: 1px solid #e3d5bd;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 20%, rgba(214, 179, 105, 0.17), transparent 19rem),
        #fff;
    text-align: center;
}

.pp-success-mark {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1px solid #d7b976;
    border-radius: 50%;
    background: #fff9ec;
    color: #9a6a1c;
    font-size: 25px;
}

.pp-success h2 {
    margin: 19px 0 9px;
    color: #191816 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
}

.pp-success p {
    max-width: 470px;
    margin: 0;
    color: #716a61;
    font-size: 13px;
    line-height: 1.68;
}

.pp-success a {
    margin-top: 18px;
}

.pp-contact-loading {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: grid;
    visibility: hidden;
    place-items: center;
    padding: 20px;
    background: rgba(8, 8, 9, 0.94);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(12px);
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pp-contact-loading.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.pp-contact-loading-card {
    display: grid;
    width: min(440px, 100%);
    min-height: 300px;
    place-content: center;
    justify-items: center;
    padding: 35px;
    border: 1px solid rgba(214, 179, 105, 0.3);
    border-radius: 24px;
    background: #151516;
    color: #fff;
    text-align: center;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
}

.pp-loading-mark {
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 23px;
}

.pp-loading-ring {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(214, 179, 105, 0.25);
    border-top-color: var(--pp-gold);
    border-radius: 50%;
    animation: pp-spin 0.9s linear infinite;
}

.pp-loading-dot {
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    background: var(--pp-gold);
    box-shadow: 0 0 24px rgba(214, 179, 105, 0.45);
}

.pp-contact-loading h2 {
    margin: 0 0 9px;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 500;
}

.pp-contact-loading p {
    margin: 0;
    color: #9e978c;
    font-size: 12px;
}

@keyframes pp-spin {
    to { transform: rotate(360deg); }
}

/* Product modal used by Home */
.pp-modal[hidden] {
    display: none !important;
}

.pp-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: grid;
    padding: 22px;
    place-items: center;
}

.pp-modal-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(10px);
}

.pp-modal-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(900px, 100%);
    max-height: min(760px, calc(100dvh - 44px));
    grid-template-columns: minmax(310px, 0.93fr) minmax(0, 1.07fr);
    overflow: hidden;
    border: 1px solid rgba(214, 179, 105, 0.27);
    border-radius: 25px;
    background: #151516;
    color: var(--pp-text);
    box-shadow: 0 38px 100px rgba(0, 0, 0, 0.58);
}

.pp-modal-media {
    position: relative;
    min-height: 490px;
    overflow: hidden;
    background: #211e19;
}

.pp-modal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pp-modal-content {
    min-width: 0;
    overflow-y: auto;
    padding: clamp(34px, 5vw, 58px);
}

.pp-modal-content h2 {
    margin: 11px 0 17px;
    color: #fff !important;
    font-size: clamp(2.25rem, 4.5vw, 3.7rem);
    line-height: 1;
    overflow-wrap: break-word;
}

.pp-modal-content > p {
    margin: 0;
    color: #aaa297;
    font-size: 14px;
    line-height: 1.75;
    white-space: pre-line;
}

.pp-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.pp-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(9, 9, 10, 0.78);
    color: #fff;
    cursor: pointer;
}

.pp-modal-close svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

@media (max-width: 1020px) {
    .pp-hero-grid,
    .pp-contact-hero .pp-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr);
        gap: 42px;
    }

    .pp-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pp-location-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    }

    .pp-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .pp-shell {
        width: min(100% - 30px, 1200px);
    }

    .pp-hero {
        padding-top: 48px;
    }

    .pp-hero-grid,
    .pp-faq-hero .pp-hero-grid,
    .pp-contact-hero .pp-hero-grid,
    .pp-quality-grid,
    .pp-location-grid,
    .pp-about-intro,
    .pp-owner-band,
    .pp-contact-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-hero-visual {
        width: min(100%, 570px);
        height: min(112vw, 475px);
        margin: 0 auto;
    }

    .pp-contact-visual {
        width: min(100%, 570px);
        min-height: 440px;
        margin: 0 auto;
    }

    .pp-contact-visual img {
        min-height: 440px;
    }

    .pp-hero-seal {
        bottom: 24px;
        left: -5px;
        width: 94px;
        height: 94px;
    }

    .pp-path-grid,
    .pp-milestones,
    .pp-contact-options {
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-path-card {
        min-height: 190px;
    }

    .pp-section-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 19px;
    }

    .pp-location-card,
    .pp-location-card img {
        min-height: 370px;
    }

    .pp-about-intro {
        gap: 30px;
    }

    .pp-milestones {
        gap: 1px;
    }

    .pp-offer-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-faq-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .pp-faq-aside {
        position: static;
    }

    .pp-faq-visual {
        min-height: 310px;
    }

    .pp-contact-options {
        gap: 9px;
    }

    .pp-contact-option {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .pp-contact-option svg {
        margin: 0;
    }

    .pp-contact-option strong {
        margin: 0;
    }

    .pp-contact-option span,
    .pp-contact-option a {
        grid-column: 2;
    }

    .pp-modal-dialog {
        width: min(620px, 100%);
        grid-template-columns: minmax(0, 1fr);
        overflow-y: auto;
    }

    .pp-modal-media {
        min-height: 310px;
        max-height: 42dvh;
    }

    .pp-modal-content {
        overflow: visible;
        padding: 30px;
    }
}

@media (max-width: 600px) {
    .pp-shell {
        width: min(100% - 24px, 1200px);
    }

    .pp-section {
        padding: 62px 0;
    }

    .pp-hero {
        padding: 42px 0 62px;
    }

    .pp-hero-copy h1 {
        margin-top: 15px;
        font-size: clamp(2.75rem, 14vw, 4.35rem);
    }

    .pp-hero-copy > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .pp-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-button {
        width: 100%;
    }

    .pp-center-action {
        display: grid;
    }

    .pp-proof-row {
        gap: 9px 13px;
        margin-top: 25px;
    }

    .pp-proof-row span {
        padding-right: 13px;
    }

    .pp-hero-visual {
        height: 92vw;
        max-height: 390px;
        gap: 7px;
    }

    .pp-hero-image-main {
        border-radius: 100px 17px 17px 100px;
    }

    .pp-hero-image-top {
        border-radius: 17px 58px 17px 17px;
    }

    .pp-hero-image-bottom {
        border-radius: 17px 17px 58px 17px;
    }

    .pp-path-card {
        min-height: 180px;
        padding: 21px;
    }

    .pp-section-head h2 {
        font-size: 2.7rem;
    }

    .pp-product-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-product-card {
        display: grid;
        min-height: 155px;
        grid-template-columns: 126px minmax(0, 1fr);
        border-radius: 17px;
    }

    .pp-product-media {
        height: 100%;
        min-height: 155px;
    }

    .pp-product-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 16px 14px;
    }

    .pp-product-body h3 {
        margin: 5px 0 6px;
        font-size: 16px;
    }

    .pp-product-body p {
        min-height: 0;
        font-size: 10px;
    }

    .pp-product-body .pp-inline-link {
        margin-top: 9px;
        font-size: 10px;
    }

    .pp-quality-copy h2,
    .pp-about-intro h2,
    .pp-owner-copy h2 {
        font-size: 2.75rem;
    }

    .pp-quality-item {
        grid-template-columns: 43px minmax(0, 1fr);
    }

    .pp-quality-item > span {
        width: 43px;
        height: 43px;
    }

    .pp-location-card,
    .pp-location-card img {
        min-height: 320px;
    }

    .pp-location-overlay {
        padding: 22px;
    }

    .pp-contact-mini-grid,
    .pp-values-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-milestone {
        min-height: 150px;
        padding: 21px;
    }

    .pp-value-card {
        min-height: 215px;
        padding: 22px;
    }

    .pp-offer-card,
    .pp-offer-card img {
        min-height: 315px;
    }

    .pp-offer-copy {
        padding: 23px;
    }

    .pp-owner {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .pp-owner-avatar {
        width: 46px;
        height: 46px;
    }

    .pp-owner a {
        grid-column: 2;
    }

    .pp-faq-visual {
        min-height: 260px;
        border-radius: 110px 20px 70px 20px;
    }

    .pp-faq-visual strong {
        font-size: 115px;
    }

    .pp-faq-answer > div {
        padding-right: 0;
    }

    .pp-contact-visual,
    .pp-contact-visual img {
        min-height: 350px;
    }

    .pp-contact-visual {
        border-radius: 110px 20px 70px 20px;
    }

    .pp-contact-form-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-form-group.is-wide,
    .pp-form-actions,
    .pp-form-status {
        grid-column: auto;
    }

    .pp-form-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-form-actions .pp-button {
        min-width: 0;
    }

    .pp-modal {
        align-items: end;
        padding: 0;
    }

    .pp-modal-dialog {
        width: 100%;
        max-height: 91dvh;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 24px 24px 0 0;
    }

    .pp-modal-media {
        min-height: 245px;
        max-height: 36dvh;
    }

    .pp-modal-content {
        padding: 25px 20px calc(24px + env(safe-area-inset-bottom));
    }

    .pp-modal-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    html.pp-document {
        scroll-behavior: auto;
    }

    .pp-button,
    .pp-inline-link svg,
    .pp-hero-image img,
    .pp-path-card,
    .pp-product-card,
    .pp-product-media img,
    .pp-offer-card img,
    .pp-faq-toggle::after {
        transition: none;
    }

    .pp-loading-ring {
        animation: none;
    }
}
