:root{--ink:#183e36;--olive:#73755d;--paper:#f7f7f0;--cream:#eeefe5;--line:#daddd1;--muted:#6b766d;--font-serif:"Noto Serif TC Variable", "Noto Serif TC", "PMingLiU", serif;--font-sans:"Noto Sans TC Variable", "Noto Sans TC", "Microsoft JhengHei", sans-serif;font-family:var(--font-sans);color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;scroll-padding-top:105px}*{box-sizing:border-box}body{min-width:320px;margin:0}body:has(dialog[open]){overflow:hidden}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button,input{font:inherit}button{color:inherit;cursor:pointer;border:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p,figure{margin:0}button svg,a svg{flex-shrink:0}::selection{color:var(--ink);background:#d9dfca}:focus-visible{outline-offset:5px;outline:2px solid #987441}.container{max-width:1380px;margin-inline:auto;padding-inline:64px}.section{padding-block:110px}.section-title{font-family:var(--font-serif);letter-spacing:.04em;font-size:42px;font-weight:500;line-height:1.65}.eyebrow{letter-spacing:.2em;font-size:10px;font-weight:500;line-height:1.8}.section-description{color:var(--muted);font-size:14px;line-height:2}.button{background:var(--ink);min-height:52px;color:var(--paper);letter-spacing:.04em;border-radius:3px;justify-content:center;align-items:center;gap:28px;padding:14px 25px;font-size:13px;transition:background .2s,transform .25s;display:inline-flex}.button:hover{background:#2d5647;transform:translateY(-2px)}.text-link{align-items:center;gap:18px;font-size:13px;line-height:1.8;display:inline-flex}.text-link svg{transition:transform .25s}.text-link:hover svg{transform:translate(3px,-2px)}.text-link:hover{text-underline-offset:6px;text-decoration:underline}.icon-button{border:1px solid var(--line);background:0 0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .25s,transform .25s;display:inline-flex}.icon-button:hover{background:var(--cream);transform:translateY(-1px)}.small-dot{background:var(--olive);border-radius:100%;width:5px;height:5px;display:inline-block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:#fff;padding:10px;position:fixed;top:8px;left:16px;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:45;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f7f0ed;border-bottom:1px solid #daddd177;height:94px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;height:100%;display:flex}.brand{flex-shrink:0;align-items:center;gap:12px;display:flex}.brand img{object-fit:contain;width:43px;height:51px}.brand strong{font-family:var(--font-serif);letter-spacing:.16em;font-size:23px;font-weight:650;display:block}.brand small{letter-spacing:.22em;margin-top:5px;font-size:8px;display:block}.desktop-nav{gap:30px;margin-left:auto;display:flex}.desktop-nav a{padding:12px 0;font-size:12px;position:relative}.desktop-nav a:after{content:"";background:var(--ink);transform-origin:0;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:5px;left:0;transform:scaleX(0)}.desktop-nav a:hover:after{transform:scaleX(1)}.header-actions{align-items:center;gap:17px;display:flex}.menu-toggle{border:0;border-radius:3px;width:40px;height:40px}.menu-toggle svg{width:20px}.menu-backdrop{z-index:42;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#10251f55;position:fixed;inset:94px 0 0}.menu-panel{z-index:43;background:var(--paper);opacity:0;visibility:hidden;width:100%;max-height:calc(100dvh - 94px);transition:transform .3s,opacity .3s,visibility .3s;position:fixed;top:94px;left:0;overflow:auto;transform:translateY(-15px)}.menu-panel.is-open{opacity:1;visibility:visible;transform:translateY(0)}.menu-layout{grid-template-columns:1fr 1.6fr;gap:70px;padding-block:50px;display:grid}.menu-layout h2{font-family:var(--font-serif);margin:20px 0;font-size:34px;font-weight:500;line-height:1.6}.menu-layout nav{grid-template-columns:1fr 1fr;column-gap:40px;display:grid}.menu-layout nav a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 0;font-size:14px;display:flex}.menu-layout nav a:hover{color:#88936c}.hero{grid-template-columns:1fr 1.08fr;align-items:center;gap:35px;min-height:690px;padding-top:54px;padding-bottom:66px;display:grid;position:relative}.hero-copy{padding-bottom:40px}.hero-copy>.eyebrow{color:var(--olive);align-items:center;gap:12px;margin-bottom:28px;font-size:9px;display:flex}.little-line{background:var(--olive);width:30px;height:1px}.hero h1{font-family:var(--font-serif);letter-spacing:.055em;margin-bottom:28px;font-size:clamp(44px,4.3vw,65px);font-weight:450;line-height:1.52}.hero h1 span{color:var(--olive)}.hero-description{color:var(--muted);letter-spacing:.04em;font-size:13px;line-height:2.25}.hero-visual{height:514px;margin:0 14px 15px 12px;position:relative}.hero-photo{background:var(--cream);border-radius:180px 4px 4px;height:100%;position:relative;overflow:hidden}.hero-photo img{object-fit:cover;object-position:44% center;width:100%;height:100%;animation:1.5s cubic-bezier(.2,.7,.2,1) both photo-enter}.hero-side-cue{flex-direction:column;align-items:center;gap:6px;width:24px;display:flex;position:absolute;top:43px;right:-36px}.hero-vertical{writing-mode:vertical-rl;letter-spacing:.2em;color:var(--muted);font-size:8px}.hero-note{-webkit-backdrop-filter:blur(12px)saturate(135%);backdrop-filter:blur(12px)saturate(135%);background:linear-gradient(125deg,#ffffff40,#f7f9f01a);border:1px solid #ffffff4d;border-radius:12px;align-items:center;gap:18px;max-width:calc(100% - 98px);padding:8px 25px;animation:.8s .25s both note-enter;display:flex;position:absolute;bottom:100px;left:74px;box-shadow:inset 0 1px #ffffff40,0 14px 36px #183e3610}.note-icon{background:#ffffff1a;border:1px solid #ffffffa6;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.hero-note-label{min-width:0;font-family:var(--font-serif);letter-spacing:.07em;color:var(--ink);white-space:normal;text-wrap:balance;font-size:20px;font-weight:500;line-height:1.6}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.hero-note{background:#f7f9f0f2}}.hero-image-index{letter-spacing:.17em;width:100%;color:var(--muted);justify-content:space-between;font-size:8px;display:flex;position:absolute;bottom:-28px}.scroll-cue{width:24px;height:44px;color:var(--muted);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.scroll-cue svg{opacity:.45}@keyframes photo-enter{0%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes note-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.quick-section{border-block:1px solid var(--line);scroll-margin-top:94px}.quick-grid{grid-template-columns:repeat(4,1fr);padding-block:27px;display:grid}.quick-link{border-right:1px solid var(--line);align-items:center;gap:20px;padding:7px 28px;transition:background .3s;display:flex}.quick-link:first-child{padding-left:0}.quick-link:last-child{border-right:0;padding-right:0}.quick-link div{flex-direction:column;gap:7px;display:flex}.quick-link div span{letter-spacing:.04em;font-size:15px;font-weight:500}.quick-link small{letter-spacing:.14em;color:var(--muted);font-size:8px}.quick-link>svg:first-child{color:var(--olive)}.quick-arrow{margin-left:auto;transition:transform .25s}.quick-link:hover .quick-arrow{transform:translate(3px,-3px)}.hours-section{background:var(--cream)}.hours-layout{grid-template-columns:.75fr 1.45fr;align-items:center;gap:65px;display:grid}.hours-copy .eyebrow{color:var(--olive);margin-bottom:20px}.hours-copy>p:not(.eyebrow){margin-top:17px;font-size:14px}.schedule{min-width:0}table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;font-size:12px}thead th{border-bottom:1px solid #ced3c2;height:63px;font-weight:500;position:relative}thead th:first-child{text-align:left;width:128px}.table-eyebrow{letter-spacing:.05em;font-size:10px;font-weight:400}thead th span{display:block}thead th small{letter-spacing:.08em;color:#667454;margin-top:6px;font-size:8px;line-height:1.3;display:block}th.today,td.today{background:#dee4d1}thead .today{border-radius:12px 12px 0 0}tbody tr:last-child .today{border-radius:0 0 12px 12px}tbody th,tbody td{border-bottom:1px solid #d8ddcf;height:85px}tbody th{text-align:left;font-weight:400}tbody th>span{margin-bottom:6px;font-size:11px;display:block}tbody th>div{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--muted);gap:5px;font-size:11px;display:flex}.time-dash{opacity:.5}tbody td{text-align:center}.session-open{border:1px solid #aab69a;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;display:inline-flex}.session-closed{color:#87917d;font-size:12px}.schedule-foot{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin-top:20px;font-size:9px;display:flex}.schedule-foot>span{white-space:nowrap;align-items:center;gap:8px;display:flex}.schedule-foot>a{align-items:center;gap:6px;line-height:1.8;display:flex}.treatments-layout{grid-template-columns:.85fr 1.4fr;gap:110px;display:grid}.treatments-intro .eyebrow{color:var(--olive);margin-bottom:20px}.treatments-intro .section-description{margin-top:20px}.care-seal{color:var(--olive);align-items:center;gap:18px;margin:34px 0;display:flex}.care-seal img{object-fit:contain;width:57px;height:60px}.care-seal span{font-family:var(--font-serif);letter-spacing:.12em;font-size:13px;line-height:1.8}.treatment-list{border-top:1px solid var(--line)}.treatment-item{border-bottom:1px solid var(--line)}.treatment-item h3{font-size:20px;font-weight:500}.treatment-item h3 button{text-align:left;background:0 0;align-items:center;gap:24px;width:100%;padding:26px 0;display:flex}.treatment-number{color:var(--olive);align-self:flex-start;padding-top:6px;font-size:10px;font-weight:400}.treatment-name{font-family:var(--font-serif);letter-spacing:.025em;line-height:1.6}.treatment-name small{font-family:var(--font-sans);letter-spacing:.15em;color:var(--muted);margin-top:6px;font-size:8px;font-weight:400;display:block}.expand-icon{border:1px solid var(--line);border-radius:50%;place-items:center;width:30px;height:30px;margin-left:auto;transition:transform .3s,background .3s;display:grid}.active .expand-icon{background:var(--ink);border-color:var(--ink);color:var(--paper);transform:rotate(45deg)}.accordion-wrap{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.2,.7,.2,1),opacity .3s;display:grid}.active .accordion-wrap{opacity:1;grid-template-rows:1fr}.accordion-inner{min-height:0;overflow:hidden}.treatment-content{color:var(--muted);padding:0 0 26px 37px;font-size:13px;line-height:2.1}.treatment-links{gap:20px;margin-top:17px;display:flex}.treatment-links a{text-underline-offset:4px;align-items:center;gap:6px;font-size:10px;text-decoration:underline;display:flex}.space-section{background:#eeeee5;padding-top:85px;padding-bottom:85px}.section-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:43px;display:flex}.section-heading .eyebrow{color:var(--olive);margin-bottom:15px}.section-heading .section-title{font-size:36px}.section-heading>.text-link{margin-bottom:12px}.space-grid{grid-template-columns:1.08fr 1fr 1fr;gap:25px;display:grid}.photo-button{text-align:left;background:0 0;border-radius:3px;width:100%;padding:0;display:block;position:relative;overflow:hidden}.photo-button img{object-fit:cover;width:100%;height:245px;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.photo-button:hover img{transform:scale(1.045)}.photo-zoom{opacity:0;background:#f7f7f0e8;border-radius:50%;place-items:center;width:32px;height:32px;transition:all .3s;display:grid;position:absolute;bottom:12px;right:12px;transform:translateY(5px)}.photo-button:hover .photo-zoom,.photo-button:focus-visible .photo-zoom{opacity:1;transform:translateY(0)}.space-grid figcaption{flex-direction:column;gap:8px;margin-top:20px;font-size:10px;display:flex}.space-grid figcaption>span:first-child{letter-spacing:.06em;font-size:12px;font-weight:500}.space-grid figcaption>span:last-child{color:var(--muted)}.photo-dialog{color:#fff;background:0 0;border:0;width:min(94vw,1100px);max-width:1100px;max-height:94dvh;padding:0;overflow:visible}.photo-dialog::backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#071a16ec}.photo-dialog-inner{position:relative}.photo-dialog-inner>img{object-fit:contain;border-radius:3px;width:auto;max-height:76dvh;margin:auto}.photo-dialog-footer{justify-content:center;align-items:center;gap:35px;padding-top:18px;font-size:12px;display:flex}.photo-dialog .icon-button{color:#fff;border-color:#fff4}.photo-dialog .icon-button:hover{background:#fff2}.photo-close{background:#10251fc9;width:38px;height:38px;position:absolute;top:10px;right:10px}.back-top{z-index:30;opacity:0;visibility:hidden;background:var(--paper);transition:all .3s;position:fixed;bottom:26px;right:24px;transform:translateY(12px);box-shadow:0 3px 15px #183e3612}.back-top.visible{opacity:1;visibility:visible;transform:none}.mobile-book-bar{display:none}@media (width>=1500px){.hero{gap:65px}.hero-visual{height:545px}.hero{min-height:740px}}@media (width<=1100px){.container{padding-inline:40px}.desktop-nav{gap:20px}.header-inner{gap:18px}.hero{gap:25px;min-height:620px;padding-top:45px}.hero-visual{height:470px;margin-left:10px}.hero h1{font-size:50px}.hero-note{max-width:calc(100% - 78px);padding:6px 16px;left:60px}.quick-link{gap:15px;padding:7px 20px}.hours-layout{gap:35px}.section-title{font-size:34px}.treatments-layout{gap:60px}.section-heading .section-title{font-size:32px}.photo-button img{height:215px}.schedule-foot{align-items:flex-start}.brand strong{font-size:20px}}@media (width<=860px){.desktop-nav{display:none}.header-actions{margin-left:auto}.hero h1{font-size:44px}.hero-visual{height:440px}.hero-note{gap:10px;max-width:calc(100% - 74px);left:58px}.hero-note-label{font-size:18px}.quick-link{gap:12px;padding-inline:16px}.quick-link div span{font-size:13px}.quick-link>svg:first-child{width:20px}.quick-arrow{width:15px}.hours-layout{grid-template-columns:1fr;gap:35px}.hours-copy{grid-template-columns:1fr 1fr;align-items:center;gap:15px 20px;display:grid}.hours-copy .eyebrow{grid-column:1/-1;margin:0}.hours-copy>p:not(.eyebrow){margin:0}.treatments-layout{gap:40px}.space-grid{gap:18px}.photo-button img{height:185px}.section-heading{flex-direction:column;align-items:flex-start;gap:20px}.section-heading>.text-link{margin:0}.section{padding-block:75px}}@media (width<=600px){:root{scroll-padding-top:85px}.container{padding-inline:23px}.site-header{height:76px}.header-inner{gap:10px}.brand{gap:7px}.brand img{width:32px;height:40px}.brand strong{letter-spacing:.12em;font-size:18px}.brand small{letter-spacing:.18em;margin-top:4px;font-size:6px}.header-actions{gap:7px}.menu-toggle{width:32px}.menu-panel{max-height:calc(100dvh - 76px);top:76px}.menu-backdrop{top:76px}.menu-layout{grid-template-columns:1fr;gap:20px;padding-top:26px;padding-bottom:35px}.menu-layout>div{display:none}.menu-layout nav{column-gap:25px}.menu-layout nav a{padding-block:17px;font-size:12px}.hero{flex-direction:column;align-items:stretch;gap:0;min-height:0;padding-top:36px;padding-bottom:46px;display:flex}.hero-copy{padding-bottom:32px}.hero-copy>.eyebrow{letter-spacing:.16em;gap:10px;margin-bottom:17px;font-size:8px}.little-line{width:20px}.hero h1{letter-spacing:.05em;margin-bottom:19px;font-size:44px;line-height:1.48}.hero-description{font-size:11px;line-height:2}.hero-visual{height:320px;margin:0 8px 15px 10px}.hero-photo{border-radius:105px 3px 3px}.hero-photo img{object-position:center 53%}.hero-note{gap:13px;max-width:calc(100% - 46px);padding:4px 16px;bottom:120px;left:44px}.note-icon{width:33px;height:33px}.note-icon svg{width:21px}.hero-note-label{font-size:16px}.hero-side-cue{top:15px;right:-26px}.hero-vertical{font-size:6px}.hero-image-index{font-size:6px;bottom:-21px}.quick-grid{grid-template-columns:repeat(2,1fr);padding-block:12px}.quick-link{gap:15px;padding:18px 12px!important}.quick-link:nth-child(2){border-right:0}.quick-link:nth-child(-n+2){border-bottom:1px solid var(--line)}.quick-link div span{font-size:13px}.quick-link small{letter-spacing:.1em;font-size:7px}.quick-arrow{width:16px}.section{padding-block:62px}.section-title{font-size:31px;line-height:1.65}.eyebrow{letter-spacing:.15em;font-size:8px}.hours-copy{display:block}.hours-copy .eyebrow{margin-bottom:18px}.hours-copy .section-title br{display:none}.hours-copy .section-title{font-size:28px}.hours-copy>p:not(.eyebrow){margin-top:15px;font-size:13px}.hours-layout{gap:27px}thead th:first-child{width:75px}thead th{height:57px;font-size:10px}.table-eyebrow{font-size:8px}tbody th,tbody td{height:88px}tbody th>div{flex-direction:column;gap:1px;font-size:9px;line-height:1.3}tbody th>span{margin-bottom:5px;font-size:10px}.time-dash{display:none}.session-open{width:23px;height:23px}.session-open svg{width:12px}.schedule-foot{gap:10px;font-size:8px}.schedule-foot>a{max-width:210px}.treatments-layout{grid-template-columns:1fr;gap:28px}.treatments-intro .section-title br{display:none}.treatments-intro .section-title{max-width:320px;font-size:28px}.treatments-intro .section-description{margin-top:13px}.care-seal{display:none}.treatment-item h3{font-size:18px}.treatment-item h3 button{gap:20px;padding-block:23px}.treatment-number{font-size:9px}.treatment-name small{font-size:7px}.treatment-content{padding-left:31px;font-size:12px}.expand-icon{width:28px;height:28px}.treatment-links{gap:17px}.section-heading .section-title{font-size:29px}.section-heading{gap:18px;margin-bottom:30px}.section-heading>.text-link{font-size:11px}.space-grid{grid-template-columns:1fr;gap:30px}.photo-button img{height:230px}.space-grid figcaption{gap:7px;margin-top:14px}.space-grid figcaption>span:first-child{font-size:11px}.space-grid figcaption>span:last-child{font-size:10px}.photo-zoom{opacity:1;transform:none}.back-top{width:36px;height:36px;bottom:78px;right:14px}.mobile-book-bar{z-index:35;background:var(--paper);padding:9px 18px max(9px, env(safe-area-inset-bottom));border-top:1px solid var(--line);grid-template-columns:1fr 1.25fr;gap:10px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 25px #183e3608}.mobile-book-bar a{border:1px solid var(--line);border-radius:3px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-size:12px;display:flex}.mobile-book-bar a:last-child{background:var(--ink);color:var(--paper);border-color:var(--ink)}body{padding-bottom:66px}.photo-dialog{width:94vw}.photo-dialog-footer{gap:22px;font-size:10px}.photo-dialog-footer .icon-button{width:40px;height:40px}.photo-dialog-inner>img{min-height:150px}.photo-close{width:32px;height:32px}.photo-close svg{width:18px}}@media (prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-delay:0s!important}}.desktop-nav a,.hero-description,thead th{font-size:14px}tbody th>span,tbody th>div{font-size:13px}.schedule-foot{font-size:10px}.treatment-content{font-size:14px}@media (width<=1100px){.desktop-nav{gap:22px}.desktop-nav a,thead th{font-size:12px}tbody th>div{font-size:11px}}@media (width<=600px){.hero-description{font-size:12px}thead th,tbody th>span,tbody th>div{font-size:11px}.schedule-foot{font-size:9px}.treatment-content{font-size:13px}}.section-title,.detail-heading,.detail-contact-intro h2{text-wrap:balance}@media (width<=600px){.hours-copy .section-title br,.treatments-intro .section-title br{display:block}}.detail-doctors,.detail-articles,.detail-faq,.detail-contact,.quick-section{scroll-margin-top:0}@media (prefers-reduced-motion:no-preference){.hero-note{animation:.8s .25s both note-enter,5.5s ease-in-out 1.1s infinite care-float}.scroll-cue svg{animation:3.6s ease-in-out infinite scroll-hint}.quick-link{transition:transform .35s cubic-bezier(.22,1,.36,1),color .25s}.button svg{transition:transform .3s cubic-bezier(.22,1,.36,1)}.button:active{transform:translateY(1px)scale(.985)}.photo-dialog[open]{animation:.32s cubic-bezier(.22,1,.36,1) dialog-enter}.photo-dialog[open]::backdrop{animation:.28s backdrop-enter}.photo-dialog-inner>img{animation:.36s cubic-bezier(.22,1,.36,1) photo-change}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.quick-link:hover{color:var(--olive);transform:translateY(-3px)}.button:hover svg{transform:translate(2px,-2px)}.treatment-item:not(.active) h3 button:hover .expand-icon{transform:rotate(90deg)}}@keyframes care-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes scroll-hint{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:.55;transform:translateY(3px)}}@keyframes dialog-enter{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes photo-change{0%{opacity:.25;transform:scale(.988)}to{opacity:1;transform:scale(1)}}
