:root {
  --warm-white: #fffdf8;
  --cream: #f8f2e7;
  --beige: #e9dbc5;
  --yellow: #f5c84c;
  --yellow-soft: #fde9a9;
  --ink: #2f2b25;
  --muted: #736d63;
  --line: rgba(47, 43, 37, .16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; line-height: 1.65; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.skip-link { position: fixed; z-index: 99; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 96px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 5vw; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); }
.brand-mark svg { width: 28px; fill: none; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
nav { display: flex; gap: 36px; font-size: 14px; font-weight: 700; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; border: 1px solid var(--ink); border-radius: 999px; padding: 10px 19px; font-size: 13px; font-weight: 800; transition: .2s; }
.header-cta:hover { background: var(--ink); color: white; }

.hero { min-height: 790px; display: grid; grid-template-columns: 1.02fr .98fr; background: var(--cream); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 150px 5vw 80px 8vw; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #837b6f; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(48px, 5.3vw, 82px); line-height: 1.13; letter-spacing: -.07em; font-weight: 800; }
h1 em { position: relative; z-index: 1; font-style: normal; }
h1 em::after { content: ""; position: absolute; z-index: -1; left: -3%; right: -3%; bottom: .08em; height: .34em; background: var(--yellow); border-radius: 50%; transform: rotate(-1.5deg); opacity: .82; }
.hero-description { margin-bottom: 34px; color: var(--muted); font-size: 17px; }
.hero-actions, .visit-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 23px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); box-shadow: 0 10px 30px rgba(184, 140, 20, .17); }
.button-primary:hover { box-shadow: 0 14px 32px rgba(184, 140, 20, .28); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--ink); padding-bottom: 3px; width: fit-content; font-size: 13px; font-weight: 800; }
.hero-points { display: flex; gap: clamp(22px, 3vw, 50px); margin: 58px 0 0; padding: 0; list-style: none; }
.hero-points li { display: flex; flex-direction: column; }
.hero-points strong { font-size: 17px; letter-spacing: -.02em; }
.hero-points span { color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; min-height: 680px; background: var(--yellow-soft); overflow: hidden; }
.sun-shape { position: absolute; width: 520px; height: 520px; top: 100px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(255,253,248,.58); }
.hero-dog-image { position: absolute; z-index: 2; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: 50% 50%; mix-blend-mode: multiply; }
.photo-note { position: absolute; z-index: 3; top: 120px; right: 7%; display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 800; letter-spacing: .16em; writing-mode: vertical-rl; }
.photo-note span { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; }
.scribble { position: absolute; z-index: 3; font-size: 13px; font-weight: 700; transform: rotate(-8deg); }
.scribble-one { top: 29%; left: 9%; }
.scribble-two { bottom: 19%; right: 8%; transform: rotate(7deg); }

