:root {
  --blue-950: #0b3150;
  --blue-900: #10486f;
  --blue-800: #1769aa;
  --blue-700: #2480bd;
  --blue-500: #65b4df;
  --blue-300: #a9d9f1;
  --blue-100: #e9f6fc;
  --blue-50: #f4fbfe;
  --ink: #153044;
  --muted: #587082;
  --line: #dbe9f0;
  --paper: #ffffff;
  --cream: #fbfaf5;
  --brown: #9a683f;
  --shadow: 0 24px 70px rgba(21, 75, 112, .12);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --shell: 1180px;
  --font: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); line-height: 1.75; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 18px; background: #fff; z-index: 9999; border-radius: 8px; }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .2s ease; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 12px 30px rgba(17, 65, 96, .06); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 246px; }
.main-nav { display: flex; align-items: center; gap: 7px; }
.main-nav a { text-decoration: none; font-size: .93rem; font-weight: 700; padding: 10px 14px; border-radius: 999px; color: #365a70; transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { background: var(--blue-100); color: var(--blue-800); }
.main-nav .nav-help { margin-left: 8px; color: var(--blue-800); border: 1px solid var(--blue-300); }
.menu-button { display: none; background: transparent; border: 0; width: 44px; height: 44px; border-radius: 12px; padding: 10px; }
.menu-button span { display: block; height: 2px; background: var(--blue-950); margin: 5px 0; transition: .2s; }

.eyebrow { margin: 0 0 12px; font-size: .75rem; font-weight: 900; letter-spacing: .18em; color: var(--blue-700); text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 23px; border-radius: 999px; text-decoration: none; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue-800); box-shadow: 0 12px 26px rgba(23,105,170,.24); }
.button-primary:hover { background: var(--blue-900); box-shadow: 0 16px 32px rgba(23,105,170,.3); }
.button-secondary { color: var(--blue-900); background: #fff; border: 1px solid var(--blue-300); }
.button-quiet { color: var(--blue-900); background: var(--blue-100); }
.button-light { background: #fff; color: var(--blue-900); }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.5); }
.text-link { color: var(--blue-800); text-decoration: none; font-weight: 900; }
.text-link b { display: inline-block; margin-left: 4px; transition: transform .2s; }
.text-link:hover b { transform: translateX(5px); }
.text-link.large { font-size: 1.05rem; }

.hero-section { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 26%, rgba(129,199,235,.35), transparent 31%), linear-gradient(145deg, #f7fcff 0%, #eaf7fd 58%, #fdfcf7 100%); }
.hero-section::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(64,151,202,.18); border-radius: 50%; right: -160px; top: -170px; box-shadow: 0 0 0 60px rgba(255,255,255,.18), 0 0 0 120px rgba(255,255,255,.12); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 60px; align-items: center; padding-block: 66px 76px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { margin: 0; font-size: clamp(2.75rem, 5vw, 4.9rem); line-height: 1.12; letter-spacing: -.055em; color: var(--blue-950); }
.hero-copy h1 span { color: var(--blue-800); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 1.13rem; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; margin: 39px 0 0; padding: 0; max-width: 590px; }
.hero-points li { padding: 0 22px; border-left: 1px solid var(--line); }
.hero-points li:first-child { padding-left: 0; border-left: 0; }
.hero-points strong, .hero-points span { display: block; }
.hero-points strong { color: var(--blue-900); font-size: 1.02rem; }
.hero-points span { color: var(--muted); font-size: .82rem; }
.hero-art { position: relative; min-width: 0; }
.hero-art::before { content: ""; position: absolute; inset: 8% 3% 5%; border-radius: 50%; background: rgba(255,255,255,.7); box-shadow: var(--shadow); }
.hero-art img { position: relative; z-index: 1; filter: drop-shadow(0 28px 22px rgba(30,88,120,.13)); }
.hero-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 15px 40px rgba(24,83,119,.15); font-weight: 800; font-size: .88rem; }
.hero-note span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--blue-100); color: var(--blue-800); }
.hero-note-top { right: 2%; top: 20%; }
.hero-note-bottom { left: 2%; bottom: 14%; }

