/*
Theme Name: POPPO Editorial
Version: 1.0.0
*/
:root{--purple:#7525ed;--ink:#241239;--lime:#d7ff64}*{box-sizing:border-box}body{margin:0;background:#fcfaff;color:var(--ink);font:16px/1.85 system-ui,-apple-system,'Segoe UI',sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #7525ed;outline-offset:5px}.shell{max-width:1200px;margin:auto;padding:0 32px}.site-header{background:white;border-bottom:1px solid #eee5f7}.header-inner{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:28px;font-weight:950;line-height:1;letter-spacing:-1px;color:var(--purple)}.brand small{display:block;font-size:10px;letter-spacing:3px;margin-top:9px}nav{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:750}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--purple);color:#fff;border-radius:999px;padding:14px 25px;font-weight:750}.button.lime{background:var(--lime);color:var(--ink)}.hero{background:var(--purple);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:50px;min-height:460px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:3px;color:var(--lime)}h1{font-size:clamp(35px,4.5vw,62px);letter-spacing:-2px;line-height:1.35;margin:20px 0}.hero p{opacity:.94}.hero-image{height:350px;width:100%;object-fit:cover;object-position:50% 30%;border-radius:90px 20px 90px 20px;transform:rotate(3deg);border:6px solid #ffffff35}.section{padding-top:65px;padding-bottom:65px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section-heading h2{font-size:30px;margin:0}.label{color:var(--purple);font-size:11px;letter-spacing:3px;font-weight:900}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid #eadff4;border-radius:24px;overflow:hidden;transition:transform .2s}.card:hover{transform:translateY(-4px)}.card-body{padding:25px}.card h3{font-size:21px;line-height:1.55;margin:10px 0}.card p{font-size:14px;color:#6a5b76}.card-cover{height:150px;display:flex;align-items:center;padding:28px;background:#efe4ff;color:var(--purple);font-size:35px;font-weight:900}.card:nth-child(2) .card-cover{background:#e8ffbd}.card:nth-child(3) .card-cover{background:#ffe5f3}.card img{width:100%;height:190px;object-fit:cover}.empty{background:white;border:1px solid #eadff4;border-radius:24px;padding:28px}.empty h3{margin-top:0}.muted,time{color:#786980;font-size:13px}.cta{background:#eee5ff;border-radius:28px;padding:36px;display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{margin:0 0 8px}.site-footer{margin-top:35px;padding:38px 0;background:#27143b;color:#fff}.footer-inner{display:flex;justify-content:space-between;gap:20px;font-size:12px}.article{max-width:820px;margin:auto;padding:60px 28px}.article h1{font-size:38px}.article-content{overflow-wrap:anywhere}.article-content a{color:var(--purple);text-decoration:underline}.article-content img{max-width:100%;height:auto}.article-content h2{margin-top:45px}.pagination{margin-top:28px}.pagination a,.pagination span{padding:8px 14px}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;background:#fff;z-index:99999}@media(max-width:760px){.shell{padding-left:20px;padding-right:20px}.header-inner{padding-top:18px;padding-bottom:18px;flex-wrap:wrap}nav{gap:15px;flex-wrap:wrap;font-size:12px}.hero-grid{grid-template-columns:1fr;gap:20px;padding-top:35px;padding-bottom:40px}.hero-image{height:220px;border-radius:40px 15px}.grid{grid-template-columns:1fr}.section{padding-top:40px;padding-bottom:40px}.cta,.footer-inner{flex-direction:column;align-items:start}.section-heading{align-items:start;flex-direction:column}.article h1{font-size:29px}}
