.hubc,.hubh,.hubp{--hub-cream:var(--accent-soft);--hub-cream-line:#ead9be;--hub-warm:#fdfaf3;--hub-label:var(--accent-dark);--hub-text:#2f3a31;color:var(--ink)}.pk-hero{width:90vw;max-width:1260px;margin:6px auto 42px;border-radius:12px;overflow:hidden;text-align:center;background:linear-gradient(180deg,var(--hub-cream) 0,var(--hub-warm) 100%);border:1px solid var(--hub-cream-line)}.pk-hero-txt{padding:clamp(34px,5vw,60px) clamp(20px,5vw,80px) 26px;max-width:920px;margin:0 auto}.pk-kicker{display:inline-block;margin:0 0 18px;padding:7px 14px;font-size:11.5px;font-weight:800;line-height:1;letter-spacing:.14em;text-transform:uppercase;color:var(--hub-label);background:#fff;border:1px solid var(--hub-cream-line);border-radius:999px}.pk-hero h1{font-size:clamp(30px,4vw,48px);line-height:1.12;font-weight:900;margin:0 0 16px;letter-spacing:-.01em;color:var(--forest)}.pk-sub{font-size:clamp(17px,1.5vw,19px);line-height:1.6;color:var(--hub-text);margin:0 auto 24px;max-width:60ch}.pk-cta{display:inline-flex;align-items:center;gap:10px;padding:15px 28px;background:var(--accent);color:#fff;text-decoration:none;font-weight:800;font-size:16px;border-radius:10px;box-shadow:0 6px 16px rgba(224,139,69,.28);transition:background .18s,transform .18s}.pk-cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.pk-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:22px 0 0;padding:0;list-style:none}.pk-chips li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-size:14px;font-weight:700;color:var(--forest)}.pk-chips b{color:var(--hub-label)}.pk-updated{margin:16px 0 0;font-size:13px;font-style:italic;color:var(--muted)}.pk-hero-img{display:block;padding:0 clamp(12px,3vw,40px)}.pk-hero-img img{display:block;width:100%;max-width:1000px;height:auto;margin:0 auto;aspect-ratio:1000/560;object-fit:cover;object-position:center 58%;border-radius:10px 10px 0 0}.pk-body{width:64vw;max-width:896px;margin:0 auto 56px;font-size:18px;line-height:1.72;color:var(--hub-text)}.pk-body h2{font-size:clamp(24px,2.3vw,28px);line-height:1.22;font-weight:900;margin:46px 0 14px;color:var(--forest)}.pk-body h3{font-size:20px;line-height:1.28;font-weight:800;margin:24px 0 8px;color:var(--forest)}.pk-body p{margin:0 0 16px}.pk-body a{color:var(--accent-dark);text-decoration:underline;text-underline-offset:2px}.pk-body strong{color:var(--ink)}.pk-fig{margin:26px 0}.pk-fig img{width:100%;height:auto;display:block;border-radius:10px}.pk-fig figcaption{font-size:15px;color:var(--muted);margin-top:8px}.pk-disc{font-size:15px;color:#5b6558;border:1px solid var(--hub-cream-line);border-left:3px solid var(--accent);padding:10px 14px;background:var(--hub-warm);border-radius:8px}.pk-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin:24px 0}.pk-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;box-shadow:0 1px 3px rgba(14,33,19,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pk-card:focus-within,.pk-card:hover{transform:translateY(-3px);border-color:#efc39c;box-shadow:0 12px 28px rgba(14,33,19,.1)}.pk-shot{display:block;border-radius:10px;overflow:hidden;background:#f6f7f4;aspect-ratio:1/1}.pk-shot img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s ease}.pk-card:hover .pk-shot img{transform:scale(1.04)}.pk-card h3{margin:12px 0 6px;font-size:18px;font-weight:800;color:var(--forest)}.pk-card p{font-size:15.5px;line-height:1.55;margin:0 0 14px;color:var(--hub-text)}.hubc-body .pk-go,.pk-body .pk-go,.pk-go{margin-top:auto;display:flex;justify-content:center;align-items:center;gap:8px;padding:11px 14px;border-radius:9px;background:var(--accent);color:#fff;font-weight:800;font-size:15px;text-decoration:none;transition:background .18s}.pk-go:hover{background:var(--accent-dark)}.pk-go .pk-arrow{display:inline-block;transition:transform .18s}.pk-card:hover .pk-go .pk-arrow{transform:translateX(3px)}.pk-more{border-top:1px solid var(--line);padding-top:8px}.pk-more h2{margin-top:28px}.pk-more-list{list-style:none;padding:0;margin:0 0 18px;display:grid;grid-gap:12px;gap:12px}.pk-more-list li{display:flex;flex-direction:column;gap:2px;padding:12px 16px;border:1px solid var(--line);border-radius:10px;background:#fff}.pk-more-list a{font-weight:800;color:var(--forest);text-decoration:none}.pk-more-list a:hover{color:var(--accent-dark)}.pk-more-list span{font-size:15px;color:var(--muted)}.pk-more-disc{font-size:14px;color:var(--muted)}.hubc-body blockquote,.pk-body blockquote{margin:24px 0;padding:16px 20px;background:var(--panel);border-left:4px solid #b9cdb8;border-radius:8px}.hubc-body blockquote p,.pk-body blockquote p{margin:0 0 8px}.hubc-body blockquote p:last-child,.pk-body blockquote p:last-child{margin-bottom:0;font-size:15px;color:var(--muted)}@media (hover:none){.pk-card:hover{transform:none;box-shadow:none}.pk-card:hover .pk-shot img{transform:none}}@media (max-width:980px){.pk-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.pk-hero{width:auto;max-width:none;margin:0 0 30px;border-radius:0;border-left:0;border-right:0}.pk-hero-img{padding:0}.pk-hero-img img{border-radius:0;aspect-ratio:4/3}.pk-body{width:auto;max-width:none;margin:0 20px 48px;font-size:17px}.pk-grid{grid-template-columns:1fr}.pk-cta{width:100%;justify-content:center}}.hubc .crumbs,.hubh .crumbs,.hubp .crumbs{flex-wrap:wrap;row-gap:4px}.hubc .crumbs a,.hubh .crumbs a,.hubp .crumbs a{white-space:nowrap}.hubc .crumbs>span:not(.crumbs-here),.hubh .crumbs>span:not(.crumbs-here),.hubp .crumbs>span:not(.crumbs-here){display:inline-flex;align-items:center}.hubc-wrap{max-width:var(--shell);margin:0 auto;padding:0 20px}.hubc-label{margin:0 0 12px;font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--card,var(--hub-label))}.hubc-btn{display:inline-flex;gap:10px;align-items:center;padding:14px 26px;border-radius:10px;background:var(--accent);color:#fff;font-weight:800;font-size:16px;box-shadow:0 6px 16px rgba(224,139,69,.26);transition:background .18s,transform .18s}.hubc-btn:hover{background:var(--accent-dark);transform:translateY(-1px)}.hubc-disc{font-size:13.5px;line-height:1.6;color:var(--muted)}.hubc-band{background:var(--hub-cream);border-bottom:1px solid var(--hub-cream-line)}.hubc-band-link{display:block;padding:20px 0;font-size:clamp(19px,2vw,26px);font-weight:900;color:var(--forest)}.hubc-band-link span{display:inline-block;margin-right:10px;color:var(--accent)}.hubc-band-link:hover{color:var(--accent-dark)}.hubc-grid{display:grid;grid-template-columns:320px minmax(0,720px);grid-gap:56px;gap:56px;justify-content:space-between;padding:8px 0 70px}.hubc-side{position:-webkit-sticky;position:sticky;top:20px;align-self:start;display:grid;grid-gap:18px;gap:18px}.hubc-panel{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:24px 22px}.hubc-list{list-style:none;margin:0 0 24px;padding:0}.hubc-list li{position:relative;padding:0 0 0 18px;margin:0 0 12px;font-size:15.5px;line-height:1.45;color:var(--hub-text)}.hubc-list li:before{content:"";position:absolute;left:1px;top:.5em;border:5px solid transparent;border-left:6px solid var(--accent);border-right:0}.hubc-list a{color:var(--hub-text)}.hubc-list a:hover{color:var(--accent-dark)}.hubc-list li.is-current{font-weight:800;color:var(--forest)}.hubc-tag{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:var(--hub-cream);border:1px solid var(--hub-cream-line);color:var(--hub-label);font-size:11px;font-style:normal;font-weight:800;vertical-align:2px}.hubc-soon{color:#9aa597}.hubc-soon em{display:block;font-size:12px;font-style:normal;color:#b3bbb1}.hubc-shop{display:inline-flex;gap:8px;align-items:center;padding:10px 18px;border-radius:9px;background:var(--accent);color:#fff;font-weight:800;font-size:15px}.hubc-shop:hover{background:var(--accent-dark)}.hubc-start{display:grid;grid-gap:6px;gap:6px;padding:20px 22px;border-radius:10px;border:1px solid var(--hub-cream-line);background:var(--hub-warm);transition:box-shadow .18s,transform .18s}.hubc-start:hover{box-shadow:0 10px 24px rgba(14,33,19,.08);transform:translateY(-2px)}.hubc-start strong{font-size:17px;line-height:1.3;font-weight:900;color:var(--forest)}.hubc-start span{font-size:14.5px;line-height:1.55;color:#5b6558}.hubc-start .hubc-label{margin:0;font-size:11.5px;line-height:1.4;color:var(--hub-label)}.hubc-start .hubc-start-go{color:var(--accent-dark);font-weight:800}.hubc-main h1{margin:0 0 10px;font-size:32px;line-height:1.2;font-weight:900;color:var(--forest)}.hubc-byline{margin:0 0 26px;font-size:13px;color:var(--muted)}.hubc-byline a{color:var(--accent-dark);text-decoration:underline}.hubc-body{font-size:17.5px;line-height:1.75;color:var(--hub-text)}.hubc-body h2{margin:42px 0 14px;font-size:24px;line-height:1.28;font-weight:900;color:var(--forest)}.hubc-body h3{margin:28px 0 10px;font-size:19px;line-height:1.35;font-weight:800;color:var(--forest)}.hubc-body p{margin:0 0 18px}.hubc-body a{color:var(--accent-dark);text-decoration:underline;text-underline-offset:2px}.hubc-body strong{color:var(--ink)}.hubc-body ol,.hubc-body ul{padding-left:22px;margin:0 0 22px}.hubc-body li{margin:0 0 8px}.hubc-body li::marker{color:var(--accent)}.hubc-body figure{margin:30px 0;padding:16px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.hubc-body figure img{display:block;width:100%;height:auto;border-radius:6px}.hubc-body figcaption{margin-top:10px;font-size:14px;color:var(--muted)}.hubc-body .tbl{overflow-x:auto;margin:0 0 24px;border:1px solid var(--line);border-radius:10px}.hubc-body table{width:100%;border-collapse:collapse;margin:0;font-size:15.5px}.hubc-body td,.hubc-body th{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.hubc-body tr:last-child td{border-bottom:0}.hubc-body th{background:var(--panel);font-weight:800;color:var(--forest)}.hubc-body .pk-grid{grid-template-columns:repeat(2,1fr)}.hubc-body .pk-card a{text-decoration:none}.hubc-body .pk-disc a{text-decoration:underline}.hubc-draft-note{padding:12px 16px;border-radius:8px;background:#fff7e6;border:1px dashed #e0a43c;font-size:15px;color:#7a5a14}.hubc-pillar{margin:44px 0 20px;padding:24px 26px;border-radius:12px;background:var(--hub-cream);border:1px solid var(--hub-cream-line)}.hubc-pillar-t{margin:0 0 6px;font-size:22px;font-weight:900;color:var(--forest)}.hubc-pillar p{font-size:16px;line-height:1.6;color:var(--hub-text)}.hubc-next{display:grid;grid-gap:4px;gap:4px;padding:18px 22px;margin:0 0 26px;border:1px solid var(--line);border-radius:12px;background:#fff}.hubc-next:hover{border-color:#efc39c}.hubc-next .hubc-label{margin:0 0 4px}.hubc-next strong{font-size:18px;font-weight:900;color:var(--forest)}.hubc-next span{font-size:15px;color:var(--muted)}.hubc-mnav{display:none;margin:0 0 22px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.hubc-mnav summary{cursor:pointer;padding:14px 16px;font-weight:800;font-size:15px;color:var(--forest)}.hubc-mnav .hubc-list{padding:4px 16px 6px;margin:0}.hubh-hero{padding:0 0 8px}.hubh-hero-in{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:48px;gap:48px;align-items:center;padding:36px 40px;background:var(--hub-cream);border-radius:12px}.hubh-hero h1{margin:0 0 10px;font-size:clamp(34px,3.6vw,44px);line-height:1.1;font-weight:900;color:var(--forest)}.hubh-hero-txt p{margin:0 0 14px;font-size:16.5px;line-height:1.7;color:var(--hub-text)}.hubh-hero-txt .hubh-tag{font-size:19px;line-height:1.45;color:var(--forest);font-weight:700}.hubh-actions{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin-top:22px}.hubh-shop{font-weight:800;color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}.hubh-hero-img{display:block;border-radius:10px;transition:transform .18s}.hubh-hero-img:hover{transform:translateY(-2px)}.hubh-hero-img img{display:block;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:10px;box-shadow:0 16px 36px rgba(14,33,19,.14)}.hubh-rows{padding-top:48px;padding-bottom:60px}.hubh-row{display:grid;grid-template-columns:322px minmax(0,1fr) minmax(0,1fr);grid-gap:44px;gap:44px;margin:0 0 48px;padding-bottom:48px;border-bottom:1px solid var(--line);align-items:start}.hubh-row:last-of-type{border-bottom:0}.hubh-card{position:relative;display:flex;flex-direction:column;min-height:340px;padding:22px 20px 0;border-radius:10px;overflow:hidden;background:var(--card,var(--forest));color:#fff;box-shadow:0 10px 24px rgba(14,33,19,.16);transition:transform .18s,box-shadow .18s}a.hubh-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(14,33,19,.24)}.hubh-card.is-soon{filter:saturate(.5)}.hubh-num{font-size:13px;font-weight:800;letter-spacing:.12em;opacity:.8}.hubh-card-t{margin:6px 0 18px;font-size:23px;line-height:1.22;font-weight:900}.hubh-card img{display:block;width:calc(100% + 40px);margin:auto -20px 0;height:180px;object-fit:cover;object-position:center 30%}.hubh-learn p:not(.hubc-label){margin:0 0 16px;font-size:16.5px;line-height:1.75;color:var(--hub-text)}.hubh-read{font-weight:800;color:var(--accent-dark)}.hubh-read:hover{text-decoration:underline}.hubh-soon{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--panel);color:var(--muted);font-size:13px;font-weight:800}.hubh-inside ul{list-style:none;margin:0;padding:0}.hubh-inside li{position:relative;padding-left:18px;margin:0 0 10px;font-size:15.5px;line-height:1.5;color:var(--hub-text)}.hubh-inside li:before{content:"";position:absolute;left:1px;top:.45em;border:5px solid transparent;border-left:6px solid var(--accent);border-right:0}.hubh-inside a:hover{color:var(--accent-dark);text-decoration:underline}.hubh-disc{max-width:760px}@media (max-width:1100px){.hubc-grid{grid-template-columns:280px minmax(0,1fr);gap:36px}.hubh-row{grid-template-columns:260px minmax(0,1fr)}.hubh-inside{grid-column:2}}@media (max-width:900px){.hubc-grid{grid-template-columns:minmax(0,1fr);padding-top:0}.hubc-side{display:none}.hubc-mnav{display:block}.hubc-main h1{font-size:27px}.hubc-body{font-size:17px}.hubc-body .pk-grid,.hubh-hero-in{grid-template-columns:1fr}.hubh-hero-in{gap:22px;padding:24px 20px}.hubh-hero-img{order:-1}.hubh-hero-img img{aspect-ratio:16/10;box-shadow:none}.hubh-rows{padding-top:32px}.hubh-row{grid-template-columns:1fr;gap:18px;margin-bottom:36px;padding-bottom:36px}.hubh-inside{grid-column:auto}.hubh-card{min-height:0}.hubh-card img{height:170px}.hubc-btn{width:100%;justify-content:center}}