/* bespoke design for hwagok-dong-beranda-suri — archetype B split hero, terracotta/sand, rounded sans, layout 2x2 */
.pg-hgk{
  --accent:hsl(18,55%,45%);
  --accent-light:hsl(18,55%,64%);
  --primary-dark:#ffffff;
  --bg-alt:hsl(18,40%,95%);
  --line:hsl(18,45%,86%);
  --accent-text:hsl(18,60%,32%);
  font-family:'Gowun Dodum','Pretendard','Noto Sans KR',-apple-system,BlinkMacSystemFont,sans-serif;
}
.pg-hgk h1,.pg-hgk h2,.pg-hgk h3{font-weight:700;letter-spacing:-.01em}
.pg-hgk .hgk-hero{background:linear-gradient(180deg,hsl(18,45%,97%),hsl(18,40%,93%));border-bottom:1px solid hsl(18,45%,86%)}
.pg-hgk .hgk-hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:64px 20px}
.pg-hgk .hgk-hero-left{padding:8px 0}
.pg-hgk .hgk-crumb{padding:0 0 18px}
.pg-hgk .hgk-hero-left h1{font-size:clamp(1.9rem,3.6vw,2.7rem);color:hsl(18,55%,28%);margin:0 0 16px}
.pg-hgk .hgk-hero-left p{color:var(--text-light);max-width:480px;margin-bottom:26px}
.pg-hgk .hgk-cta{display:flex;gap:12px;flex-wrap:wrap}
.pg-hgk .btn{border-radius:999px}
.pg-hgk .hgk-hero-right{border-radius:28px;overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:3/4;max-width:360px;margin:0 auto}
.pg-hgk .hgk-hero-right img{width:100%;height:100%;object-fit:cover;display:block}
.pg-hgk .section-eyebrow{color:var(--accent-text)}
.pg-hgk .related-card .rc-tag{color:var(--accent-text)}
.pg-hgk .info-card{border-radius:24px;box-shadow:var(--shadow)}
.pg-hgk .ba-set{border-radius:20px}
.pg-hgk .related-card{border-radius:20px}
@media(max-width:760px){
  .pg-hgk .hgk-hero-inner{grid-template-columns:1fr;padding:36px 20px;gap:28px}
  .pg-hgk .hgk-hero-right{max-width:280px}
}
