.cat20-page {
  --c20-ink: #28212a;
  --c20-muted: #675f69;
  --c20-plum: #705166;
  --c20-plum-dark: #533b4b;
  --c20-rose: #d9b8bd;
  --c20-blush: #f5e8e6;
  --c20-cream: #fbf7f1;
  --c20-sand: #eee4d8;
  --c20-sage: #7e8d7a;
  --c20-line: rgba(83, 59, 75, .16);
  color: var(--c20-ink);
  background: #fffdf9;
  overflow-x: clip;
}

.cat20-page *,
.cat20-page *::before,
.cat20-page *::after { box-sizing: border-box; }

.cat20-page main { display: block; }
.c20-shell { width: calc(100% - 40px); max-width: 1160px; margin-inline: auto; }
.cat20-page h1,
.cat20-page h2,
.cat20-page h3,
.cat20-page p { overflow-wrap: break-word; word-break: keep-all; }
.cat20-page h1,
.cat20-page h2,
.cat20-page h3 { margin: 0; color: var(--c20-ink); }
.cat20-page p { margin: 0; color: var(--c20-muted); line-height: 1.78; }
.cat20-page a { text-underline-offset: 3px; }

.cat20-page .ac-header {
  background: rgba(255, 253, 249, .94);
  border-bottom-color: rgba(83, 59, 75, .10);
  backdrop-filter: blur(14px);
}
.cat20-page .ac-brand__mark { background: var(--c20-plum); }
.cat20-page .ac-nav--desktop a { color: #544b55; }
.cat20-page .ac-nav--desktop .c20-nav-cta {
  padding: 9px 13px;
  color: #fff;
  background: var(--c20-plum-dark);
  border-radius: 999px;
}

.c20-breadcrumb { background: #fffdf9; border-bottom: 1px solid rgba(83, 59, 75, .08); }
.c20-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 0; padding: 12px 0; list-style: none; font-size: .78rem; }
.c20-breadcrumb li { display: inline-flex; align-items: center; color: #847982; }
.c20-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 7px; color: #b3a9b0; }
.c20-breadcrumb a { color: #6b6169; text-decoration: none; }

.c20-date { display: flex; gap: 12px; flex-wrap: wrap; font-size: .76rem; color: #887d86; }
.c20-eyebrow,
.c20-kicker { color: var(--c20-plum) !important; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.c20-hero { padding: 34px 0 86px; background: linear-gradient(180deg, #fffdf9 0%, #f7eee9 100%); }
.c20-hero-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: end; }
.c20-hero-copy { max-width: 900px; }
.c20-hero-copy .c20-eyebrow { margin: 22px 0 13px; }
.c20-hero h1 { max-width: 960px; font-size: clamp(2.55rem, 5.1vw, 4.95rem); line-height: 1.25; letter-spacing: -.035em; font-weight: 800; }
.c20-hero h1 span { display: block; color: var(--c20-plum-dark); }
.c20-lead { max-width: 880px; margin-top: 24px !important; font-size: clamp(1rem, 1.5vw, 1.13rem); color: #504750 !important; }
.c20-hero-actions { display: grid; gap: 10px; min-width: 218px; }
.c20-button { display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 12px 18px; border: 1px solid transparent; border-radius: 999px; font-size: .91rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.c20-button--cafe { color: #fff; background: #087a44; box-shadow: 0 12px 28px rgba(8, 122, 68, .18); }
.c20-button--line { color: var(--c20-plum-dark); background: rgba(255,255,255,.75); border-color: rgba(83,59,75,.22); }
.c20-hero-photo { margin: 38px 0 0; }
.c20-photo { min-width: 0; margin: 0; }
.c20-photo-frame { width: 100%; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 28px; background: #e8ded4; box-shadow: 0 22px 55px rgba(69, 51, 61, .13); }
.c20-photo-frame img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; border-radius: inherit; }
.c20-photo figcaption { padding: 11px 5px 0; color: #776c74; font-size: .78rem; line-height: 1.6; }
.c20-hero-photo .c20-photo-frame { border-radius: 34px; }
.c20-quick { display: flex; gap: 18px; align-items: center; max-width: 850px; margin: -28px 0 0 auto; padding: 17px 22px; position: relative; z-index: 2; background: rgba(255, 253, 249, .96); border: 1px solid var(--c20-line); border-radius: 18px 0 18px 18px; box-shadow: 0 14px 32px rgba(75, 54, 67, .12); }
.c20-quick p { color: var(--c20-plum-dark); font-size: .84rem; font-weight: 800; white-space: nowrap; }
.c20-quick ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.c20-quick li { padding: 7px 11px; color: #574d55; background: var(--c20-blush); border-radius: 999px; font-size: .78rem; font-weight: 700; }

.c20-litter { padding: 104px 0; background: #fffdf9; }
.c20-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 78px); align-items: center; }
.c20-copy .c20-kicker { margin-bottom: 13px; }
.c20-copy h2,
.c20-section-head h2,
.c20-daily-copy h2,
.c20-cost h2,
.c20-family h2,
.c20-faq h2,
.c20-contact h2 { font-size: clamp(1.85rem, 3.1vw, 3rem); line-height: 1.32; letter-spacing: -.03em; }
.c20-copy > p:not(.c20-kicker) { margin-top: 16px; }
.c20-facts { display: grid; gap: 10px; margin-top: 28px; }
.c20-facts article { display: grid; grid-template-columns: 75px minmax(0,1fr); gap: 15px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--c20-line); }
.c20-facts strong { color: var(--c20-plum-dark); font-size: .88rem; }
.c20-facts span { color: #6b6169; font-size: .88rem; }

.c20-relationship { padding: 100px 0; background: #2f2931; }
.c20-relationship .c20-kicker { color: #e1c4c8 !important; }
.c20-section-head { width: 100%; max-width: 900px; }
.c20-section-head .c20-kicker { margin-bottom: 12px; }
.c20-relationship h2 { color: #fffaf5; }
.c20-relationship .c20-section-head > p:last-child { max-width: 760px; margin-top: 17px; color: #d8d0d5; }
.c20-relation-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 42px; }
.c20-relation-grid article { min-width: 0; padding: 25px 23px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px 28px 10px 10px; background: rgba(255,255,255,.055); }
.c20-relation-grid span { color: #d7b2b8; font-size: .76rem; font-weight: 800; }
.c20-relation-grid h3 { margin-top: 18px; color: #fff; font-size: 1.05rem; }
.c20-relation-grid p { margin-top: 9px; color: #d2c9cf; font-size: .9rem; line-height: 1.7; }
.c20-kakao-note { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 22px; padding: 21px 24px; background: #f4e85e; border-radius: 18px; }
.c20-kakao-note strong { color: #28221d; }
.c20-kakao-note p { margin-top: 4px; color: #544c42; font-size: .86rem; line-height: 1.6; }
.c20-kakao-note a { flex: 0 0 auto; padding: 11px 16px; color: #2e281f; background: rgba(255,255,255,.68); border: 1px solid rgba(46,40,31,.12); border-radius: 999px; font-size: .86rem; font-weight: 800; text-decoration: none; }

.c20-adaptation { padding: 110px 0; background: #f9f1ec; }
.c20-adapt-layout { display: grid; grid-template-columns: minmax(0,1.13fr) minmax(0,.87fr); gap: clamp(36px,6vw,76px); align-items: center; }
.c20-adapt-points { display: grid; gap: 0; margin-top: 26px; border-top: 1px solid var(--c20-line); }
.c20-adapt-points article { padding: 16px 0; border-bottom: 1px solid var(--c20-line); }
.c20-adapt-points h3 { font-size: .98rem; }
.c20-adapt-points p { margin-top: 5px; font-size: .88rem; line-height: 1.68; }

.c20-health { padding: 54px 0; background: #fffdf9; }
.c20-health-box { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 60px; padding: 42px 46px; border-left: 7px solid var(--c20-sage); background: #edf0e9; border-radius: 0 24px 24px 0; }
.c20-health-box h2 { margin-top: 12px; font-size: clamp(1.75rem,2.8vw,2.7rem); line-height: 1.32; letter-spacing: -.03em; }
.c20-health-box > div:last-child p + p { margin-top: 14px; }

.c20-daily { padding: 110px 0; background: #fffdf9; }
.c20-daily-layout { display: grid; grid-template-columns: minmax(0,.83fr) minmax(0,1.17fr); gap: clamp(38px,6vw,80px); align-items: center; }
.c20-daily-copy .c20-kicker { margin-bottom: 13px; }
.c20-daily-copy > p:not(.c20-kicker) { margin-top: 16px; }
.c20-cafe-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 27px; padding: 16px 18px; color: #fff; background: #087a44; border-radius: 8px 20px 8px 8px; font-size: .91rem; font-weight: 800; text-decoration: none; box-shadow: 0 14px 30px rgba(8,122,68,.16); }
.c20-cafe-link b { font-size: 1.2rem; }

.c20-cost { padding: 104px 0; background: #eee3d8; }
.c20-cost-layout { display: block; }
.c20-cost header .c20-kicker { margin-bottom: 12px; }
.c20-cost header { max-width: 830px; }
.c20-cost header > p:last-child { margin-top: 17px; }
.c20-cost-list { display: flex; gap: 12px; width: 100%; margin: 34px 0 0; padding: 0; list-style: none; }
.c20-cost-list li { display: flex; flex: 1 1 0; min-width: 0; gap: 15px; padding: 17px 18px; background: rgba(255,255,255,.68); border: 1px solid rgba(83,59,75,.10); border-radius: 16px; }
.c20-cost-list li > span { display: grid; flex: 0 0 32px; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--c20-plum); border-radius: 50%; font-size: .8rem; font-weight: 800; }
.c20-cost-list li > div { min-width: 0; }
.c20-cost-list h3 { font-size: .98rem; }
.c20-cost-list p { margin-top: 4px; font-size: .87rem; line-height: 1.62; }
.c20-cost-note { margin-top: 14px !important; padding: 15px 18px; color: var(--c20-plum-dark) !important; background: #fffaf4; border-radius: 12px; font-size: .9rem; font-weight: 700; text-align: center; }

.c20-family { padding: 106px 0; background: #fffdf9; }
.c20-family-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 70px; }
.c20-family h2 { margin-top: 12px; }
.c20-family-grid > div:last-child p + p { margin-top: 15px; }
.c20-family-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.c20-family-tags span { padding: 8px 12px; color: var(--c20-plum-dark); background: var(--c20-blush); border: 1px solid rgba(112,81,102,.12); border-radius: 999px; font-size: .8rem; font-weight: 750; }

.c20-faq { padding: 104px 0; background: #f6efea; }
.c20-faq-head { max-width: 760px; }
.c20-faq-head h2 { margin-top: 12px; }
.c20-faq-head > p:last-child { margin-top: 13px; }
.c20-faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 36px; align-items: start; }
.c20-faq details { min-width: 0; background: #fffdf9; border: 1px solid var(--c20-line); border-radius: 15px; overflow: hidden; }
.c20-faq summary { position: relative; padding: 18px 48px 18px 18px; color: #423943; font-size: .92rem; font-weight: 800; line-height: 1.5; cursor: pointer; list-style: none; }
.c20-faq summary::-webkit-details-marker { display: none; }
.c20-faq summary::after { content: "+"; position: absolute; top: 17px; right: 18px; color: var(--c20-plum); font-size: 1.2rem; }
.c20-faq details[open] summary::after { content: "−"; }
.c20-faq details p { padding: 0 18px 19px; font-size: .87rem; line-height: 1.72; }

.c20-contact { padding: 78px 0 104px; background: #fffdf9; }
.c20-contact-card { display: flex; gap: 44px; align-items: center; padding: 42px 46px; color: #fff; background: var(--c20-plum-dark); border-radius: 30px 10px 30px 10px; box-shadow: 0 22px 48px rgba(69,43,59,.17); }
.c20-contact-card > div { min-width: 0; }
.c20-contact-card > div:first-child { flex: 1 1 58%; }
.c20-contact .c20-kicker { color: #e5c8cc !important; }
.c20-contact h2 { margin-top: 12px; color: #fff; }
.c20-contact-card > div:first-child > p:last-child { margin-top: 14px; color: #e8dfe4; }
.c20-contact-actions { display: grid; flex: 1 1 42%; gap: 10px; }
.c20-contact-actions a { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-width: 0; padding: 15px 17px; color: #3e3340; background: #fffaf5; border-radius: 14px; text-decoration: none; }
.c20-contact-actions a:first-child { background: #f4e85e; }
.c20-contact-actions span { font-size: .78rem; font-weight: 700; }
.c20-contact-actions strong { font-size: .88rem; text-align: right; }
.c20-footer-note { max-width: 580px; }
.c20-footer-note p { margin-top: 12px; }

@media (hover:hover) {
  .c20-button,
  .c20-kakao-note a,
  .c20-cafe-link,
  .c20-contact-actions a { transition: transform .2s ease, box-shadow .2s ease; }
  .c20-button:hover,
  .c20-kakao-note a:hover,
  .c20-cafe-link:hover,
  .c20-contact-actions a:hover { transform: translateY(-2px); }
}

@media (min-width: 901px) {
  .cat20-page .ac-nav--desktop { display: flex; }
  .cat20-page .ac-mobile-nav { display: none; }
}

@media (max-width: 900px) {
  .cat20-page .ac-nav--desktop { display: none; }
  .cat20-page .ac-mobile-nav { display: block; }
  .c20-hero-head,
  .c20-split,
  .c20-adapt-layout,
  .c20-health-box,
  .c20-daily-layout,
  .c20-family-grid { grid-template-columns: minmax(0,1fr); }
  .c20-contact-card { align-items: stretch; flex-direction: column; }
  .c20-hero-actions { grid-template-columns: repeat(2,minmax(0,1fr)); min-width: 0; }
  .c20-split .c20-photo { order: -1; }
  .c20-health-box { gap: 22px; }
  .c20-daily-layout .c20-photo { order: -1; }
  .c20-contact-card { gap: 26px; }
}

@media (max-width: 700px) {
  .c20-shell { width: calc(100% - 30px); }
  .c20-hero { padding: 22px 0 62px; }
  .c20-hero h1 { font-size: clamp(2.12rem, 10.5vw, 3.15rem); line-height: 1.27; }
  .c20-lead { margin-top: 19px !important; font-size: .98rem; line-height: 1.72 !important; }
  .c20-hero-actions { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .c20-button { width: 100%; min-height: 47px; }
  .c20-hero-photo { margin-top: 28px; }
  .c20-photo-frame,
  .c20-hero-photo .c20-photo-frame { border-radius: 20px; }
  .c20-quick { display: block; margin: 12px 0 0; padding: 15px; border-radius: 14px; }
  .c20-quick ul { margin-top: 9px; }
  .c20-litter,
  .c20-relationship,
  .c20-adaptation,
  .c20-daily,
  .c20-cost,
  .c20-family,
  .c20-faq { padding: 74px 0; }
  .c20-copy h2,
  .c20-section-head h2,
  .c20-daily-copy h2,
  .c20-cost h2,
  .c20-family h2,
  .c20-faq h2,
  .c20-contact h2 { font-size: 1.85rem; line-height: 1.34; }
  .c20-relation-grid { grid-template-columns: minmax(0,1fr); gap: 10px; margin-top: 27px; }
  .c20-relation-grid article { padding: 20px; border-radius: 9px 22px 9px 9px; }
  .c20-kakao-note { align-items: stretch; flex-direction: column; padding: 19px; }
  .c20-kakao-note a { text-align: center; }
  .c20-cost-list { flex-direction: column; margin-top: 25px; }
  .c20-cost-list li { flex-basis: auto; }
  .c20-health { padding: 26px 0; }
  .c20-health-box { padding: 28px 23px; border-left-width: 5px; border-radius: 0 18px 18px 0; }
  .c20-faq-grid { grid-template-columns: minmax(0,1fr); gap: 9px; margin-top: 27px; }
  .c20-contact { padding: 55px 0 85px; }
  .c20-contact-card { padding: 28px 22px; border-radius: 23px 8px 23px 8px; }
  .c20-contact-actions a { align-items: flex-start; flex-direction: column; gap: 4px; }
  .c20-contact-actions strong { text-align: left; }
}

@media (max-width: 390px) {
  .c20-shell { width: calc(100% - 26px); }
  .c20-breadcrumb ol { gap: 5px; font-size: .72rem; }
  .c20-breadcrumb li:not(:last-child)::after { margin-left: 5px; }
  .c20-date { gap: 8px; }
  .c20-hero h1 { font-size: 2rem; }
  .c20-quick li { font-size: .73rem; }
  .c20-facts article { grid-template-columns: 66px minmax(0,1fr); gap: 10px; }
  .c20-photo figcaption { font-size: .73rem; }
}

@media (prefers-reduced-motion: reduce) {
  .cat20-page * { scroll-behavior: auto !important; transition: none !important; }
}
