:root {
  --ivory: #fff9f5; --paper: #fffefd; --ink: #211d1b; --muted: #6f6762;
  --brown: #9b6742; --brown-deep: #70452d; --coral: #ef786d; --apricot: #f5b365;
  --mint: #69cfc2; --lavender: #9992ea; --line: #eadfd8;
  --shadow: 0 18px 60px rgba(93, 61, 43, .09); --max: 1440px; --content: 1240px;
  --radius-lg: 36px; --radius-md: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif; line-height: 1.65; letter-spacing: -.015em; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(239, 120, 109, .5); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 16px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.shell { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.section { padding-block: clamp(78px, 8vw, 126px); }
.section-tight { padding-block: clamp(56px, 6vw, 88px); }
.eyebrow { margin: 0 0 13px; color: var(--brown); font-size: 14px; font-weight: 800; letter-spacing: .03em; }
.section-title { margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.2; letter-spacing: -.055em; }
.section-copy { max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); }
.accent { color: var(--brown); white-space: nowrap; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #a66d46, #805035); box-shadow: 0 10px 26px rgba(128, 80, 53, .2); }
.button-secondary { color: var(--brown-deep); background: rgba(255,255,255,.64); border-color: rgba(155,103,66,.23); }
.button-text { padding-inline: 0; color: var(--brown-deep); }
.button[aria-disabled="true"] { cursor: default; opacity: .7; transform: none; box-shadow: none; }
.site-header { position: sticky; top: 0; z-index: 50; height: 82px; background: rgba(255, 254, 253, .9); border-bottom: 1px solid rgba(234,223,216,.65); backdrop-filter: blur(16px); }
.header-inner { width: min(calc(100% - 48px), var(--content)); height: 100%; margin: auto; display: grid; grid-template-columns: 145px 1fr 150px; align-items: center; gap: 22px; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 10px; font-weight: 950; font-size: 25px; line-height: 1; }
.brand-mark { width: 37px; height: 37px; color: #eaa47c; }
.brand-name { display: grid; gap: 5px; }
.brand-name small { font-size: 9px; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(17px, 2vw, 34px); font-size: 14px; font-weight: 750; }
.desktop-nav a { position: relative; padding-block: 8px; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 1px; height: 2px; background: var(--coral); transition: left .2s ease, right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { left: 0; right: 0; }
.header-download { justify-self: end; min-width: 136px; }
.menu-toggle { display: none; justify-self: end; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); }
.menu-toggle svg { width: 21px; }
.mobile-nav { display: none; }
.hero { position: relative; overflow: hidden; min-height: clamp(570px, 44vw, 680px); background: #fbf2ec; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 90px; background: linear-gradient(transparent, rgba(255,249,245,.75)); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; width: min(100%, var(--max)); min-height: inherit; margin: auto; display: grid; grid-template-columns: 44% 56%; }
.hero-copy { z-index: 2; align-self: center; padding: 54px 20px 88px max(60px, calc((100vw - var(--content))/2)); }
.hero h1 { margin: 0; font-size: clamp(47px, 3.65vw, 58px); line-height: 1.16; letter-spacing: -.072em; }
.hero-description { margin: 25px 0 28px; color: #5f5752; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.72; }
.hero-art { position: relative; min-width: 0; }
.hero-art picture, .hero-art img { display: block; width: 100%; height: 100%; }
.hero-art img { object-fit: cover; object-position: 67% center; }
.hero-note { position: absolute; z-index: 3; top: 88px; right: clamp(28px, 6vw, 94px); color: var(--brown); font-family: "Segoe Print", "Nanum Pen Script", cursive; font-size: clamp(18px, 1.8vw, 27px); line-height: 1.6; transform: rotate(-7deg); }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; }
.store-badge { display: inline-flex; min-width: 166px; height: 54px; align-items: center; gap: 11px; padding: 8px 16px; border: 0; border-radius: 12px; color: white; background: #111; text-align: left; }
.store-badge svg { width: 25px; flex: 0 0 auto; }
.store-badge strong { display: block; font-size: 14px; line-height: 1.15; }
.store-badge small { display: block; margin-bottom: 3px; font-size: 9px; opacity: .82; }
.store-badge.is-pending { cursor: default; }
.store-badge.is-pending::after { content: "출시 예정"; margin-left: auto; font-size: 9px; color: #dbd5d1; }
.quick-wrap { position: relative; z-index: 5; margin-top: -46px; }
.quick-panel { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; background: rgba(255,255,255,.96); border: 1px solid rgba(234,223,216,.8); border-radius: 30px; box-shadow: var(--shadow); }
.quick-card { min-height: 180px; padding: 28px 19px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform .22s ease, background .22s ease; }
.quick-card + .quick-card { border-left: 1px solid #eee7e2; }
.quick-card:hover { position: relative; z-index: 1; transform: translateY(-4px); background: #fff9f6; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 18px; }
.service-icon svg { width: 32px; height: 32px; }
.icon-care { color: #e9837b; background: #fff0ed; } .icon-ai { color: #8b8ae7; background: #f0efff; }
.icon-shelter { color: #3abdae; background: #e6faf6; } .icon-giving { color: #ef9a39; background: #fff3df; }
.icon-community { color: #8882d8; background: #f1f0ff; } .icon-support { color: #a06f4d; background: #f7eee8; }
.quick-card h2 { margin: 0 0 5px; font-size: 17px; }
.quick-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.showcase { position: relative; overflow: hidden; }
.showcase::before { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(165deg, transparent 20%, #f7eee7 20.3%); opacity: .72; }
.showcase-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(240px,.83fr) minmax(520px,1.7fr) minmax(240px,.85fr); align-items: center; gap: clamp(24px, 4vw, 70px); }
.showcase-copy { padding-bottom: 48px; }
.phone-stage { position: relative; height: 590px; min-width: 0; }
.phone { position: absolute; top: 66px; width: 238px; height: 486px; overflow: hidden; border: 9px solid #151515; border-radius: 42px; background: #fff; box-shadow: 0 25px 55px rgba(52,38,31,.18); }
.phone::before { content: ""; position: absolute; z-index: 4; top: 8px; left: 50%; width: 72px; height: 22px; border-radius: 20px; background: #111; transform: translateX(-50%); }
.phone-left { left: 2%; transform: rotate(-5deg) scale(.9); } .phone-center { z-index: 3; left: 50%; top: 18px; transform: translateX(-50%); } .phone-right { right: 2%; transform: rotate(5deg) scale(.9); }
.phone-screen { height: 100%; padding: 42px 14px 18px; background: #fffdfb; }
.phone-kicker { color: var(--muted); font-size: 9px; } .phone-title { margin: 1px 0 13px; font-size: 15px; font-weight: 900; }
.phone-chip-row { display: flex; gap: 5px; margin-bottom: 12px; } .phone-chip { padding: 3px 7px; border-radius: 999px; background: #f4eee9; font-size: 7px; }
.phone-pet { width: 100%; height: 142px; object-fit: cover; object-position: 66% 58%; border-radius: 16px; }
.phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.phone-tile { min-height: 78px; display: grid; place-items: center; padding: 8px; border-radius: 13px; background: #fff; box-shadow: 0 5px 18px rgba(74,50,37,.08); font-size: 9px; font-weight: 800; text-align: center; }
.phone-tile span { display: block; font-size: 21px; }
.chat-bubble { margin: 10px 0; padding: 10px; border-radius: 13px; background: #f5f0ed; font-size: 9px; } .chat-bubble.answer { background: #fff0ed; }
.pet-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pet-mini { overflow: hidden; border-radius: 13px; background: white; box-shadow: 0 5px 18px rgba(74,50,37,.08); }
.pet-mini img { display: block; width: 100%; height: 105px; object-fit: cover; } .pet-mini strong { display: block; padding: 6px 8px; font-size: 9px; }
.hand-note { align-self: start; margin-top: 62px; padding: 38px 22px; color: var(--brown); font-family: "Segoe Print", "Nanum Pen Script", cursive; font-size: clamp(22px, 2vw, 31px); line-height: 1.7; transform: rotate(-3deg); }
.hand-note::after { content: "♡"; display: block; margin-top: 14px; font-size: 44px; }
.feature-strip { background: #fffdfb; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 270px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.feature-card h3 { margin: 20px 0 7px; font-size: 22px; } .feature-card p { margin: 0 0 20px; color: var(--muted); }
.feature-card .button-text { margin-top: auto; align-self: start; }
.giving-banner { position: relative; min-height: 250px; display: grid; grid-template-columns: 31% 1fr auto; align-items: center; gap: 34px; overflow: hidden; padding: 20px 40px 20px 0; border: 8px solid rgba(255,255,255,.72); border-radius: 34px; background: #f7eee7; box-shadow: 0 16px 48px rgba(93,61,43,.08); }
.giving-photo { align-self: stretch; min-height: 210px; } .giving-photo picture, .giving-photo img { display: block; width: 100%; height: 100%; }
.giving-photo img { object-fit: cover; object-position: 25% center; border-radius: 26px; }
.giving-copy h2 { max-width: 700px; margin: 0; font-size: clamp(22px, 2.4vw, 35px); line-height: 1.35; } .giving-copy p { margin: 10px 0 0; color: var(--muted); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; } .section-head h2 { margin: 0; font-size: clamp(28px,3vw,40px); }
.notice-list { border-top: 2px solid var(--ink); } .notice-row { display: grid; grid-template-columns: 130px 1fr 28px; gap: 20px; align-items: center; min-height: 74px; border-bottom: 1px solid var(--line); }
.notice-row time { color: var(--muted); font-size: 14px; } .notice-row strong { font-size: 16px; } .empty-inline { padding: 36px 0; color: var(--muted); border-bottom: 1px solid var(--line); }
.support-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.support-card { min-height: 212px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); transition: transform .22s ease, background .22s ease; }
.support-card:hover { transform: translateY(-3px); background: white; } .support-card svg { width: 31px; height: 31px; color: var(--brown); }
.support-card h3 { margin: 18px 0 6px; font-size: 20px; } .support-card p { margin: 0; color: var(--muted); font-size: 14px; }
.support-card .button-text { margin-top: auto; align-self: start; min-height: auto; }
.page-hero { padding: clamp(74px,8vw,120px) 0 clamp(56px,6vw,84px); background: linear-gradient(150deg,#fffaf7,#f8eee7); }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(42px,5vw,70px); line-height: 1.18; letter-spacing: -.06em; }
.page-hero p { max-width: 700px; margin: 21px 0 0; color: var(--muted); font-size: 19px; }
.content-narrow { width: min(calc(100% - 48px), 880px); margin-inline: auto; }
.doc-meta { padding: 18px 22px; border-radius: 16px; background: #f7eee8; color: var(--muted); }
.doc-layout { display: grid; grid-template-columns: 230px 1fr; gap: 60px; align-items: start; }
.toc { position: sticky; top: 110px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.toc strong { display: block; margin-bottom: 12px; } .toc a { display: block; padding: 5px 0; color: var(--muted); font-size: 14px; }
.document h2 { margin-top: 46px; font-size: 26px; } .document p, .document li { color: var(--muted); }
.legal-pending { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.category-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; } .category-links a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 14px; }
.faq-list { display: grid; gap: 11px; } .faq-item { border: 1px solid var(--line); border-radius: 17px; background: white; }
.faq-item summary { cursor: pointer; list-style: none; padding: 20px 54px 20px 22px; font-weight: 800; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; } .faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; color: var(--brown); font-size: 25px; transform: translateY(-50%); }
.faq-item[open] summary::after { content: "−"; } .faq-answer { padding: 0 22px 22px; color: var(--muted); }
.form-card { margin-top: 56px; padding: clamp(24px,4vw,44px); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } .field { display: grid; gap: 7px; } .field-full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 800; } .field input, .field select, .field textarea { width: 100%; border: 1px solid #dcd2cb; border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fffdfa; }
.field textarea { min-height: 170px; resize: vertical; } .form-help, .form-status { color: var(--muted); font-size: 13px; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; } .honeypot { position: absolute; left: -9999px; }
.giving-lead { max-width: 760px; } .metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 34px; }
.metric { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; } .metric span { display: block; color: var(--muted); font-size: 14px; } .metric strong { display: block; margin-top: 9px; font-size: clamp(23px,3vw,36px); }
.data-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--ink); } .data-table th, .data-table td { padding: 18px 12px; border-bottom: 1px solid var(--line); text-align: left; } .data-table th { font-size: 14px; }
.empty-panel { padding: 42px 25px; border: 1px dashed #d8c8be; border-radius: 20px; color: var(--muted); text-align: center; background: rgba(255,255,255,.52); }
.not-found { min-height: calc(100vh - 280px); display: grid; place-items: center; padding: 80px 24px; text-align: center; } .not-found strong { color: #ead8cd; font-size: clamp(90px,18vw,190px); line-height: 1; } .not-found h1 { margin: 16px 0 8px; font-size: 34px; }
.site-footer { border-top: 1px solid var(--line); background: #fffdfa; }
.footer-inner { width: min(calc(100% - 48px), var(--content)); min-height: 180px; margin: auto; display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 42px; }
.footer-brand p { margin: 13px 0 0; color: var(--muted); font-size: 13px; } .footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 13px; } .copyright { color: var(--muted); font-size: 12px; white-space: nowrap; }
.reveal { opacity: 1; transform: none; transition: transform .3s ease; }
@media (max-width: 1199px) {
  .header-inner { grid-template-columns: 130px 1fr 130px; } .desktop-nav { gap: 14px; font-size: 13px; }
  .quick-panel { grid-template-columns: repeat(3,1fr); } .quick-card:nth-child(4) { border-left: 0; } .quick-card:nth-child(n+4) { border-top: 1px solid #eee7e2; }
  .showcase-grid { grid-template-columns: 1fr 1.8fr; } .hand-note { grid-column: 1 / -1; margin: -32px 0 0 auto; max-width: 370px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 76px; } .site-header { height: 72px; } .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-download { display: none; } .menu-toggle { display: grid; place-items: center; }
  .mobile-nav { position: fixed; inset: 72px 0 auto; display: grid; max-height: 0; overflow: hidden; background: rgba(255,254,253,.98); box-shadow: 0 18px 35px rgba(70,45,31,.1); transition: max-height .28s ease; }
  .mobile-nav[data-open="true"] { max-height: calc(100vh - 72px); } .mobile-nav a { padding: 15px 24px; border-bottom: 1px solid var(--line); font-weight: 800; }
  .hero { min-height: auto; } .hero-inner { grid-template-columns: 1fr; } .hero-copy { padding: 60px 24px 20px; } .hero h1 { font-size: clamp(39px,8vw,54px); }
  .hero-art { height: min(72vw, 570px); } .hero-art img { object-position: 68% 55%; } .hero-note { top: 25px; right: 30px; }
  .quick-wrap { margin-top: -24px; } .showcase-grid { grid-template-columns: 1fr; } .showcase-copy { padding-bottom: 0; }
  .phone-stage { width: min(100%, 650px); margin: auto; } .hand-note { grid-column: auto; margin: -38px 0 0 auto; }
  .giving-banner { grid-template-columns: 38% 1fr; padding-right: 28px; } .giving-banner .button { grid-column: 2; justify-self: start; }
  .support-grid { grid-template-columns: repeat(2,1fr); } .footer-inner { grid-template-columns: 1fr 1fr; padding-block: 34px; } .copyright { grid-column: 1/-1; }
  .doc-layout { grid-template-columns: 1fr; gap: 26px; } .toc { position: static; }
}
@media (max-width: 640px) {
  .shell, .header-inner, .footer-inner, .content-narrow { width: min(calc(100% - 40px), var(--content)); }
  .brand { font-size: 22px; } .brand-mark { width: 33px; height: 33px; } .hero-copy { padding-inline: 20px; } .hero-description br { display: none; }
  .hero-art { height: 92vw; max-height: 500px; } .hero-note { display: none; } .store-row { display: grid; grid-template-columns: 1fr; } .store-badge { width: 100%; }
  .quick-panel { grid-template-columns: repeat(2,1fr); border-radius: 24px; } .quick-card { min-height: 168px; padding: 22px 13px; }
  .quick-card:nth-child(odd) { border-left: 0; } .quick-card:nth-child(even) { border-left: 1px solid #eee7e2; } .quick-card:nth-child(n+3) { border-top: 1px solid #eee7e2; }
  .phone-stage { height: 460px; } .phone { width: 188px; height: 384px; border-width: 7px; border-radius: 32px; } .phone::before { width: 57px; height: 17px; }
  .phone-center { top: 14px; } .phone-left, .phone-right { top: 58px; } .phone-screen { padding: 34px 10px 12px; } .phone-pet { height: 105px; }
  .phone-tile { min-height: 57px; } .phone-tile span { font-size: 16px; } .pet-mini img { height: 78px; } .hand-note { margin-top: -22px; font-size: 23px; }
  .feature-grid, .support-grid, .metric-grid { grid-template-columns: 1fr; }
  .giving-banner { grid-template-columns: 1fr; padding: 0 20px 24px; gap: 20px; } .giving-photo { min-height: 230px; margin-inline: -20px; }
  .giving-photo img { border-radius: 26px 26px 0 0; object-position: 20% 35%; } .giving-banner .button { grid-column: auto; }
  .notice-row { grid-template-columns: 1fr 24px; gap: 8px; padding-block: 17px; } .notice-row time, .notice-row strong { grid-column: 1; } .notice-row span { grid-column: 2; grid-row: 1/3; }
  .form-grid { grid-template-columns: 1fr; } .field-full { grid-column: auto; } .form-actions { align-items: stretch; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; } .copyright { grid-column: auto; white-space: normal; } .data-table { display: block; overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; }
}
