:root {
    --pp-purple: #523275;
    --pp-plum: #73436f;
    --pp-pink: #c94d75;
    --pp-rose: #df6e8f;
    --pp-teal: #147a7c;
    --pp-teal-dark: #0b6167;
    --pp-gold: #bd8732;
    --pp-ink: #25222a;
    --pp-paper: #fffdf9;
}

.pp-page { color: var(--pp-ink); background: var(--pp-paper); }
.pp-page .fbnew-header { color: var(--fb-cream); background: linear-gradient(90deg, #101a2c, #08111f); }
.pp-page .fbnew-nav .nav-plume.is-active::after { left: 0; right: 0; height: 2px; }
.pp-page main { overflow: hidden; }

.pp-hero {
    min-height: 480px; display: grid; align-items: center;
    background: #fffaf4 url('../images/plume-palette-hero.png') center / cover no-repeat;
    border-bottom: 1px solid rgba(107,68,112,.1);
}
.pp-hero-copy { width: min(1180px, calc(100% - 64px)); margin: auto; padding: 50px 0 54px; }
.pp-hero-copy > * { width: min(470px, 45%); }
.pp-kicker { margin: 0 0 8px; color: var(--pp-gold); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .28em; }
.pp-hero h1 { margin: 0; display: grid; width: fit-content; font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; font-size: clamp(4.3rem, 6.2vw, 7.2rem); line-height: .66; letter-spacing: -.04em; }
.pp-hero h1 span { color: var(--pp-purple); }
.pp-hero h1 strong { margin: .28em 0 0 .68em; color: var(--pp-pink); font-weight: 500; }
.pp-tagline { margin: 42px 0 10px; padding-top: 17px; color: var(--pp-gold); border-top: 2px solid; border-image: linear-gradient(90deg, var(--pp-gold), transparent) 1; font-family: 'Italiana', Georgia, serif; font-size: clamp(1rem, 1.55vw, 1.25rem); text-transform: uppercase; letter-spacing: .1em; }
.pp-intro { margin: 0; font-size: 1rem; line-height: 1.55; }

.pp-paths { padding: 36px clamp(20px, 4vw, 64px) 58px; background: linear-gradient(180deg, #fff 0, #fffdfa 70%, #fbf5f3 100%); }
.pp-section-intro { margin-bottom: 29px; text-align: center; }
.pp-section-intro p { margin: 0 0 5px; color: var(--pp-pink); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.3rem; font-style: italic; }
.pp-section-intro h2 { margin: 0; color: #283142; font-family: 'Italiana', Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 400; text-transform: uppercase; letter-spacing: .12em; }
.pp-path-grid { width: min(1280px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.pp-path-card { min-width: 0; min-height: 510px; padding: 38px 18px 19px; position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid rgba(98,66,104,.08); border-radius: 18px; box-shadow: 0 13px 32px rgba(56,36,61,.09); }
.path-ready { background: radial-gradient(circle at 50% 4%, rgba(124,80,158,.17), transparent 42%), #faf8fd; }
.path-custom { background: radial-gradient(circle at 50% 4%, rgba(215,92,127,.18), transparent 43%), #fff8fa; }
.path-design { background: radial-gradient(circle at 50% 4%, rgba(17,135,137,.15), transparent 43%), #f7fcfb; }
.path-number { width: 42px; height: 42px; position: absolute; top: -21px; display: grid; place-items: center; color: white; border: 4px solid white; border-radius: 50%; box-shadow: 0 5px 12px rgba(52,36,57,.15); font-size: 1.2rem; font-weight: 700; }
.path-ready .path-number { background: var(--pp-purple); }
.path-custom .path-number { background: var(--pp-pink); }
.path-design .path-number { background: var(--pp-teal); }
.path-label { margin: 0 0 7px; font-family: 'Oswald', Arial, sans-serif; font-size: clamp(1.55rem, 2.3vw, 2rem); font-weight: 600; line-height: 1.05; text-transform: uppercase; }
.path-ready .path-label { color: var(--pp-purple); }
.path-custom .path-label { color: var(--pp-pink); }
.path-design .path-label { color: var(--pp-teal-dark); }
.pp-path-card h3 { margin: 0 0 8px; color: var(--pp-gold); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.45rem, 2.05vw, 1.85rem); font-style: italic; font-weight: 500; }
.path-description { width: min(335px, 100%); min-height: 66px; margin: 0 auto 15px; font-size: .9rem; line-height: 1.45; }
.ready-gallery { width: 100%; height: 210px; margin-bottom: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.pp-product { border-radius: 7px; background-image: url('../images/featured-creations.png'); background-size: 300% 200%; background-repeat: no-repeat; box-shadow: inset 0 0 0 1px rgba(90,65,68,.08); }
.product-shirt, .product-tumbler, .product-hoodie { background-size: contain; background-position: center; background-color: #080706; }
.product-shirt { background-image: url('../images/shirt2.png'); }
.product-tumbler { background-image: url('../images/dreamcatcher2.png'); }
.product-hoodie { background-image: url('../images/makeupbag2.png'); }
.custom-showcase { width: min(330px, 100%); height: 210px; margin-bottom: 16px; position: relative; overflow: hidden; border-radius: 9px; background: url('../images/makeupbag2.png') center / cover no-repeat; box-shadow: inset 0 0 0 1px rgba(90,65,68,.12); }
.custom-showcase::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(38,20,31,.56), transparent 60%); }
.custom-showcase span { position: absolute; z-index: 1; left: 20px; bottom: 20px; color: white; font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; text-shadow: 0 2px 5px #000; }
.custom-showcase strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.2rem; font-style: italic; font-weight: 500; text-transform: none; letter-spacing: normal; }
.mini-process { width: 100%; min-height: 210px; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: clamp(4px, .7vw, 10px); }
.mini-process div { width: 64px; display: grid; justify-items: center; gap: 8px; }
.mini-process svg { width: 47px; height: 47px; fill: none; stroke: #172d35; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.mini-process span { font-size: .63rem; font-weight: 700; text-transform: uppercase; }
.mini-process b { color: var(--pp-teal); font-size: 1.2rem; font-weight: 400; }
.pp-button { width: calc(100% - 42px); min-height: 44px; margin-top: auto; display: grid; place-items: center; color: white !important; border-radius: 5px; text-decoration: none; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; box-shadow: 0 7px 15px rgba(57,37,66,.14); transition: transform .2s, filter .2s; }
.pp-button:hover, .pp-button:focus-visible { transform: translateY(-2px); filter: brightness(1.08); }
.path-ready .pp-button { background: linear-gradient(90deg, #593274, #74418a); }
.path-custom .pp-button { background: linear-gradient(90deg, #c6426a, #dc5e7f); }
.path-design .pp-button { background: linear-gradient(90deg, #08787b, #198b89); }

.pp-heart { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 49px 0 53px; display: grid; grid-template-columns: .9fr 1.5fr .9fr; gap: 48px; align-items: center; background: radial-gradient(circle, rgba(230,177,196,.13), transparent 55%); }
.heart-values { display: grid; gap: 31px; }
.heart-values article { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; }
.heart-values svg { width: 44px; height: 44px; fill: none; stroke: var(--pp-purple); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.heart-values-right svg { stroke: var(--pp-teal); }
.heart-values h3 { margin: 0 0 4px; font-size: .72rem; text-transform: uppercase; letter-spacing: .03em; }
.heart-values p { margin: 0; font-size: .72rem; line-height: 1.4; }
.heart-message { text-align: center; }
.heart-message > p:first-child { margin: 0; color: var(--pp-gold); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.2rem; font-style: italic; }
.heart-message h2 { margin: -1px 0 4px; color: #171a24; font-family: 'Italiana', Georgia, serif; font-size: 2.25rem; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; }
.heart-message > span { color: var(--pp-rose); font-size: 1.3rem; }
.heart-copy { margin: 9px auto 0; max-width: 520px; font-size: .87rem; line-height: 1.45; }

.pp-how { padding: 33px max(28px, calc((100% - 1180px) / 2)) 38px; position: relative; background: linear-gradient(90deg, rgba(248,236,230,.94), rgba(255,255,255,.93) 62%, rgba(229,243,240,.92)), url('../images/plume-palette-hero.png') right center / auto 100% no-repeat; border-top: 1px solid rgba(117,77,88,.08); }
.pp-heading-rule { display: grid; grid-template-columns: minmax(40px, 75px) auto minmax(40px, 75px); align-items: center; justify-content: center; gap: 20px; }
.pp-heading-rule span { height: 1px; background: var(--pp-gold); }
.pp-heading-rule h2 { margin: 0; font-family: 'Italiana', Georgia, serif; font-size: 1.15rem; font-weight: 400; text-transform: uppercase; letter-spacing: .1em; }
.process-grid { margin-top: 27px; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { padding: 0 28px; position: relative; text-align: center; }
.process-step:not(:last-child)::after { content: '→'; position: absolute; top: 52px; right: -6px; color: var(--pp-teal); font-size: 1.4rem; }
.process-number { width: 34px; height: 34px; margin: 0 auto 7px; display: grid; place-items: center; color: white; background: var(--pp-teal); border-radius: 50%; font-weight: 700; box-shadow: 0 4px 9px rgba(16,105,106,.22); }
.process-icon svg { width: 54px; height: 54px; margin: auto; fill: none; stroke: #183743; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.process-step h3 { margin: 9px 0 5px; font-size: .72rem; text-transform: uppercase; }
.process-step p { max-width: 210px; margin: auto; font-size: .7rem; line-height: 1.4; }

.pp-contact { min-height: 170px; padding: 30px max(28px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 70px 1.5fr auto 1fr; gap: 30px; align-items: center; color: white; background: radial-gradient(circle at 10% 10%, rgba(217,86,139,.75), transparent 31%), radial-gradient(circle at 82% 75%, rgba(5,127,129,.88), transparent 38%), linear-gradient(115deg, #4b246c, #844673 46%, #125d72); position: relative; isolation: isolate; }
.pp-contact::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .65; background-image: radial-gradient(circle, rgba(255,255,255,.75) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(230,177,65,.8) 0 1px, transparent 1.5px); background-position: 8% 20%, 87% 35%; background-size: 130px 120px, 170px 150px; }
.contact-feather { color: white; font-family: Georgia, serif; font-size: 4.8rem; line-height: 1; transform: rotate(-25deg); }
.pp-contact > div:nth-child(2) > p:first-child { margin: 0 0 3px; color: #f6d790; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.pp-contact h2 { margin: 0 0 7px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.6rem, 2.35vw, 2.2rem); font-style: italic; font-weight: 500; }
.pp-contact > div:nth-child(2) > p:last-child { max-width: 570px; margin: 0; font-size: .82rem; line-height: 1.45; }
.pp-contact-button { min-width: 155px; padding: 13px 23px; color: white !important; border: 1px solid white; border-radius: 4px; text-align: center; text-decoration: none; font-size: .75rem; font-weight: 700; text-transform: uppercase; transition: background .2s, color .2s; }
.pp-contact-button:hover { color: var(--pp-purple) !important; background: white; }
.pp-social { padding-left: 27px; display: flex; align-items: center; justify-content: center; gap: 12px; border-left: 1px solid rgba(255,255,255,.4); }
.pp-social span { margin-right: 5px; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.pp-social a { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; text-decoration: none; font-family: Arial, sans-serif; font-weight: 700; }

.pp-footer { min-height: 105px; padding: 24px max(28px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--fb-cream); background: #091324; }
.footer-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.footer-brand svg { width: 34px; height: 43px; fill: var(--fb-talon); }
.footer-brand span { display: grid; gap: 4px; }
.footer-brand strong { font-family: 'Italiana', Georgia, serif; font-weight: 400; text-transform: uppercase; letter-spacing: .11em; }
.footer-brand small { color: rgba(255,255,255,.65); }
.pp-footer nav { display: flex; gap: 26px; }
.pp-footer nav a { color: rgba(255,255,255,.75); text-decoration: none; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.pp-footer nav a:hover { color: white; }
.pp-footer .forge-admin-link { align-self: center; padding: 8px; color: #f2c94c; font-size: 2.1rem; line-height: 1; }
.pp-footer .forge-admin-link:hover, .pp-footer .forge-admin-link:focus-visible { color: #ffe27a; }

@media (max-width: 1050px) {
    .pp-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .path-design { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; }
    .pp-heart { grid-template-columns: 1fr 1.4fr; gap: 36px; }
    .heart-message { grid-column: 2; grid-row: 1 / span 2; }
    .heart-values-right { grid-column: 1; }
    .pp-contact { grid-template-columns: 60px 1fr auto; }
    .pp-social { grid-column: 2 / -1; justify-content: flex-start; padding: 14px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.3); }
}

@media (max-width: 900px) {
    .pp-page .fbnew-nav { background: #091322; }
    .pp-page .fbnew-nav .nav-plume.is-active { border-left: 2px solid var(--pp-pink); padding-left: 12px; }
    .pp-hero { min-height: 560px; align-items: end; background-position: 64% center; }
    .pp-hero::before { content: ''; position: absolute; inset: 66px 0 auto; height: 560px; pointer-events: none; background: linear-gradient(90deg, rgba(255,252,246,.98) 0, rgba(255,252,246,.91) 40%, rgba(255,252,246,.15) 78%); }
    .pp-hero-copy { position: relative; z-index: 1; }
    .pp-hero-copy > * { width: min(420px, 68%); }
    .path-label { font-size: 1.75rem; }
    .process-step { padding-inline: 16px; }
    .pp-footer { align-items: flex-start; }
    .pp-footer nav { flex-wrap: wrap; justify-content: flex-end; }
}

@media (max-width: 700px) {
    .pp-hero { min-height: 780px; align-items: start; background-position: 70% bottom; background-size: auto 330px; background-color: #fffaf4; }
    .pp-hero::before { inset: 66px 0 auto; height: 330px; background: linear-gradient(#fffaf4 70%, transparent); }
    .pp-hero-copy { width: calc(100% - 40px); margin: 0 auto; padding-top: 50px; text-align: center; }
    .pp-hero-copy > * { width: 100%; }
    .pp-hero h1 { margin-inline: auto; font-size: clamp(4rem, 20vw, 5.7rem); }
    .pp-hero h1 strong { margin-left: .35em; }
    .pp-tagline { margin-top: 37px; border-image: linear-gradient(90deg, transparent, var(--pp-gold), transparent) 1; }
    .pp-intro { font-size: .94rem; }
    .pp-paths { padding-top: 50px; }
    .pp-section-intro h2 { font-size: 1.35rem; line-height: 1.35; }
    .pp-path-grid { grid-template-columns: 1fr; gap: 44px; }
    .path-design { grid-column: auto; width: auto; }
    .pp-path-card { min-height: 500px; }
    .ready-gallery, .custom-showcase, .mini-process { height: 190px; min-height: 190px; }
    .pp-heart { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 32px; }
    .heart-message { grid-column: auto; grid-row: 1; }
    .heart-values-left { grid-row: 2; }
    .heart-values-right { grid-column: auto; grid-row: 3; }
    .heart-values { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .heart-values article { grid-template-columns: 40px 1fr; }
    .heart-values svg { width: 35px; height: 35px; }
    .pp-how { padding-inline: 20px; }
    .pp-heading-rule { grid-template-columns: 35px auto 35px; gap: 10px; text-align: center; }
    .pp-heading-rule h2 { font-size: 1rem; line-height: 1.35; }
    .process-grid { grid-template-columns: 1fr; gap: 0; }
    .process-step { padding: 18px 15px 35px; }
    .process-step:not(:last-child)::after { content: '↓'; top: auto; right: 50%; bottom: 2px; transform: translateX(50%); }
    .process-step p { max-width: 310px; }
    .pp-contact { padding-block: 39px; grid-template-columns: 48px 1fr; gap: 16px; }
    .contact-feather { font-size: 3.5rem; }
    .pp-contact-button { grid-column: 1 / -1; width: 100%; }
    .pp-social { grid-column: 1 / -1; }
    .pp-footer { flex-direction: column; align-items: stretch; }
    .pp-footer nav { justify-content: flex-start; }
}

@media (max-width: 440px) {
    .pp-hero { min-height: 760px; background-size: auto 315px; }
    .pp-hero h1 { font-size: 4.1rem; }
    .pp-paths { padding-inline: 12px; }
    .pp-path-card { padding-inline: 13px; }
    .mini-process { gap: 1px; }
    .mini-process div { width: 54px; }
    .mini-process svg { width: 39px; height: 39px; }
    .heart-values { grid-template-columns: 1fr; }
    .heart-message > p:first-child { font-size: 1.9rem; }
    .heart-message h2 { font-size: 1.8rem; }
    .pp-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 14px 24px; }
}

@media (prefers-reduced-motion: reduce) {
    .pp-page *, .pp-page *::before, .pp-page *::after { transition-duration: .01ms !important; }
}
