.pguide {
  --pg-ink: #29334d;
  --pg-ink-strong: #172136;
  --pg-green: #c13f2a;
  --pg-green-bright: #ea7865;
  --pg-sage: #e8f1f3;
  --pg-milk: #fbfbf8;
  --pg-sun: #ffc75b;
  --pg-line: #dce2e8;
  --pg-muted: #667184;
  color: var(--pg-ink-strong);
  background: var(--pg-milk);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pguide *, .pguide *::before, .pguide *::after { box-sizing: border-box; }
.pguide-shell { width: min(92%, 1760px); margin-inline: auto; }
.pguide a:focus-visible { outline: 3px solid var(--pg-sun); outline-offset: 4px; }

.pguide-breadcrumbs { border-bottom: 1px solid var(--pg-line); background: rgba(250, 252, 248, .96); }
.pguide-breadcrumbs .pguide-shell { display: flex; align-items: center; gap: 12px; min-height: 66px; overflow: hidden; color: #8a9a93; font-size: 13px; white-space: nowrap; }
.pguide-breadcrumbs a { color: var(--pg-green); font-weight: 700; text-decoration: none; }
.pguide-breadcrumbs span:last-child { overflow: hidden; color: var(--pg-ink-strong); font-weight: 700; text-overflow: ellipsis; }

.pguide-hero { position: relative; overflow: hidden; padding: 20px 0 52px; background: radial-gradient(circle at 9% 20%, rgba(255, 199, 91, .28) 0 7%, transparent 7.2%), linear-gradient(145deg, #f0f6f7 0%, var(--pg-milk) 58%, #f2f0f8 100%); }
.pguide-hero::after { position: absolute; right: -9vw; bottom: -210px; width: 470px; height: 470px; border: 1px solid rgba(46, 125, 98, .12); border-radius: 50%; content: ""; }
.pguide-hero__frame { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(560px, .9fr) minmax(0, 1.1fr); grid-template-rows: minmax(430px, 470px) 78px; overflow: hidden; border: 1px solid rgba(41, 51, 77, .15); border-radius: 24px; background: rgba(255, 255, 255, .94); box-shadow: 0 30px 80px -54px rgba(41, 51, 77, .38); }
.pguide-hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(38px, 4vw, 70px); }
.pguide-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(46, 125, 98, .22); border-radius: 999px; background: var(--pg-sage); color: var(--pg-ink); font-size: 11px; font-weight: 750; line-height: 1; }
.pguide-kicker::before { width: 8px; height: 8px; border: 2px solid var(--pg-green); border-radius: 50%; content: ""; }
.pguide-kicker i { width: 3px; height: 3px; border-radius: 50%; background: var(--pg-green-bright); }
.pguide-hero h1 { max-width: 690px; margin: 22px 0 18px; color: var(--pg-ink-strong); font-family: Inter, sans-serif; font-size: clamp(54px, 4.35vw, 78px); font-weight: 780; letter-spacing: -.06em; line-height: .94; }
.pguide-hero__copy > p { max-width: 590px; margin: 0; color: var(--pg-muted); font-size: 16px; line-height: 1.7; }
.pguide-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 18px; margin-top: 28px; color: #7d8e87; font-size: 12px; }
.pguide-byline strong { color: var(--pg-ink-strong); }
.pguide-byline span { position: relative; }
.pguide-byline span::before { position: absolute; top: 50%; left: -11px; width: 4px; height: 4px; border-radius: 50%; background: var(--pg-sun); content: ""; }

.pguide-hero__media { position: relative; min-width: 0; margin: 12px 12px 12px 0; overflow: hidden; border-radius: 17px; background: linear-gradient(145deg, var(--pg-sage), #d4e3e7); }
.pguide-hero__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16, 46, 39, .62), transparent 48%); content: ""; pointer-events: none; }
.pguide-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pguide-hero__frame-line { position: absolute; z-index: 2; inset: 22px; border: 1px solid rgba(255, 255, 255, .66); border-radius: 12px; pointer-events: none; }
.pguide-hero__media p { position: absolute; z-index: 3; right: 38px; bottom: 34px; max-width: 390px; margin: 0; color: #fff; font-size: 22px; font-weight: 750; letter-spacing: -.03em; line-height: 1.18; text-align: right; text-shadow: 0 2px 18px rgba(16, 46, 39, .35); }

.pguide-specs { grid-column: 1 / 3; display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); align-items: stretch; border-top: 1px solid var(--pg-line); background: #fff; }
.pguide-specs > span, .pguide-specs b { display: flex; align-items: center; }
.pguide-specs > span { padding-left: clamp(42px, 5vw, 76px); color: #6d8078; font-size: 11px; font-weight: 750; }
.pguide-specs b { gap: 10px; padding-inline: 22px; border-left: 1px solid var(--pg-line); color: var(--pg-ink-strong); font-size: 12px; }
.pguide-specs i { width: 10px; height: 10px; border: 2px solid var(--pg-green); border-radius: 50%; background: var(--pg-sun); }

.pguide-index { position: sticky; z-index: 15; top: 64px; border-bottom: 1px solid var(--pg-line); background: rgba(250, 252, 248, .94); backdrop-filter: blur(14px); }
.pguide-index__inner { display: flex; align-items: center; gap: 28px; min-height: 70px; }
.pguide-index__inner > strong { flex: 0 0 auto; color: var(--pg-ink); font-size: 13px; }
.pguide-index__links { display: flex; align-items: center; gap: 8px; min-width: 0; overflow-x: auto; padding: 10px 0; scrollbar-width: none; }
.pguide-index__links::-webkit-scrollbar { display: none; }
.pguide-index__links a { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 42px; padding: 0 15px; border: 1px solid transparent; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px var(--pg-line); color: #526860; font-size: 12px; font-weight: 650; text-decoration: none; transition: color .18s, background .18s, box-shadow .18s; }
.pguide-index__links a:hover, .pguide-index__links a:focus-visible { background: var(--pg-sage); box-shadow: inset 0 0 0 1px var(--pg-green); color: var(--pg-ink); }

.pguide-main { padding: 82px 0 96px; }
.pguide-main .pguide-shell { max-width: 1280px; }
.pguide-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(320px, 380px); justify-content: center; align-items: start; gap: clamp(56px, 7vw, 96px); }
.pguide-article { min-width: 0; }
.pguide-content { color: #314a41; font-size: 17px; line-height: 1.82; }
.pguide-content > p:first-child { margin-top: 0; padding-bottom: 30px; border-bottom: 1px solid var(--pg-line); color: var(--pg-ink); font-size: 21px; line-height: 1.65; }
.pguide-content h2 { scroll-margin-top: 104px; margin: 62px 0 20px; color: var(--pg-ink-strong); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 43px; font-weight: 700; letter-spacing: -.02em; line-height: 1.02; }
.pguide-content h2::before { display: block; width: 46px; height: 9px; margin-bottom: 20px; border-radius: 999px; background: linear-gradient(90deg, var(--pg-green) 0 66%, var(--pg-sun) 66%); content: ""; }
.pguide-content h3 { margin: 34px 0 13px; color: var(--pg-ink); font-size: 21px; line-height: 1.25; }
.pguide-content p { margin: 0 0 21px; }
.pguide-content ul, .pguide-content ol { margin: 0 0 26px; padding-left: 24px; }
.pguide-content li { margin-bottom: 10px; padding-left: 7px; }
.pguide-content li::marker { color: var(--pg-green); font-weight: 800; }
.pguide-content strong { color: var(--pg-ink-strong); }
.pguide-content a { color: var(--pg-green); font-weight: 700; }
.pguide-content blockquote { position: relative; margin: 38px 0; padding: 28px 30px 28px 76px; border: 0; border-radius: 18px; background: var(--pg-sage); color: var(--pg-ink); }
.pguide-content blockquote::before { position: absolute; top: 27px; left: 28px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--pg-sun); color: var(--pg-ink-strong); content: "i"; font-weight: 800; }
.pguide-content .faq-section { margin-top: 48px; padding: 30px; border: 1px solid var(--pg-line); border-radius: 20px; background: #fff; }
.pguide-content .faq-item { padding: 19px 0; border-bottom: 1px solid var(--pg-line); }
.pguide-content .faq-item:last-child { border: 0; }
.pguide-content .faq-q { display: flex; align-items: center; gap: 8px; color: var(--pg-ink-strong); font-weight: 750; }
.pguide-content .faq-a { margin-top: 8px; color: #52685f; }

.pguide-article__footer { position: relative; overflow: hidden; margin-top: 64px; padding: 40px; border-radius: 22px; background: var(--pg-ink); color: #fff; }
.pguide-article__footer::after { position: absolute; right: -42px; bottom: -72px; width: 190px; height: 190px; border: 34px solid rgba(243, 201, 105, .18); border-radius: 50%; content: ""; }
.pguide-article__footer > span { color: var(--pg-sun); font-size: 12px; font-weight: 750; }
.pguide-article__footer h2 { position: relative; z-index: 1; max-width: 560px; margin: 10px 0 26px; font-family: "Barlow Condensed", Inter, sans-serif; font-size: 38px; font-weight: 700; line-height: 1.05; }
.pguide-article__footer a { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 22px; min-height: 46px; padding: 0 18px; border-radius: 999px; background: var(--pg-sun); color: var(--pg-ink-strong); font-size: 12px; font-weight: 800; text-decoration: none; }

.pguide-shop { position: sticky; top: 92px; overflow: hidden; border: 1px solid var(--pg-line); border-radius: 22px; background: #fff; box-shadow: 0 24px 64px -52px rgba(16, 46, 39, .6); }
.pguide-shop__heading { padding: 28px 28px 24px; background: var(--pg-sage); }
.pguide-shop__heading > span { color: var(--pg-green); font-size: 11px; font-weight: 750; }
.pguide-shop__heading h2 { margin: 8px 0 9px; color: var(--pg-ink-strong); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 34px; font-weight: 700; letter-spacing: -.02em; line-height: 1; }
.pguide-shop__heading p { margin: 0; color: #62776e; font-size: 12px; line-height: 1.6; }
.pguide-products { border-top: 1px solid var(--pg-line); }
.pguide-product { position: relative; display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 15px; min-height: 106px; padding: 14px 42px 14px 14px; border-bottom: 1px solid var(--pg-line); background: #fff; color: inherit; text-decoration: none; transition: background .18s; }
.pguide-product:hover { background: var(--pg-milk); }
.pguide-product__media { display: block; width: 76px; aspect-ratio: 1; overflow: hidden; border-radius: 14px; background: #f1f5f2; }
.pguide-product__media img { width: 100%; height: 100%; object-fit: contain; }
.pguide-product__copy { display: flex; min-width: 0; flex-direction: column; }
.pguide-product__copy small { overflow: hidden; color: #82918b; font-size: 9px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.pguide-product__copy strong { display: -webkit-box; overflow: hidden; margin-top: 4px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; line-height: 1.4; }
.pguide-product__copy b { margin-top: 7px; color: var(--pg-green); font-size: 13px; }
.pguide-product > i { position: absolute; right: 17px; color: var(--pg-green); font-style: normal; }
.pguide-shop__all { display: flex; justify-content: space-between; align-items: center; padding: 18px 26px; color: var(--pg-ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.pguide-shop__all:hover { color: var(--pg-green); }

.pguide-more { padding: 76px 0 88px; border-top: 1px solid var(--pg-line); background: #edf5ef; }
.pguide-more__heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.pguide-more__heading span { color: var(--pg-green); font-size: 12px; font-weight: 750; }
.pguide-more__heading h2 { margin: 7px 0 0; color: var(--pg-ink-strong); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 54px; font-weight: 700; letter-spacing: -.025em; line-height: .95; }
.pguide-more__heading > a { padding-bottom: 5px; border-bottom: 1px solid var(--pg-green); color: var(--pg-ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.pguide-more__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.pguide-more__grid > a { display: flex; min-width: 0; min-height: 300px; flex-direction: column; padding: 0; overflow: hidden; border: 1px solid var(--pg-line); border-radius: 18px; background: rgba(255, 255, 255, .9); color: inherit; text-decoration: none; transition: border-color .18s, transform .18s, background .18s; }
.pguide-more__grid > a:hover { transform: translateY(-3px); border-color: var(--pg-green); background: #fff; }
.pguide-more__media { display: block; width: 100%; height: 145px; flex: 0 0 145px; margin: 0; overflow: hidden; background: var(--pg-sage); }
.pguide-more__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2, .7, .2, 1); }
.pguide-more__grid > a:hover .pguide-more__media img { transform: scale(1.035); }
.pguide-more__copy { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 18px 20px 20px; }
.pguide-more__grid small { color: var(--pg-green); font-size: 10px; font-weight: 750; text-transform: capitalize; }
.pguide-more__grid strong { margin: 11px 0 18px; font-family: Inter, sans-serif; font-size: 21px; font-weight: 760; letter-spacing: -.04em; line-height: 1.08; }
.pguide-more__cta { margin-top: auto; color: #657083; font-size: 11px; font-weight: 750; }

@media (max-width: 1100px) {
  .pguide-hero__frame { grid-template-columns: 1fr; grid-template-rows: auto 420px auto; }
  .pguide-hero__media { margin: 0 14px 14px; }
  .pguide-specs { grid-column: auto; grid-template-columns: 1fr repeat(4, 1fr); }
  .pguide-specs > span { padding-left: 24px; }
  .pguide-layout { grid-template-columns: minmax(0, 680px) minmax(280px, 330px); gap: 38px; }
  .pguide-more__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 840px) {
  .pguide-layout { grid-template-columns: 1fr; }
  .pguide-shop { position: static; max-width: 720px; }
  .pguide-products { display: grid; grid-template-columns: repeat(2, 1fr); }
  .pguide-product:nth-child(odd) { border-right: 1px solid var(--pg-line); }
  .pguide-more__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .pguide-shell { width: calc(100% - 28px); }
  .pguide-breadcrumbs .pguide-shell { min-height: 52px; }
  .pguide-hero { padding: 14px 0 30px; }
  .pguide-hero__frame { grid-template-rows: auto 235px 58px; border-radius: 20px; }
  .pguide-hero__copy { padding: 28px 22px 30px; }
  .pguide-kicker { padding: 7px 10px; font-size: 10px; }
  .pguide-hero h1 { margin: 18px 0 14px; font-size: 48px; line-height: .98; }
  .pguide-hero__copy > p { font-size: 14px; line-height: 1.62; }
  .pguide-byline { margin-top: 18px; }
  .pguide-hero__media { margin: 0 8px 8px; border-radius: 14px; }
  .pguide-hero__media p { right: 20px; bottom: 18px; max-width: 245px; font-size: 14px; }
  .pguide-hero__frame-line { inset: 10px; border-radius: 9px; }
  .pguide-specs { display: flex; grid-column: auto; overflow-x: auto; padding: 0; scrollbar-width: none; }
  .pguide-specs::-webkit-scrollbar { display: none; }
  .pguide-specs > span { display: none; }
  .pguide-specs b { justify-content: center; min-width: 112px; min-height: 58px; padding-inline: 10px; border: 0; border-right: 1px solid var(--pg-line); font-size: 11px; }
  .pguide-index { top: 48px; }
  .pguide-index__inner { gap: 12px; min-height: 62px; }
  .pguide-index__inner > strong { display: none; }
  .pguide-main { padding: 50px 0 62px; }
  .pguide-content { font-size: 15px; line-height: 1.75; }
  .pguide-content > p:first-child { font-size: 18px; }
  .pguide-content h2 { margin-top: 50px; font-size: 36px; }
  .pguide-content blockquote { padding: 62px 22px 24px; }
  .pguide-content blockquote::before { top: 22px; left: 22px; }
  .pguide-article__footer { padding: 30px 24px; }
  .pguide-article__footer h2 { font-size: 33px; }
  .pguide-products { grid-template-columns: 1fr; }
  .pguide-product:nth-child(odd) { border-right: 0; }
  .pguide-more { padding: 54px 0 64px; }
  .pguide-more__heading { align-items: start; flex-direction: column; }
  .pguide-more__heading h2 { font-size: 44px; }
  .pguide-more__grid { grid-template-columns: 1fr; }
  .pguide-more__grid > a { min-height: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  .pguide-index__links a, .pguide-product, .pguide-more__grid > a { transition: none; }
  .pguide-more__grid > a:hover { transform: none; }
}
