@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Noto+Serif+SC:wght@500;600;700&display=swap');
:root{--ink:#263235;--muted:#697678;--cream:#f5f7f5;--peach:#d8b8aa;--lilac:#789b99;--blue:#c7dfdd;--line:rgba(38,50,53,.13);--serif:"Noto Serif SC","Songti SC",serif;--sans:"DM Sans","Microsoft YaHei",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{height:88px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;position:fixed;inset:0 0 auto;z-index:50;background:rgba(247,242,237,.72);backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:.3s}.site-header.scrolled{height:72px;border-color:var(--line);background:rgba(247,242,237,.92)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:54px;height:54px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font-family:var(--serif);font-size:19px;letter-spacing:.1em}.brand small{font-size:8px;letter-spacing:.16em;margin-top:7px;text-transform:uppercase;color:var(--muted)}.site-nav{display:flex;align-items:center;gap:clamp(20px,2.5vw,42px);font-size:14px}.site-nav>a:not(.nav-book){position:relative}.site-nav>a:not(.nav-book):after{content:"";position:absolute;left:0;right:100%;height:1px;bottom:-7px;background:var(--ink);transition:.25s}.site-nav>a:hover:after{right:0}.nav-book{background:var(--ink);color:#fff;border-radius:100px;padding:13px 21px}.nav-book span{margin-left:12px}.menu-toggle{display:none;background:none;border:0;color:var(--ink)}
.hero{min-height:100svh;padding:130px clamp(24px,6vw,94px) 70px;display:grid;grid-template-columns:minmax(340px,.9fr) minmax(450px,1.1fr);align-items:center;gap:2vw;position:relative;isolation:isolate;overflow:hidden}.hero canvas{position:absolute;inset:0;width:100%;height:100%;z-index:-3}.hero-glow{position:absolute;width:65vw;height:65vw;border-radius:50%;right:-12vw;top:10vh;background:radial-gradient(circle,rgba(255,255,255,.9),rgba(255,255,255,0) 68%);z-index:-2}.eyebrow,.section-kicker{font-size:11px;letter-spacing:.25em;font-weight:600}.hero-copy{position:relative;z-index:2}.hero h1{font-family:var(--serif);font-size:clamp(48px,5.7vw,92px);line-height:1.18;letter-spacing:-.045em;margin:22px 0 28px;font-weight:600}.hero h1 em,.section h2 em{font-style:normal;color:#8f77c2}.hero-lead{font-size:clamp(15px,1.25vw,19px);line-height:1.9;max-width:600px;color:var(--muted)}.quick-book{margin-top:37px;max-width:560px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.9);box-shadow:0 20px 50px rgba(89,74,81,.11);border-radius:100px;padding:7px;display:flex;position:relative;backdrop-filter:blur(15px)}.quick-book input{flex:1;min-width:0;border:0;background:transparent;outline:0;padding:0 20px;color:var(--ink)}.quick-book button{border:0;background:var(--ink);color:#fff;border-radius:100px;padding:15px 22px;cursor:pointer}.quick-book button span{margin-left:16px}.form-message{position:absolute;left:19px;top:100%;font-size:12px;color:#795c5c}
.pet-stage{height:min(70vh,720px);min-height:500px;position:relative;display:flex;align-items:center;justify-content:center}.pet-orbit{position:absolute;width:88%;aspect-ratio:1.7;border:1px solid rgba(52,43,46,.2);border-radius:50%;transform:rotate(-8deg)}.pet-orbit:before,.pet-orbit:after{content:"✦";position:absolute;top:50%;width:28px;height:28px;margin:-14px;border-radius:50%;background:var(--cream);display:grid;place-items:center;color:#927fc6}.pet-orbit:before{left:0}.pet-orbit:after{right:0}.slides{position:absolute;inset:0}.pet-slide{position:absolute;inset:0;margin:0;opacity:0;transform:translateY(20px) scale(.97);transition:opacity .7s,transform .8s;pointer-events:none;display:grid;place-items:center}.pet-slide.is-active{opacity:1;transform:none;pointer-events:auto}.pet-slide video{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(72,54,65,.17));mix-blend-mode:multiply}.slide-controls{position:absolute;bottom:0;display:flex;align-items:center;gap:20px;z-index:2}.slide-arrow{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.7);cursor:pointer}.slide-status{display:grid;grid-template-columns:auto 60px auto;align-items:center;gap:9px;font-size:11px}.slide-status i{height:1px;background:var(--ink)}.slide-status b{grid-column:1/-1;text-align:center;font-weight:500;letter-spacing:.12em}.scroll-cue{position:absolute;bottom:24px;left:50%;display:flex;align-items:center;gap:12px;font-size:10px;letter-spacing:.18em;transform:translateX(-50%)}.scroll-cue i{font-style:normal;animation:bob 1.8s infinite}@keyframes bob{50%{transform:translateY(7px)}}
.section{padding:clamp(90px,11vw,170px) clamp(24px,8vw,130px)}.section h2{font-family:var(--serif);font-size:clamp(42px,5vw,78px);line-height:1.2;letter-spacing:-.04em;margin:25px 0}.story{background:#fffaf7}.story-grid{display:grid;grid-template-columns:1fr .78fr;gap:12vw;align-items:end}.story-text{font-family:var(--serif);font-size:clamp(17px,1.4vw,22px);line-height:2;color:var(--muted)}.values{display:grid;grid-template-columns:repeat(3,1fr);margin-top:90px;border-top:1px solid var(--line)}.values article{padding:36px 8vw 10px 0;border-right:1px solid var(--line)}.values article+article{padding-left:3vw}.values span,.service-grid>article>span{font-size:11px;color:var(--muted)}.values h3{font:500 28px var(--serif);margin:35px 0 12px}.values p{color:var(--muted);line-height:1.8;font-size:14px}
.art{background:#d8e6e3}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px}.section-heading p{max-width:380px;color:var(--muted);line-height:1.8}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:70px}.service-grid article{min-height:390px;padding:28px;background:rgba(255,255,255,.52);border-radius:4px;display:flex;flex-direction:column;transition:.35s}.service-grid article:hover{transform:translateY(-8px);background:rgba(255,255,255,.75)}.service-icon{font:54px var(--serif);margin:auto 0;color:#7765a9}.service-grid h3{font:500 28px var(--serif);margin:0 0 12px}.service-grid p{color:var(--muted);line-height:1.7}.service-grid a{margin-top:18px;font-size:13px;font-weight:600}
.growth{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:center;background:#efdfdc}.growth-copy p{line-height:1.9;color:var(--muted);max-width:500px}.text-link{display:inline-flex;gap:35px;border-bottom:1px solid;padding:15px 0;margin-top:20px;font-size:14px}.growth-film{height:650px;position:relative;overflow:hidden;background:#ddd;border-radius:50% 50% 6px 6px}.growth-film video{width:100%;height:100%;object-fit:cover}.growth-film span{position:absolute;bottom:20px;left:20px;color:#fff;font-size:10px;letter-spacing:.18em;background:rgba(0,0,0,.22);padding:10px 13px;border-radius:30px;backdrop-filter:blur(10px)}
.visit{background:#8d7db5;color:#fff}.visit-card{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.visit h2{color:#fff}.address{margin-top:60px;line-height:2;color:rgba(255,255,255,.75)}.address strong{color:#fff;font-size:18px}.contact-grid{border-top:1px solid rgba(255,255,255,.3)}.contact-grid a,.contact-grid button{width:100%;height:86px;padding:0;border:0;border-bottom:1px solid rgba(255,255,255,.3);background:none;color:#fff;display:grid;grid-template-columns:50px 1fr auto;align-items:center;text-align:left;cursor:pointer}.contact-grid span{font-size:10px;opacity:.65}.contact-grid b{font:500 22px var(--serif)}.contact-grid i{font-style:normal;font-size:20px;transition:.2s}.contact-grid :is(a,button):hover i{transform:translate(4px,-4px)}
footer{padding:60px clamp(24px,8vw,130px);display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:30px;background:#292327;color:#fff}footer p{font-family:var(--serif);font-size:18px;color:#bdb4b9}footer>small{font-size:9px;letter-spacing:.12em;color:#8c8388}.footer-brand img{width:64px;height:64px}.toast{position:fixed;z-index:100;left:50%;bottom:30px;transform:translate(-50%,20px);background:#292327;color:#fff;padding:14px 20px;border-radius:100px;font-size:13px;opacity:0;pointer-events:none;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}
.hero-glow{background:radial-gradient(circle,rgba(255,255,255,.96),rgba(226,244,242,.32) 42%,rgba(255,255,255,0) 70%)}
.hero.jquery-ripples{background-position:center;background-size:cover}.hero.jquery-ripples>#liquid-canvas{opacity:0}.hero.jquery-ripples>.hero-glow{z-index:0;pointer-events:none}.hero.jquery-ripples :is(.hero-copy,.pet-stage,.scroll-cue){z-index:2}
.pet-stage .slides{background:transparent;mix-blend-mode:multiply}.pet-stage .pet-slide{background:transparent}.pet-stage .pet-slide video{background:transparent;mix-blend-mode:multiply;filter:brightness(1.045) contrast(1.14) saturate(1.04) drop-shadow(0 32px 30px rgba(50,75,82,.2))}
.pet-slide .pet-keyed-canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;filter:drop-shadow(0 32px 30px rgba(50,75,82,.2));transition:opacity .25s}.pet-slide.keyed-ready video{opacity:0}.pet-slide.keyed-ready .pet-keyed-canvas{opacity:1}
.hero.jquery-ripples .pet-stage{z-index:auto;isolation:auto}.pet-stage .slides{mix-blend-mode:normal;isolation:auto}.pet-stage .pet-slide{mix-blend-mode:darken;isolation:auto}.pet-stage .pet-slide video{opacity:1;mix-blend-mode:darken;filter:contrast(1.09) saturate(1.03) drop-shadow(0 30px 28px rgba(45,67,73,.22))}.pet-stage .pet-keyed-canvas{display:none!important}
.pet-stage .pet-slide video{-webkit-mask-image:radial-gradient(ellipse 72% 66% at 50% 47%,#000 50%,rgba(0,0,0,.94) 62%,rgba(0,0,0,.52) 75%,rgba(0,0,0,.14) 87%,transparent 96%);mask-image:radial-gradient(ellipse 72% 66% at 50% 47%,#000 50%,rgba(0,0,0,.94) 62%,rgba(0,0,0,.52) 75%,rgba(0,0,0,.14) 87%,transparent 96%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.hero h1 em,.section h2 em{color:#547f7d}.pet-orbit{border-color:rgba(38,58,61,.18)}.pet-orbit:before,.pet-orbit:after{color:#567f7e;background:#f7faf8}.story{background:#fafbf9}.art{background:#dfeae8}.growth{background:#eee9e3}.visit{background:#365b5b}.site-header{background:rgba(245,247,245,.76)}.site-header.scrolled{background:rgba(245,247,245,.94)}
@media(min-width:901px){.hero{display:block}.hero-copy{position:absolute;left:clamp(36px,5vw,94px);top:51%;transform:translateY(-50%);width:min(31vw,500px);z-index:3}.hero h1{font-size:clamp(44px,4vw,66px);line-height:1.2;margin:18px 0 22px}.hero-lead{font-size:clamp(14px,1.05vw,17px);line-height:1.85}.quick-book{margin-top:28px;max-width:480px}.pet-stage{position:absolute;left:58%;top:52%;transform:translate(-50%,-50%);width:min(66vw,1160px);height:min(72vh,740px)}.slide-controls{bottom:3%}}
.hero{background:#e8f5f4}.hero-glow{background:radial-gradient(circle,rgba(255,255,255,.82),rgba(218,241,239,.38) 50%,rgba(255,255,255,0) 72%)}.pet-stage .pet-slide video{filter:none!important;mix-blend-mode:darken}
@media(min-width:901px){.hero-copy{left:50%;top:112px;transform:translateX(-50%);width:min(88vw,980px);text-align:center}.hero h1{font-size:clamp(38px,3.2vw,56px);line-height:1.16;margin:13px 0 15px}.hero-lead{max-width:760px;margin:0 auto;font-size:15px;line-height:1.75}.quick-book{max-width:470px;margin:20px auto 0}.pet-stage{left:50%;top:66%;transform:translate(-50%,-50%);width:min(62vw,1020px);height:min(50vh,520px)}.slide-controls{bottom:0}}
.pet-stage .pet-keyed-canvas{display:block!important;filter:none!important;mix-blend-mode:normal}.pet-slide.keyed-ready video{opacity:0!important}.pet-slide.keyed-ready .pet-keyed-canvas{opacity:1}
.hero,.hero.jquery-ripples{background:radial-gradient(ellipse 46% 38% at 50% 66%,rgba(255,255,255,.58) 0%,rgba(255,255,255,0) 76%),radial-gradient(circle at 22% 12%,rgba(255,255,255,.9) 0%,rgba(255,255,255,0) 34%),radial-gradient(circle at 78% 72%,rgba(72,162,158,.3) 0%,rgba(72,162,158,0) 42%),linear-gradient(145deg,#eaf8f5 0%,#c2e3de 48%,#83c0ba 100%)!important}.hero>#liquid-canvas{display:block!important;opacity:0!important;pointer-events:none}.hero>.hero-glow{display:none!important}.hero.jquery-ripples>canvas{display:block!important}.hero .pet-stage,.hero.jquery-ripples .pet-stage{isolation:auto}.pet-stage .slides,.pet-stage .pet-slide{mix-blend-mode:normal;isolation:auto;background:transparent}.pet-stage .pet-slide video{opacity:1;background:transparent;mix-blend-mode:normal;filter:none;-webkit-mask-image:none;mask-image:none}.pet-stage .pet-keyed-canvas{display:none!important}
@media(max-width:900px){.site-header{height:72px}.menu-toggle{display:flex;width:52px;height:52px;align-items:center;justify-content:center;flex-direction:column;gap:5px;position:relative;z-index:2}.menu-toggle span{display:block;width:22px;height:1px;background:currentColor;transition:.25s}.menu-toggle b{position:absolute;font-size:0}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-nav{position:fixed;inset:0;background:var(--cream);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:15vw;gap:30px;font:500 30px var(--serif);transform:translateX(100%);transition:.4s}.site-nav.open{transform:none}.nav-book{font:14px var(--sans)}.hero{grid-template-columns:1fr;padding-top:120px;min-height:auto}.hero-copy{text-align:center}.hero-lead,.quick-book{margin-left:auto;margin-right:auto}.pet-stage{height:60vh}.scroll-cue{display:none}.story-grid,.growth,.visit-card{grid-template-columns:1fr}.values,.service-grid{grid-template-columns:1fr}.values article{border-right:0;border-bottom:1px solid var(--line);padding:25px 0!important}.section-heading{display:block}.service-grid article{min-height:300px}.growth-film{height:70vh;order:-1}.contact-grid{margin-top:30px}footer{grid-template-columns:1fr;text-align:center;justify-items:center}}
@media(max-width:560px){.brand img{width:46px;height:46px}.brand strong{font-size:17px}.hero{padding-left:18px;padding-right:18px}.hero h1{font-size:42px}.hero-lead{font-size:14px}.quick-book{display:grid;border-radius:24px;padding:8px}.quick-book input{height:50px;text-align:center}.quick-book button{width:100%}.pet-stage{height:52vh;min-height:390px}.pet-orbit{width:105%}.section{padding-left:22px;padding-right:22px}.section h2{font-size:40px}.story-text{font-size:16px}.growth-film{height:500px}.visit{padding-left:22px;padding-right:22px}.site-nav{padding:20vw 10vw}.site-nav a{font-size:27px}footer{padding:50px 22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.pet-slide video,.growth-film video{display:none}.pet-slide{background:url('../images/logo.png') center/contain no-repeat;mix-blend-mode:multiply}}

/* Warm ivory visual direction: match the supplied reference and keep the
   replacement video's original background intact. */
:root{--cream:#ebe8de}
body,.hero,.hero.jquery-ripples{background:#ebe8de!important}
.site-header{background:rgba(235,232,222,.78)}
.site-header.scrolled{background:rgba(235,232,222,.95)}
.pet-stage .pet-slide video{background:#ebe8de;filter:none!important;mix-blend-mode:normal!important;-webkit-mask-image:none!important;mask-image:none!important}
.hero,.hero.jquery-ripples{background-color:#ebe8de!important;background-image:none!important}
.hero>#liquid-canvas{display:block!important;opacity:0!important;pointer-events:none}
.hero.jquery-ripples>canvas:not(#liquid-canvas){display:block!important}
.hero:not(.jquery-ripples)>#liquid-canvas{opacity:1!important}

/* Match the warm edge tone inside the source video, then softly cover the
   outermost pixels so the 16:9 frame dissolves into the hero background. */
:root{--cream:#f3ede3}
body,.hero,.hero.jquery-ripples{background:#f3ede3!important}
.site-header{background:rgba(243,237,227,.8)}
.site-header.scrolled{background:rgba(243,237,227,.96)}
.pet-stage .pet-slide video{background:#f3ede3}
.pet-stage .pet-slide::after{content:none}
.pet-stage .pet-slide video{
  filter:brightness(1.03)!important;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 12%,#000 88%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 14%,#000 86%,transparent 100%)!important;
  -webkit-mask-composite:source-in;
  -webkit-mask-repeat:no-repeat;
  mask-image:linear-gradient(to right,transparent 0,#000 12%,#000 88%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 14%,#000 86%,transparent 100%)!important;
  mask-composite:intersect;
  mask-repeat:no-repeat
}
.pet-stage .pet-slide>video:first-of-type{transition:opacity .45s ease}
.pet-stage .pet-hover-video{position:absolute;inset:0;z-index:2;opacity:0!important;pointer-events:none;transition:opacity .45s ease}
.pet-stage.is-hovering-pets .pet-slide>video:first-of-type{opacity:0!important}
.pet-stage.is-hovering-pets .pet-hover-video{opacity:1!important}
.pet-stage .pet-click-video{position:absolute;inset:0;z-index:4;opacity:0!important;pointer-events:none;transition:opacity .3s ease}
.pet-stage.is-clicking-pets .pet-slide>video:first-of-type,
.pet-stage.is-clicking-pets .pet-hover-video{opacity:0!important}
.pet-stage.is-clicking-pets .pet-click-video{opacity:1!important}
.pet-stage .pet-hover-video{
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 35%,#000 88%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 18%,#000 96%,transparent 100%)!important;
  mask-image:linear-gradient(to right,transparent 0,#000 35%,#000 88%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 18%,#000 96%,transparent 100%)!important
}
.pet-orbit{display:none!important}
.pet-stage .pet-slide::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  opacity:0;
  transition:opacity .45s ease;
  background:
    linear-gradient(to bottom,#f3ede3 0%,rgba(243,237,227,.94) 5%,rgba(243,237,227,.42) 14%,transparent 26%),
    linear-gradient(to top,#f3ede3 0%,rgba(243,237,227,.94) 5%,rgba(243,237,227,.42) 14%,transparent 26%),
    linear-gradient(to right,#f3ede3 0%,rgba(243,237,227,.96) 9%,rgba(243,237,227,.58) 22%,transparent 44%),
    linear-gradient(to left,#f3ede3 0%,rgba(243,237,227,.94) 7%,rgba(243,237,227,.46) 16%,transparent 30%)
}
.pet-stage.is-hovering-pets .pet-slide::before{opacity:1}

/* Reliable side blending for the left-click video. */
.pet-stage .pet-slide::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:5;
  pointer-events:none;
  opacity:0;
  transition:opacity .3s ease;
  background:
    linear-gradient(to bottom,#f3ede3 0%,rgba(243,237,227,.94) 5%,rgba(243,237,227,.42) 12%,transparent 22%),
    linear-gradient(to top,#f3ede3 0%,rgba(243,237,227,.94) 4%,rgba(243,237,227,.4) 10%,transparent 18%),
    linear-gradient(to right,#f3ede3 0%,rgba(243,237,227,.94) 8%,rgba(243,237,227,.5) 18%,transparent 32%),
    linear-gradient(to left,#f3ede3 0%,rgba(243,237,227,.94) 8%,rgba(243,237,227,.5) 18%,transparent 32%)
}
.pet-stage.is-clicking-pets .pet-slide::after{opacity:1}

/* Visually remove the white plate behind the growth-story video. */
.growth-film{background:#eee9e3}
.growth-film video{
  position:absolute;
  top:50%;
  left:50%;
  width:126%;
  height:126%;
  object-fit:contain;
  transform:translate(-50%,-50%);
  mix-blend-mode:multiply;
  filter:contrast(1.025)
}

/* Contact reveal and WeChat booking dialog. */
body.modal-open{overflow:hidden}
.phone-number{display:inline-block;max-width:0;opacity:0;overflow:hidden;white-space:nowrap;vertical-align:bottom;transform:translateX(-8px);transition:max-width .35s ease,opacity .25s ease,transform .35s ease}
.phone-reveal:hover .phone-number,.phone-reveal:focus-visible .phone-number,.phone-reveal.show-phone .phone-number{max-width:190px;opacity:1;transform:none}
.wechat-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:24px;opacity:0;transition:opacity .25s ease}
.wechat-modal[hidden]{display:none}
.wechat-modal.show{opacity:1}
.wechat-backdrop{position:absolute;inset:0;border:0;background:rgba(24,31,31,.58);backdrop-filter:blur(10px);cursor:pointer}
.wechat-dialog{position:relative;z-index:1;width:min(440px,92vw);max-height:90vh;overflow:auto;padding:34px;border-radius:28px;background:#f8f5ee;color:#263235;text-align:center;box-shadow:0 30px 90px rgba(20,35,35,.28);transform:translateY(16px) scale(.98);transition:transform .25s ease}
.wechat-modal.show .wechat-dialog{transform:none}
.wechat-dialog>p{margin:0 0 8px;font-size:10px;letter-spacing:.22em;color:#697678}
.wechat-dialog h2{margin:0 0 20px;font:600 28px var(--serif)}
.wechat-dialog img{display:block;width:min(300px,100%);margin:0 auto 18px;border-radius:14px}
.wechat-dialog strong{display:block;font-size:17px}
.wechat-dialog small{display:block;margin-top:10px;color:#697678;line-height:1.7}
.wechat-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#e8e3d9;color:#263235;font-size:25px;line-height:1;cursor:pointer}

/* Deep-blue brand story section. */
.story{background:linear-gradient(145deg,#0878b2 0%,#078dc4 52%,#0aa1d0 100%);color:#fff}
.story h2,.story h2 em,.story .values h3{color:#fff}
.story-text,.story .values p,.story .values span{color:rgba(255,255,255,.78)}
.story .values,.story .values article{border-color:rgba(255,255,255,.25)}
.story .section-kicker{color:rgba(255,255,255,.86)}

/* Use one browser-stable alpha mask for videos 2 and 3. The center is shifted
   right/down so the left and top edges dissolve earlier than the right edge. */
.pet-stage .pet-hover-video,.pet-stage .pet-click-video{
  -webkit-mask-image:radial-gradient(ellipse 82% 82% at 56% 58%,#000 50%,rgba(0,0,0,.95) 58%,rgba(0,0,0,.55) 70%,rgba(0,0,0,.18) 82%,transparent 100%)!important;
  mask-image:radial-gradient(ellipse 82% 82% at 56% 58%,#000 50%,rgba(0,0,0,.95) 58%,rgba(0,0,0,.55) 70%,rgba(0,0,0,.18) 82%,transparent 100%)!important;
  -webkit-mask-composite:initial;
  mask-composite:initial
}
.pet-stage .pet-slide::before,.pet-stage .pet-slide::after{display:none!important}

/* Video 2: larger four-side dissolve, shifted right so the remaining left
   edge disappears while the pets and the right-side tail stay visible. */
.pet-stage .pet-slide .pet-hover-video{
  -webkit-mask-image:radial-gradient(ellipse 54% 56% at 50% 50%,#000 44%,rgba(0,0,0,.92) 54%,rgba(0,0,0,.58) 67%,rgba(0,0,0,.22) 80%,rgba(0,0,0,.05) 92%,transparent 100%)!important;
  mask-image:radial-gradient(ellipse 54% 56% at 50% 50%,#000 44%,rgba(0,0,0,.92) 54%,rgba(0,0,0,.58) 67%,rgba(0,0,0,.22) 80%,rgba(0,0,0,.05) 92%,transparent 100%)!important;
  -webkit-mask-composite:initial!important;
  mask-composite:initial!important
}

/* Solid pale-yellow story palette, sampled from the previous top-left tone. */
.story{background:#fffced;color:#5d4a26}
.story h2,.story h2 em,.story .values h3{color:#59451f}
.story-text,.story .values p,.story .values span{color:rgba(83,64,29,.76)}
.story .values,.story .values article{border-color:rgba(103,78,31,.2)}
.story .section-kicker{color:rgba(87,66,27,.82)}

/* Video 3: long, soft four-side dissolve removes the remaining rectangular
   plate without washing out the pets in the center. */
.pet-stage .pet-slide .pet-click-video{
  -webkit-mask-image:radial-gradient(ellipse 50% 68% at 50% 55%,#000 38%,rgba(0,0,0,.9) 48%,rgba(0,0,0,.56) 62%,rgba(0,0,0,.2) 78%,rgba(0,0,0,.05) 90%,transparent 100%)!important;
  mask-image:radial-gradient(ellipse 50% 68% at 50% 55%,#000 38%,rgba(0,0,0,.9) 48%,rgba(0,0,0,.56) 62%,rgba(0,0,0,.2) 78%,rgba(0,0,0,.05) 90%,transparent 100%)!important;
  -webkit-mask-composite:initial!important;
  mask-composite:initial!important;
  filter:brightness(1.045)!important
}

/* Random pet dialogue shown whenever one of the three hero videos starts. */
.pet-speech{
  position:absolute;
  top:10%;
  right:6%;
  z-index:9;
  max-width:min(290px,36vw);
  padding:14px 20px;
  border:1px solid rgba(92,73,45,.12);
  border-radius:24px 24px 5px 24px;
  background:rgba(255,252,242,.9);
  color:#51442f;
  box-shadow:0 16px 45px rgba(87,68,40,.13);
  backdrop-filter:blur(14px);
  font:500 clamp(14px,1.15vw,18px)/1.55 var(--serif);
  letter-spacing:.03em;
  opacity:0;
  transform:translateY(12px) scale(.96);
  transform-origin:100% 100%;
  transition:opacity .28s ease,transform .38s cubic-bezier(.2,.8,.2,1);
  pointer-events:none
}
.pet-speech::after{
  content:"";
  position:absolute;
  right:24px;
  bottom:-10px;
  width:18px;
  height:18px;
  border-right:1px solid rgba(92,73,45,.1);
  border-bottom:1px solid rgba(92,73,45,.1);
  background:rgba(255,252,242,.9);
  transform:rotate(45deg)
}
.pet-speech.show{opacity:1;transform:none}
@media(max-width:900px){.pet-speech{top:12%;right:5%;max-width:min(260px,70vw)}}
@media(max-width:560px){.pet-speech{top:8%;right:4%;left:4%;max-width:none;text-align:center}.pet-speech::after{right:28%}}

/* Desktop header layout inspired by the supplied reference: inset brand,
   centered navigation and a separate booking action on the right. */
@media(min-width:901px){
  .site-header{
    height:80px;
    padding:0 clamp(54px,6.8vw,132px);
    display:grid;
    grid-template-columns:minmax(250px,1fr) auto minmax(210px,1fr);
    column-gap:32px;
    background:rgba(255,255,255,.9)
  }
  .site-header.scrolled{height:72px;background:rgba(255,255,255,.96)}
  .brand{grid-column:1;justify-self:start;gap:14px}
  .brand img{width:52px;height:52px}
  .brand strong{color:#7d5b34;font-size:22px;font-weight:700;letter-spacing:.08em}
  .brand small{color:#a17b4d;font-size:9px;font-weight:600;letter-spacing:.22em}
  .site-nav{
    grid-column:2/4;
    width:100%;
    display:grid;
    grid-template-columns:repeat(4,max-content) minmax(44px,1fr) max-content;
    align-items:center;
    gap:clamp(24px,2.3vw,44px);
    font-size:15px
  }
  .nav-book{
    grid-column:6;
    justify-self:end;
    margin-left:clamp(20px,3vw,58px);
    padding:14px 25px;
    background:#c99a5b;
    color:#fff
  }
}

/* Strong, modern wordmark typography from the supplied reference. */
.brand strong{
  font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;
  font-size:24px;
  font-weight:900;
  line-height:.95;
  letter-spacing:-.055em
}
.brand small{
  margin-top:7px;
  font-family:"DM Sans","Microsoft YaHei",sans-serif;
  font-size:10px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:none
}
.nav-note{margin-left:3px;font-size:12px;color:var(--muted)}

/* Five service bubbles arranged around the hero pets. */
.pet-feature-bubbles{position:absolute;inset:0;z-index:10;pointer-events:none}
.pet-feature-bubble{
  position:absolute;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:11px 19px;
  border:1px solid rgba(204,154,91,.38);
  border-radius:999px;
  background:rgba(255,252,245,.9);
  color:#433a30;
  box-shadow:0 12px 34px rgba(108,77,42,.12),inset 0 0 0 1px rgba(255,255,255,.7);
  backdrop-filter:blur(14px);
  white-space:nowrap;
  pointer-events:auto;
  transition:transform .3s ease,box-shadow .3s ease,background .3s ease
}
.pet-feature-bubble::after{
  content:"";
  position:absolute;
  right:22px;
  bottom:-7px;
  width:14px;
  height:14px;
  border-right:1px solid rgba(204,154,91,.3);
  border-bottom:1px solid rgba(204,154,91,.3);
  background:rgba(255,252,245,.94);
  transform:rotate(45deg)
}
.pet-feature-bubble span{font-size:23px;line-height:1}
.pet-feature-bubble b{font-size:15px;font-weight:600;letter-spacing:.02em}
.pet-feature-bubble:hover,.pet-feature-bubble:focus-visible{
  background:#fffaf0;
  box-shadow:0 17px 42px rgba(108,77,42,.2),inset 0 0 0 1px rgba(255,255,255,.9);
  outline:none
}
.bubble-1{top:24%;left:-4%;transform:rotate(-1deg)}
.bubble-2{top:27%;right:-5%;transform:rotate(1deg)}
.bubble-3{top:49%;right:-10%;transform:rotate(-1deg)}
.bubble-4{right:-2%;bottom:8%;transform:rotate(1deg)}
.bubble-5{left:-6%;bottom:8%;transform:rotate(-1deg)}
.bubble-1:hover,.bubble-2:hover,.bubble-3:hover,.bubble-4:hover,.bubble-5:hover,
.bubble-1:focus-visible,.bubble-2:focus-visible,.bubble-3:focus-visible,.bubble-4:focus-visible,.bubble-5:focus-visible{transform:translateY(-5px) rotate(0)}
@media(max-width:900px){
  .pet-feature-bubble{min-height:44px;padding:8px 13px;gap:7px}
  .pet-feature-bubble span{font-size:18px}
  .pet-feature-bubble b{font-size:12px}
  .bubble-1{left:0}.bubble-2{right:0}.bubble-3{right:-2%}.bubble-4{right:1%}.bubble-5{left:0}
}
@media(max-width:560px){
  .pet-feature-bubbles{inset:auto 0 3%;display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;gap:7px 9px}
  .pet-feature-bubble{position:relative;inset:auto;min-height:36px;padding:6px 10px;transform:none!important}
  .pet-feature-bubble::after{display:none}
  .pet-feature-bubble span{font-size:15px}.pet-feature-bubble b{font-size:10px}
  .bubble-5{grid-column:1/-1;justify-self:center}
}

/* Glassy bubble treatment with restrained line icons. */
.pet-feature-bubble{
  border-color:rgba(255,255,255,.9);
  border-radius:30px 30px 30px 13px;
  background:linear-gradient(145deg,rgba(255,255,255,.93),rgba(255,249,239,.72));
  box-shadow:
    inset 5px 7px 12px rgba(255,255,255,.9),
    inset -5px -7px 14px rgba(210,170,116,.08),
    0 14px 34px rgba(113,80,43,.13)
}
.pet-feature-bubble:nth-child(even){border-radius:30px 30px 13px 30px}
.pet-feature-bubble span{
  flex:0 0 38px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid currentColor;
  border-radius:50%;
  background:rgba(255,255,255,.5);
  box-shadow:inset 3px 4px 8px rgba(255,255,255,.85),0 4px 12px rgba(80,70,60,.08);
  font-family:"Segoe UI Symbol","Arial Unicode MS",sans-serif;
  font-size:23px;
  font-weight:400;
  line-height:1
}
.bubble-1 span{color:#4b9bd5;background:rgba(218,239,255,.72)}
.bubble-2 span{color:#cc7699;background:rgba(255,228,239,.72)}
.bubble-3 span{color:#e28b4c;background:rgba(255,232,211,.75)}
.bubble-4 span{color:#82a89e;background:rgba(222,244,238,.76)}
.bubble-5 span{color:#9b83bd;background:rgba(235,226,250,.76)}
.pet-feature-bubble::after{
  border-color:rgba(255,255,255,.9);
  background:rgba(255,249,239,.92);
  box-shadow:4px 4px 9px rgba(113,80,43,.05)
}
.pet-feature-bubble:hover,.pet-feature-bubble:focus-visible{
  background:linear-gradient(145deg,#fff,rgba(255,247,233,.93));
  box-shadow:inset 6px 8px 13px rgba(255,255,255,.96),0 18px 42px rgba(113,80,43,.19)
}
@media(max-width:560px){
  .pet-feature-bubble span{flex-basis:28px;width:28px;height:28px;font-size:17px}
}

/* Full circular bubbles matching the latest reference. */
.pet-feature-bubble{
  width:132px;
  height:132px;
  min-height:132px;
  padding:18px 10px 13px;
  flex-direction:column;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.88);
  border-radius:50%!important;
  white-space:normal;
  text-align:center;
  box-shadow:
    inset 10px 12px 18px rgba(255,255,255,.72),
    inset -10px -12px 20px rgba(105,87,74,.07),
    0 13px 34px rgba(87,69,48,.14)
}
.pet-feature-bubble::after{display:none!important}
.pet-feature-bubble span{
  flex:0 0 44px;
  width:44px;
  height:44px;
  border-color:rgba(255,255,255,.95);
  background:rgba(255,255,255,.76);
  box-shadow:0 3px 12px rgba(75,65,55,.1),inset 2px 3px 7px rgba(255,255,255,.95)
}
.pet-feature-bubble b{max-width:108px;font-size:13px;line-height:1.3}
.bubble-1{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96),transparent 28%),linear-gradient(145deg,rgba(236,248,255,.92),rgba(197,226,247,.82))}
.bubble-2{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96),transparent 28%),linear-gradient(145deg,rgba(255,241,247,.92),rgba(243,207,224,.82))}
.bubble-3{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96),transparent 28%),linear-gradient(145deg,rgba(255,245,232,.94),rgba(247,210,179,.84))}
.bubble-4{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96),transparent 28%),linear-gradient(145deg,rgba(239,250,255,.94),rgba(206,232,246,.84))}
.bubble-5{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96),transparent 28%),linear-gradient(145deg,rgba(248,242,253,.94),rgba(226,210,240,.84))}
.pet-feature-bubble:hover,.pet-feature-bubble:focus-visible{filter:brightness(1.035);box-shadow:inset 10px 12px 18px rgba(255,255,255,.78),0 19px 42px rgba(87,69,48,.2)}
@media(max-width:900px){
  .pet-feature-bubble{width:104px;height:104px;min-height:104px;padding:12px 7px;gap:5px}
  .pet-feature-bubble span{flex-basis:34px;width:34px;height:34px;font-size:19px}
  .pet-feature-bubble b{font-size:11px;max-width:90px}
}
@media(max-width:560px){
  .pet-feature-bubbles{grid-template-columns:repeat(3,82px);gap:6px}
  .pet-feature-bubble{width:82px;height:82px;min-height:82px;padding:7px 4px;gap:3px}
  .pet-feature-bubble span{flex-basis:27px;width:27px;height:27px;font-size:15px}
  .pet-feature-bubble b{font-size:9px;max-width:72px}
  .bubble-5{grid-column:auto;justify-self:auto}
}

/* Final reference-matched bubbles: translucent color, icon, title and copy. */
.pet-feature-bubble{
  width:158px;
  height:158px;
  min-height:158px;
  padding:15px 11px 12px;
  gap:5px;
  border:1px solid rgba(255,255,255,.72);
  backdrop-filter:blur(13px) saturate(1.08);
  -webkit-backdrop-filter:blur(13px) saturate(1.08);
  box-shadow:
    inset 12px 14px 22px rgba(255,255,255,.66),
    inset -12px -14px 25px rgba(91,73,62,.055),
    0 12px 30px rgba(70,56,42,.13),
    0 0 24px rgba(255,255,255,.38)
}
.pet-feature-bubble span{
  flex-basis:43px;
  width:43px;
  height:43px;
  font-size:24px;
  background:rgba(255,255,255,.82);
  border:2px solid rgba(255,255,255,.92);
  box-shadow:0 3px 12px rgba(72,62,52,.1),inset 2px 3px 7px rgba(255,255,255,.98)
}
.pet-feature-bubble b{max-width:132px;font-size:14px;line-height:1.35;font-weight:700}
.pet-feature-bubble small{
  display:block;
  max-width:132px;
  color:rgba(55,48,41,.78);
  font-size:9px;
  font-weight:500;
  line-height:1.45;
  letter-spacing:.02em
}
.bubble-1{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.9),transparent 29%),linear-gradient(145deg,rgba(226,243,255,.7),rgba(169,211,242,.54))}
.bubble-2{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.9),transparent 29%),linear-gradient(145deg,rgba(255,235,244,.7),rgba(232,175,203,.5))}
.bubble-3{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.9),transparent 29%),linear-gradient(145deg,rgba(255,239,220,.72),rgba(239,181,133,.52))}
.bubble-4{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.9),transparent 29%),linear-gradient(145deg,rgba(229,246,255,.7),rgba(171,214,239,.52))}
.bubble-5{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.9),transparent 29%),linear-gradient(145deg,rgba(244,234,251,.72),rgba(202,177,225,.52))}
@media(max-width:900px){
  .pet-feature-bubble{width:120px;height:120px;min-height:120px;padding:9px 6px;gap:3px}
  .pet-feature-bubble span{flex-basis:31px;width:31px;height:31px;font-size:18px}
  .pet-feature-bubble b{font-size:11px;max-width:104px}
  .pet-feature-bubble small{font-size:7px;line-height:1.3;max-width:104px}
}
@media(max-width:560px){
  .pet-feature-bubbles{grid-template-columns:repeat(3,94px)}
  .pet-feature-bubble{width:94px;height:94px;min-height:94px;padding:6px 3px;gap:2px}
  .pet-feature-bubble span{flex-basis:24px;width:24px;height:24px;font-size:14px}
  .pet-feature-bubble b{font-size:9px;max-width:86px}
  .pet-feature-bubble small{font-size:6px;max-width:86px}
}

/* Make the pet artwork clearly visible through every bubble. */
.pet-feature-bubble{
  border-color:rgba(255,255,255,.58);
  backdrop-filter:blur(2px) saturate(1.03);
  -webkit-backdrop-filter:blur(2px) saturate(1.03);
  box-shadow:
    inset 5px 7px 14px rgba(255,255,255,.24),
    inset -6px -8px 17px rgba(90,70,55,.035),
    0 10px 25px rgba(70,56,42,.09),
    0 0 15px rgba(255,255,255,.2)
}
.bubble-1{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.42),transparent 30%),linear-gradient(145deg,rgba(190,226,249,.22),rgba(124,189,232,.15))!important}
.bubble-2{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.42),transparent 30%),linear-gradient(145deg,rgba(247,211,228,.22),rgba(220,139,179,.14))!important}
.bubble-3{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.42),transparent 30%),linear-gradient(145deg,rgba(252,220,188,.23),rgba(231,151,89,.15))!important}
.bubble-4{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.42),transparent 30%),linear-gradient(145deg,rgba(205,235,250,.22),rgba(132,195,228,.14))!important}
.bubble-5{background:radial-gradient(circle at 28% 15%,rgba(255,255,255,.42),transparent 30%),linear-gradient(145deg,rgba(228,210,242,.23),rgba(175,136,207,.14))!important}
.pet-feature-bubble:hover,.pet-feature-bubble:focus-visible{
  filter:none;
  box-shadow:inset 6px 8px 15px rgba(255,255,255,.32),0 16px 34px rgba(70,56,42,.14)
}

/* Glass-bubble finish: brighter rim/highlight, coloured glow and floating icons. */
.pet-feature-bubble{
  --bubble-glow:rgba(132,190,225,.34);
  overflow:hidden;
  box-shadow:
    inset 9px 11px 19px rgba(255,255,255,.42),
    inset -8px -10px 18px rgba(76,63,52,.035),
    0 0 28px var(--bubble-glow),
    0 14px 30px rgba(70,56,42,.1)
}
.pet-feature-bubble::before{
  content:"";
  position:absolute;
  z-index:0;
  top:8px;
  left:22px;
  width:61%;
  height:27%;
  border-radius:50%;
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.25) 58%,transparent);
  filter:blur(1.5px);
  opacity:.82;
  pointer-events:none
}
.pet-feature-bubble > *{position:relative;z-index:1}
.pet-feature-bubble > span{
  flex:0 0 auto;
  width:auto!important;
  height:auto!important;
  min-width:0;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:31px;
  line-height:1;
  filter:drop-shadow(0 0 5px currentColor) drop-shadow(0 2px 2px rgba(255,255,255,.75))
}
.bubble-1{--bubble-glow:rgba(75,174,235,.38)}
.bubble-2{--bubble-glow:rgba(216,119,165,.34)}
.bubble-3{--bubble-glow:rgba(234,143,73,.34)}
.bubble-4{--bubble-glow:rgba(80,177,220,.35)}
.bubble-5{--bubble-glow:rgba(157,108,199,.35)}
.pet-feature-bubble:hover,.pet-feature-bubble:focus-visible{
  box-shadow:
    inset 11px 13px 22px rgba(255,255,255,.5),
    inset -8px -10px 18px rgba(76,63,52,.035),
    0 0 39px var(--bubble-glow),
    0 18px 36px rgba(70,56,42,.13)
}
@media(max-width:900px){
  .pet-feature-bubble > span{font-size:24px}
  .pet-feature-bubble::before{top:6px;left:17px}
}
@media(max-width:560px){
  .pet-feature-bubble > span{font-size:19px}
  .pet-feature-bubble::before{top:5px;left:13px}
}

/* Why choose us: a soft ivory bridge between the hero and the story below. */
.why-section{
  position:relative;
  z-index:3;
  margin-top:-36px;
  padding:0 clamp(7px,1vw,16px) 38px;
  background:transparent!important;
  color:#654d2b
}
.why-section::before{
  content:"";
  position:absolute;
  z-index:4;
  top:-1px;
  left:50%;
  width:264px;
  height:80px;
  transform:translateX(-50%);
  border-bottom:1px solid rgba(255,255,255,.92);
  border-radius:0 0 50% 50%;
  filter:drop-shadow(0 7px 7px rgba(181,130,65,.22));
  pointer-events:none
}
.why-section::after{
  content:"⌄\A⌄";
  white-space:pre;
  position:absolute;
  z-index:5;
  top:27px;
  left:50%;
  transform:translateX(-50%);
  color:#fff;
  font:500 27px/13px Arial,sans-serif;
  text-align:center;
  text-shadow:0 2px 8px rgba(178,120,48,.42),0 0 10px rgba(255,255,255,.95);
  pointer-events:none
}
.why-shell{
  position:relative;
  min-height:270px;
  padding:34px clamp(28px,3.4vw,58px) 40px;
  overflow:hidden;
  border:1px solid rgba(170,127,64,.12);
  border-radius:42px 42px 4px 4px;
  background:
    radial-gradient(ellipse 46% 80% at 50% 0,rgba(255,255,255,.86),transparent 54%),
    linear-gradient(112deg,rgba(255,253,248,.985),rgba(248,237,220,.97));
  box-shadow:
    0 20px 38px rgba(80,58,32,.15),
    0 3px 8px rgba(80,58,32,.06),
    inset 0 1px 0 rgba(255,255,255,.98);
  -webkit-mask-image:radial-gradient(ellipse 132px 80px at 50% 0,transparent 0 97%,rgba(0,0,0,.45) 98.4%,#000 100%);
  mask-image:radial-gradient(ellipse 132px 80px at 50% 0,transparent 0 97%,rgba(0,0,0,.45) 98.4%,#000 100%);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%
}
.why-shell::before{
  display:none
}
.why-shell::after{
  display:none
}
.why-heading{position:relative;z-index:1;margin-bottom:18px}
.why-heading .section-kicker{display:none}
.why-heading h2{
  margin:0 0 7px;
  color:#654d2b!important;
  font:600 clamp(24px,2vw,32px)/1.2 var(--serif);
  letter-spacing:.01em
}
.why-heading>span{color:rgba(101,77,43,.58);font-size:10px;letter-spacing:.08em}
.why-content{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:34px;align-items:center}
.why-features{display:grid;grid-template-columns:repeat(5,1fr)}
.why-features article{position:relative;padding:4px 14px;text-align:center}
.why-features article+article{border-left:1px solid rgba(137,99,50,.13)}
.why-features i{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin:0 auto 7px;
  border:1px solid rgba(204,151,75,.27);
  border-radius:50%;
  color:#76582f;
  background:rgba(255,255,255,.58);
  box-shadow:0 6px 18px rgba(168,116,52,.13),inset 0 0 0 5px rgba(255,255,255,.34);
  font:normal 25px/1 var(--serif)
}
.why-features h3{margin:0 0 5px;color:#614824;font:600 15px var(--serif)}
.why-features p{margin:0;color:rgba(92,70,39,.6);font-size:10px;line-height:1.5}
.why-tour{
  display:grid;
  grid-template-columns:1.13fr .87fr;
  gap:14px;
  align-items:center;
  min-height:130px;
  padding:13px;
  border:1px solid rgba(170,127,64,.13);
  border-radius:22px;
  background:rgba(255,255,255,.34);
  box-shadow:0 10px 30px rgba(105,72,33,.08);
  transition:transform .3s,box-shadow .3s
}
.why-tour:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(105,72,33,.13)}
.why-tour-media{position:relative;height:104px;overflow:hidden;border-radius:14px;background:#e8ded0}
.why-tour-media video{width:100%;height:100%;object-fit:cover;filter:sepia(.08) saturate(.8) brightness(1.08)}
.why-tour-media>span{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:46px;height:46px;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.86);border-radius:50%;background:rgba(91,67,36,.55);color:#fff;font-size:15px;padding-left:3px;backdrop-filter:blur(5px)}
.why-tour strong,.why-tour small,.why-tour b{display:block}
.why-tour strong{color:#664c29;font:600 17px var(--serif)}
.why-tour small{margin-top:7px;color:rgba(92,70,39,.6);font-size:9px;line-height:1.5}
.why-tour b{width:max-content;margin-top:13px;padding:7px 13px;border:1px solid rgba(186,129,49,.43);border-radius:999px;color:#8a6230;font-size:9px;font-weight:500}
.why-more{position:absolute;left:50%;bottom:9px;display:flex;align-items:center;gap:9px;transform:translateX(-50%);color:#71552e;font-size:11px;font-weight:600;letter-spacing:.04em}
.why-more i{display:grid;place-items:center;width:26px;height:26px;border:1px solid currentColor;border-radius:50%;font-style:normal}
@media(max-width:1050px){
  .why-content{grid-template-columns:1fr}
  .why-tour{max-width:520px;margin:0 auto;width:100%}
}
@media(max-width:760px){
  .why-section{margin-top:-20px;padding-left:10px;padding-right:10px}
  .why-shell{padding:62px 18px 55px;border-radius:30px 30px 4px 4px}
  .why-shell{-webkit-mask-image:radial-gradient(ellipse 74px 50px at 50% 0,transparent 0 97%,rgba(0,0,0,.45) 98.4%,#000 100%);mask-image:radial-gradient(ellipse 74px 50px at 50% 0,transparent 0 97%,rgba(0,0,0,.45) 98.4%,#000 100%)}
  .why-section::before{width:148px;height:50px}
  .why-section::after{top:15px;font-size:22px;line-height:11px}
  .why-heading{text-align:center}
  .why-features{grid-template-columns:repeat(2,1fr);gap:20px 0}
  .why-features article+article{border-left:0}
  .why-features article:nth-child(even){border-left:1px solid rgba(137,99,50,.13)}
  .why-features article:last-child{grid-column:1/-1}
}
@media(max-width:480px){
  .why-tour{grid-template-columns:1fr}
  .why-tour-media{height:150px}
  .why-tour>div:last-child{padding:3px 4px 7px}
}

/* Cohesive premium brand finish across the home page. */
:root{
  --ink:#263536;
  --muted:#708080;
  --cream:#f5f0e8;
  --line:rgba(43,62,61,.13);
  --brand-forest:#284d4c;
  --brand-gold:#bd8d51
}
body{color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased}
.site-header{border-bottom:1px solid rgba(255,255,255,.68);box-shadow:0 8px 30px rgba(54,45,36,.045);backdrop-filter:blur(22px) saturate(1.14)}
.site-nav>a:not(.nav-book):after{background:var(--brand-gold)}
.site-nav>a:not(.nav-book):hover{color:#9b713f}
.nav-book{background:var(--brand-forest);box-shadow:0 10px 24px rgba(40,77,76,.16);transition:transform .25s,background .25s}
.nav-book:hover{transform:translateY(-2px);background:#193837}
.quick-book{border-color:rgba(255,255,255,.95);box-shadow:0 20px 55px rgba(73,60,45,.11)}
.quick-book button{background:var(--brand-forest)}
.section-kicker{color:var(--brand-gold)}
.section{position:relative;overflow:hidden}
.art{background:linear-gradient(135deg,#e7f0ed 0%,#d9e8e4 58%,#edf3f0 100%)}
.art::before{content:"";position:absolute;right:-14vw;top:-18vw;width:42vw;height:42vw;border:1px solid rgba(42,82,79,.08);border-radius:50%;pointer-events:none}
.service-grid{gap:22px}
.service-grid article{min-height:370px;border:1px solid rgba(255,255,255,.78);border-radius:26px;background:rgba(255,255,255,.58);box-shadow:0 16px 44px rgba(49,66,63,.075),inset 0 1px 0 rgba(255,255,255,.92)}
.service-grid article:hover{transform:translateY(-9px);background:rgba(255,255,255,.78);box-shadow:0 25px 60px rgba(49,66,63,.12)}
.service-icon{color:var(--brand-gold)}
.service-grid a{color:var(--brand-forest)}
.growth{background:linear-gradient(135deg,#f4eee6,#ece5dd)}
.growth-film{border:1px solid rgba(255,255,255,.7);box-shadow:0 28px 70px rgba(67,53,42,.12)}
.text-link{color:var(--brand-forest);transition:color .2s,padding .2s}.text-link:hover{color:var(--brand-gold);padding-left:8px}
.visit{background:linear-gradient(125deg,#193837,#315d5a);color:#fff}
.visit::before{content:"";position:absolute;right:-12vw;bottom:-22vw;width:48vw;height:48vw;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.visit-card{position:relative;z-index:1;width:min(1260px,100%);margin:auto}
.contact-grid a,.contact-grid button{transition:background .25s,padding .25s}.contact-grid :is(a,button):hover{padding-left:15px;background:rgba(255,255,255,.055)}
footer{background:#172b2b}
.wechat-dialog{border:1px solid rgba(255,255,255,.78);box-shadow:0 30px 90px rgba(33,28,24,.24)}
:is(a,button,input):focus-visible{outline:2px solid var(--brand-gold);outline-offset:3px}
@media(max-width:900px){
  .service-grid article{min-height:270px}
  .site-nav{background:#f5f0e8}
}

/* Open-book silhouette for the Why Choose Us section. */
.why-section{
  perspective:1400px;
  padding-bottom:52px
}
.why-section::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:13px;
  right:clamp(16px,2.2vw,34px);
  bottom:28px;
  left:clamp(16px,2.2vw,34px);
  width:auto;
  height:auto;
  transform:none;
  border:0;
  border-radius:50px 50px 26px 26px;
  background:linear-gradient(90deg,#e7ddcf 0%,#f0e7da 48%,#dfd3c2 50%,#f0e7da 52%,#e7ddcf 100%);
  box-shadow:0 26px 42px rgba(70,54,37,.18),0 6px 13px rgba(70,54,37,.1);
  filter:none;
  pointer-events:none
}
.why-section::after{
  top:25px;
  color:#fff8e9;
  text-shadow:0 3px 9px rgba(157,105,42,.55),0 0 13px rgba(255,255,255,.9)
}
.why-shell{
  border-color:rgba(154,113,58,.13);
  border-radius:52px 52px 28px 28px;
  background:
    radial-gradient(ellipse 44% 85% at 25% 5%,rgba(255,255,255,.86),transparent 64%),
    radial-gradient(ellipse 44% 85% at 75% 5%,rgba(255,255,255,.78),transparent 64%),
    linear-gradient(90deg,#fffdf7 0%,#faf4e9 45%,#eee3d4 49.65%,#ddcfbd 50%,#eee3d4 50.35%,#faf4e9 55%,#fffdf7 100%);
  box-shadow:
    -18px 24px 38px rgba(82,61,38,.095),
    18px 24px 38px rgba(82,61,38,.095),
    inset 0 2px 0 rgba(255,255,255,.98),
    inset 0 -1px 0 rgba(136,96,48,.12);
  -webkit-mask-image:radial-gradient(ellipse 150px 76px at 50% 0,transparent 0 97%,rgba(0,0,0,.42) 98.4%,#000 100%);
  mask-image:radial-gradient(ellipse 150px 76px at 50% 0,transparent 0 97%,rgba(0,0,0,.42) 98.4%,#000 100%);
  transform:rotateX(.35deg);
  transform-origin:50% 100%
}
.why-shell::before{
  content:"";
  display:block;
  position:absolute;
  z-index:0;
  top:70px;
  bottom:0;
  left:50%;
  width:142px;
  height:auto;
  transform:translateX(-50%);
  border:0;
  border-radius:0;
  background:linear-gradient(90deg,transparent 0%,rgba(105,76,43,.035) 28%,rgba(105,76,43,.11) 46%,rgba(255,255,255,.68) 50%,rgba(105,76,43,.1) 54%,rgba(105,76,43,.03) 72%,transparent 100%);
  box-shadow:none;
  pointer-events:none
}
.why-shell::after{
  content:"";
  display:block;
  position:absolute;
  z-index:0;
  left:8%;
  right:8%;
  bottom:7px;
  height:20px;
  border-bottom:1px solid rgba(144,104,56,.13);
  border-radius:0 0 50% 50%;
  pointer-events:none
}
.why-heading,.why-content,.why-more{position:relative;z-index:1}
.why-features article+article{border-left-color:rgba(137,99,50,.12)}
.why-tour{background:rgba(255,252,246,.52);box-shadow:0 12px 28px rgba(91,64,34,.09),inset 0 1px 0 rgba(255,255,255,.85)}
@media(max-width:760px){
  .why-section{padding-bottom:38px}
  .why-section::before{top:9px;right:17px;bottom:22px;left:17px;border-radius:32px 32px 20px 20px}
  .why-shell{border-radius:32px 32px 20px 20px;-webkit-mask-image:radial-gradient(ellipse 82px 48px at 50% 0,transparent 0 97%,rgba(0,0,0,.42) 98.4%,#000 100%);mask-image:radial-gradient(ellipse 82px 48px at 50% 0,transparent 0 97%,rgba(0,0,0,.42) 98.4%,#000 100%)}
  .why-shell::before{top:46px;width:72px}
}

/* Keep the open-book spine completely clear of icons and copy. */
@media(min-width:1051px){
  .why-content{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr)) clamp(82px,5.5vw,116px) repeat(2,minmax(0,1fr)) minmax(300px,350px);
    gap:0;
    align-items:center
  }
  .why-features{display:contents}
  .why-features article{min-width:0;padding:4px 12px}
  .why-features article:nth-child(1){grid-column:1}
  .why-features article:nth-child(2){grid-column:2}
  .why-features article:nth-child(3){grid-column:3}
  .why-features article:nth-child(4){grid-column:5;border-left:0}
  .why-features article:nth-child(5){grid-column:6}
  .why-tour{grid-column:7;margin-left:22px}
}

/* Borderless growth film: keep the arch and shadow, remove the white outline. */
.growth-film{border:0!important}

/* Open more breathing room around the pets on desktop. */
@media(min-width:901px){
  .pet-feature-bubbles .bubble-1{left:-14%}
  .pet-feature-bubbles .bubble-5{left:-16%}
  .pet-feature-bubbles .bubble-2{right:-15%}
  .pet-feature-bubbles .bubble-3{right:-20%}
  .pet-feature-bubbles .bubble-4{right:-12%}
}

/* Growth story: show only the dog, without a visible media container. */
.growth-film{
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important
}
.growth-film video{
  object-fit:contain!important;
  background:transparent!important;
  mix-blend-mode:multiply;
  -webkit-mask-image:radial-gradient(ellipse 58% 82% at 50% 53%,#000 54%,rgba(0,0,0,.94) 66%,rgba(0,0,0,.5) 80%,transparent 100%);
  mask-image:radial-gradient(ellipse 58% 82% at 50% 53%,#000 54%,rgba(0,0,0,.94) 66%,rgba(0,0,0,.5) 80%,transparent 100%);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat
}
.growth-film>span{display:none!important}

/* Keep every desktop navigation label on one line. */
.site-nav>a{white-space:nowrap}

/* Warm-grey frosted navigation matched to the supplied material sample. */
.site-header{
  background:rgba(238,235,229,.58);
  border-bottom-color:rgba(255,255,255,.72);
  box-shadow:0 10px 32px rgba(67,59,50,.055),inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter:blur(28px) saturate(1.12);
  -webkit-backdrop-filter:blur(28px) saturate(1.12)
}
.site-header.scrolled{
  background:rgba(238,235,229,.78);
  border-bottom-color:rgba(125,111,94,.12)
}
@media(max-width:900px){
  .site-nav{background:rgba(226,222,215,.96)}
}
