/* PL homepage design system – scoped to custom PL sections */
:root{--pl-ink:#151310;--pl-muted:#6f6a63;--pl-line:#ece9e4;--pl-warm:#e9dfd2;--pl-warm-2:#f5f0e9;--pl-paper:#fff;--pl-max:1440px;--pl-gutter:clamp(16px,2.1vw,34px);--pl-serif:Georgia,"Times New Roman",serif;--pl-sans:Arial,Helvetica,sans-serif}.pl-shell{max-width:var(--pl-max);margin:0 auto;padding-left:var(--pl-gutter);padding-right:var(--pl-gutter)}.pl-section{background:var(--pl-paper);color:var(--pl-ink);font-family:var(--pl-sans)}.pl-section *{box-sizing:border-box}.pl-kicker{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.pl-title{font-family:var(--pl-serif);font-weight:400;line-height:1.03;letter-spacing:-.025em}.pl-link{color:inherit;text-decoration:none}.pl-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 26px;border:1px solid #fff;background:#fff;color:#111;text-decoration:none;font:700 11px/1 var(--pl-sans);letter-spacing:.035em;transition:.2s ease}.pl-button:hover{background:#111;border-color:#111;color:#fff}.pl-button--dark{background:#151310;color:#fff;border-color:#151310}.pl-button--dark:hover{background:#fff;color:#151310}.pl-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.pl-section-head h2{font:400 clamp(22px,2vw,30px)/1 var(--pl-serif);margin:0}.pl-section-head a{font-size:11px;letter-spacing:.04em;text-decoration:none;color:inherit}.pl-section-head a:hover{text-decoration:underline}.pl-utility{position:relative;background:var(--pl-warm);color:#201d19;font-family:var(--pl-sans);font-size:10px;letter-spacing:.025em}.pl-utility__inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:clamp(28px,6vw,92px);padding:6px 48px}.pl-utility__item{display:flex;align-items:center;gap:8px;white-space:nowrap}.pl-utility__item svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.5}.pl-utility__item a{color:inherit;text-decoration:none}.pl-utility__close{position:absolute;right:16px;top:50%;translate:0 -50%;border:0;background:transparent;width:28px;height:28px;font-size:18px;line-height:1;cursor:pointer;color:inherit}.pl-hero{position:relative;overflow:hidden;background:#d5c5b4;color:#fff}.pl-hero__slide{display:none;position:relative;height:clamp(440px,48vw,640px)}.pl-hero__slide.is-active{display:block}.pl-hero__media{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr}.pl-hero__media figure{margin:0;min-width:0;overflow:hidden;background:#c9b8a7}.pl-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.pl-hero__copy{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;text-shadow:0 1px 18px rgba(0,0,0,.28);pointer-events:none}.pl-hero__copy>*{pointer-events:auto}.pl-hero__copy .pl-kicker{font-family:var(--pl-serif);font-size:17px;text-transform:none;letter-spacing:0;margin-bottom:8px}.pl-hero__copy h2{font:400 clamp(38px,5vw,72px)/.96 var(--pl-serif);letter-spacing:-.035em;margin:0;max-width:620px}.pl-hero__copy p{font-size:14px;line-height:1.45;margin:16px 0 20px;max-width:360px}.pl-hero__actions{display:flex;gap:14px}.pl-hero__arrow{position:absolute;z-index:3;top:50%;translate:0 -50%;width:46px;height:60px;border:0;background:transparent;color:#fff;cursor:pointer;display:grid;place-items:center}.pl-hero__arrow svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.4}.pl-hero__arrow--prev{left:6px}.pl-hero__arrow--next{right:6px}.pl-hero__dots{position:absolute;z-index:4;bottom:18px;left:50%;translate:-50% 0;display:flex;gap:10px}.pl-hero__dot{width:7px;height:7px;border-radius:50%;border:1px solid #fff;background:transparent;padding:0;cursor:pointer}.pl-hero__dot.is-active{background:#fff}.pl-categories{padding:34px 0 30px}.pl-categories__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:18px}.pl-category{text-align:center}.pl-category__media{width:min(100%,120px);aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--pl-warm-2);margin:0 auto 12px;display:grid;place-items:center;transition:transform .25s ease}.pl-category:hover .pl-category__media{transform:translateY(-3px)}.pl-category__media img{width:100%;height:100%;object-fit:cover;display:block}.pl-category__media--sale{background:#f3ede5}.pl-category__tag{width:58%;aspect-ratio:.72;background:#111;color:#fff;display:grid;place-items:center;font:400 32px/1 var(--pl-serif);position:relative}.pl-category__tag:before{content:"";position:absolute;top:-16px;width:1px;height:18px;background:#111}.pl-category__label{font-size:11px;letter-spacing:.035em;text-transform:uppercase}.pl-category--sale .pl-category__label{color:#cf2228}.pl-editorial{padding:0 0 30px}.pl-editorial__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pl-editorial__card{position:relative;min-height:300px;background:var(--pl-warm-2);overflow:hidden}.pl-editorial__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pl-editorial__wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(243,235,225,.96) 0%,rgba(243,235,225,.84) 47%,rgba(243,235,225,.04) 78%)}.pl-editorial__content{position:relative;z-index:2;width:58%;min-height:300px;padding:34px 28px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.pl-editorial__content h3{font:400 clamp(25px,2.3vw,38px)/1.02 var(--pl-serif);margin:8px 0 12px}.pl-editorial__content p{font-size:12px;line-height:1.55;margin:0 0 22px;color:#403a34}.pl-editorial .pl-button{border-color:#fff}.pl-trust{padding:0 0 26px}.pl-trust__title{text-align:center;font:400 22px/1 var(--pl-serif);margin:0 0 14px}.pl-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--pl-line);border-bottom:1px solid var(--pl-line)}.pl-trust__item{min-height:78px;display:flex;align-items:center;justify-content:center;gap:14px;padding:12px;border-right:1px solid var(--pl-line)}.pl-trust__item:last-child{border-right:0}.pl-trust__icon svg{width:28px;height:28px;stroke:#151310;fill:none;stroke-width:1.4}.pl-trust__copy strong{display:block;font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.025em}.pl-trust__copy span{display:block;font-size:10px;color:var(--pl-muted);margin-top:5px}.pl-products{padding:6px 0 34px}.pl-products__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.pl-product{min-width:0}.pl-product__media{display:block;position:relative;aspect-ratio:1;background:#f5f2ee;overflow:hidden}.pl-product__media img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.pl-product:hover .pl-product__media img{transform:scale(1.025)}.pl-product__heart{position:absolute;top:11px;right:12px;font-size:19px;font-weight:300;line-height:1}.pl-product__meta{padding-top:12px}.pl-product__vendor{font-size:9px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px;color:#403d39}.pl-product__title{font-size:11px;line-height:1.35;margin:0 0 6px;color:#1c1916}.pl-product__price{font-size:11px}.pl-product__compare{color:#8b867f;text-decoration:line-through;margin-left:5px}.pl-inspiration{padding:0 0 32px}.pl-inspiration__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.pl-inspiration__card{position:relative;min-height:220px;overflow:hidden;background:#e8e0d6;color:#fff}.pl-inspiration__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.pl-inspiration__card:hover img{transform:scale(1.025)}.pl-inspiration__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.42))}.pl-inspiration__content{position:relative;z-index:2;height:100%;min-height:220px;padding:24px 20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.pl-inspiration__content h3{font:400 20px/1.05 var(--pl-serif);margin:0 0 4px}.pl-inspiration__content p{font:400 22px/1.05 var(--pl-serif);margin:0 0 18px}.pl-inspiration__content .pl-button{min-height:34px;padding:0 16px;font-size:9px}.pl-inspiration__card--light{color:#201b17}.pl-inspiration__card--light .pl-inspiration__shade{display:none}.pl-inspiration__card--light .pl-inspiration__content{justify-content:flex-end}.pl-brandstrip{border-top:1px solid var(--pl-line);border-bottom:1px solid var(--pl-line);padding:20px 0}.pl-brandstrip__title{text-align:center;font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 20px}.pl-brandstrip__grid{display:grid;grid-template-columns:repeat(6,1fr);align-items:center;gap:24px}.pl-brandstrip__item{text-align:center;font:400 clamp(14px,1.7vw,23px)/1 var(--pl-serif);letter-spacing:.04em}.pl-values{padding:26px 0 34px}.pl-values__grid{display:grid;grid-template-columns:repeat(4,1fr)}.pl-value{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:start;padding:8px 24px;border-right:1px solid var(--pl-line)}.pl-value:first-child{padding-left:0}.pl-value:last-child{border-right:0;padding-right:0}.pl-value svg{width:34px;height:34px;stroke:#151310;fill:none;stroke-width:1.2}.pl-value strong{display:block;font-size:10px;letter-spacing:.03em;text-transform:uppercase;margin-bottom:5px}.pl-value span{font-size:10px;line-height:1.45;color:#55504a}@media(max-width:989px){.pl-utility__inner{overflow:auto;justify-content:flex-start;gap:26px;padding-right:46px}.pl-categories__grid{grid-auto-flow:column;grid-auto-columns:108px;grid-template-columns:none;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.pl-editorial__grid{grid-template-columns:1fr 1fr}.pl-editorial__card:last-child{grid-column:1/-1}.pl-products__grid{grid-template-columns:repeat(3,1fr)}.pl-inspiration__grid{grid-template-columns:repeat(3,1fr)}.pl-inspiration__card:nth-child(n+4){min-height:200px}.pl-brandstrip__grid{grid-template-columns:repeat(3,1fr);row-gap:22px}.pl-values__grid{grid-template-columns:1fr 1fr;gap:22px 0}.pl-value:nth-child(2){border-right:0}.pl-value:nth-child(3){padding-left:0}}@media(max-width:749px){.pl-shell{padding-left:14px;padding-right:14px}.pl-hero__slide{height:500px}.pl-hero__copy{padding:24px 48px}.pl-hero__copy h2{font-size:42px}.pl-hero__copy p{font-size:12px}.pl-hero__actions{gap:8px}.pl-button{padding:0 18px;min-height:40px}.pl-editorial__grid{grid-template-columns:1fr}.pl-editorial__card:last-child{grid-column:auto}.pl-editorial__card,.pl-editorial__content{min-height:260px}.pl-editorial__content{width:68%;padding:28px 22px}.pl-trust__grid{grid-template-columns:1fr 1fr}.pl-trust__item:nth-child(2){border-right:0}.pl-trust__item:nth-child(-n+2){border-bottom:1px solid var(--pl-line)}.pl-products__grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;padding-bottom:8px}.pl-product{flex:0 0 62vw;scroll-snap-align:start}.pl-inspiration__grid{display:flex;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory}.pl-inspiration__card{flex:0 0 70vw;scroll-snap-align:start;min-height:250px}.pl-brandstrip__grid{grid-template-columns:repeat(2,1fr)}.pl-values__grid{grid-template-columns:1fr}.pl-value{border-right:0;border-bottom:1px solid var(--pl-line);padding:14px 0}.pl-value:last-child{border-bottom:0}}
