:root{--color-background:#faf7f5;--color-page-background:#f3e8e3;--color-surface:#fff;--color-text:#342c29;--color-text-muted:#7f736d;--color-border:#ece6e1;--color-accent:#c89ca7;--color-accent-dark:#9f6f7c;--color-accent-soft:#f6e8ec;--shadow-soft:0 18px 50px #342c290f;--shadow-hover:0 16px 32px #342c291f;--radius-sm:12px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--color-page-background);color:var(--color-text);margin:0;font-family:Arial,sans-serif}.app-shell{background-color:var(--color-background);width:min(100% - 80px,1440px);min-height:100vh;margin:0 auto;box-shadow:0 24px 80px #342c2914}main{padding:0}@media (width<=768px){.app-shell{width:100%;margin:0}}.service-preview-section{margin-top:72px}.service-preview-section h2{color:var(--color-text);margin:0 0 24px;font-size:30px}.service-cards-container{flex-wrap:wrap;gap:24px;display:flex}@media (width<=768px){.service-preview-section{margin-top:48px}.service-cards-container{flex-direction:column;align-items:stretch;gap:16px}}.service-card{text-align:center}.service-image{object-fit:cover;border-radius:50%;width:120px;height:120px}@media (width<=768px){.service-card{width:100%;box-shadow:var(--shadow-soft);text-align:left;background:#fff;border-radius:18px;align-items:center;gap:18px;padding:18px;display:flex}.service-image{flex-shrink:0;width:88px;height:88px}.service-card h3{margin:0;font-size:20px}}.home-page{padding:72px 80px 96px}.home-layout{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.home-intro{max-width:620px}.section-eyebrow{color:var(--color-accent-dark);letter-spacing:1.8px;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:700}.home-intro h1{color:var(--color-text);margin:0 0 20px;font-size:46px;line-height:1.08}.home-intro-text{color:var(--color-text-muted);margin:0;font-size:18px;line-height:1.8}.owner-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);grid-template-columns:220px 1fr;align-items:center;gap:28px;padding:24px;display:grid}.owner-photo img{aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius-lg);width:220px;display:block}.owner-content h2{color:var(--color-text);margin:0 0 16px;font-size:28px;line-height:1.15}.owner-content p{color:var(--color-text-muted);margin:0 0 14px;font-size:15px;line-height:1.7}@media (width<=768px){.home-page{padding:48px 24px}.home-layout{grid-template-columns:1fr;gap:32px}.home-intro{max-width:100%}.home-intro h1{font-size:38px}.owner-card{text-align:center;grid-template-columns:1fr}.owner-photo{justify-content:center;display:flex}.owner-photo img{width:220px}}.employee-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;width:220px;min-height:280px;margin:16px 0;padding:16px;transition:transform .25s,box-shadow .25s}.employee-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.employee-image{object-fit:cover;border-radius:var(--radius-md);width:100%;height:240px;transition:transform .25s}.employee-card:hover .employee-image{transform:scale(1.03)}.employee-card h3{color:var(--color-text);margin:16px 0 6px;font-size:18px}.employee-card p{color:var(--color-text-muted);margin:0 0 12px;font-size:14px;line-height:1.5}.employee-modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.employee-modal{background:#fff;border-radius:28px;width:760px;max-width:90vw;padding:36px;position:relative;box-shadow:0 24px 70px #342c292e}.employee-modal-close{cursor:pointer;background:0 0;border:none;font-size:26px;line-height:1;position:absolute;top:22px;right:24px}.employee-modal-content{grid-template-columns:170px 1fr;align-items:start;gap:32px;display:grid}.employee-modal-image{object-fit:cover;object-position:center top;border-radius:22px;width:170px;height:220px}.employee-modal-info h2{margin:0 0 10px;font-size:30px;line-height:1.15}.employee-modal-role{color:var(--color-text-muted);margin:0 0 22px;font-size:16px}.employee-modal-details{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:22px;display:grid}.employee-modal-details div{border:1px solid var(--color-border);background-color:#fbf8f6;border-radius:18px;padding:16px}.employee-modal-details strong{color:var(--color-accent-dark);letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px;font-size:13px;display:block}.employee-modal-details span{color:var(--color-text);font-size:15px;line-height:1.4;display:block}.employee-modal-description{color:var(--color-text-muted);white-space:pre-line;margin:0 0 24px;font-size:15px;line-height:1.7}.employee-modal-button{background-color:var(--color-text);color:#fff;border-radius:999px;padding:14px 24px;font-weight:700;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-block}.employee-modal-button:hover{background-color:var(--color-accent-dark);transform:translateY(-2px)}@media (width<=768px){.employee-modal{box-sizing:border-box;width:calc(100vw - 32px);max-width:none;max-height:90vh;padding:22px;overflow-y:auto}.employee-modal-content{flex-direction:column;gap:20px;display:flex}.employee-modal-image{width:120px;height:150px}.employee-modal-info h2{margin-right:32px;font-size:26px;line-height:1.15}.employee-modal-details{grid-template-columns:1fr;gap:12px}.employee-modal-description{font-size:15px;line-height:1.65}.employee-modal-button{box-sizing:border-box;text-align:center;width:100%}}.team-section{padding:72px 80px 96px}.team-section h2{text-align:center;margin-bottom:48px;font-size:42px}.employee-cards-container{flex-wrap:wrap;justify-content:center;gap:48px;display:flex}@media (width<=768px){.team-section{padding:48px 24px}.team-section h2{font-size:34px}}.services-page{padding:56px 7%}.services-intro{max-width:720px;margin-bottom:32px}.services-intro h1{margin-bottom:12px;font-size:42px}.services-intro p{color:#6f5f5f;line-height:1.6}.employee-services-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.employee-services-card{background:#fffaf8;border:1px solid #ead8d3;border-radius:22px;padding:24px;box-shadow:0 14px 35px #50322812}.employee-services-card h2{margin:0 0 12px;font-size:25px}.employee-services-tags{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.employee-services-tags span{color:#6f414b;background:#f1e3e6;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.employee-services-count{display:none}.services-toggle-button,.treatwell-link{color:#4a2f35;cursor:pointer;white-space:nowrap;background:#ead7dc;border:none;border-radius:999px;padding:11px 20px;font-weight:600;text-decoration:none}.services-modal-overlay{z-index:1000;background:#20181873;justify-content:center;align-items:flex-start;padding:70px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.services-modal{background:#fffaf8;border-radius:26px;width:min(920px,100%);padding:28px;box-shadow:0 30px 80px #00000040}.services-modal-header{justify-content:space-between;gap:20px;margin-bottom:24px;display:flex}.services-modal-label{color:#a17474;text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;font-size:14px}.services-modal-header h2{margin:0;font-size:30px}.services-modal-close{color:#4a2f35;cursor:pointer;background:#ead7dc;border:none;border-radius:50%;width:40px;height:40px;font-size:26px}.employee-price-list{gap:18px;display:grid}.service-category-card{background:#fff;border:1px solid #f0e3df;border-radius:18px;padding:20px}.service-category-card h3{margin:0 0 16px;font-size:19px}.service-row{border-top:1px solid #f1e7e4;justify-content:space-between;gap:24px;padding:13px 0;display:flex}.service-row:first-of-type{border-top:none}.service-row strong{font-weight:600}.service-row p{color:#8a7474;margin:6px 0 0;font-size:14px}.service-row span{white-space:nowrap;font-weight:700}.treatwell-link{margin-top:22px;display:inline-block}@media (width<=768px){.services-page{padding:36px 20px}.employee-services-list{grid-template-columns:1fr}.services-toggle-button{width:100%}.service-row{flex-direction:column;gap:8px}.services-modal{padding:22px}}.gallery-page{color:#2f2521;background:#f8f1ed;min-height:100vh}.gallery-hero{text-align:center;max-width:850px;margin:0 auto;padding:84px 24px 48px}.gallery-eyebrow{color:#9b7466;letter-spacing:.18em;text-transform:uppercase;margin:0 0 12px;font-size:12px}.gallery-hero h1{letter-spacing:-.05em;margin:0;font-size:clamp(44px,7vw,86px);font-weight:400}.gallery-hero p{color:#6d5a52;max-width:620px;margin:22px auto 0;line-height:1.7}.gallery-content{max-width:1180px;margin:0 auto;padding:20px 24px 90px}.gallery-block{margin-top:42px}.gallery-step-heading{align-items:center;gap:14px;margin-bottom:18px;display:flex}.gallery-step-heading span{color:#9b7466;border:1px solid #9b746659;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;display:inline-flex}.gallery-step-heading h2{margin:0;font-size:22px;font-weight:400}.gallery-artist-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.gallery-artist-card{color:inherit;text-align:left;cursor:pointer;background:#ffffff85;border:1px solid #9b746638;border-radius:28px;padding:26px;transition:transform .25s,box-shadow .25s,border-color .25s}.gallery-artist-card strong{margin-bottom:8px;font-size:21px;font-weight:400;display:block}.gallery-artist-card small{color:#80685f}.gallery-artist-card:hover,.gallery-artist-card.active{border-color:#9b74668c;transform:translateY(-4px);box-shadow:0 18px 55px #4b30261a}.gallery-filter-row{flex-wrap:wrap;gap:10px;display:flex}.gallery-filter{color:#4c3b34;cursor:pointer;background:#ffffff8c;border:1px solid #9b746642;border-radius:999px;padding:12px 18px;transition:background .22s,color .22s,transform .22s}.gallery-filter:hover,.gallery-filter.active{color:#fff;background:#2f2521;transform:translateY(-1px)}.gallery-results{margin-top:60px}.gallery-results-header{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.gallery-results-header h2{margin:0;font-size:36px;font-weight:400}.gallery-results-header>p{color:#80685f;margin:0}.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:18px;display:grid}.gallery-card{cursor:pointer;background:#e8d8d0;border:none;border-radius:30px;padding:0;position:relative;overflow:hidden;box-shadow:0 18px 45px #4b302614}.gallery-card.featured{grid-area:span 2/span 2}.gallery-card img{object-fit:cover;width:100%;height:100%;transition:transform .45s,filter .45s;display:block}.gallery-card:hover img{filter:brightness(.92);transform:scale(1.035)}.gallery-card-info{opacity:0;background:#fffaf7e0;border-radius:22px;justify-content:space-between;gap:14px;padding:15px 17px;transition:opacity .25s,transform .25s;display:flex;position:absolute;bottom:18px;left:18px;right:18px;transform:translateY(10px)}.gallery-card:hover .gallery-card-info{opacity:1;transform:translateY(0)}.gallery-card-info strong{font-weight:400}.gallery-card-info small{color:#9b7466}.gallery-empty{text-align:center;color:#80685f;background:#fff6;border:1px dashed #9b746661;border-radius:28px;padding:46px 24px}@media (width<=900px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:230px}}@media (width<=560px){.gallery-hero{padding:56px 18px 32px}.gallery-content{padding:16px 18px 70px}.gallery-results-header{flex-direction:column;align-items:flex-start}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:360px}.gallery-card.featured{grid-area:span 1/span 1}.gallery-card-info{opacity:1;transform:none}}.gallery-artist-card{align-items:center;gap:18px;display:flex}.gallery-artist-image{object-fit:cover;border-radius:50%;flex-shrink:0;width:72px;height:72px}.gallery-artist-content{flex-direction:column;gap:4px;display:flex}.contact-page{background:#f8f3ef;padding:72px 64px}.contact-page-header{max-width:620px;margin-bottom:40px}.section-label{text-transform:uppercase;letter-spacing:2px;color:#9b6f6f;margin-bottom:12px;font-size:13px}.contact-page h1{margin-bottom:16px;font-size:42px}.contact-page-header p{color:#5f5552;line-height:1.6}.contact-cards{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;display:grid}.contact-card{color:#1f1a18;background:#fff;border-radius:22px;padding:28px;text-decoration:none;transition:transform .2s,box-shadow .2s}.contact-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000014}.contact-card span{color:#9b6f6f;margin-bottom:8px;display:block}.contact-card strong{font-size:20px}.contact-main-button{color:#fff;background:#1f1a18;border-radius:999px;padding:16px 32px;font-weight:600;text-decoration:none;display:inline-block}.contact-layout{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.contact-left{flex-direction:column;gap:24px;display:flex}.contact-form{background:#fff;border-radius:24px;flex-direction:column;gap:18px;padding:36px;display:flex}.contact-form h2{margin-bottom:8px;font-size:28px}.contact-form input,.contact-form textarea{box-sizing:border-box;background:#fbf8f6;border:1px solid #e5ddd7;border-radius:14px;width:100%;padding:16px 18px;font-family:inherit;font-size:15px}.contact-form textarea{resize:vertical;min-height:140px}.contact-form input:focus,.contact-form textarea:focus{background:#fff;border-color:#9b6f6f;outline:none}.contact-form button{color:#fff;cursor:pointer;background:#1f1a18;border:none;border-radius:999px;margin-top:8px;padding:16px 28px;font-weight:600}.contact-form button:hover{background:#3a2d2a}@media (width<=768px){.contact-page{padding:48px 24px}.contact-layout,.contact-cards{grid-template-columns:1fr}.contact-page h1{font-size:34px}.contact-form{padding:24px}}.navigation-bar{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:20px 48px;display:flex}.nav-logo{justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;display:inline-flex}.nav-logo img{object-fit:contain;width:72px;height:72px;display:block}.navigation-links{gap:12px;display:flex}.navigation-links a{color:var(--color-text);letter-spacing:.2px;border-radius:999px;padding:8px 14px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s}.navigation-links a:hover{background-color:#f7efef}.navigation-links a.active{background-color:var(--color-accent-soft);color:var(--color-accent-dark);font-weight:700}@media (width<=768px){.navigation-bar{flex-direction:column;gap:16px;padding:16px}.navigation-links{flex-wrap:wrap;justify-content:center}.nav-logo{width:46px;height:46px}.nav-logo img{width:42px;height:42px}}.brand-hero{height:clamp(320px,32vw,520px);overflow:hidden}.brand-hero img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (width<=768px){.brand-hero{height:220px}}.top-bar{background-color:var(--color-accent-soft);color:var(--color-text-muted);justify-content:space-between;align-items:center;padding:10px 48px;font-size:14px;display:flex}.top-bar-contacts{gap:24px;display:flex}.top-bar-cta{color:var(--color-accent-dark);font-weight:700;text-decoration:none}@media (width<=768px){.top-bar{padding:10px 16px;font-size:12px}.top-bar-contacts{gap:12px}}
