:root{--green:#2f594b;--dark:#173c34;--sage:#dfe9dc;--cream:#f7f3ea;--orange:#e78955;--ink:#263a34;--serif:"Noto Serif JP",serif;--sans:"Noto Sans JP",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--sans);line-height:1.8}a{color:inherit;text-decoration:none}.header{height:88px;display:flex;align-items:center;padding:0 4vw;background:#fff;position:fixed;top:0;width:100%;z-index:20;box-shadow:0 4px 20px #173c3410}.logo{display:flex;align-items:center;gap:10px;line-height:1.15;white-space:nowrap}.logo-mark{width:42px;height:42px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-family:var(--serif);font-size:20px}.logo strong{font-family:var(--serif);font-size:22px;letter-spacing:.12em}.logo small{display:block;font-size:9px;letter-spacing:.12em}.nav{display:flex;gap:2.4vw;margin:auto;font-size:13px;font-weight:500}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--orange);transition:.3s}.nav a:hover:after{width:100%}.header-tel{padding-left:2vw;border-left:1px solid #d8dedb;line-height:1.2}.header-tel small{display:block;font-size:10px}.header-tel strong{font-size:20px;color:var(--green)}.menu{display:none}.hero{margin-top:88px;min-height:calc(100vh - 88px);background:var(--cream);display:grid;grid-template-columns:52% 48%;position:relative;overflow:hidden}.hero-copy{padding:10vh 5vw 8vh 8vw;z-index:2}.eyebrow{font-size:13px;letter-spacing:.15em;font-weight:600;color:var(--green);display:flex;align-items:center;gap:12px}.eyebrow:before{content:"";width:32px;height:1px;background:var(--orange)}h1,h2,h3,p{margin-top:0}h1{font-family:var(--serif);font-size:clamp(42px,5vw,72px);line-height:1.42;letter-spacing:.08em;margin:2vh 0}h1 em{font-style:normal;color:var(--orange);position:relative}.lead{font-size:16px;margin-bottom:25px}.hero-points{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.hero-points span{width:104px;height:104px;border:1px solid #a6b8af;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;font-family:var(--serif);font-size:13px;background:#ffffff80}.hero-points small{font-size:7px}.hero-actions,.contact-actions{display:flex;gap:12px}.btn{min-width:210px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:3px;font-weight:600;letter-spacing:.05em;transition:.25s}.btn:hover{transform:translateY(-3px)}.btn.primary{background:var(--orange);color:#fff;box-shadow:0 7px 20px #e7895540}.btn.primary b{margin-left:20px}.btn.sub{border:1px solid var(--green);color:var(--green)}.hero-visual{position:relative;background:var(--sage);border-radius:0 0 0 160px;min-height:100%}.sun{position:absolute;width:290px;height:290px;border-radius:50%;background:#f5e1bd;top:5%;right:5%}.photo-placeholder{position:absolute;inset:8% 0 0 -7%;display:flex;align-items:end;justify-content:center}.photo-placeholder svg{width:90%;height:90%;fill:#f3d7c3;stroke:var(--green);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.area-badge{position:absolute;bottom:7%;right:7%;background:#fff;border-radius:50%;width:155px;height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.5;box-shadow:0 12px 30px #173c3420}.area-badge span,.area-badge small{font-size:10px}.area-badge strong{font-family:var(--serif);font-size:18px}.scroll{position:absolute;left:2.3vw;bottom:5%;font-size:9px;letter-spacing:.18em;writing-mode:vertical-rl}.scroll i{display:block;width:1px;height:45px;background:var(--green);margin-top:10px}.section{padding:110px 7vw}.section-head{text-align:center;margin-bottom:60px}.section-head p{font-size:10px;letter-spacing:.25em;color:var(--orange);font-weight:700}.section-head h2{font-family:var(--serif);font-size:clamp(30px,3.5vw,48px);letter-spacing:.08em}.worry-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:auto;gap:18px}.worry{padding:35px 25px;background:var(--cream);min-height:280px;position:relative}.worry>span{position:absolute;top:15px;right:18px;color:#b8c4be}.worry i{font-style:normal;font-size:42px;color:var(--green)}.worry h3{font-family:var(--serif);font-size:18px;margin:20px 0 8px}.worry p{font-size:13px}.answer{text-align:center;margin:65px auto 0}.answer span{display:block;font-size:13px}.answer strong{font-family:var(--serif);font-size:30px;color:var(--green)}.answer p{font-size:14px}.features{background:var(--green);color:white;overflow:hidden}.section-head.light h2{color:white}.feature-list{max-width:1050px;margin:auto}.feature{display:grid;grid-template-columns:80px 42% 1fr;gap:35px;align-items:center;margin-bottom:80px}.feature.reverse{grid-template-columns:80px 1fr 42%}.feature.reverse .feature-art{grid-column:3}.feature.reverse>div:last-child{grid-column:2;grid-row:1}.feature>b{font-family:var(--serif);font-size:55px;color:#ffffff25;align-self:start}.feature-art{height:320px;border-radius:160px 160px 12px 12px;background:var(--sage);color:var(--green);display:grid;place-items:center;font-size:100px}.tag{display:inline-block;border-bottom:1px solid var(--orange);color:#f2c0a3;font-size:12px}.feature h3{font-family:var(--serif);font-size:30px;line-height:1.5}.feature p:last-child{font-size:14px;color:#e5eeea}.flow{background:#fbfaf6}.steps{max-width:1200px;margin:auto;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.steps li{padding:28px;background:#fff;position:relative;text-align:center;box-shadow:0 8px 30px #263a340b}.steps li:not(:last-child):after{content:"→";position:absolute;right:-12px;top:50%;color:var(--orange);z-index:2}.steps span{font-size:8px;color:var(--orange)}.steps span b{font-size:24px;font-family:var(--serif)}.steps li>div{font-size:42px;color:var(--green);height:75px}.steps h3{font-family:var(--serif);font-size:18px}.steps p{font-size:12px;text-align:left}.faq{max-width:1050px;margin:auto}.faq-list details{border-top:1px solid #ccd5d0}.faq-list details:last-child{border-bottom:1px solid #ccd5d0}.faq-list summary{list-style:none;padding:25px 15px;display:flex;align-items:center;cursor:pointer;font-weight:600}.faq-list summary b{font-family:var(--serif);font-size:24px;color:var(--orange);margin-right:25px}.faq-list summary span{margin-left:auto;font-size:25px;transition:.25s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{padding:0 55px 25px;font-size:14px}.contact{background:var(--sage);text-align:center}.contact-inner{max-width:920px;margin:auto;background:#fff;padding:60px;border-radius:180px 10px}.contact .eyebrow{justify-content:center}.contact h2{font-family:var(--serif);font-size:42px}.contact-actions{justify-content:center;margin:35px 0}.phone{border:1px solid var(--green);min-width:280px;height:60px;display:flex;flex-direction:column;justify-content:center;line-height:1.2;color:var(--green)}.phone small{font-size:9px}.phone strong{font-size:23px}.note{font-size:10px;color:#6d7c77}footer{background:var(--dark);color:#fff;padding:55px 7vw 25px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}footer p{font-size:11px;margin:0}.copyright{grid-column:1/-1;text-align:center;color:#8ea49b;font-size:8px!important}.mobile-cta{display:none}.reveal{opacity:0;transform:translateY(25px);transition:.7s}.reveal.visible{opacity:1;transform:none}.sp{display:none}
@media(max-width:900px){.header{height:70px;padding:0 20px}.nav,.header-tel{display:none}.menu{display:block;margin-left:auto;border:0;background:none;width:40px}.menu span{display:block;height:1px;background:var(--green);margin:8px}body.menu-open .nav{display:flex;position:fixed;inset:70px 0 0;background:#fff;flex-direction:column;align-items:center;justify-content:center;font-size:17px;gap:30px}.hero{margin-top:70px;grid-template-columns:1fr;min-height:auto}.hero-copy{padding:60px 25px 40px}.hero-visual{height:430px;border-radius:0 0 0 90px}.hero h1{font-size:42px}.hero-points span{width:91px;height:91px;font-size:11px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.scroll{display:none}.section{padding:80px 22px}.worry-grid{grid-template-columns:1fr 1fr}.feature{grid-template-columns:45px 40% 1fr;gap:20px}.feature.reverse{grid-template-columns:45px 1fr 40%}.feature-art{height:260px}.steps{grid-template-columns:1fr 1fr;gap:12px}.steps li:after{display:none}.contact-inner{border-radius:80px 8px;padding:50px 25px}}
@media(max-width:600px){body{padding-bottom:58px}.logo strong{font-size:18px}.logo-mark{width:36px;height:36px}.hero-copy{padding-top:45px}.hero h1{font-size:35px}.lead{font-size:14px}.pc{display:none}.sp{display:block}.hero-points{justify-content:center}.hero-visual{height:350px}.photo-placeholder{inset:5% 0 0}.area-badge{width:120px;height:120px}.area-badge strong{font-size:14px}.section-head{margin-bottom:40px}.worry-grid{grid-template-columns:1fr}.worry{min-height:auto}.answer strong{font-size:24px}.feature,.feature.reverse{grid-template-columns:35px 1fr;margin-bottom:65px}.feature .feature-art,.feature.reverse .feature-art{grid-column:2;grid-row:1;height:240px}.feature>div:last-child,.feature.reverse>div:last-child{grid-column:2;grid-row:2}.feature>b{grid-row:1/3;font-size:38px}.feature h3{font-size:24px}.steps{grid-template-columns:1fr}.contact h2{font-size:30px}.contact-actions{flex-direction:column}.contact-actions>*{width:100%;min-width:0}.contact-inner{border-radius:60px 6px}.mobile-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;z-index:30;height:58px;color:white;text-align:center;font-weight:600}.mobile-cta a{display:grid;place-items:center;background:var(--green)}.mobile-cta a:last-child{background:var(--orange)}footer{grid-template-columns:1fr;text-align:center}footer .logo{justify-content:center}.copyright{grid-column:auto}}

/* CUATRO-inspired fresh botanical theme */
:root{--green:#4f873b;--dark:#315d2d;--sage:#eaf3df;--cream:#fffdf8;--orange:#ea9088;--lime:#b6ce3b;--ink:#352f29}
body{background:#fffdf8}.header{border-top:5px solid var(--lime);box-shadow:none}.logo-mark{background:linear-gradient(145deg,var(--lime),var(--green))}.hero{background:linear-gradient(115deg,#fff 0%,#fffdf8 54%,#edf5e5 54%)}
.hero-copy:before{content:"";position:absolute;width:210px;height:210px;left:-80px;top:20%;border:22px solid #dcebc7;border-radius:48% 52% 45% 55%;opacity:.55;z-index:-1}.hero-visual{background:#eef6e7;border-radius:0;overflow:visible}.photo-placeholder{inset:6% -8% 5% -16%;align-items:center}.photo-placeholder img{width:100%;height:78%;object-fit:cover;object-position:center;border-radius:48% 38% 45% 42%;box-shadow:0 18px 45px #466a3528}.hero-flower{position:absolute;z-index:3;color:#efaaa4;line-height:1;text-shadow:35px 20px 0 #9fc7e9,-28px 36px 0 #d7e888}.flower-a{font-size:54px;top:5%;left:-3%;transform:rotate(-15deg)}.flower-b{font-size:38px;bottom:8%;left:5%;color:#f0c3a0}.hero-leaf{position:absolute;z-index:3;right:2%;top:5%;font-size:90px;color:#88b95b;transform:rotate(25deg)}
.area-badge{border:6px solid #edf5df;bottom:5%;right:4%}.btn{border-radius:0}.btn.primary{background:#ef8f87}.btn.sub{background:white}.hero-points span{border-color:#9dbc72;background:#fffffff0}.section-head h2{color:#527447;font-weight:500}.section-head h2:after{content:"";display:block;width:55px;height:2px;background:var(--lime);margin:20px auto 0}.worry{background:#f4f7ed;border-bottom:4px solid #b8ce55}.worry:nth-child(even){background:#fff4f1}.features{background:#f3f2ef;color:var(--ink)}.section-head.light h2{color:#527447}.feature{background:#fff;padding:34px;grid-template-columns:65px 45% 1fr;box-shadow:0 8px 25px #56764214;margin-bottom:55px}.feature.reverse{grid-template-columns:65px 1fr 45%}.feature>b{color:#b8ce55}.feature-art{border-radius:0;height:330px;overflow:hidden;background:#e8f1df}.feature-art img{width:100%;height:100%;object-fit:cover}.feature-symbol{background:linear-gradient(145deg,#e9f4dd,#c9dda9);border-radius:50% 50% 8px 8px}.feature h3{color:#527447;font-weight:500}.feature p:last-child{color:#564f49}.tag{color:#df7770;border-color:#df7770}.flow{background:#f6f8f0}.steps li{border-top:4px solid var(--lime)}.contact{background:#edf4e3;position:relative}.contact:before,.contact:after{content:"✿";position:absolute;color:#efaaa4;font-size:80px;opacity:.65}.contact:before{left:5%;top:12%}.contact:after{right:6%;bottom:10%;color:#afcc68}.contact-inner{border-radius:0;box-shadow:0 10px 30px #42633918}footer{border-top:7px solid var(--lime)}
@media(max-width:900px){.hero{background:linear-gradient(#fff 0 52%,#edf5e5 52%)}.photo-placeholder{inset:3% -5%}.photo-placeholder img{height:90%;border-radius:43% 48% 35% 45%}.feature{grid-template-columns:45px 40% 1fr}.feature.reverse{grid-template-columns:45px 1fr 40%}}
@media(max-width:600px){.hero{background:#fff}.hero-visual{background:#edf5e5}.hero-copy:before{display:none}.photo-placeholder{inset:8% -30% 4% -10%}.photo-placeholder img{height:82%;width:125%}.feature,.feature.reverse{padding:18px;grid-template-columns:28px 1fr}.feature .feature-art,.feature.reverse .feature-art{height:235px}.contact:before,.contact:after{font-size:45px}}

.site-logo{width:235px;display:flex;flex-direction:column;align-items:center;gap:1px;line-height:1}.site-logo .service-name{font-family:var(--serif);font-size:11px;letter-spacing:.3em;color:var(--green);font-weight:600;margin-left:.3em}.site-logo img{display:block;width:225px;height:53px;object-fit:cover;object-position:center 55%;mix-blend-mode:multiply}.footer-logo{padding:0;width:260px;align-items:flex-start}.footer-logo .service-name{color:#fff;margin-left:47px}.footer-logo img{width:250px;height:60px;mix-blend-mode:normal;background:#fff}
@media(max-width:600px){.site-logo{width:178px}.site-logo .service-name{font-size:8px}.site-logo img{width:175px;height:42px}.footer-logo{width:230px;margin:auto;align-items:center}.footer-logo .service-name{margin-left:.3em}.footer-logo img{width:220px;height:53px}}
.footer-logo img{background:transparent!important}
.worry{padding:0 0 26px;overflow:hidden}.worry figure{height:150px;margin:0 0 22px;overflow:hidden;background:#eaf3df}.worry figure img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.worry:hover figure img{transform:scale(1.04)}.worry>span{top:162px;right:16px;background:#fff;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;color:var(--green);box-shadow:0 4px 14px #315d2d22}.worry h3,.worry p{margin-left:22px;margin-right:22px}.worry h3{margin-top:0}.worry:nth-child(1) figure img{object-position:center 48%}.worry:nth-child(2) figure img{object-position:center 35%}.worry:nth-child(3) figure img{object-position:center 58%}.worry:nth-child(4) figure img{object-position:68% center}
@media(max-width:600px){.worry figure{height:210px}.worry>span{top:220px}.worry h3{font-size:20px}}

/* Refined hero text alignment */
.hero-copy{padding-top:8vh}
.hero h1{font-size:clamp(40px,4.15vw,62px);line-height:1.34;letter-spacing:.045em;margin:1.5vh 0 2vh}
.hero-line{display:block;white-space:nowrap}
.hero-points{gap:12px;align-items:center}
.hero-points span{width:112px;height:112px;padding:8px;font-size:12px;line-height:1.55}
.hero-points span:nth-child(3){transform:translateY(0)}
@media(max-width:900px){.hero-copy{padding-top:52px}.hero h1{font-size:clamp(38px,6vw,52px)}.hero-points{justify-content:flex-start}}
@media(max-width:600px){.hero-copy{padding:38px 22px 36px}.hero h1{font-size:clamp(31px,9.3vw,40px);line-height:1.4;letter-spacing:.025em;margin:14px 0 18px}.hero-points{justify-content:center;gap:7px}.hero-points span{width:96px;height:96px;padding:5px;font-size:10.5px;line-height:1.5}}
.steps{gap:14px}.steps li{padding:0 0 25px;overflow:hidden}.steps li>span{position:absolute;z-index:2;top:12px;left:12px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#ffffffeb;box-shadow:0 4px 15px #315d2d22;line-height:1.1}.steps li figure{height:150px;margin:0 0 22px;overflow:hidden;background:#eaf3df}.steps li figure img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.steps li:hover figure img{transform:scale(1.04)}.steps li h3,.steps li p{margin-left:22px;margin-right:22px}.steps li h3{margin-bottom:8px}.steps li p{margin-bottom:0}.steps li:nth-child(1) figure img{object-position:center 55%}.steps li:nth-child(2) figure img{object-position:center 35%}.steps li:nth-child(3) figure img{object-position:center 55%}.steps li:nth-child(4) figure img{object-position:center 48%}
@media(max-width:600px){.steps li figure{height:210px}.steps li h3{font-size:20px}.steps li p{text-align:center}}

/* Entry point for care managers and medical professionals */
.partner-entry{width:432px;height:76px;margin-top:14px;border:0;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;padding:0 20px;font-size:17px;font-weight:600;line-height:1.42;letter-spacing:.045em;text-align:center;box-shadow:0 7px 20px #315d2d30;transition:.25s}.partner-entry:before{content:none}.partner-entry span{flex:none}.partner-entry b{font-size:21px;color:#fff;margin-left:24px;transition:transform .25s}.partner-entry:hover{background:#3f7135;transform:translateY(-3px);box-shadow:0 9px 22px #315d2d38}.partner-entry:hover b{transform:translateX(4px)}
@media(max-width:900px){.partner-entry{width:100%;max-width:432px}}
@media(max-width:600px){.partner-entry{max-width:none;height:76px;margin-top:11px;padding:0 12px;font-size:16px;letter-spacing:.025em}.partner-entry b{font-size:20px;margin-left:16px}}

/* LINE consultation and mobile overflow fixes */
.line-button{background:#06c755!important}.line-qr{width:128px;display:flex;flex-direction:column;align-items:center;gap:5px}.line-qr img{display:block;width:112px;height:112px;object-fit:contain;background:#fff}.line-qr span{font-size:9px;color:#5c6b65;white-space:nowrap}.contact-actions{align-items:center}.phone{flex-direction:row;align-items:center}.hero-copy{min-width:0}.hero-actions,.partner-entry{max-width:100%}
@media(max-width:600px){html,body{max-width:100%;overflow-x:hidden}.hero-copy{width:100%;min-width:0;padding-left:18px;padding-right:18px}.hero-line{white-space:normal}.hero h1{font-size:clamp(29px,8.8vw,35px);letter-spacing:0}.hero-actions,.contact-actions{width:100%}.hero-actions .btn,.partner-entry{min-width:0;max-width:100%;white-space:normal}.partner-entry span{min-width:0}.hero-points{max-width:100%;gap:5px}.hero-points span{width:calc((100vw - 50px)/3);height:calc((100vw - 50px)/3);max-width:96px;max-height:96px}.line-qr{display:none}.line-button{width:100%}}

.phone-contact{width:280px;display:flex;flex-direction:column;align-items:stretch}.phone-contact .phone{width:100%;min-width:0}.phone-caution{font-size:9px;line-height:1.55;color:#69766f;text-align:left;margin:8px 0 0}.hero-actions .line-button{background:#06c755!important;box-shadow:0 7px 20px #06c75535}
@media(max-width:600px){.phone-contact{width:100%}.phone-caution{text-align:center;font-size:10px;margin:8px 5px 4px}.hero-actions .line-button{font-size:14px}}

.practitioner{background:#fff}.practitioner-card{max-width:1050px;margin:auto;display:grid;grid-template-columns:42% 1fr;gap:55px;align-items:center;background:#f4f7ed;padding:38px}.practitioner-card figure{height:520px;margin:0;overflow:hidden;background:#e7efe0}.practitioner-card figure img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.practitioner-copy h3{font-family:var(--serif);font-size:34px;color:#527447;margin:8px 0 20px}.practitioner-copy h3 small{display:block;font-family:var(--sans);font-size:12px;letter-spacing:.12em;margin-top:5px;color:#6c786f}.practitioner-copy>p{font-size:14px}.credentials{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.credentials b{width:100%;font-size:12px}.credentials span{background:#fff;border:1px solid #a9bd89;padding:5px 12px;font-size:11px}.service-area{background:#edf4e3}.area-panel{max-width:900px;margin:auto;background:#fff;padding:45px 55px;border-left:6px solid var(--lime)}.area-panel h3{font-family:var(--serif);font-size:32px;color:#527447;line-height:1.55}.area-panel h3 span{font-size:23px}.area-panel p{font-size:14px}.faq-answer{padding:0 55px 28px;font-size:14px}.faq-answer p{padding:0;margin:0 0 12px}.faq-answer ul{margin:0 0 14px;padding-left:24px}.faq-answer small{display:block;color:#68766f}.hours{display:grid;grid-template-columns:auto auto auto auto;gap:8px 16px;justify-content:center;align-items:center;margin:26px auto 6px;font-size:13px}.hours b{color:var(--green)}.line-reply{font-size:12px;color:#5f6e66}.footer-hours{line-height:1.8}.contact-actions{flex-wrap:wrap}.contact-actions .phone-contact{align-self:flex-start}
@media(max-width:900px){.practitioner-card{grid-template-columns:40% 1fr;gap:30px}.practitioner-card figure{height:430px}.area-badge{width:145px;height:145px}.area-badge small{max-width:110px;text-align:center}}
@media(max-width:600px){.practitioner-card{grid-template-columns:1fr;padding:18px;gap:24px}.practitioner-card figure{height:430px}.practitioner-card figure img{object-position:center 15%}.practitioner-copy h3{font-size:28px}.area-panel{padding:30px 22px}.area-panel h3{font-size:26px}.area-panel h3 span{font-size:18px}.faq-answer{padding:0 15px 24px;font-size:13px}.hours{grid-template-columns:auto 1fr;justify-content:center;text-align:left}.line-reply{font-size:11px}.footer-hours{text-align:center}.area-badge{width:128px;height:128px}.area-badge strong{font-size:15px}.area-badge small{font-size:8px;max-width:95px}}

/* Contact readability and mobile fixed-CTA safety */
.contact-lead{font-size:15px;line-height:1.9;max-width:640px;margin-left:auto;margin-right:auto}.practitioner-copy h3{margin-top:0}
@media(max-width:600px){.contact.section{padding-top:58px;padding-bottom:calc(100px + env(safe-area-inset-bottom))}.contact-inner{padding:38px 20px 42px}.contact .eyebrow{margin-bottom:15px}.contact h2{font-size:clamp(28px,8.2vw,32px);line-height:1.35;letter-spacing:.02em;word-break:keep-all;overflow-wrap:normal;white-space:nowrap;margin-bottom:18px}.contact-lead{font-size:14px;line-height:1.85;margin-bottom:22px;word-break:normal;overflow-wrap:break-word}.contact .hours{margin-top:18px}.contact .contact-actions{margin-top:25px;margin-bottom:24px}.practitioner-copy h3{margin-top:0}}
@media(max-width:340px){.contact h2{font-size:27px}.contact-inner{padding-left:16px;padding-right:16px}.contact-lead{font-size:13.5px}}
