html{scroll-behavior:smooth;font-size:16px}:root{--container-padding:clamp(1rem, 4vw, 2rem);--section-padding:clamp(3rem, 8vw, 5rem);--heading-size:clamp(1.5rem, 4vw, 2.2rem);--body-size:clamp(.9rem, 2vw, 1rem);--line-height:1.6}.container{width:100%;max-width:1200px;padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--section-padding) var(--container-padding);max-width:1100px;margin:0 auto}h2{font-size:var(--heading-size);color:#111;text-align:center;margin-bottom:2rem;padding-bottom:.75rem;position:relative}p{font-size:var(--body-size);line-height:var(--line-height)}img{max-width:100%;height:auto}@media (width<=768px){.section{padding:2rem var(--container-padding)}h2{margin-bottom:1.5rem}}@media (width<=480px){.section{padding:1.5rem var(--container-padding)}}.navbar{z-index:100;background:#111;justify-content:space-between;align-items:center;min-height:60px;padding:clamp(.75rem,3vw,1rem) clamp(1rem,4vw,2rem);display:flex;position:fixed;top:0;left:0;right:0}.brand{color:#fff;letter-spacing:1px;white-space:nowrap;font-size:clamp(1.2rem,4vw,1.4rem);font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:clamp(1rem,3vw,1.5rem);margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#ccc;white-space:nowrap;font-size:clamp(.85rem,2vw,.95rem);text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.btn-book{background:#f5c518;border-radius:4px;justify-content:center;align-items:center;min-height:44px;padding:clamp(.5rem,2vw,.6rem) clamp(.8rem,3vw,1rem);font-size:clamp(.85rem,2vw,.95rem);font-weight:600;display:flex;color:#111!important}.btn-book:hover{background:#e0b015!important}.btn-admin{color:#aaa;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #555;border-radius:4px;justify-content:center;align-items:center;min-height:44px;padding:clamp(.5rem,2vw,.6rem) clamp(.6rem,2vw,.8rem);font-size:clamp(.8rem,2vw,.9rem);transition:border-color .2s,color .2s;display:flex}.btn-admin:hover{color:#fff;border-color:#fff}.burger{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;min-width:44px;min-height:44px;padding:.5rem;font-size:clamp(1.4rem,5vw,1.6rem);transition:background-color .2s;display:none}.burger:hover{background-color:#ffffff1a}@media (width<=768px){.burger{justify-content:center;align-items:center;display:flex}.nav-links{opacity:0;z-index:101;background:#111;border-top:1px solid #333;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;max-height:0;padding:2rem 1rem;transition:max-height .3s ease-out,opacity .3s ease-out;display:flex;position:fixed;top:60px;left:0;right:0;overflow:hidden}.nav-links.open{opacity:1;justify-content:center;max-height:100dvh;margin-top:10px;display:flex;overflow-y:auto}.nav-links li{text-align:center;width:100%}.btn-admin,.btn-book{text-align:center;width:100%;max-width:280px;margin:0 auto;padding:.75rem 1rem;font-size:1rem;display:block}.nav-links a{border-radius:4px;width:100%;max-width:280px;margin:0 auto;padding:.75rem 1rem;font-size:1.1rem;transition:background-color .2s;display:block}.nav-links a:hover{background-color:#ffffff1a}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.navbar{padding:.75rem 1rem}.nav-links{gap:1.5rem;padding:1.5rem 1rem}.btn-admin,.btn-book{max-width:100%}}.hero{text-align:center;background:url(https://images.unsplash.com/photo-1503951914875-452162b0f3f1?w=1400) 50%/cover no-repeat;justify-content:center;align-items:center;height:100vh;min-height:500px;max-height:800px;padding:0 clamp(1rem,4vw,2rem);display:flex;position:relative}.hero-overlay{background:#0000000d;position:absolute;inset:0}.hero-content{color:#fff;position:relative}.hero-content h1{text-shadow:2px 2px 8px #000000e6;letter-spacing:-.02em;color:#fff;margin-bottom:clamp(.75rem,3vw,1rem);font-size:clamp(2rem,8vw,4rem);font-weight:800;line-height:1.1}.hero-content p{color:#fff;text-shadow:1px 1px 4px #000000e6;max-width:600px;margin-bottom:clamp(1.5rem,4vw,2rem);margin-left:auto;margin-right:auto;font-size:clamp(1rem,3vw,1.4rem);font-weight:500;line-height:1.4}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:clamp(1rem,3vw,1.5rem);display:flex}.hero-btn{color:#111;background:#f5c518;border-radius:4px;justify-content:center;align-items:center;min-width:200px;min-height:54px;padding:clamp(.875rem,3vw,1rem) clamp(2rem,6vw,2.5rem);font-size:clamp(1rem,3vw,1.1rem);font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 4px 12px #0006}.hero-btn:hover{background:#e0b015;transform:translateY(-2px)}.hero-btn.market-btn{color:#111;background:#f5c518}.hero-btn.market-btn:hover{background:#e0b015}.services{background:#f5f5f5}.cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1rem,3vw,1.5rem);margin-top:clamp(1.5rem,4vw,2rem);display:grid}.card{text-align:center;background:#fff;border:1px solid #ddd;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:120px;padding:clamp(.75rem,1.5vw,1rem);transition:border-color .2s,box-shadow .2s;display:flex}.card:hover{border-color:#111;box-shadow:0 4px 12px #0000001a}.card h3{color:#111;margin-bottom:.3rem;font-size:clamp(.9rem,2vw,1rem)}.card p{color:#666;margin-bottom:.6rem;font-size:clamp(.75rem,1.5vw,.8rem);line-height:1.3}.price{color:#111;margin-top:auto;font-size:clamp(.9rem,2vw,1rem);font-weight:700;display:inline-block}.services-mobile-footer{text-align:center;margin-top:1.5rem;display:none}@media (width<=768px){.services-mobile-footer{display:block}}.gallery{background:#fff}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(.5rem,2vw,.75rem);margin-top:clamp(1.5rem,4vw,2rem);display:grid}.grid img{object-fit:cover;filter:grayscale(20%);aspect-ratio:4/3;border-radius:6px;width:100%;height:clamp(200px,25vw,280px);transition:transform .3s}.grid img:hover{filter:grayscale(0%);transform:scale(1.03)}@media (width<=768px){.grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.grid img{height:180px}}@media (width<=480px){.grid{grid-template-columns:1fr;gap:.75rem}.grid img{height:220px}}.gallery-image{cursor:pointer}.lightbox img{border-radius:8px;max-width:100%;max-height:80vh;box-shadow:0 0 20px #00000080}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2.5rem;transition:background-color .2s;display:flex;position:absolute;top:-40px;right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.lightbox-content{max-width:95%}.lightbox img{max-height:75vh}.lightbox-close{width:35px;height:35px;font-size:2rem;top:-35px}}@media (width<=480px){.lightbox-content{max-width:98%}.lightbox img{max-height:70vh}.lightbox-close{width:30px;height:30px;font-size:1.8rem;top:-30px}}.gallery-mobile-footer{text-align:center;margin-top:1.5rem;display:none}.view-more-btn{color:#111;cursor:pointer;background:#f5c518;border:none;border-radius:4px;padding:.8rem 2rem;font-size:1rem;font-weight:700;transition:background .2s,transform .2s}.view-more-btn:hover{background:#e0b015;transform:translateY(-2px)}@media (width<=768px){.gallery-mobile-footer{display:block}}.about{background:#f5f5f5}.about-inner{flex-wrap:wrap;align-items:center;gap:3rem;display:flex}.about-inner img{object-fit:cover;border-radius:8px;width:100%;max-width:420px;height:380px}.about-text{flex:1;min-width:260px}.about-text h2{text-align:left;margin-bottom:1rem}.about-text h2:after{margin:.5rem 0 0}.about-text p{color:#555;margin-bottom:1rem;line-height:1.7}.stats{gap:2rem;margin-top:1.5rem;display:flex}.stats div{flex-direction:column;align-items:center;display:flex}.stats strong{color:#111;font-size:1.8rem}.stats span{color:#666;font-size:.85rem}.contact{background:#f8f9fa;margin:0;padding:2rem 0}.contact-inner{width:100%;max-width:1100px;box-shadow:none;background:#fff;margin:0 auto;padding:2rem;position:relative;overflow-x:hidden}.contact h2{text-align:center;color:#111;z-index:1;box-shadow:none;background:0 0;border-bottom:none;margin:0 0 2rem;padding:0;font-size:1.8rem;font-weight:700;position:relative;top:0}.contact h2:after{content:"";background:#111;border-radius:2px;width:50px;height:3px;margin:.5rem auto 0;display:block}.availability-message{color:red;max-width:1100px;box-shadow:none;white-space:nowrap;text-align:center;background:0 0;border-radius:0;margin:0 auto 2rem;padding:0;font-weight:600;position:relative;overflow:hidden}.availability-message p{margin:0;font-size:1.1rem;animation:15s linear infinite marquee;display:inline-block}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.contact-info{text-align:center;background:#f5f5f5;border-radius:12px;flex-direction:column;flex:0 0 300px;padding:1.5rem;display:flex;box-shadow:0 2px 8px #00000014}.contact-info p{color:#555;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.appointments-container{flex-wrap:wrap;flex:1;gap:2rem;display:flex}.booking-form-column,.appointments-section{flex:1;min-width:300px}@media (width>=769px){.contact-inner{align-items:stretch;gap:2rem;display:flex}.contact-info{flex:0 0 250px}.appointments-container{flex:1}}.booking-form{background:#fff;border-radius:12px;flex-direction:column;gap:1rem;width:100%;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 2px 12px #00000014}.booking-form input,.booking-form select{color:#111;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;font-size:1rem;transition:all .3s}.booking-form input:focus,.booking-form select:focus{background:#fff;border-color:#f5c518;outline:none;box-shadow:0 0 0 3px #f5c5181a}.booking-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#111 0%,#333 100%);border:none;border-radius:8px;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #00000026}.booking-form button:hover{background:linear-gradient(135deg,#333 0%,#444 100%);transform:translateY(-1px);box-shadow:0 6px 16px #0003}.thanks{text-align:center;background:#fff;border-radius:12px;margin:2rem 0;padding:3rem 1.5rem;box-shadow:0 2px 12px #00000014}.thanks h3{color:#111;margin-bottom:1rem;font-size:1.5rem}.thanks p{color:#555;margin-top:.5rem;margin-bottom:2rem;font-size:1.1rem}.okay-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06c 0%,#0052a3 100%);border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0066cc4d}.okay-button:hover{background:linear-gradient(135deg,#0052a3 0%,#004080 100%);transform:translateY(-1px);box-shadow:0 6px 16px #06c6}.user-appointments{background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 12px #00000014}.user-appointments h3{color:#111;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.booked-appointments{background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 12px #00000014}.booked-appointments h3{color:#111;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.appointments-list{margin:0;padding:0;list-style:none}.appointment-item{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem;transition:all .3s;display:flex}.appointment-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.appointment-item:last-child{margin-bottom:0}.appointment-time{color:#111;font-size:1rem;font-weight:600}.appointment-service{color:#666;font-size:.95rem}.appointment-name{color:#888;font-size:.9rem}.appointment-status-btn{color:#fff;cursor:default;text-align:center;border:none;border-radius:6px;align-self:flex-start;width:120px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.appointment-status{color:#c00;font-size:.9rem;font-weight:600}.delete-appointment-btn{color:#fff;cursor:pointer;text-align:center;background:#c00;border:none;border-radius:6px;align-self:flex-start;width:100px;margin-top:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s}.delete-appointment-btn:hover{background:#900;transform:translateY(-1px);box-shadow:0 2px 8px #cc00004d}.status-completed{background:#4caf50}.status-pending{background:#c00}@media (width<=768px){.contact-inner{max-width:100%;padding:.5rem}.contact h2{margin-bottom:1.5rem;font-size:1.6rem}.contact-info,.booking-form,.user-appointments,.booked-appointments{margin-bottom:1.5rem;padding:1.25rem}.appointment-item{margin-bottom:.75rem;padding:.75rem}.thanks{margin:1.5rem 0;padding:2rem 1rem}.okay-button{padding:.75rem 2rem}.booking-form button{padding:.75rem}}.footer{text-align:center;color:#888;background:#111;padding:1.5rem;font-size:.85rem}.socials{justify-content:center;gap:1.5rem;margin-top:.5rem;display:flex}.socials a{color:#fff;font-size:.85rem;text-decoration:none}.socials a:hover{text-decoration:underline}.login-page{background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{background:#fff;border:1px solid #e0e0e0;border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:400px;padding:2.5rem 2rem;transition:all .3s;display:flex;box-shadow:0 8px 32px #0000001a}.login-form:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000026}@media (width<=480px){.login-form{gap:1rem;max-width:95%;margin:1rem;padding:2rem 1.5rem}.login-form input{padding:1rem;font-size:1rem}.login-form button{padding:1rem;font-size:1.1rem}.login-form h2{font-size:1.5rem}.auth-toggle{font-size:.9rem}}.login-form h2{text-align:center;color:#111;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.login-form h2:after{display:none}.login-form input{color:#111;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;padding:1rem;font-size:1rem;transition:all .3s}.login-form input:focus{background:#fff;border-color:#f5c518;outline:none;box-shadow:0 0 0 3px #f5c5181a}.login-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#111 0%,#333 100%);border:none;border-radius:10px;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #00000026}.login-form button:hover{background:linear-gradient(135deg,#333 0%,#444 100%);transform:translateY(-1px);box-shadow:0 6px 16px #0003}.login-error{color:#c00;text-align:center;background:#cc00000d;border-radius:8px;margin:.5rem 0;padding:.75rem;font-size:.9rem}.auth-toggle{text-align:center;color:#666;margin-top:.5rem;font-size:.9rem}.auth-toggle span{color:#111;cursor:pointer;border-radius:4px;padding:.25rem .5rem;font-weight:600;text-decoration:none;transition:all .3s}.auth-toggle span:hover{color:#f5c518;background:#f5c5181a}.close-btn{cursor:pointer;color:#999;background:0 0;border:none;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;line-height:1;transition:all .3s;display:flex}.close-btn:hover{color:#f5c518;background:#f5c5181a;transform:rotate(90deg)}.password-input-container{width:100%;position:relative}.login-form .password-toggle{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;padding:.5rem;font-size:1.2rem;transition:all .3s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.login-form .password-toggle:hover{color:#111;background:#0000000d}.password-input-container input{width:100%;padding-right:50px}.forgot-password{text-align:center;margin-top:.5rem;font-size:.9rem}.forgot-password span{color:#111;cursor:pointer;border-radius:4px;padding:.25rem .5rem;font-weight:600;text-decoration:none;transition:all .3s}.forgot-password span:hover{color:#f5c518;background:#f5c5181a}.back-to-login{text-align:center;margin-top:.5rem;font-size:.9rem}.back-to-login span{color:#111;cursor:pointer;border-radius:4px;padding:.25rem .5rem;font-weight:600;text-decoration:none;transition:all .3s}.back-to-login span:hover{color:#f5c518;background:#f5c5181a}.forgot-password-info{color:#666;text-align:center;margin-bottom:1rem;font-size:.9rem;line-height:1.4}.login-success{color:#4caf50;text-align:center;background:#4caf501a;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.login-form-header{text-align:center;margin-bottom:1.5rem}.login-form-footer{margin-top:1rem}.admin-layout{background:#f4f4f4;min-height:100vh;display:flex}.admin-sidebar{background:#111;flex-direction:column;width:220px;padding:2rem 1.25rem;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{color:#fff;letter-spacing:1px;margin-bottom:2.5rem;font-size:1.3rem;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.sidebar-link{color:#aaa;cursor:pointer;border-radius:6px;padding:.6rem .75rem;font-size:.9rem;transition:background .2s,color .2s}.sidebar-link:hover,.sidebar-link.active{color:#fff;background:#222}.sidebar-logout{color:#aaa;cursor:pointer;text-align:left;background:0 0;border:1px solid #333;border-radius:6px;padding:.6rem .75rem;font-size:.85rem;transition:border-color .2s,color .2s}.sidebar-logout:hover{color:#fff;border-color:#fff}.admin-main{flex:1;margin-left:220px;padding:2rem}.admin-topbar{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-topbar h1{color:#111;font-size:1.6rem}.admin-badge{color:#fff;background:#111;border-radius:20px;padding:.4rem 1rem;font-size:.85rem}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.stat-card{background:#fff;border-radius:10px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 2px 8px #0000000f}.stat-icon{font-size:2rem}.stat-value{color:#111;font-size:1.8rem;font-weight:700;line-height:1}.stat-label{color:#888;margin-top:.25rem;font-size:.8rem}.admin-table-wrap{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.admin-table-wrap h2{text-align:left;color:#111;margin-bottom:1.25rem;font-size:1.1rem}.admin-table-wrap h2:after{display:none}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.88rem}th{color:#555;text-align:left;text-transform:uppercase;letter-spacing:.5px;background:#f9f9f9;border-bottom:2px solid #eee;padding:.75rem 1rem;font-size:.75rem;font-weight:600}td{color:#333;border-bottom:1px solid #f0f0f0;padding:.85rem 1rem}tr:last-child td{border-bottom:none}tr:hover td{background:#fafafa}.service-tag{color:#fff;white-space:nowrap;background:#111;border-radius:20px;padding:.25rem .65rem;font-size:.78rem}tr.completed-booking{background-color:#e8f5e8}tr.pending-booking{background-color:#fef5e8}.status-badge{white-space:nowrap;border-radius:20px;padding:.25rem .75rem;font-size:.78rem;font-weight:600}.status-completed{color:#fff;background-color:#4caf50}.status-pending{color:#fff;background-color:#f44336}.status-toggle{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.78rem;font-weight:600;transition:all .3s}.toggle-completed{color:#fff;background-color:#f44336}.toggle-completed:hover{background-color:#d32f2f}.toggle-pending{color:#fff;background-color:#4caf50}.toggle-pending:hover{background-color:#388e3c}.no-bookings{color:#aaa;text-align:center;padding:3rem 0;font-size:.95rem}.admin-availability{background:#fff;border-radius:10px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.admin-availability h2{text-align:left;color:#111;margin-bottom:1.25rem;font-size:1.1rem}.admin-availability h2:after{display:none}.availability-form{flex-direction:column;gap:1rem;display:flex}.availability-form textarea{resize:vertical;border:1px solid #ddd;border-radius:6px;width:100%;padding:1rem;font-family:inherit;font-size:.9rem}.update-message-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;align-self:flex-start;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s}.update-message-btn:hover{background:#333}.update-message-btn:disabled{cursor:not-allowed;background:#aaa}.success-message{color:#fff;background:#4caf50;border-radius:6px;margin-top:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;animation:.3s ease-in-out fadeIn}@media (width<=768px){.admin-layout{flex-direction:column}.admin-sidebar{flex-direction:row;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;position:relative}.sidebar-brand{flex:1;margin-bottom:0;font-size:1rem}.sidebar-nav{flex-direction:row;flex:none}.sidebar-logout{padding:.4rem .75rem;font-size:.8rem}.admin-main{margin-left:0;padding:1rem}.admin-topbar h1{font-size:1.2rem}.admin-stats{grid-template-columns:1fr 1fr;gap:.75rem}.stat-card{gap:.75rem;padding:1rem}.stat-icon{font-size:1.5rem}.stat-value{font-size:1.4rem}.admin-table-wrap{padding:1rem}th,td{padding:.6rem .75rem;font-size:.8rem}.service-tag{padding:.2rem .5rem;font-size:.72rem}}.market-page{background:#f5f5f5;min-height:100vh}.market-header{color:#fff;z-index:50;background:#111;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000001a}.back-button{color:#fff;cursor:pointer;background:#c00;border:1px solid #c00;border-radius:4px;padding:.5rem 1rem;font-size:1rem;transition:all .3s}.back-button:hover{background:#a80000;border-color:#a80000}.market-header h1{font-size:1.5rem;font-weight:700}.cart-icon{border-radius:4px;padding:.5rem 1rem;font-size:1.2rem;font-weight:600;transition:background-color .2s}.cart-icon:hover{background-color:#ffffff1a}.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:2rem;display:grid}@media (width<=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1rem}}@media (width<=480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.75rem}.product-card{border-radius:6px;box-shadow:0 2px 8px #00000014}.product-info{padding:.75rem}.product-info h3{margin-bottom:.25rem;font-size:.9rem}.product-price{margin-bottom:.5rem;font-size:1rem}.product-description{display:none}.add-to-cart-btn{min-height:32px;padding:.4rem .8rem;font-size:.8rem}}@media (width<=360px){.products-grid{gap:.6rem;padding:.6rem}.product-info{padding:.6rem}.product-info h3{font-size:.8rem}.product-price{font-size:.9rem}.add-to-cart-btn{min-height:30px;padding:.35rem .7rem;font-size:.75rem}}.product-card{cursor:pointer;background:#fff;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #0000001a}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.product-info{padding:1.5rem}.product-info h3{color:#111;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.product-price{color:#f5c518;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.product-description{color:#666;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.add-to-cart-btn{color:#111;cursor:pointer;background:#f5c518;border:none;border-radius:4px;width:100%;min-height:44px;padding:.75rem 1.5rem;font-weight:600;transition:background .3s}.add-to-cart-btn:hover{background:#e0b015}.cart-section{background:#fff;border-top:1px solid #ddd;max-width:1200px;margin:0 auto;padding:2rem}.cart-section h2{color:#111;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.cart-items{margin-bottom:2rem}.cart-item{border-bottom:1px solid #eee;justify-content:space-between;gap:1rem;padding:1rem 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item-details{flex-direction:column;gap:.75rem;width:100%;display:flex}.cart-item-name{color:#111;margin-bottom:.25rem;font-weight:700;display:block}.cart-item-price,.cart-item-subtotal{color:#666;font-size:.95rem;display:block}.cart-item-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.cart-item-actions button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:4px;padding:.45rem .8rem}.cart-item-actions span{text-align:center;min-width:2rem;font-weight:700}.remove-item-btn{background:#f44336}.clear-cart-btn{color:#111;cursor:pointer;background:#aaa;border:none;border-radius:4px;margin-right:1rem;padding:.75rem 1.25rem}.cart-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.cart-count{color:#444;flex-wrap:wrap;gap:1rem;display:flex}.cart-actions-row{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.empty-cart{text-align:center;color:#666;padding:2rem;font-style:italic}.checkout-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;transition:background .3s}.checkout-btn:hover{background:#333}.checkout-btn:disabled{cursor:not-allowed;background:#aaa}.success-message{color:#fff;text-align:center;background:#4caf50;border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-weight:600;animation:.3s fadeIn}.error-message{color:#fff;text-align:center;background:#f44336;border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-weight:600;animation:.3s fadeIn}@media (width<=768px){.market-header{padding:1rem}.market-header h1{font-size:1.2rem}.product-info{padding:1.25rem}.cart-section{padding:1.5rem}}.lightbox-product-card{background:#fff;border-radius:8px;width:100%;max-width:600px;max-height:85vh;margin:0 auto;overflow:hidden;box-shadow:0 0 30px #00000080}.lightbox-product-card .product-info{box-sizing:border-box;flex-direction:column;justify-content:space-between;width:100%;padding:2rem;display:flex;overflow-y:auto}.lightbox-product-card .product-info h3{color:#111;margin-bottom:1rem;font-size:1.5rem}.lightbox-product-card .product-price{color:#f5c518;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.lightbox-product-card .product-description{color:#666;flex:1;margin-bottom:2rem;font-size:1rem;line-height:1.5}.lightbox-product-card .add-to-cart-btn{color:#111;cursor:pointer;background:#f5c518;border:none;border-radius:4px;width:100%;min-height:44px;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background .3s}@media (width<=768px){.lightbox-content{max-width:95%;max-height:90vh}.lightbox-close{width:28px;height:28px;font-size:1.3rem;top:10px;right:10px}.lightbox-product-card{max-width:100%;max-height:90vh}.lightbox-product-card .product-info{width:100%;max-height:80vh;padding:1.5rem}.lightbox-product-card .product-info h3{font-size:1.3rem}.lightbox-product-card .product-price{font-size:1.2rem}.lightbox-product-card .add-to-cart-btn{padding:.75rem 1.5rem;font-size:1rem}}@media (width<=480px){.lightbox-content{max-width:98%;max-height:95vh}.lightbox-close{width:25px;height:25px;font-size:1.2rem;top:8px;right:8px}.lightbox-product-card{max-height:95vh}.lightbox-product-card .product-info{max-height:80vh;padding:1.25rem}.lightbox-product-card .product-info h3{font-size:1.2rem}.lightbox-product-card .product-price{font-size:1.1rem}.lightbox-product-card .add-to-cart-btn{padding:.6rem 1.2rem;font-size:.9rem}}.catalog-page{background:#f5f5f5;min-height:100vh}.catalog-header{color:#fff;z-index:100;background:#111;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000001a}.catalog-back-button{color:#fff;cursor:pointer;background:#c00;border:1px solid #c00;border-radius:4px;padding:.5rem 1rem;font-size:1rem;transition:all .3s}.catalog-back-button:hover{background:#a80000;border-color:#a80000}.catalog-header h1{color:#fff;font-size:1.5rem;font-weight:700}.search-container{max-width:1200px;margin:2rem auto;padding:0 2rem}.search-input{border:1px solid #ddd;border-radius:8px;width:100%;padding:1rem;font-size:1rem;transition:all .3s;box-shadow:0 2px 4px #0000001a}.search-input:focus{border-color:#c00;outline:none;box-shadow:0 0 0 3px #cc00001a}.construction-notice{text-align:center;color:#856404;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;max-width:1200px;margin:1rem auto;padding:1rem;font-size:1.1rem;font-weight:600}.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;max-width:1200px;margin:0 auto;display:grid}.catalog-product-card{cursor:pointer;background:#fff;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.catalog-product-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.catalog-product-image{aspect-ratio:2/2;background:#f0f0f0;width:100%;overflow:hidden}.catalog-product-image img{object-fit:contain;width:100%;transition:transform .3s;display:block}.catalog-product-card:hover .catalog-product-image img{transform:scale(1.05)}.catalog-product-info{padding:1.5rem}.catalog-product-info h3{color:#111;font-size:1.2rem;font-weight:600}.catalog-product-price{color:#111;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.loading-products,.no-products{text-align:center;color:#666;grid-column:1/-1;padding:4rem 2rem;font-size:1.1rem}.lightbox{z-index:1000;background-color:#000000e6;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.lightbox-content{max-width:90%;max-height:85vh;animation:.3s scaleIn;position:relative}.lightbox-close{color:red;cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.5rem;transition:background-color .2s;display:flex;position:absolute;top:12px;right:12px}.lightbox-close:hover{background-color:#a80000}.catalog-lightbox-product-card{background:#fff;border-radius:8px;flex-direction:row;width:100%;max-width:900px;max-height:85vh;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 0 30px #00000080}.catalog-lightbox-product-card .catalog-product-image{flex-shrink:0;width:50%;height:auto;max-height:85vh;overflow:hidden}.catalog-lightbox-product-card .catalog-product-image img{object-fit:contain;border-radius:8px 0 0 8px;width:100%;height:auto}@media (width<=768px){.catalog-header{padding:1rem}.search-container{margin:1rem auto;padding:0 1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem;padding:.5rem}.catalog-lightbox-product-card{flex-direction:column;max-height:90vh}.catalog-lightbox-product-card .catalog-product-image{width:100%;height:300px}.catalog-lightbox-product-card .catalog-product-info{width:100%;padding:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#111;scroll-behavior:smooth;background:#fff;font-family:Segoe UI,sans-serif}.section{max-width:1100px;margin:0 auto;padding:2rem 1rem}#contact.section{max-width:100%;padding:0}h2{color:#111;text-align:center;padding-bottom:.75rem;font-size:clamp(1.5rem,4vw,2.2rem);position:relative}h2:after{content:"";background:#111;border-radius:2px;width:50px;height:3px;margin:.5rem auto 0;display:block}.loading{color:#f5c518;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;font-weight:600;display:flex}
