:root{--pgh-bg:#faf8f7;--pgh-card:#ffffff;--pgh-ink:#1f1f1f;--pgh-muted:#8a8a8a;--pgh-accent:#a05c76;--pgh-line:#ece8e5;--pgh-btn:#1a1a1a;--pgh-radius:14px}.pgh{background:var(--pgh-bg);padding:clamp(2.4rem,5vw,4.8rem) 0}.pgh--flush{padding:0}.pgh .pgh-wrap{width:100%;max-width:128rem;margin-inline:auto;padding-inline:clamp(1.5rem,4vw,4rem)}.pgh-head{text-align:center;max-width:60rem;margin:0 auto clamp(1.8rem,3.5vw,3rem)}.pgh-eyebrow{display:inline-block;font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;color:var(--pgh-accent);font-weight:600;margin:0 0 .9rem}.pgh-title{font-size:clamp(2rem,3.4vw,2.9rem);line-height:1.12;font-weight:600;color:var(--pgh-ink);margin:0;letter-spacing:-.01em}.pgh-sub{font-size:1.45rem;line-height:1.6;color:var(--pgh-muted);margin:1rem auto 0;max-width:52rem}.pgh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.3rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:1.25rem 2.6rem;border-radius:6rem;text-decoration:none;border:1px solid transparent;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}.pgh-btn--solid{background:var(--pgh-btn);color:#fff}.pgh-btn--solid:hover{background:#000;transform:translateY(-1px)}.pgh-btn--ghost{background:transparent;color:var(--pgh-ink);border-color:var(--pgh-ink)}.pgh-btn--ghost:hover{background:var(--pgh-ink);color:#fff}.pgh-btn--light{background:#fff;color:var(--pgh-ink);border-color:#fff;box-shadow:0 6px 22px -8px #14100e66}.pgh-btn--light:hover{background:#f0ece9;transform:translateY(-1px)}.pgh-hero{position:relative;overflow:hidden}.pgh-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pgh-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center right}.pgh-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#faf8f7f0,#faf8f7c7 34%,#faf8f740 60%,#faf8f700)}.pgh-hero__inner{position:relative;z-index:2;width:100%;max-width:128rem;margin-inline:auto;padding:clamp(4rem,9vw,8rem) clamp(1.5rem,4vw,4rem);min-height:clamp(46rem,72vh,64rem);display:flex;flex-direction:column;justify-content:center}.pgh-hero__content{max-width:42rem}.pgh-hero__eyebrow{font-size:1.15rem;letter-spacing:.24em;text-transform:uppercase;color:var(--pgh-accent);font-weight:600;margin:0 0 1.2rem}.pgh-hero__title{font-size:clamp(3rem,5.4vw,5rem);line-height:1.05;font-weight:600;color:var(--pgh-ink);margin:0;letter-spacing:-.015em}.pgh-hero__sub{font-size:clamp(1.5rem,2vw,1.8rem);line-height:1.55;color:#2c2824;margin:1.6rem 0 0;max-width:38rem}.pgh-hero__cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.6rem}@media(max-width:749px){.pgh-hero__media img{object-position:center top}.pgh-hero__scrim{background:linear-gradient(180deg,#faf8f700,#faf8f780 30%,#faf8f7f2 56%,#faf8f7fc 72%,#faf8f7)}.pgh-hero__inner{min-height:clamp(44rem,92vh,62rem);justify-content:flex-end;padding-bottom:clamp(2.4rem,8vw,4rem)}.pgh-hero__content{max-width:100%}.pgh-hero__title{font-size:clamp(3rem,8vw,4rem)}.pgh-hero__sub{color:#1f1f1f}.pgh-hero__cta .pgh-btn{flex:1 1 auto}}.pgh-grid{display:grid;gap:clamp(1rem,1.6vw,1.6rem);grid-template-columns:repeat(var(--pgh-cols,4),minmax(0,1fr))}.pgh-cardcat{position:relative;display:block;border-radius:var(--pgh-radius);overflow:hidden;text-decoration:none;background:var(--pgh-card);border:1px solid var(--pgh-line);aspect-ratio:var(--pgh-ratio, 4/5);isolation:isolate}.pgh-cardcat__img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pgh-cardcat__img img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.6,.2,1)}.pgh-cardcat__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#14100e00 38%,#14100e0f 60%,#14100e8c)}.pgh-cardcat__body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.5rem 1.6rem}.pgh-cardcat__label{font-size:1.55rem;font-weight:600;color:#fff;line-height:1.2;letter-spacing:-.005em;text-shadow:0 1px 12px rgba(0,0,0,.35)}.pgh-cardcat__count{display:block;font-size:1.1rem;color:#ffffffd1;margin-top:.3rem;letter-spacing:.02em}.pgh-cardcat__arrow{position:absolute;top:1.2rem;right:1.2rem;z-index:2;width:3.2rem;height:3.2rem;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;color:#1a1a1a;opacity:0;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease}.pgh-cardcat__arrow svg{width:1.5rem;height:1.5rem}@media(hover:hover)and (pointer:fine){.pgh-cardcat:hover .pgh-cardcat__img img{transform:scale(1.06)}.pgh-cardcat:hover .pgh-cardcat__arrow{opacity:1;transform:translateY(0)}}@media(max-width:989px){.pgh-grid{--pgh-cols:3 !important}}@media(max-width:749px){.pgh-grid{--pgh-cols:2 !important;gap:1rem}.pgh-cardcat__label{font-size:1.35rem}}.pgh-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.2rem;padding:.4rem 0 0}.pgh-step{text-decoration:none;background:var(--pgh-card);border:1px solid var(--pgh-line);border-radius:var(--pgh-radius);padding:1.8rem 1.6rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.pgh-step:hover{transform:translateY(-3px);box-shadow:0 12px 30px -18px #14100e73;border-color:#dcd6d2}.pgh-step__num{font-size:1.1rem;font-weight:700;letter-spacing:.12em;color:var(--pgh-accent)}.pgh-step__icon{width:3.4rem;height:3.4rem;color:var(--pgh-ink)}.pgh-step__icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.4;fill:none}.pgh-step__name{font-size:1.45rem;font-weight:600;color:var(--pgh-ink);line-height:1.25;margin-top:auto}.pgh-step__go{font-size:1.15rem;color:var(--pgh-muted);letter-spacing:.02em}@media(max-width:989px){.pgh-steps{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:749px){.pgh-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pgh-step{padding:1.5rem 1.3rem}}.pgh-quiz{position:relative;overflow:hidden;border-radius:0}.pgh-quiz__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pgh-quiz__media img{width:100%;height:100%;object-fit:cover;object-position:center left}.pgh-quiz__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(270deg,#faf8f7f2,#faf8f7cc 38%,#faf8f733 66%,#faf8f700)}.pgh-quiz__inner{position:relative;z-index:2;width:100%;max-width:128rem;margin-inline:auto;padding:clamp(3.4rem,7vw,6rem) clamp(1.5rem,4vw,4rem);min-height:32rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right}.pgh-quiz__content{max-width:40rem}.pgh-quiz__title{font-size:clamp(2.2rem,3.6vw,3.2rem);line-height:1.12;font-weight:600;color:var(--pgh-ink);margin:.8rem 0 0;letter-spacing:-.01em}.pgh-quiz__sub{font-size:1.5rem;line-height:1.55;color:#2c2824;margin:1.2rem 0 0}.pgh-quiz__cta{margin-top:2.2rem}@media(max-width:749px){.pgh-quiz__media img{object-position:center top}.pgh-quiz__scrim{background:linear-gradient(180deg,#faf8f700,#faf8f780 28%,#faf8f7f2 54%,#faf8f7fc 72%,#faf8f7)}.pgh-quiz__inner{align-items:flex-start;text-align:left;min-height:34rem;justify-content:flex-end;padding-bottom:clamp(2.4rem,8vw,4rem)}.pgh-quiz__content{max-width:100%}.pgh-quiz__sub{color:#1f1f1f}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/pg-home.css.map */
