.pl-home-section{background:var(--pl-home-base);color:var(--pl-home-ink);padding-block:var(--pl-home-section-gap)}
.pl-home-section--surface{background:var(--pl-home-surface)}
.pl-home-shell{width:min(100% - 32px,1440px);margin-inline:auto}
.pl-home-kicker{font:600 .78rem/1.2 var(--font-body--family);letter-spacing:.12em;text-transform:uppercase;color:var(--pl-home-accent-strong);margin:0 0 12px}
.pl-home-title{font-family:var(--font-heading--family);font-size:clamp(2rem,4vw,4.6rem);line-height:.98;letter-spacing:-.03em;margin:0;color:var(--pl-home-ink)}
.pl-home-title--medium{font-size:clamp(1.75rem,3vw,3rem)}
.pl-home-copy{max-width:64ch;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.65;margin:18px 0 0}
.pl-home-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.pl-home-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--pl-home-accent-strong);border-radius:999px;background:var(--pl-home-accent-strong);color:var(--pl-home-surface);text-decoration:none;font-weight:650;transition:transform .2s ease,opacity .2s ease}
.pl-home-button:hover{transform:translateY(-2px);opacity:.92}
.pl-home-button--secondary{background:transparent;color:var(--pl-home-ink);border-color:var(--pl-home-ink)}
.pl-home-hero{padding-top:clamp(20px,4vw,56px)}
.pl-home-hero__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:min(760px,78vh);border-radius:var(--pl-home-radius);overflow:hidden;background:var(--pl-home-surface)}
.pl-home-hero__content{padding:clamp(34px,6vw,88px);display:flex;flex-direction:column;justify-content:center}
.pl-home-hero__media,.pl-home-media{position:relative;min-height:420px;overflow:hidden;background:var(--pl-home-highlight)}
.pl-home-hero__media img,.pl-home-media img,.pl-home-card img,.pl-home-product img,.pl-home-video video,.pl-home-video iframe{width:100%;height:100%;object-fit:cover;display:block}
.pl-home-hero__media:empty:after,.pl-home-media:empty:after{content:"";position:absolute;inset:12%;border:1px solid var(--pl-home-accent);border-radius:50% 50% 42% 58%;opacity:.55}
.pl-home-grid{display:grid;gap:18px}
.pl-home-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.pl-home-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.pl-home-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.pl-home-card{position:relative;overflow:hidden;border-radius:var(--pl-home-radius);background:var(--pl-home-surface);min-height:320px;text-decoration:none;color:inherit}
.pl-home-card__media{height:270px;background:var(--pl-home-highlight);overflow:hidden}
.pl-home-card__body{padding:20px}
.pl-home-card__title{font-family:var(--font-heading--family);font-size:1.35rem;margin:0}
.pl-home-card__text{margin:8px 0 0;line-height:1.55;opacity:.8}
.pl-home-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}
.pl-home-link{color:var(--pl-home-ink);text-underline-offset:5px;font-weight:650}
.pl-home-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.pl-home-product{background:var(--pl-home-surface);border-radius:var(--pl-home-radius);overflow:hidden}
.pl-home-product__media{aspect-ratio:4/5;background:var(--pl-home-highlight)}
.pl-home-product__body{padding:18px}
.pl-home-product__vendor{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;opacity:.65;margin-bottom:6px}
.pl-home-product__title{font-family:var(--font-heading--family);font-size:1.1rem;line-height:1.25;margin:0}
.pl-home-product__price{margin:12px 0 0;font-weight:700}
.pl-home-editorial{display:grid;grid-template-columns:1.05fr .95fr;border-radius:var(--pl-home-radius);overflow:hidden;background:var(--pl-home-accent);color:var(--pl-home-surface)}
.pl-home-editorial__content{padding:clamp(34px,6vw,82px);display:flex;flex-direction:column;justify-content:center}
.pl-home-editorial .pl-home-title,.pl-home-editorial .pl-home-kicker{color:inherit}
.pl-home-editorial .pl-home-media{min-height:520px}
.pl-home-video-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:center}
.pl-home-video{aspect-ratio:16/10;border-radius:var(--pl-home-radius);overflow:hidden;background:var(--pl-home-highlight)}
.pl-home-video iframe{border:0}
.pl-home-benefit{padding:28px;border-radius:var(--pl-home-radius);background:var(--pl-home-surface);border:1px solid var(--pl-home-highlight)}
.pl-home-benefit__index{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--pl-home-accent);color:var(--pl-home-surface);font-weight:800;margin-bottom:22px}
.pl-home-benefit h3{font-family:var(--font-heading--family);font-size:1.25rem;margin:0}
.pl-home-benefit p{line-height:1.55;margin:10px 0 0;opacity:.78}
.pl-home-inspiration .pl-home-card:nth-child(2){transform:translateY(24px)}
@media(max-width:989px){.pl-home-hero__grid,.pl-home-editorial,.pl-home-video-layout{grid-template-columns:1fr}.pl-home-hero__media{order:-1;min-height:48vw}.pl-home-grid--4,.pl-home-products{grid-template-columns:repeat(2,minmax(0,1fr))}.pl-home-grid--3{grid-template-columns:1fr}.pl-home-inspiration .pl-home-card:nth-child(2){transform:none}.pl-home-editorial .pl-home-media{min-height:420px}}
@media(max-width:749px){.pl-home-section{padding-block:calc(var(--pl-home-section-gap)*.72)}.pl-home-shell{width:min(100% - 24px,1440px)}.pl-home-hero__grid{min-height:0}.pl-home-hero__content{padding:30px 22px 36px}.pl-home-hero__media{min-height:64vw}.pl-home-grid--4,.pl-home-products,.pl-home-grid--2{grid-template-columns:1fr}.pl-home-heading-row{align-items:flex-start;flex-direction:column;margin-bottom:24px}.pl-home-card__media{height:240px}.pl-home-editorial__content{padding:34px 24px}.pl-home-editorial .pl-home-media{min-height:340px}.pl-home-video{aspect-ratio:4/3}}