.section-pad { padding: 120px 8vw; }
.promise { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.section-heading h2, .recommend h2, .visit h2 { margin-bottom: 24px; font-size: clamp(38px, 4vw, 64px); line-height: 1.23; letter-spacing: -.055em; }
.promise-copy { max-width: 570px; padding-top: 50px; color: var(--muted); }
.promise-copy .lead { color: var(--ink); font-size: 21px; font-weight: 700; line-height: 1.7; }
.promise-copy .text-link { margin-top: 15px; color: var(--ink); }

.care-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 8vw 120px; }
.care-card { position: relative; min-height: 310px; padding: 38px; background: #f7e6bc; border-right: 1px solid rgba(47,43,37,.11); }
.care-card:nth-child(2) { background: #ebddc7; }
.care-card:nth-child(3) { background: #f3cc65; border: 0; }
.card-number { position: absolute; top: 23px; right: 26px; font-size: 10px; letter-spacing: .12em; }
.line-icon { width: 48px; height: 48px; margin: 16px 0 55px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 23px; }
.care-card h3 { margin-bottom: 8px; font-size: 20px; }
.care-card p { margin: 0; max-width: 280px; color: #5e574c; font-size: 13px; }

.services { background: #f4efe5; }
.services > .section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8vw; }
.services .eyebrow { grid-column: 1 / -1; }
.section-note { max-width: 420px; align-self: center; color: var(--muted); font-size: 14px; }
.menu-list { margin-top: 62px; border-top: 1px solid var(--line); }
.menu-item { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 29px 8px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.menu-item:hover { padding-left: 22px; padding-right: 22px; background: rgba(255,255,255,.55); }
.menu-item > div { display: grid; grid-template-columns: 40px minmax(210px, 1fr) 1fr; align-items: center; gap: 24px; flex: 1; }
.menu-item span { color: #a0988c; font-size: 11px; }
.menu-item h3 { margin: 0; font-size: 20px; }
.menu-item p { margin: 0; color: var(--muted); font-size: 13px; }
.menu-item strong { min-width: 120px; text-align: right; font-size: 15px; }
.price-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; text-align: right; }

.recommend { display: grid; grid-template-columns: 1fr 1fr; padding-top: 140px; padding-bottom: 140px; gap: 9vw; }
.recommend-visual { position: relative; min-height: 530px; display: grid; place-items: center; background: var(--beige); border-radius: 240px 240px 24px 24px; overflow: hidden; }
.recommend-visual::before { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(47,43,37,.13); border-radius: 50%; }
.recommend-visual svg { position: absolute; bottom: 45px; width: 64%; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; opacity: .55; }
.photo-placeholder { position: relative; z-index: 1; top: -40px; color: #7b7165; text-align: center; font-size: 13px; }
.recommend-copy { align-self: center; }
.recommend-copy ul { margin: 50px 0 0; padding: 0; list-style: none; }
.recommend-copy li { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.recommend-copy li span { color: #b6a992; font-size: 10px; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; background: var(--yellow-soft); }
.faq-list { border-top: 1px solid rgba(47,43,37,.2); }
details { border-bottom: 1px solid rgba(47,43,37,.2); }
summary { position: relative; padding: 27px 45px 27px 0; list-style: none; cursor: pointer; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ""; position: absolute; top: 50%; right: 8px; width: 15px; height: 1px; background: var(--ink); transition: transform .25s; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: -5px 0 26px; padding-right: 40px; color: #6d6250; font-size: 14px; }

.visit { background: var(--warm-white); }
.visit-card { padding: 72px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px 9vw; background: var(--ink); color: #fffaf0; border-radius: var(--radius); }
.visit-card .eyebrow { color: var(--yellow); }
.visit-card h2 { margin: 0; }
.visit-card dl { margin: 8px 0 0; }
.visit-card dl div { display: grid; grid-template-columns: 95px 1fr; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.visit-card dt { color: #bdb5a9; font-size: 12px; }
.visit-card dd { margin: 0; font-size: 14px; font-weight: 700; }
.visit-card dd span { color: #bdb5a9; font-weight: 400; }
.visit-actions { grid-column: 2; margin-top: 20px; }
.button-dark { background: var(--yellow); color: var(--ink); }
.button-outline { border: 1px solid rgba(255,255,255,.45); }
.button-outline:hover { background: white; color: var(--ink); }

footer { position: relative; padding: 60px 8vw 35px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 25px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.footer-brand { color: var(--ink); font-size: 19px; font-weight: 900; }
.footer-brand span { margin-left: 7px; font-size: 12px; }
.footer-info i { display: inline-block; height: 10px; margin: 0 8px; border-left: 1px solid var(--line); }
.footer-links { display: flex; gap: 22px; color: var(--ink); font-weight: 800; }
.copyright { grid-column: 1 / -1; margin: 34px 0 0; padding-top: 22px; border-top: 1px solid var(--line); font-size: 10px; }
.floating-cta { position: fixed; z-index: 20; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 8px; padding: 13px 18px; background: #fae100; border: 1px solid rgba(0,0,0,.08); border-radius: 999px; box-shadow: 0 8px 28px rgba(47,43,37,.18); font-size: 13px; transition: transform .2s; }
.floating-cta:hover { transform: translateY(-3px); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.care-card:nth-child(2) { transition-delay: .1s; }
.care-card:nth-child(3) { transition-delay: .2s; }

@media (max-width: 860px) {
  .site-header { height: 76px; padding: 0 20px; grid-template-columns: 1fr auto; }
  nav { display: none; }
  .brand { font-size: 14px; }
  .brand-mark { width: 32px; height: 32px; }
  .header-cta { padding: 8px 15px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 130px 24px 68px; }
  h1 { font-size: clamp(45px, 13vw, 65px); }
  .hero-visual { min-height: 570px; }
  .sun-shape { width: 420px; height: 420px; top: 80px; }
  .hero-dog-image { object-position: 50% 48%; }
  .section-pad { padding: 85px 24px; }
  .promise, .recommend, .faq { grid-template-columns: 1fr; gap: 36px; }
  .promise-copy { padding-top: 0; }
  .care-strip { grid-template-columns: 1fr; padding: 0 24px 85px; }
  .care-card { min-height: auto; padding: 34px; }
  .line-icon { margin-bottom: 28px; }
  .services > .section-heading { grid-template-columns: 1fr; }
  .section-note { margin-top: 8px; }
  .menu-item > div { grid-template-columns: 30px 1fr; gap: 12px; }
  .menu-item p { grid-column: 2; }
  .recommend { padding-top: 90px; }
  .recommend-visual { min-height: 440px; order: 2; }
  .visit-card { padding: 48px 28px; grid-template-columns: 1fr; }
  .visit-actions { grid-column: 1; }
  footer { grid-template-columns: 1fr; padding: 50px 24px 30px; }
  .copyright { grid-column: 1; }
}

@media (max-width: 520px) {
  .desktop-only { display: none; }
  .hero-points { gap: 18px; justify-content: space-between; }
  .hero-points strong { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 480px; }
  .photo-note { top: 80px; }
  .menu-item { align-items: flex-end; }
  .menu-item > div { display: block; }
  .menu-item span { display: block; margin-bottom: 5px; }
  .menu-item p { margin-top: 5px; }
  .menu-item strong { min-width: 105px; font-size: 13px; }
  .visit-actions { align-items: stretch; flex-direction: column; }
  .floating-cta { right: 15px; bottom: 15px; padding: 12px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