.trust-strip { background: var(--blue-950); color: #fff; }
.trust-grid { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.trust-grid p { margin: 0; font-size: .88rem; font-weight: 800; letter-spacing: .07em; }
.trust-grid span { width: 5px; height: 5px; border-radius: 50%; background: var(--blue-500); }

.section { padding-block: 112px; }
.section-heading { margin-bottom: 44px; }
.section-heading h2 { margin: 0; max-width: 750px; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.04em; line-height: 1.25; color: var(--blue-950); }
.section-heading > p:not(.eyebrow) { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 4px; font-size: 1rem; }
.centered-heading { max-width: 780px; margin-inline: auto; text-align: center; }
.centered-heading h2 { margin-inline: auto; }
.centered-heading > p:last-child { max-width: 670px; margin: 18px auto 0; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 390px; padding: 31px 28px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; text-decoration: none; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: var(--blue-300); }
.service-card-featured { background: linear-gradient(155deg, #eaf7fd, #f9fdff); }
.service-card-pet { background: linear-gradient(155deg, #fdf8ef, #fff); }
.service-icon { width: 80px; height: 80px; display: grid; place-items: center; background: #fff; border-radius: 22px; box-shadow: 0 10px 25px rgba(33,92,128,.09); margin-bottom: 40px; }
.service-icon img { width: 64px; }
.card-kicker { margin: 0 0 9px; color: var(--blue-700); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { margin: 0; color: var(--blue-950); font-size: 1.45rem; line-height: 1.35; }
.service-card > p:not(.card-kicker) { color: var(--muted); font-size: .93rem; }
.service-card .text-link { margin-top: auto; }

.care-section { background: var(--blue-50); padding-block: 105px; overflow: hidden; }
.care-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.care-image { border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.care-copy h2, .visit-copy h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.2; letter-spacing: -.045em; color: var(--blue-950); }
.care-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.care-list { margin: 34px 0; }
.care-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.care-list span { color: var(--blue-700); font-weight: 900; font-size: .78rem; letter-spacing: .1em; }
.care-list p { margin: 0; color: var(--muted); }
.care-list strong { display: block; color: var(--ink); }

.benefit-panel { overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 390px; border-radius: var(--radius-lg); background: var(--blue-950); color: #fff; box-shadow: var(--shadow); }
.benefit-visual { position: relative; display: grid; place-items: center; min-height: 390px; background: radial-gradient(circle at center, #2881b9 0%, #15547d 55%, #103d5e 100%); overflow: hidden; }
.k-coin { position: relative; z-index: 2; width: 154px; height: 154px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: linear-gradient(145deg, #fff0b5, #e9bb59); color: #7e5620; border: 8px solid rgba(255,255,255,.45); box-shadow: 0 24px 60px rgba(0,0,0,.25), inset 0 0 0 5px #c98f32; transform: rotate(-8deg); }
.k-coin span { font-size: 4.1rem; font-weight: 1000; line-height: .8; }
.k-coin small { font-size: .65rem; font-weight: 900; letter-spacing: .2em; margin-top: 9px; }
.k-coin.large { width: 190px; height: 190px; }
.benefit-rings i { position: absolute; inset: 50%; width: 290px; height: 290px; margin: -145px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.benefit-rings i:nth-child(2) { width: 390px; height: 390px; margin: -195px; }
.benefit-rings i:nth-child(3) { width: 490px; height: 490px; margin: -245px; }
.benefit-copy { padding: 66px 70px; align-self: center; }
.benefit-copy .eyebrow { color: var(--blue-300); }
.benefit-copy h3 { margin: 0; font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: 1.3; }
.benefit-copy > p:not(.eyebrow) { color: #c5dae7; }
.benefit-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 27px; }
.benefit-copy .button-quiet { background: rgba(255,255,255,.1); color: #fff; }

.visit-section { background: var(--cream); padding-block: 112px; }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.store-facts { margin: 33px 0; }
.store-facts > div { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid #e7e3d6; }
.store-facts dt { font-size: .83rem; font-weight: 900; color: var(--blue-700); }
.store-facts dd { margin: 0; color: #4d6473; }
.visit-card { overflow: hidden; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.visit-map { background: #edf7fb; }
.visit-card-label { padding: 24px 30px; }
.visit-card-label span, .visit-card-label small { display: block; }
.visit-card-label span { font-size: 1.15rem; font-weight: 900; color: var(--blue-950); }
.visit-card-label small { color: var(--muted); }

.page-hero { background: linear-gradient(140deg, var(--blue-50), #fefcf6); border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero-inner { min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.page-hero h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1.1; color: var(--blue-950); letter-spacing: -.055em; }
.page-hero p:not(.eyebrow) { max-width: 750px; margin: 20px 0 0; color: var(--muted); font-size: 1.08rem; }
.page-hero-mark { position: relative; width: 210px; height: 210px; flex: 0 0 auto; }
.page-hero-mark span { position: absolute; inset: 0; border: 1px solid var(--blue-300); border-radius: 48% 52% 67% 33% / 40% 36% 64% 60%; }
.page-hero-mark span:nth-child(2) { transform: rotate(35deg) scale(.74); background: rgba(151,211,239,.25); }
.page-hero-mark span:nth-child(3) { transform: rotate(70deg) scale(.4); background: var(--blue-800); border-color: var(--blue-800); }
.page-content { padding-block: 85px 110px; }
.prose { font-size: 1rem; }
.prose > h2 { margin: 82px 0 22px; color: var(--blue-950); font-size: clamp(1.75rem, 3vw, 2.5rem); letter-spacing: -.035em; }
.prose > h2:first-child { margin-top: 0; }
.prose > p, .prose > ul { max-width: 900px; color: var(--muted); }
.prose h3 { color: var(--blue-950); }
.prose a:not(.button) { color: var(--blue-800); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.intro-panel { padding: 44px 50px; background: var(--blue-950); border-radius: var(--radius-lg); color: #fff; }
.intro-panel .eyebrow { color: var(--blue-300); }
.intro-panel h2 { margin: 0; font-size: 2.2rem; }
.intro-panel p:last-child { max-width: 820px; margin-bottom: 0; color: #c9dce8; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-grid.three { grid-template-columns: repeat(3, 1fr); }
.detail-grid > div { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.detail-grid h3 { margin-top: 0; }
.detail-grid p { color: var(--muted); margin-bottom: 0; }
.notice-box { margin: 34px 0; padding: 24px 28px; border-left: 4px solid var(--blue-700); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--blue-50); }
.notice-box strong { color: var(--blue-950); }
.notice-box p { margin: 6px 0 0; color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list span { padding: 9px 16px; border-radius: 999px; background: var(--blue-100); color: var(--blue-900); font-weight: 800; }
.help-box { margin-top: 75px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px 48px; background: linear-gradient(140deg, var(--blue-100), #fff); border: 1px solid var(--blue-300); border-radius: var(--radius-lg); }
.help-box h2 { margin: 0; color: var(--blue-950); }
.help-box p:last-child { margin-bottom: 0; color: var(--muted); }
.process-steps { counter-reset: step; }
.process-steps section { display: grid; grid-template-columns: 120px 1fr; gap: 45px; padding: 52px 0; border-bottom: 1px solid var(--line); }
.process-steps section > span { font-size: 3.7rem; line-height: 1; font-weight: 1000; color: var(--blue-300); letter-spacing: -.07em; }
.process-steps h2 { margin: 0; font-size: 2rem; color: var(--blue-950); }
.process-steps p:last-child { max-width: 780px; color: var(--muted); }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.check-grid > div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 24px; background: var(--blue-50); border-radius: var(--radius-sm); }
.check-grid span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-800); font-weight: 900; }
.check-grid p { margin: 0; color: var(--muted); }
.check-grid strong { display: block; color: var(--ink); }
.membership-hero { min-height: 350px; display: grid; grid-template-columns: 1fr 240px; align-items: center; gap: 50px; padding: 48px 60px; background: var(--blue-950); color: #fff; border-radius: var(--radius-lg); overflow: hidden; }
.membership-hero h2 { margin: 0; font-size: 2.35rem; }
.membership-hero p:last-child { color: #c7dce8; }
.membership-hero .eyebrow { color: var(--blue-300); }
.store-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 25px; }
.store-main-card, .store-side-card { padding: 42px; border-radius: var(--radius-lg); }
.store-main-card { background: var(--blue-50); }
.store-main-card h2 { margin: 0; font-size: 2.2rem; color: var(--blue-950); }
.store-side-card { background: var(--cream); }
.store-side-card p { color: var(--muted); }
.store-facts.large > div { grid-template-columns: 90px 1fr; border-color: var(--line); }
.not-found { text-align: center; max-width: 720px; margin: auto; padding: 70px 0; }
.not-found h2 { font-size: 2.5rem; }
.not-found .hero-actions { justify-content: center; }

.contact-ribbon { background: var(--blue-800); color: #fff; }
.contact-ribbon-inner { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-ribbon .eyebrow { color: var(--blue-300); }
.contact-ribbon h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.035em; }
.ribbon-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.site-footer { background: #082c46; color: #c3d7e4; padding: 72px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 70px; }
.footer-brand img { margin-bottom: 20px; }
.site-footer h2 { color: #fff; font-size: .9rem; letter-spacing: .08em; }
.site-footer a { color: #e8f5fb; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.mobile-actions { display: none; }

@media (max-width: 1050px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 340px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-copy h1 { font-size: 3.5rem; }
  .care-grid, .visit-grid { gap: 45px; }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 34px, var(--shell)); }
  .header-inner { height: 72px; }
  .brand img { width: 204px; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 3px; padding: 18px 17px 26px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(16,61,91,.14); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 13px 16px; }
  .main-nav .nav-help { margin-left: 0; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 60px 55px; }
  .hero-copy h1 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .hero-art { max-width: 580px; margin-inline: auto; }
  .hero-points { max-width: none; }
  .trust-grid { display: grid; grid-template-columns: 1fr 1fr; padding-block: 17px; gap: 7px 15px; }
  .trust-grid span { display: none; }
  .section { padding-block: 80px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .care-grid, .visit-grid, .benefit-panel, .store-layout { grid-template-columns: 1fr; }
  .care-grid { gap: 45px; }
  .benefit-copy { padding: 48px 35px; }
  .visit-grid { gap: 45px; }
  .page-hero-inner { min-height: 270px; }
  .page-hero-mark { width: 125px; height: 125px; }
  .detail-grid.three { grid-template-columns: 1fr; }
  .membership-hero { grid-template-columns: 1fr; }
  .membership-hero .k-coin { margin: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 64px; }
  .shell { width: min(100% - 28px, var(--shell)); }
  .hero-section { text-align: left; }
  .hero-grid { padding-top: 45px; }
  .hero-copy h1 { font-size: 2.72rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-points { grid-template-columns: 1fr; gap: 11px; }
  .hero-points li, .hero-points li:first-child { padding: 10px 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-note { font-size: .74rem; padding: 9px 12px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; }
  .section-heading h2, .care-copy h2, .visit-copy h2 { font-size: 2.1rem; }
  .care-section, .visit-section, .section { padding-block: 68px; }
  .benefit-visual { min-height: 315px; }
  .benefit-copy { padding: 42px 25px; }
  .store-facts > div { grid-template-columns: 1fr; gap: 4px; }
  .page-hero-mark { display: none; }
  .page-content { padding-block: 55px 80px; }
  .intro-panel, .membership-hero, .store-main-card, .store-side-card { padding: 30px 24px; border-radius: 24px; }
  .detail-grid, .check-grid { grid-template-columns: 1fr; }
  .process-steps section { grid-template-columns: 1fr; gap: 13px; padding: 38px 0; }
  .process-steps section > span { font-size: 2.7rem; }
  .help-box { align-items: stretch; flex-direction: column; padding: 30px 24px; }
  .help-box .button { width: 100%; }
  .contact-ribbon-inner { padding-block: 50px; flex-direction: column; align-items: flex-start; }
  .ribbon-actions { width: 100%; }
  .ribbon-actions .button { flex: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 0; }
  .mobile-actions { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; display: grid; grid-template-columns: repeat(3, 1fr); height: 64px; background: rgba(255,255,255,.96); backdrop-filter: blur(15px); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(13,57,86,.08); transform: translateY(110%); transition: transform .25s ease; }
  .mobile-actions.visible { transform: translateY(0); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--blue-900); text-decoration: none; font-size: .82rem; font-weight: 900; }
  .mobile-actions span { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
