.blog-hero{background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative;padding:6rem 1.5rem;text-align:center;color:var(--color-white);display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:60vh}.blog-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--color-secondary);opacity:.97;z-index:1}.blog-hero .container{position:relative;z-index:2;max-width:1000px;margin:0 auto}.blog-hero h1{font-size:54px;line-height:1.15;color:var(--color-white)!important;margin:0 auto 1.5rem;font-weight:700;text-wrap:balance;max-width:1000px}.blog-meta{font-family:var(--font-body);font-size:16px;color:var(--color-cream);display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;opacity:.9}.blog-meta span strong{color:var(--color-white)}.blog-layout-section{background-color:var(--color-white);padding:5rem 1.5rem}.blog-layout-container{max-width:var(--site-max-width);margin:0 auto;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:6rem}.blog-sidebar{width:23.013%;flex-shrink:0;display:flex;flex-direction:column;gap:2.5rem;position:sticky;top:100px}.blog-content-area{width:58%;flex-grow:1}.blog-toc{border:none;border-radius:8px;padding:1.25rem;background-color:var(--color-cream)}.blog-toc h4{font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--color-secondary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-primary);padding-bottom:.5rem}.blog-toc ul{list-style-type:none;padding-left:0;margin:0}.blog-toc li{font-family:var(--font-body);font-size:14px;line-height:1.5;margin-bottom:.75rem}.blog-toc li a{color:var(--color-secondary)!important;text-decoration:none!important;transition:var(--transition-smooth)}.blog-toc li a:hover{color:var(--color-accent)!important}.blog-author-box{border:1px solid var(--color-cream);border-radius:8px;padding:1.5rem;text-align:center;background-color:var(--color-white);box-shadow:0 4px 15px #00000005}.blog-author-avatar{width:90px;height:90px;border-radius:50%;margin:0 auto 1rem;display:block;object-fit:cover;border:2px solid var(--color-primary)}.blog-author-name{font-family:var(--font-heading);font-size:20px;font-weight:600;color:var(--color-secondary);margin-bottom:.5rem}.blog-author-bio{font-family:var(--font-body);font-size:14px;line-height:1.6;color:var(--color-text);opacity:.85}.key-takeaways{background-color:var(--color-cream);padding:2rem;border-radius:8px;margin-bottom:3rem}.key-takeaways h2{font-size:26px;color:var(--color-secondary);margin-top:0;margin-bottom:1.25rem;border-bottom:1px solid var(--color-primary);padding-bottom:.5rem}.key-takeaways ul{list-style-type:none;padding-left:0;margin:0}.key-takeaways li{font-family:var(--font-body);font-size:17px;line-height:1.7;margin-bottom:1rem;position:relative;padding-left:1.75rem;color:var(--color-text)}.key-takeaways li:before{content:"✓";position:absolute;left:0;color:var(--color-accent);font-weight:700}.key-takeaways li:last-child{margin-bottom:0}.blog-body-text{font-family:var(--font-body);color:var(--color-text)}.blog-body-text h2,.blog-body-text h3,.blog-body-text h4{color:var(--color-secondary);margin-top:3.5rem;margin-bottom:1.5rem}.blog-body-text h2{font-size:32px;border-bottom:1px solid var(--color-cream);padding-bottom:.5rem}.blog-body-text h3{font-size:24px}.blog-body-text p{font-size:18px;line-height:1.8;margin-bottom:1.75rem}.blog-body-text ul,.blog-body-text ol{margin-bottom:2rem;padding-left:2rem}.blog-body-text li{font-size:18px;line-height:1.8;margin-bottom:.75rem;color:var(--color-text)}.blog-body-text img{max-width:100%;height:auto;border-radius:8px;margin:2.5rem 0;box-shadow:0 4px 20px #00000008;display:block}.blog-body-text figcaption{font-size:14px;color:var(--color-text);opacity:.7;text-align:center;margin-top:-1.5rem;margin-bottom:2.5rem}.blog-body-text blockquote{border-left:4px solid var(--color-accent);padding-left:1.5rem;margin:2.5rem 0;font-style:italic;color:var(--color-text);opacity:.9}.blog-body-text ul li strong{color:var(--color-secondary)}@media (max-width: 1024px){.blog-layout-container{gap:3rem}.blog-sidebar{width:28%}.blog-content-area{width:68%}}@media (max-width: 768px){.blog-hero{padding:4rem 1.5rem;min-height:45vh}.blog-hero h1{font-size:32px}.blog-layout-section{padding:3rem 1.25rem}.blog-layout-container{flex-direction:column-reverse;gap:4rem}.blog-sidebar{width:100%;position:static;gap:2rem}.blog-content-area{width:100%}.blog-toc{display:none}.blog-body-text h2{font-size:26px}.blog-body-text h3{font-size:20px}.blog-body-text p,.blog-body-text li{font-size:16px}}.blog-archive-section{background-color:var(--color-white);padding:5rem 1.5rem}.blog-archive-container{max-width:var(--site-max-width);margin:0 auto}.archive-section-heading{display:flex;align-items:center;font-family:var(--font-heading);font-size:26px;font-weight:700;color:var(--color-secondary);margin-bottom:3rem;letter-spacing:1px;text-transform:uppercase;text-wrap:balance}.archive-section-heading:after{content:"";flex-grow:1;height:1px;background-color:var(--color-primary);margin-left:1.5rem;opacity:.4}.latest-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem 3rem}.latest-card{display:flex;flex-direction:column;cursor:pointer}.latest-card-title{font-family:var(--font-heading);font-size:21px;line-height:1.35;font-weight:600;color:var(--color-secondary);margin-bottom:.75rem;letter-spacing:.3px;text-transform:uppercase;transition:color .2s ease}.latest-card-title a{color:inherit;text-decoration:none}.latest-card:hover .latest-card-title{color:var(--color-accent)}.latest-card-excerpt{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);opacity:.85}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2.5rem}.category-card{display:flex;flex-direction:column;cursor:pointer}.category-card-image-wrapper{aspect-ratio:1.5;width:100%;overflow:hidden;border-radius:8px;margin-bottom:1.25rem;background-color:var(--color-cream)}.category-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-card-image{transform:scale(1.03)}.category-card-content{display:flex;flex-direction:column}.category-card-title{font-family:var(--font-heading);font-size:20px;line-height:1.35;font-weight:600;color:var(--color-secondary);margin-bottom:.75rem;letter-spacing:.3px;text-transform:uppercase;transition:color .2s ease}.category-card-title a{color:inherit;text-decoration:none}.category-card:hover .category-card-title{color:var(--color-accent)}.category-card-excerpt{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);opacity:.85}@media (max-width: 768px){.latest-grid,.category-grid{grid-template-columns:1fr;gap:2.5rem}.archive-section-heading{font-size:22px;margin-bottom:2rem}.latest-card-title,.category-card-title{font-size:18px}}.blog-author-name a{color:inherit!important;text-decoration:none!important}.blog-author-name a:hover{color:var(--color-accent)!important}.blog-meta a{color:inherit!important;text-decoration:none!important}.blog-meta a:hover{color:var(--color-primary)!important}.author-hero{background-image:url(/assets/reception-of-beautician-clinic-with-counter-and-ch-2024-12-10-02-25-17-utc-gTryVSj8.webp);background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative;padding:6rem 1.5rem 5rem;text-align:center;color:var(--color-white);display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:450px}.author-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--color-secondary);opacity:.97;z-index:1}.author-hero-container{position:relative;z-index:2;max-width:800px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.author-hero h2{font-size:73px;font-weight:700;line-height:1.15;color:var(--color-white)!important;margin:0 0 1.5rem;text-align:center;text-wrap:balance}.author-hero-bio{font-family:var(--font-body);font-size:20px;line-height:1.8;color:#fffc;text-align:center;text-wrap:balance;max-width:850px;margin:0 auto}.author-content-section{background-color:var(--color-white);padding:5rem 1.5rem}.author-content-container{max-width:var(--site-max-width);margin:0 auto}.author-content-section h2.section-title{font-family:var(--font-heading);font-size:45px;font-weight:600;color:var(--color-secondary);text-align:center;margin-bottom:3.5rem;text-wrap:balance}.author-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.elementor-post__card{background-color:var(--color-white);border:1px solid rgba(0,0,0,.05);border-radius:12px;display:flex;flex-direction:column;min-height:100%;overflow:hidden;position:relative;box-shadow:0 0 15px #0000000d;transition:transform .25s ease,box-shadow .25s ease;width:100%}.elementor-post__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.elementor-post__thumbnail__link{display:block;position:relative;width:100%;aspect-ratio:1.5;overflow:hidden}.elementor-post__thumbnail__link:after{content:"";position:absolute;bottom:0;left:0;right:0;top:0;background-image:linear-gradient(0deg,rgba(0,0,0,.2),transparent 75%);opacity:1;transition:opacity .3s ease}.elementor-post__thumbnail__link:hover:after{opacity:.7}.elementor-post__thumbnail{width:100%;height:100%}.elementor-post__thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.elementor-post__avatar{height:0;pointer-events:none;position:relative;top:0;width:100%;z-index:5;display:flex;justify-content:flex-start;padding:0 30px}.elementor-post__avatar img{border:3px solid var(--color-white);border-radius:50%;pointer-events:all;transform:translateY(-50%);width:75px;height:75px;object-fit:cover;background-color:var(--color-white)}.elementor-post__text{display:flex;flex-direction:column;flex-grow:1;padding:30px 30px 20px}.elementor-post__title{font-family:var(--font-heading);font-size:23px;font-weight:600;line-height:1.35;color:var(--color-secondary);margin-top:15px;margin-bottom:15px;text-transform:uppercase}.elementor-post__title a{color:inherit;text-decoration:none;transition:color .2s ease}.elementor-post__title a:hover{color:var(--color-accent)}.elementor-post__excerpt p{font-family:var(--font-body);font-size:1rem;line-height:2em;color:var(--color-text);opacity:.85;margin:0}.elementor-post__meta-data{border-top:1px solid var(--color-cream);margin-top:auto;padding:10px 30px;font-family:var(--font-body);font-size:13px;color:var(--color-secondary);opacity:.8}.no-posts-message,.error-message{font-family:var(--font-body);font-size:18px;color:var(--color-text);text-align:center;grid-column:1 / -1;padding:3rem 0}@media (max-width: 1024px){.author-posts-grid{grid-template-columns:repeat(2,1fr);gap:24px}.author-hero h2{font-size:48px}.author-content-section h2.section-title{font-size:36px}}@media (max-width: 768px){.author-posts-grid{grid-template-columns:1fr;gap:24px}.author-hero{padding:5rem 1.5rem 4rem;min-height:auto}.author-hero h2{font-size:36px}.author-content-section{padding:3rem 1.5rem}.author-content-section h2.section-title{font-size:28px;margin-bottom:2.5rem}}
