/*
Theme Name: Simple WP Theme
Theme URI: https://example.com/simple-wp-theme
Author: Victoria Ghecrea
Author URI: https://victoriaghecrea.md
Description: A simple WordPress theme for Salon Victoria Ghecrea.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-wp-theme
*/
:root{--color-black:#000;--color-white:#fff;--color-gray-light:#f4f4f4;--color-text:#333;--color-overlay:rgba(0, 0, 0, 0.42);--font-heading:'Cormorant', serif;--font-body:'Montserrat', sans-serif;--transition-base:0.3s ease;}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:var(--color-black);color:var(--color-white);padding:8px 16px;z-index:9999;font-family:var(--font-body);font-size:14px;text-decoration:none;border-radius:0 0 4px 4px;}.skip-link:focus{top:0;}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;word-wrap:normal !important;}.screen-reader-text:focus{clip:auto !important;clip-path:none;display:block;height:auto;width:auto;z-index:100000;}*, *::before, *::after{box-sizing:border-box;}html{scroll-behavior:smooth;}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*, *::before, *::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}.fade-in-on-scroll{opacity:1;transition:none;}}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}.fade-in-on-scroll{opacity:0;transition:opacity 0.7s ease-out;}.fade-in-on-scroll.fade-in-visible{opacity:1;}body{font-family:var(--font-body);line-height:1.6;margin:0;padding:0;background-color:var(--color-white);color:var(--color-black);overflow-x:hidden;}main#main-content{margin:0;padding:0;}footer{color:#fff;background-color:#000;padding:0;margin-top:0;}.container{width:80%;margin:auto;overflow:hidden;padding:20px;}header{background:transparent;color:var(--color-black);height:100px;padding:0 90px;border-bottom:none;display:flex;align-items:center;position:absolute;top:50px;left:0;right:0;width:100%;z-index:100;box-sizing:border-box;}header .container{width:100%;margin:0;padding:0;display:flex;justify-content:space-between;align-items:center;overflow:visible;}header a{color:var(--color-black);text-decoration:none;font-family:var(--font-body);font-size:18px;font-weight:500;line-height:22px;}header ul{margin:0;padding:0;list-style:none;display:flex;}header li{margin-left:5vw;}header #branding{display:block;}header #branding h1{margin:0;font-family:var(--font-body);font-size:18px;font-weight:500;line-height:22px;text-transform:none;}@media (max-width:767px){header a, header #branding h1{font-size:16px;line-height:20px;}header{padding:0 1rem;}}header nav{margin-top:0;}.hero-section{width:100%;height:100vh;display:flex;background-size:cover;background-position:center;background-repeat:no-repeat;}.hero-left{width:60%;}.hero-right{width:40%;background-color:rgba(134, 133, 134, 0.25);background-image:linear-gradient(180deg, rgba(134, 133, 134, 0.25) 0%, rgba(162, 161, 163, 0.25) 100%);backdrop-filter:blur(17.5px);-webkit-backdrop-filter:blur(17.5px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:50px;box-sizing:border-box;}.hero-title{font-family:'Cormorant', serif;font-size:clamp(1.8rem, 3vw, 3rem);font-weight:700;text-transform:uppercase;margin:0 0 20px 0;color:#fff;}.hero-subtitle{font-family:'Montserrat', sans-serif;font-size:clamp(0.75rem, 1.2vw, 1.1rem);font-weight:500;text-transform:uppercase;margin:0;color:#fff;max-width:80%;}.hero-button{font-family:'Montserrat', sans-serif;font-size:clamp(0.8rem, 1.1vw, 1.1rem);font-weight:500;text-transform:uppercase;color:#000;background-color:#fff;padding:0.35em 20px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform 0.3s ease;}.social-icon{display:inline-flex;align-items:center;justify-content:center;}.hero-button:hover{transform:scale(1.05);}.hero-actions{margin-top:10vh;display:flex;align-items:center;gap:50px;}.hero-social-icons{display:flex;gap:50px;}.social-icon svg{width:clamp(22px, 2vw, 30px);height:clamp(22px, 2vw, 30px);color:#fff;transition:transform 0.3s ease;}.social-icon:hover svg{transform:scale(1.1);}.hero-after{margin-top:10vh;display:flex;align-items:center;gap:20px;}.hero-location, .hero-year{font-family:'Montserrat', sans-serif;font-size:clamp(0.65rem, 0.9vw, 0.85rem);font-weight:600;text-transform:uppercase;letter-spacing:0.2em;color:#fff;margin:0;}.hero-dot{width:8px;height:8px;background-color:#fff;border-radius:50%;}.hero-phone{display:none;position:relative;height:100vh;min-height:100vh;background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden;flex-direction:column;align-items:center;justify-content:center;}.hero-phone-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.42);z-index:1;}.hero-phone-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px;}.hero-phone-title{font-family:'Cormorant', serif;font-size:2em;font-weight:700;text-transform:uppercase;color:#fff;margin:0;text-shadow:0 0 5px #000;line-height:58px;}.hero-phone-spacer{height:4vh;}.hero-phone-divider{width:55%;height:1px;background-color:#fff;}.hero-phone-button{font-family:'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;color:#000;background-color:#fff;padding:8px 25px;text-decoration:none;display:inline-block;line-height:36px;letter-spacing:0.12em;transition:transform 0.3s ease;}.hero-phone-button:hover{transform:scale(1.05);}.hero-phone-address{font-family:'Montserrat', sans-serif;font-size:0.6em;font-weight:500;text-transform:uppercase;color:#fff;margin:0;line-height:35px;}.hero-tablet{display:none;height:100vh;background-size:cover;background-position:-75px center;background-repeat:no-repeat;}.hero-tablet-left{width:40%;}.hero-tablet-right{width:60%;background-color:rgba(134, 133, 134, 0.25);background-image:linear-gradient(180deg, rgba(134, 133, 134, 0.25) 0%, rgba(162, 161, 163, 0.25) 100%);backdrop-filter:blur(17.5px);-webkit-backdrop-filter:blur(17.5px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 50px;box-sizing:border-box;}.hero-tablet-title{font-family:'Cormorant', serif;font-size:2.4vw;font-weight:700;text-transform:uppercase;color:#fff;margin:0;line-height:58px;}.hero-tablet-spacer-sm{height:3vh;}.hero-tablet-subtitle{font-family:'Montserrat', sans-serif;font-size:1vw;font-weight:500;text-transform:uppercase;color:#fff;margin:0;line-height:35px;}.hero-tablet-spacer-md{height:5vh;}.hero-tablet-divider{width:35%;height:2px;background-color:#fff;}.hero-tablet-spacer-lg{height:6vh;}.hero-tablet-actions{display:flex;align-items:center;gap:40px;}.hero-tablet-button{font-family:'Montserrat', sans-serif;font-size:1.2vw;font-weight:600;text-transform:uppercase;color:#000;background-color:#fff;padding:8px 20px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border-radius:0;transition:transform 0.3s ease;}.hero-tablet-button:hover{transform:scale(1.05);}.hero-tablet-social{display:flex;gap:30px;}.hero-tablet-social .social-icon svg{width:1.9vw;height:1.9vw;color:#fff;}.hero-tablet-spacer-xl{height:75px;}.hero-tablet-after{display:flex;align-items:center;gap:20px;}.hero-tablet-location, .hero-tablet-year{font-family:'Montserrat', sans-serif;font-size:1vw;font-weight:600;text-transform:uppercase;letter-spacing:0.2em;color:#fff;margin:0;}.hero-tablet-dot{width:8px;height:8px;background-color:#fff;border-radius:50%;}.about-section{display:flex;min-height:100vh;background-color:#f4f4f4;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;margin:0;padding:0;}.about-content{width:70%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px 30px 60px 90px;box-sizing:border-box;}.about-title{font-family:'Cormorant', serif;font-size:2em;font-weight:700;text-transform:uppercase;color:#000;letter-spacing:0.24rem;line-height:58px;margin:0;}.about-spacer{height:30px;}.about-spacer-large{height:50px;}.about-text{font-family:'Montserrat', sans-serif;font-size:1.375rem;font-weight:300;text-transform:uppercase;line-height:35px;color:#000;margin:0;max-width:90%;}.about-content .about-button{display:block;box-sizing:border-box;width:200px;max-width:200px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;color:#fff;background-color:transparent;border:1px solid #fff;padding:8px 0;margin:0;align-self:flex-start;line-height:36px;letter-spacing:0.12em;text-decoration:none;transition:transform 0.3s ease;}.about-button:hover{transform:scale(1.05);}.about-tablet{display:none;min-height:100vh;background-color:#f4f4f4;background-size:cover;background-position:center center;background-repeat:no-repeat;}.about-tablet-content{width:60%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px 30px 60px 50px;box-sizing:border-box;}.about-tablet-image{width:40%;}.about-tablet-title{font-family:'Cormorant', serif;font-size:2em;font-weight:700;text-transform:uppercase;color:#000;letter-spacing:0.24rem;line-height:58px;margin:0;}.about-tablet-spacer{height:30px;}.about-tablet-spacer-large{height:30px;}.about-tablet-text{font-family:'Montserrat', sans-serif;font-size:1.1em;font-weight:300;text-transform:uppercase;line-height:35px;color:#000;margin:0;max-width:90%;}.about-tablet-button{display:block;box-sizing:border-box;width:200px;max-width:200px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;color:#fff;background-color:transparent;border:1px solid #fff;padding:8px 0;margin:0;align-self:flex-start;line-height:36px;letter-spacing:0.12em;text-decoration:none;transition:transform 0.3s ease;}.about-tablet-button:hover{transform:scale(1.05);}.about-phone{display:none;position:relative;min-height:100vh;background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden;}.about-phone-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(10, 10, 10, 0.5);z-index:1;}.about-phone-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:0 20px;}.about-phone-spacer-top{height:10vh;}.about-phone-title{font-family:'Cormorant', serif;font-size:2em;font-weight:700;text-transform:uppercase;color:#fff;letter-spacing:0.24rem;line-height:58px;text-align:center;margin:0;text-shadow:0 0 10px #000;}.about-phone-spacer{height:60px;}.about-phone-text{font-family:'Montserrat', sans-serif;font-size:0.8em;font-weight:500;text-transform:uppercase;color:#fff;line-height:35px;text-align:center;margin:0;text-shadow:0 0 5px #000;}.about-phone-button{font-family:'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:36px;letter-spacing:0.12em;color:#000;background-color:#fff;padding:8px 40px;border:1px solid #fff;border-radius:0;text-decoration:none;display:inline-block;transition:transform 0.3s ease;}.about-phone-button:hover{transform:scale(1.05);}.gallery-section{width:100%;overflow:hidden;margin:0;padding:0;line-height:0;}.gallery-grid{width:100%;display:flex;flex-direction:column;}.gallery-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;width:100%;}.gallery-item{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1;line-height:0;}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease;}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0);transition:background-color 0.3s ease;}.gallery-item:hover .gallery-overlay{background-color:rgba(0, 0, 0, 0.5);}.gallery-item:hover img{transform:scale(1.03);}.gallery-cta{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#D9D9D9;aspect-ratio:1 / 1;overflow:hidden;animation:fadeIn 0.5s ease-in;}.gallery-cta-bg-logo{position:absolute;top:0;left:0;right:0;bottom:0;background-position:41% 47%;background-repeat:no-repeat;background-size:60%;opacity:0.1;pointer-events:none;}.gallery-cta-title{font-family:'Montserrat', sans-serif;font-size:2.1rem;font-weight:500;color:#000000;text-align:center;letter-spacing:0.1875rem;margin:0;position:relative;z-index:1;line-height:1.2;}.gallery-cta-spacer{height:25px;}.gallery-cta-icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;color:#000000;transition:transform 0.3s ease;}.gallery-cta-icon svg{width:3.05rem;height:3.05rem;}.gallery-cta-icon:hover{transform:scale(1.1);}.gallery-tablet{display:none;}.gallery-tablet .gallery-row{grid-template-columns:1fr 1fr;}.gallery-phone{display:none;}.gallery-phone .gallery-row{grid-template-columns:1fr 1fr;}.personal-section{width:100%;margin:0;padding:60px 0;background-color:#f4f4f4;text-align:center;}.personal-title{font-family:'Cormorant', serif;font-size:4rem;font-weight:500;color:#000000;text-transform:uppercase;letter-spacing:0.86rem;line-height:58px;text-align:center;margin:0 0 50px 0;}.personal-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:0;width:100%;max-width:100%;margin:0 auto;}.personal-card{display:flex;flex-direction:column;align-items:center;padding:0 0 50px 0;}.personal-card img{width:70%;height:auto;display:block;object-fit:cover;}.personal-name{font-family:'Cormorant', serif;font-size:1.9rem;font-weight:500;color:#000000;text-transform:uppercase;text-align:center;line-height:30px;margin:15px 0 5px 0;}.personal-role{font-family:'Montserrat', sans-serif;font-size:1.2rem;font-weight:600;color:#000000;text-align:center;margin:0;}.servicii-section{width:100%;padding:80px 10% 0 10%;background-color:#000000;color:#ffffff;box-sizing:border-box;}.servicii-title{font-family:'Cormorant', serif;font-size:4rem;font-weight:500;color:#ffffff;text-transform:uppercase;letter-spacing:0.86rem;line-height:58px;text-align:center;margin:0 0 60px 0;animation:fadeIn 1s ease-in;}.servicii-category{margin-bottom:50px;}.servicii-category:last-child{margin-bottom:0;padding-bottom:80px;}.servicii-category-title{font-family:'Cormorant', serif;font-size:2.2rem;font-weight:600;color:#ffffff;text-transform:uppercase;letter-spacing:0.15rem;margin:0 0 20px 0;padding-bottom:10px;border-bottom:2px solid rgba(255,255,255,0.12);animation:fadeIn 1s ease-in;}.servicii-list{display:flex;flex-direction:column;gap:0;}.servicii-item{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,0.06);animation:fadeIn 0.5s ease-in;}.servicii-item:last-child{border-bottom:none;}.servicii-name{font-family:'Montserrat', sans-serif;font-size:1.1rem;font-weight:400;color:#ffffff;text-transform:uppercase;letter-spacing:0.05rem;flex:1;padding-right:20px;}.servicii-price{font-family:'Montserrat', sans-serif;font-size:1.1rem;font-weight:600;color:#ffffff;text-align:right;white-space:nowrap;}.program-section{width:100%;min-height:100vh;height:100vh;background-image:none;background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative;padding:0;display:flex;align-items:stretch;}.program-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.15);z-index:1;}.program-container{position:relative;z-index:2;width:100%;display:flex;align-items:stretch;justify-content:center;gap:0;padding:0;}.program-col-left{flex:0 0 45%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;}.program-col-divider{flex:0 0 10%;display:flex;align-items:center;justify-content:center;position:relative;min-height:100vh;}.program-col-right{flex:0 0 43.665%;display:flex;align-items:center;justify-content:center;padding:40px 20px;}.program-title{font-family:'Cormorant', serif;font-size:4rem;font-weight:500;color:#FFFFFF;text-transform:uppercase;letter-spacing:0.86rem;line-height:58px;text-align:center;margin:0;animation:fadeIn 1s ease-in;}.program-spacer{height:100px;width:100%;}.program-button{font-family:'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:36px;letter-spacing:0.12em;color:#000000;background-color:#FFFFFF;padding:8px 25px;border-radius:0;text-decoration:none;display:inline-block;transition:transform 0.3s ease;animation:fadeIn 1s ease-in;}.program-button:hover{transform:scale(1.05);}.program-laptop{display:none;position:relative;width:100%;min-height:100vh;height:100vh;background-size:cover;background-position:center center;background-repeat:no-repeat;}.program-laptop-container{display:flex;flex-direction:row;width:100%;min-height:100vh;align-items:stretch;justify-content:center;gap:0;padding:0;}.program-laptop-col-left{flex:0 0 45%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;}.program-laptop-col-divider{flex:0 0 10%;display:flex;align-items:center;justify-content:center;position:relative;min-height:100vh;}.program-laptop-divider{width:3px;height:200px;background-color:#FFFFFF;transform:scaleX(2);animation:fadeIn 1s ease-in 0.5s both;}.program-laptop-col-right{flex:0 0 43.665%;display:flex;align-items:center;justify-content:center;padding:40px 20px;margin-left:90px;}.program-laptop-title{font-family:'Cormorant', serif;font-size:4rem;font-weight:500;color:#FFFFFF;text-transform:uppercase;letter-spacing:0.86rem;line-height:58px;text-align:center;margin:0;animation:fadeIn 1s ease-in;}.program-laptop-spacer{height:100px;width:100%;}.program-laptop-button{font-family:'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:36px;letter-spacing:0.12em;color:#000000;background-color:#FFFFFF;padding:8px 25px;border-radius:0;text-decoration:none;display:inline-block;transition:transform 0.3s ease;animation:fadeIn 1s ease-in;}.program-laptop-button:hover{transform:scale(1.05);}.program-laptop-schedule{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2.81rem;}.program-laptop-schedule-item{font-family:'Montserrat', sans-serif;font-size:1.375rem;font-weight:600;color:#FFFFFF;letter-spacing:0.20625rem;line-height:2.2rem;animation:fadeIn 1s ease-in 0.25s both;}.program-phone{display:none;position:relative;min-height:100vh;background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden;}.program-phone-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.15);z-index:1;}.program-phone-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:0 20px;}.program-phone-spacer-top{height:10vh;}.program-phone-title{font-family:'Cormorant', serif;font-size:2em;font-weight:500;text-transform:uppercase;color:#fff;letter-spacing:0.86rem;line-height:58px;text-align:center;margin:0;}.program-phone-spacer{height:50px;}.program-phone-schedule{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;}.program-phone-schedule-item{font-family:'Montserrat', sans-serif;font-size:1rem;font-weight:600;color:#fff;line-height:3rem;text-align:center;}.program-phone-button{font-family:'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:36px;letter-spacing:0.12em;color:#000;background-color:#fff;padding:8px 25px;border-radius:0;text-decoration:none;display:inline-block;transition:transform 0.3s ease;}.program-phone-button:hover{transform:scale(1.05);}.program-tablet{display:none;position:relative;min-height:100vh;background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden;}.program-tablet-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:0 40px;}.program-tablet-spacer-top{height:50px;}.program-tablet-spacer-bottom{height:75px;}.program-tablet-title{font-family:'Cormorant', serif;font-size:4rem;font-weight:500;text-transform:uppercase;color:#fff;letter-spacing:0.86rem;line-height:1.2;text-align:center;margin:0;opacity:0;animation:fadeIn 1s ease forwards;}.program-tablet-spacer{height:50px;}.program-tablet-schedule{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2.81rem;}.program-tablet-schedule-item{font-family:'Montserrat', sans-serif;font-size:1.2rem;font-weight:500;color:#fff;line-height:2.2rem;letter-spacing:0.20625rem;text-align:center;opacity:0;animation:fadeIn 1s ease forwards;}.program-tablet-button{font-family:'Montserrat', sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:36px;letter-spacing:0.12em;color:#000;background-color:#fff;padding:8px 20px;border-radius:0;text-decoration:none;display:inline-block;transition:transform 0.3s ease;opacity:0;animation:fadeIn 1s ease forwards 0.2s;}.program-tablet-button:hover{transform:scale(1.05);}.program-divider{width:3px;height:70vh;background-color:#FFFFFF;display:block;margin:0;flex:none;flex-shrink:0;animation:fadeIn 1s ease-in 0.5s backwards;}.program-schedule{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2.81rem;}.program-schedule-item{font-family:'Montserrat', sans-serif;font-size:1.375rem;font-weight:600;color:#FFFFFF;line-height:2.2rem;letter-spacing:0.20625rem;text-align:center;animation:fadeIn 1s ease-in 0.25s backwards;}footer{color:#fff;background-color:#000;padding:0;margin-top:0;}.footer-content{display:flex;justify-content:center;align-items:center;min-height:380px;padding:60px 5%;box-sizing:border-box;}.footer-column{flex:1;text-align:left;padding:0 5%;}.footer-image-column{display:flex;justify-content:flex-start;align-items:center;}.footer-image-column .footer-image{height:auto;}.footer .footer-image{filter:brightness(0) invert(1);}footer .footer-image, .footer-image-column .footer-image, .footer .footer-image{filter:brightness(0) invert(1) !important;}.rezerva-section{flex:1;display:flex;align-items:center;justify-content:center;padding:120px 20px 60px;background-color:#f4f4f4;text-align:center;}.rezerva-content{max-width:600px;margin:0 auto;}.rezerva-heading{font-family:'Cormorant', serif;font-size:2rem;font-weight:600;text-transform:uppercase;color:#000;letter-spacing:0.1rem;line-height:1.4;margin:0 0 40px 0;}.rezerva-icon-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px;align-items:center;}.rezerva-icon-item{display:flex;align-items:center;gap:12px;}.rezerva-icon{font-size:1.2rem;color:#000;display:inline-flex;align-items:center;justify-content:center;min-width:24px;}.rezerva-text{font-family:'Montserrat', sans-serif;font-size:1.1rem;font-weight:500;color:#000;text-transform:uppercase;letter-spacing:0.05rem;}.rezerva-link{display:flex;align-items:center;gap:12px;color:#000;text-decoration:none;transition:opacity 0.3s ease;}.rezerva-link:hover{opacity:0.7;}.rezerva-extra-content{padding:40px 20px;text-align:center;}@media (max-width:480px){.rezerva-heading{font-size:1.4rem;letter-spacing:0.05rem;}.rezerva-text{font-size:0.95rem;}.rezerva-section{padding:100px 15px 40px;}}body.page-template-page-rezerva-acum{background-color:#000;height:100vh;overflow:hidden;}body.page-template-page-rezerva-acum #main-content{height:100vh;display:flex;flex-direction:column;margin-top:0;padding-top:0;background-color:#f4f4f4;}body.page-template-page-empty #main-content{min-height:100vh;display:flex;flex-direction:column;}body.page-template-page-empty .container{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;overflow:visible !important;}.footer-site-name{font-family:'Cormorant', serif;font-size:1.5em;font-weight:500;text-transform:uppercase;color:#fff;}.footer-title{font-family:'Cormorant', serif;font-size:1.5em;font-weight:500;text-transform:uppercase;letter-spacing:0.15rem;line-height:24px;margin:0 0 20px 0;color:#fff;}.footer-list{list-style:none;padding:0;margin:0;}.footer-list li{display:flex;align-items:center;justify-content:flex-start;line-height:2.25rem;}.footer-icon{color:#fff;font-size:12px;margin-right:10px;display:inline-flex;align-items:center;justify-content:center;min-width:12px;}.footer-text{font-family:'Montserrat', sans-serif;font-size:0.9rem;font-weight:400;letter-spacing:0.1125rem;color:#fff;text-transform:uppercase;white-space:nowrap;}.footer-bottom{width:100%;box-sizing:border-box;text-align:center;font-family:'Montserrat', sans-serif;font-size:0.75rem;font-weight:600;padding:20px 0;margin:0;color:#fff;border-top:1px solid rgba(255, 255, 255, 0.08);}.footer-bottom .site-copyright{margin:0;}.footer-link{color:var(--color-white);text-decoration:none;transition:opacity var(--transition-base);}.footer-link:hover, .footer-link:focus{opacity:0.75;text-decoration:underline;}article{background:#fff;padding:20px;margin-bottom:20px;border:1px solid #ddd;}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1001;flex-direction:column;justify-content:center;align-items:center;gap:5px;position:relative;}.hamburger-line{display:block;width:26px;height:2px;background-color:var(--color-black);transition:transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;}.menu-toggle.is-active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg);}.menu-toggle.is-active .hamburger-line:nth-child(2){opacity:0;}.menu-toggle.is-active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg);}.mobile-menu-overlay{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fff;z-index:1000;overflow:hidden;transition:right 0.35s ease;}.mobile-menu-overlay.is-open{right:0;}.mobile-menu-close{position:absolute;top:30px;right:30px;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:1002;padding:0;}.mobile-menu-close::before, .mobile-menu-close::after{content:'';position:absolute;top:50%;left:50%;width:26px;height:2px;background-color:#000;}.mobile-menu-close::before{transform:translate(-50%, -50%) rotate(45deg);}.mobile-menu-close::after{transform:translate(-50%, -50%) rotate(-45deg);}.mobile-menu-nav{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}.mobile-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:2.5vh;}.mobile-menu-list li{margin:0;}.mobile-menu-list a{font-family:var(--font-body);font-size:1.4rem;font-weight:600;text-transform:uppercase;color:#000;text-decoration:none;letter-spacing:0.05em;transition:opacity 0.3s ease;}.mobile-menu-list a:hover{opacity:0.7;}.mobile-menu-spacer{height:3vh;}.mobile-menu-social{display:flex;align-items:center;justify-content:center;gap:41px;}.mobile-menu-social a{display:inline-flex;align-items:center;justify-content:center;color:#000;transition:opacity 0.3s ease;}.mobile-menu-social a:hover{opacity:0.7;}.mobile-menu-social svg{width:4vh;height:4vh;}body.page-template-page-despre .hamburger-line, body.page-template-page-servicii .hamburger-line, body.page-template-page-contact .hamburger-line{background-color:#fff;}body.page-template-page-despre .custom-logo, body.page-template-page-servicii .custom-logo, body.page-template-page-contact .custom-logo, body.page-template-page-despre #branding img, body.page-template-page-servicii #branding img, body.page-template-page-contact #branding img{filter:brightness(0) invert(1);}.menu-toggle.is-active .hamburger-line{background-color:#000 !important;}@media (max-width:1024px){header{padding:0 30px;height:70px;}header a{font-size:13px;}header li{margin-left:20px;}.hero-section:not(.hero-phone):not(.hero-tablet){display:none;}.hero-tablet{display:flex;}.hero-phone{display:none;}.about-section:not(.about-tablet):not(.about-phone){display:none;}.about-tablet{display:flex;}.program-section:not(.program-laptop):not(.program-tablet):not(.program-phone){display:none !important;}.program-laptop{display:flex !important;}.program-tablet{display:none !important;}.program-phone{display:none !important;}.program-laptop-title{font-size:3rem;letter-spacing:0.5rem;}.program-laptop-spacer{height:70px;}.program-laptop-col-right{margin-left:40px;}.program-laptop-schedule-item{font-size:1.2rem;letter-spacing:0.15rem;}.gallery-section:not(.gallery-tablet):not(.gallery-phone){display:none;}.gallery-tablet{display:block;}.gallery-phone{display:none;}.gallery-cta-title{font-size:1.6rem;}.gallery-cta-icon svg{width:2.2rem;height:2.2rem;}.personal-section{padding:50px 20px;}.personal-title{font-size:2.8rem;letter-spacing:0.4rem;margin-bottom:35px;}.personal-grid{grid-template-columns:repeat(3, 1fr);gap:10px;}.personal-name{font-size:1.5rem;}.personal-role{font-size:1rem;}.servicii-section{padding:60px 6% 0 6%;}.servicii-title{font-size:2.8rem;letter-spacing:0.4rem;margin-bottom:45px;}.servicii-category-title{font-size:1.8rem;}.servicii-name, .servicii-price{font-size:0.95rem;}.footer-content{flex-direction:column;align-items:center;text-align:center;min-height:auto;padding:50px 5%;gap:35px;}.footer-column{text-align:center;padding:0;}.footer-image-column{justify-content:center;}.footer-list li{justify-content:center;}}@media (max-width:768px){.menu-toggle{display:flex;}header{padding:0 20px;height:60px;}header nav{position:fixed;top:0;right:-100%;width:75%;max-width:300px;height:100vh;background-color:rgba(0, 0, 0, 0.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:center;transition:right 0.35s ease;z-index:150;}header nav.nav-open{right:0;}header nav ul, header nav .menu{flex-direction:column;align-items:center;gap:30px;}header nav ul{display:flex;}header nav li{margin-left:0;}header nav a{color:#fff;font-size:16px;letter-spacing:0.1em;}.hero-section:not(.hero-phone):not(.hero-tablet){display:none;}.hero-tablet{display:flex;}.hero-phone{display:none;}.hero-tablet-right{padding:0 30px;}.hero-tablet-title{font-size:3vw;}.hero-tablet-subtitle{font-size:1.4vw;}.hero-tablet-button{font-size:1.6vw;}.hero-tablet-social .social-icon svg{width:2.4vw;height:2.4vw;}.hero-tablet-location, .hero-tablet-year{font-size:1.3vw;}.about-section:not(.about-tablet):not(.about-phone){display:none;}.about-tablet{display:flex;}.about-tablet-content{padding:40px 25px;}.about-tablet-title{font-size:1.6rem;line-height:1.3;}.about-tablet-text{font-size:0.95em;}.program-section:not(.program-laptop):not(.program-tablet):not(.program-phone){display:none !important;}.program-laptop{display:none !important;}.program-tablet{display:block !important;}.program-phone{display:none !important;}.gallery-row{grid-template-columns:1fr 1fr 1fr;}.gallery-section:not(.gallery-tablet):not(.gallery-phone){display:none;}.gallery-tablet{display:block;}.gallery-phone{display:none;}.gallery-cta-title{font-size:1.2rem;letter-spacing:0.1rem;}.gallery-cta-spacer{height:15px;}.gallery-cta-icon svg{width:1.8rem;height:1.8rem;}.personal-section{padding:40px 15px;}.personal-title{font-size:2.2rem;letter-spacing:0.25rem;margin-bottom:25px;}.personal-grid{grid-template-columns:repeat(2, 1fr);gap:5px;}.personal-card{padding:0 0 30px 0;}.personal-card img{width:80%;}.personal-name{font-size:1.2rem;}.personal-role{font-size:0.9rem;}.program-container{padding:50px 20px;}.program-title{font-size:2.2rem;letter-spacing:0.25rem;}.program-schedule{gap:1.8rem;}.program-schedule-item{font-size:1rem;letter-spacing:0.08rem;}.servicii-section{padding:40px 5% 0 5%;}.servicii-title{font-size:2.2rem;letter-spacing:0.25rem;margin-bottom:35px;}.servicii-category-title{font-size:1.5rem;}.servicii-name{font-size:0.9rem;}.servicii-price{font-size:0.9rem;}.footer-content{padding:40px 20px;gap:25px;}.footer-title{font-size:1.3em;}.footer-text{font-size:0.85rem;white-space:normal;}.footer-bottom{font-size:0.65rem;padding:15px 10px;}}@media (max-width:480px){header{padding:0 15px;height:55px;}header nav{width:100%;max-width:100%;}.hero-section:not(.hero-phone):not(.hero-tablet){display:none;}.hero-tablet{display:none;}.hero-phone{display:flex;}.hero-left{height:28vh;}.hero-right{padding:30px 18px;}.hero-title{font-size:1.6rem;}.hero-subtitle{font-size:0.78rem;}.hero-button{font-size:0.82rem;padding:0.4em 18px;}.hero-actions{margin-top:4vh;gap:18px;}.hero-social-icons{gap:25px;}.social-icon svg{width:22px;height:22px;}.hero-after{margin-top:4vh;gap:12px;}.hero-location, .hero-year{font-size:0.65rem;letter-spacing:0.1em;}.hero-dot{width:5px;height:5px;}.about-section:not(.about-tablet):not(.about-phone){display:none !important;}.about-tablet{display:none !important;}.about-phone{display:flex !important;}.about-content{width:100%;padding:35px 18px;align-items:center;text-align:center;}.about-title{font-size:1.4rem;letter-spacing:0.12rem;line-height:1.3;}.about-text{max-width:100%;font-size:0.9rem;line-height:1.65;}.about-spacer{height:15px;}.about-spacer-large{height:20px;}.about-content .about-button{align-self:center;width:170px;max-width:170px;font-size:15px;line-height:30px;padding:6px 0;}.program-section:not(.program-laptop):not(.program-phone):not(.program-tablet){display:none !important;}.program-laptop{display:none !important;}.program-tablet{display:none !important;}.program-phone{display:block !important;}.gallery-section:not(.gallery-tablet):not(.gallery-phone){display:none;}.gallery-tablet{display:none;}.gallery-phone{display:block;}.gallery-phone .gallery-row{grid-template-columns:1fr 1fr;}.gallery-cta{aspect-ratio:auto;padding:35px 20px;}.gallery-cta-title{font-size:1.1rem;}.gallery-cta-icon svg{width:1.6rem;height:1.6rem;}.gallery-cta-spacer{height:12px;}.personal-section{padding:30px 10px;}.personal-title{font-size:1.8rem;letter-spacing:0.15rem;margin-bottom:20px;}.personal-grid{grid-template-columns:repeat(2, 1fr);gap:0;}.personal-card{padding:0 5px 25px 5px;}.personal-card img{width:90%;}.personal-name{font-size:1rem;line-height:1.3;margin:10px 0 3px 0;}.personal-role{font-size:0.8rem;}.servicii-section{padding:30px 4% 0 4%;}.servicii-title{font-size:1.8rem;letter-spacing:0.15rem;margin-bottom:25px;line-height:1.3;}.servicii-category{margin-bottom:30px;}.servicii-category-title{font-size:1.25rem;letter-spacing:0.08rem;}.servicii-item{padding:10px 0;flex-wrap:wrap;gap:2px;}.servicii-name{font-size:0.82rem;padding-right:10px;}.servicii-price{font-size:0.82rem;}.footer-content{padding:30px 15px;gap:20px;}.footer-title{font-size:1.15em;letter-spacing:0.1rem;}.footer-text{font-size:0.75rem;white-space:normal;}.footer-bottom{font-size:0.65rem;padding:15px 10px;}}@media (max-width:360px){.hero-title{font-size:1.4rem;}.hero-subtitle{font-size:0.7rem;}.about-title{font-size:1.2rem;}.about-text{font-size:0.82rem;}.program-title{font-size:1.5rem;}.program-schedule-item{font-size:0.78rem;}.personal-title{font-size:1.5rem;}.personal-name{font-size:0.9rem;}.personal-role{font-size:0.72rem;}.servicii-title{font-size:1.5rem;}.servicii-category-title{font-size:1.1rem;}.servicii-name, .servicii-price{font-size:0.75rem;}.gallery-phone .gallery-row{grid-template-columns:1fr;}.program-phone-title{font-size:1.5em;letter-spacing:0.4rem;}.program-phone-schedule-item{font-size:0.85rem;line-height:2.5rem;}.program-phone-spacer{height:35px;}}a:focus-visible, button:focus-visible, .hero-button:focus-visible, .hero-phone-button:focus-visible, .hero-tablet-button:focus-visible, .about-button:focus-visible, .about-tablet-button:focus-visible, .about-phone-button:focus-visible, .program-button:focus-visible, .program-laptop-button:focus-visible, .program-tablet-button:focus-visible, .program-phone-button:focus-visible, .gallery-cta-icon:focus-visible, .social-icon:focus-visible{outline:2px solid var(--color-white);outline-offset:3px;}.servicii-section a:focus-visible, footer a:focus-visible{outline-color:var(--color-white);}.about-section:not(.about-phone) a:focus-visible, .personal-section a:focus-visible{outline-color:var(--color-black);}