@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");:root{--primary:#2d1b3d;--secondary:#d946ef;--accent:#f97316;--text-primary:#1a1a1a;--text-secondary:#6b5b73;--text-light:#a78bfa;--bg-primary:#fff;--bg-secondary:#fdf7ff;--bg-dark:#2d1b3d;--border:#f0e6ff;--gradient-primary:linear-gradient(135deg,#d946ef,#f97316);--gradient-secondary:linear-gradient(135deg,#fbbf24,#f97316);--gradient-accent:linear-gradient(135deg,#ec4899,#d946ef);--gradient-dark:linear-gradient(135deg,#2d1b3d,#4c1d95);--shadow-sm:0 4px 6px -1px #e946ef1a;--shadow-md:0 10px 25px -3px #e946ef26;--shadow-lg:0 25px 50px -12px #e946ef40}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);font-size:16px;overflow-x:hidden}.container,.nav-container{max-width:1280px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:all .3s ease}.nav-container{display:flex;align-items:center;justify-content:space-between;height:80px}.nav-toggle{order:3}.nav-menu{order:1}.nav-cta{order:2;margin-left:auto}.nav-logo h2{font-size:2rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--text-primary);cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:25px;height:3px;background:var(--text-primary);margin:5px 0;transition:.3s;border-radius:3px}.nav-link{font-weight:500;color:var(--text-primary);transition:color .3s ease;position:relative}.nav-link:hover{color:var(--secondary)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--secondary);transition:width .3s ease}.nav-link:hover:after{width:100%}.btn-nav{background:var(--gradient-primary);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:var(--shadow-sm)}.btn-nav:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.hero{min-height:100vh;position:relative;display:flex;align-items:center;background:var(--bg-primary);padding-top:80px;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-video-bg{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.hero-video-overlay{left:0;width:100%;background:linear-gradient(135deg,#0009,#0006 50%,#000000b3)}.hero-bg,.hero-video-overlay{position:absolute;top:0;height:100%;z-index:2}.hero-bg{right:-20%;width:60%;background:var(--gradient-primary);transform:skewX(-15deg);opacity:.05}.hero-content{position:relative;z-index:10;max-width:800px;padding:40px;background:#ffffff0d;border-radius:24px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #ffffff1a;box-shadow:0 25px 50px #0000004d,inset 0 1px 0 #ffffff1a}.hero-badge{display:inline-block;background:#ffffffe6;color:var(--secondary);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid #d946ef4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:4rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px #000c,0 4px 8px #0009,0 8px 16px #0006;letter-spacing:-.02em;text-align:center}.hero-title-main{font-size:1.1em;font-weight:900;display:inline-block;background:linear-gradient(135deg,#fff,#f8fafc 50%,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;text-shadow:none;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));position:relative}.hero-title-sub{font-size:.75em;font-weight:400;opacity:.85;display:inline-block;color:#ffffffe6;letter-spacing:.02em;margin:0 .2em;font-style:italic}.hero-description{font-size:1.25rem;line-height:1.7;color:#fffffff2;max-width:600px;text-shadow:0 2px 4px #000000b3,0 4px 8px #00000080;font-weight:400}.hero-buttons{display:flex;gap:1rem;padding-top:1rem}.btn,.hero-buttons{justify-content:center}.btn{display:inline-flex;align-items:center;padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem;min-width:140px}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.btn-secondary{background:#fff;color:var(--text-primary);border:2px solid var(--border)}.btn-secondary:hover{background:var(--bg-secondary);transform:translateY(-3px);box-shadow:var(--shadow-md)}.btn-full{width:100%}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;max-width:600px}.stat-label{font-size:.875rem;font-weight:500}section{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width:768px){section{padding:2rem 0 1.5rem}.section-header{margin-bottom:1.5rem}.section-title{margin-bottom:.75rem}}@media (max-width:480px){section{padding:1.5rem 0 1rem}.section-header{margin-bottom:1rem}}.section-badge{display:inline-block;background:#d946ef1a;color:var(--secondary);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem;border:1px solid #d946ef33}.section-title{font-size:3rem;font-weight:700;margin-top:1rem;color:var(--text-primary);line-height:1.2}.section-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7}.services{background:linear-gradient(135deg,#fdf2f8,#fae8ff);padding:120px 0;position:relative;overflow:hidden}.services:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#0000,#d946ef,#0000)}.services-grid-pc{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:80px}.services-container{display:none;overflow-x:auto;overflow-y:hidden;margin-top:80px;padding-bottom:20px;scrollbar-width:thin;scrollbar-color:#d946ef #fae8ff}@media (max-width:1024px){.services-grid-pc{display:none}.services-container{display:block}}.services-container::-webkit-scrollbar{height:8px}.services-container::-webkit-scrollbar-track{background:#fae8ff;border-radius:4px}.services-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d946ef,#f97316);border-radius:4px}.services-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c026d3,#ea580c)}.services-track{display:flex;gap:30px;padding:20px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.service-card{background:#fff;padding:40px 30px 50px;border-radius:24px;text-align:left;box-shadow:0 10px 40px #00000014,0 0 0 1px #ffffff80;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid #fff3;position:relative;overflow:hidden;min-width:320px;max-width:320px;min-height:480px;flex-shrink:0;display:flex;flex-direction:column}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#d946ef,#f97316 50%,#ec4899);transform:translateY(-100%);transition:transform .3s ease}.service-card:hover:before{transform:translateY(0)}.service-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 60px #0000001f,0 0 0 1px #fffc}.service-card:first-child .service-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.service-card:nth-child(2) .service-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.service-card:nth-child(3) .service-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.service-card:nth-child(4) .service-icon{background:linear-gradient(135deg,#43e97b,#38f9d7)}.service-card:nth-child(5) .service-icon{background:linear-gradient(135deg,#fa709a,#fee140)}.service-icon{width:80px;height:80px;margin:0 0 30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;box-shadow:0 8px 25px #00000026}.service-icon:after{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor}.service-image{width:120px;height:120px;margin:0 0 30px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 8px 25px #00000026;transition:all .3s ease}.service-image img{width:100%;height:100%;object-fit:cover;border-radius:20px}.service-image:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0003}.service-card h3{font-size:1.2rem;color:#1e293b;margin-bottom:20px;line-height:1.5;font-weight:700;letter-spacing:-.02em;flex-grow:0}.service-card p{color:#64748b;line-height:1.6;margin-bottom:16px;font-size:.9rem;flex-grow:1}.service-subtitle{color:var(--secondary)!important;font-weight:600;font-style:italic;position:relative;padding-left:15px;margin-top:auto;padding-top:20px;border-top:1px solid var(--border);flex-shrink:0}.service-subtitle:before{content:"✨";position:absolute;left:-5px;top:0;font-size:.8em}.service-features{list-style:none}.service-features li{color:var(--text-light);font-size:.875rem;position:relative;padding:.25rem 0 .25rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--secondary);font-weight:700}@media (max-width:768px){.services-container{margin-top:60px}.service-card{padding:30px 20px 40px;min-width:280px;max-width:280px;min-height:420px}.service-icon{width:60px;height:60px}.service-card h3{font-size:1.1rem;margin-bottom:16px}.service-card p{font-size:.85rem}}.popular-menu{background:var(--bg-primary);padding:6rem 0}.popular-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.menu-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .3s ease}.menu-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.menu-image{width:100%;height:600px;overflow:hidden;position:relative;border-radius:20px 20px 0 0;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:2rem}.menu-image img{width:auto;height:auto;max-width:calc(100% - 4rem);max-height:calc(100% - 4rem);object-fit:contain;transition:transform .3s ease;border-radius:10px}.gloss-service-image{background:#f8fafc}.gloss-service-image img{height:auto;border-radius:10px}.menu-card:hover .menu-image img{transform:scale(1.05)}.menu-content{padding:2rem;text-align:center}.menu-content h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.menu-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.menu-link{color:var(--secondary);font-weight:600;text-decoration:none;position:relative}.menu-link:after{content:"→";margin-left:.5rem;transition:transform .3s ease}.menu-link:hover:after{transform:translateX(5px)}.flow{background:var(--bg-secondary);padding:6rem 0}.flow-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem}.flow-grid-mobile{display:none;overflow-x:auto;overflow-y:hidden;margin-top:3rem;padding:0 1rem 20px;scrollbar-width:thin;scrollbar-color:#d946ef #f1f5f9;-webkit-overflow-scrolling:touch}.flow-grid-mobile::-webkit-scrollbar{height:6px}.flow-grid-mobile::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.flow-grid-mobile::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d946ef,#f97316);border-radius:3px}.flow-grid-mobile::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c026d3,#ea580c)}.flow-track-mobile{display:flex;gap:16px;padding:10px 0;width:-webkit-max-content;width:max-content;min-width:100%}.flow-step-mobile{background:#fff;padding:2rem 1.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;border:2px solid #d946ef1a;transition:all .3s ease;text-align:center;min-width:260px;width:260px;flex-shrink:0;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:280px}.flow-step-mobile:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);border-radius:16px 16px 0 0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.flow-step-mobile:hover:before{transform:scaleX(1)}.flow-step-mobile:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#d946ef4d}.flow-step-mobile .step-number{width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem}.flow-step-mobile h3{font-size:1.2rem;line-height:1.3}.flow-step-mobile p{line-height:1.5;font-size:.875rem;flex-grow:1}.flow-step-mobile:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.step-number{width:80px;height:80px;background:var(--gradient-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 2rem;box-shadow:var(--shadow-md)}.flow-step h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.flow-step p{color:var(--text-secondary);line-height:1.7}.flow-step-mobile h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.flow-step-mobile p{color:var(--text-secondary);line-height:1.6;font-size:.9rem}@media (max-width:768px){.flow-grid{display:none}.flow-grid-mobile{display:block}.flow-grid,.popular-menu-grid{grid-template-columns:1fr}.flow-grid{gap:2rem}.menu-content{padding:1.5rem}}.about-content{max-width:900px;margin:0 auto}.about-text{text-align:center}.about-text p{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-top:4rem}.about-values-mobile{margin-top:4rem;padding-bottom:20px}.about-values-mobile::-webkit-scrollbar{height:8px}.about-values-mobile::-webkit-scrollbar-thumb,.about-values-mobile::-webkit-scrollbar-track{border-radius:4px}.about-track-mobile{gap:20px;padding:20px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.value-item{text-align:center;padding:2rem;border:1px solid var(--border);border-radius:16px;transition:all .3s ease}.value-item-mobile{padding:2rem;border:1px solid var(--border);min-width:250px;max-width:250px}.value-item-mobile:before{transition:transform .3s ease}.value-item-mobile:hover,.value-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.value-item h4,.value-item-mobile h4{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--secondary)}.value-item p,.value-item-mobile p{color:var(--text-secondary);line-height:1.6}@media (max-width:768px){.about-values{display:none}.about-values-mobile{display:block}}.team{background:var(--bg-secondary)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.team-card{background:#fff;padding:3rem;border-radius:20px;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .3s ease}.team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.member-avatar{margin:0 auto 2rem;width:80px;height:80px;border-radius:50%;overflow:hidden;border:4px solid var(--border)}.team-card h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.member-role{color:var(--secondary);font-weight:600;margin-bottom:1rem}.member-bio{color:var(--text-secondary);line-height:1.6}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.news-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .3s ease}.news-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.news-date{color:var(--secondary);font-size:.875rem;font-weight:600;margin-bottom:1rem}.news-card h4{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.news-card p{color:var(--text-secondary);line-height:1.6}.contact{background:var(--bg-secondary)}.access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.access-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .3s ease}.access-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.access-icon{margin-bottom:1.5rem}.contact-icon{width:60px;height:60px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.access-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.access-phone{font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem}.address-info p,.business-hours p{margin-bottom:.5rem;color:var(--text-secondary);line-height:1.6}.address-info strong,.business-hours strong{color:var(--text-primary)}.reservation-section{text-align:center;background:#fff;padding:3rem;border-radius:20px;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.reservation-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.reservation-note{color:var(--text-secondary);font-style:italic;max-width:500px;margin:0 auto;line-height:1.6}@media (max-width:768px){.reservation-buttons{flex-direction:column;align-items:center}.reservation-buttons .btn{width:100%;max-width:300px}}.footer{background:var(--bg-dark);color:#fff;padding:4rem 0 2rem}.footer-main{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem}.footer-logo h3{font-size:2rem;font-weight:800;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.footer-logo p{color:#94a3b8;font-size:1.125rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.footer-column h4{font-weight:700;margin-bottom:1.5rem;font-size:1.125rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#94a3b8;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center}.footer-bottom p{color:#94a3b8;font-size:.875rem}@media (max-width:1024px){.hero-title{font-size:3rem}.section-title{font-size:2.5rem}.hero-stats{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width:768px){.container,.nav-container{padding:0 1rem}.nav-container{height:60px}.nav-toggle{display:block}.nav-logo h2{font-size:1.4rem}.nav-menu{position:fixed;top:60px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border);flex-direction:column;gap:0;padding:1rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;box-shadow:0 10px 30px #0000001a}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-link{padding:.8rem 1.5rem;width:100%;text-align:center;border-bottom:1px solid #d946ef1a;font-size:1rem;transition:all .3s ease}.nav-link:hover{background:#d946ef0d}.nav-link:after{display:none}.nav-cta .btn-nav{padding:.6rem 1rem;font-size:.85rem;min-width:auto}.hero{padding-top:60px;min-height:70vh}.hero-content{padding:15px;max-width:100%;margin-bottom:1rem}.hero-title{font-size:1.8rem;text-align:center;line-height:1.2;margin-bottom:1rem}.hero-description{font-size:.9rem;text-align:center;margin:0 auto 1rem}.hero-buttons{flex-direction:column;align-items:center;gap:.8rem;padding-top:.5rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.section-title{font-size:1.6rem;margin-bottom:.5rem}.section-description{font-size:.9rem;margin-bottom:1rem}.services-grid{grid-template-columns:1fr}.services{padding:60px 0}.services-container{margin-top:40px}.popular-menu{padding:3rem 0}.popular-menu-grid{grid-template-columns:1fr;gap:1.5rem}.flow{padding:3rem 0}.flow-grid{grid-template-columns:1fr;gap:1.5rem}.about-values,.about-values-mobile,.flow-grid-mobile{margin-top:2rem}.about-text p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.team{padding:3rem 0}.team-grid{gap:1.5rem}.team-card{padding:2rem}.contact{padding:3rem 0}.access-grid{gap:1.5rem;margin-bottom:2rem}.access-card{padding:2rem}.contact-content{grid-template-columns:1fr;gap:1.5rem}.contact-info{padding-right:0}.footer{padding:3rem 0 1.5rem}.footer-main{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.footer-links{grid-template-columns:1fr;gap:1rem}.menu-image{height:200px}.menu-content{padding:1.2rem}.problem-section{padding:60px 0 40px}.problem-section .section-title{font-size:1.4rem}.science-step{flex-direction:column;text-align:center;gap:1.5rem;padding:1.2rem}.step-visual{min-width:auto;justify-content:center}.video-container{height:250px}.testimonials{padding:3rem 0}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.testimonials-grid-mobile{margin-bottom:2rem}.testimonial-card{padding:1.5rem}.faq-section{padding:3rem 0}.faq-list{grid-template-columns:1fr;gap:1rem}.faq-item{padding:1.2rem}.btn{padding:.8rem 1.5rem;font-size:.9rem}}@media (max-width:480px){.container,.nav-container{padding:0 .75rem}.nav-container{height:60px}.nav-logo h2{font-size:1.3rem}.nav-menu{top:60px}.hero{padding-top:60px;min-height:80vh}.hero-content{padding:15px}.hero-title{font-size:1.5rem}.hero-description{font-size:.9rem}.section-title{font-size:1.5rem}.section-description{font-size:.9rem}.contact-form,.service-card,.team-card{padding:1.5rem}.btn{padding:.8rem 1.2rem;font-size:.9rem}.menu-image{height:200px}.testimonial-card{padding:1.5rem}.faq-item{padding:1.2rem}.video-container{height:220px}.problem-section{padding:60px 0 40px}.problem-section .section-title{font-size:1.4rem}section{padding:2rem 0}}.hydrogen-page{background:var(--bg-primary)}.problem-section{padding:140px 0 40px;background:linear-gradient(135deg,#fdf2f8,#fae8ff 50%,#f3e8ff);position:relative;overflow:hidden}.problem-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.problem-section .section-header{text-align:center;margin-bottom:70px;position:relative;z-index:2}.problem-section .section-badge{display:inline-block;background:linear-gradient(135deg,#ff6b6b,#ffd93d);color:#fff;padding:8px 24px;border-radius:25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;box-shadow:0 4px 15px #ff6b6b4d}.problem-section .section-title{font-size:42px;font-weight:700;color:var(--text-primary);margin-bottom:20px;line-height:1.2}.problem-section .section-description{font-size:18px;color:#fffc;max-width:600px;margin:0 auto;line-height:1.6}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:40px;gap:40px;margin:70px 0;position:relative;z-index:2}.problem-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:40px;border-radius:24px;border:1px solid #fff3;box-shadow:0 20px 60px #00000026;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.problem-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);transition:left .6s ease}.problem-card:hover:before{left:100%}.problem-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 80px #00000040;border-color:#ff6b6b4d}.problem-visual{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.problem-icon,.problem-icon-wrapper{position:relative}.problem-icon{width:60px;height:60px;background:linear-gradient(135deg,#ff6b6b,#ffd93d);color:#fff;box-shadow:0 10px 30px #ff6b6b4d}.problem-icon:after{content:"";position:absolute;width:80px;height:80px;border:2px solid #ff6b6b33;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.problem-icon svg{width:24px;height:24px}.problem-stats{text-align:right}.stat-number{display:block;font-size:24px;font-weight:700;color:#ff6b6b;line-height:1}.stat-label{display:block;font-size:12px;color:#666;margin-top:4px}.problem-content h3{font-size:22px;font-weight:600;color:#1a1a2e;margin-bottom:15px;line-height:1.3}.problem-content p{color:#555;line-height:1.7;font-size:15px;margin-bottom:20px}.problem-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{background:linear-gradient(135deg,#f8f9ff,#e8f4f8);color:#666;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;border:1px solid #0000001a}.problem-revelation{text-align:center;margin-top:80px;padding:50px 40px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;box-shadow:0 30px 80px #00000026;border:1px solid #ffffff4d;position:relative;z-index:2;overflow:hidden}.problem-revelation:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,#0000,#ff6b6b1a,#0000);animation:rotate 20s linear infinite;pointer-events:none}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.revelation-content{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px;position:relative;z-index:3}.revelation-icon{font-size:48px;filter:drop-shadow(0 5px 15px rgba(255,193,61,.5));animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.revelation-text h3{font-size:24px;color:#333;margin-bottom:10px;font-weight:600}.problem-revelation h3{font-size:24px;color:#333;margin-bottom:20px;font-weight:600;line-height:1.6;word-break:keep-all;overflow-wrap:break-word;text-align:center}.revelation-highlight{display:flex;align-items:baseline;gap:10px;justify-content:center}.highlight-text{background:linear-gradient(135deg,#ff6b6b,#ffd93d);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;font-size:32px;font-weight:800;text-shadow:0 2px 10px #ff6b6b4d;position:relative}.highlight-text:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:3px;background:linear-gradient(135deg,#ff6b6b,#ffd93d);border-radius:2px;animation:underline-grow .8s ease-out forwards}@keyframes underline-grow{0%{width:0;left:50%}to{width:100%;left:0}}.highlight-subtext{font-size:24px;color:#333;font-weight:600}.revelation-explanation{position:relative;z-index:3}.revelation-explanation p{font-size:16px;color:#666;line-height:1.7;max-width:600px;margin:0 auto}.highlight{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;font-weight:800;position:relative}.highlight:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--gradient-primary);border-radius:2px}@media (max-width:768px){.problem-section{padding:80px 0 20px}.problem-section .section-header{margin-bottom:25px}.problem-section .section-title{font-size:22px;line-height:1.3;margin-bottom:10px}.problem-grid{grid-template-columns:1fr;gap:15px;margin:20px 0}.problem-card{padding:15px 12px;margin-bottom:0}.problem-card h2{font-size:16px;margin-bottom:6px;line-height:1.4}.problem-card h2,.problem-card p{word-break:keep-all;overflow-wrap:break-word}.problem-card p{font-size:14px;line-height:1.5;margin-bottom:0}.problem-visual{flex-direction:column;align-items:center;gap:8px;margin-bottom:12px}.problem-stats{text-align:center}.problem-revelation{margin-top:25px;padding:20px 15px}.revelation-content{flex-direction:column;gap:8px;margin-bottom:12px}.revelation-highlight{flex-direction:column;gap:4px}.highlight-text{font-size:20px}.highlight-subtext{font-size:16px}.revelation-explanation p{font-size:14px}}@media (max-width:480px){.problem-section{padding:90px 0 20px}.problem-section .section-header{margin-bottom:30px}.problem-section .section-title{font-size:20px;margin-bottom:12px}.problem-grid{gap:15px;margin:25px 0}.problem-card{padding:15px 12px}.problem-card h2{font-size:15px;margin-bottom:6px}.problem-card p{font-size:13px}.problem-revelation{margin-top:30px;padding:20px 15px}.highlight-text{font-size:18px}.highlight-subtext{font-size:14px}.revelation-explanation p{font-size:13px}}.science-section{background:linear-gradient(135deg,#f0f9ff,#ecfdf5);padding:3rem 0}.science-flow{max-width:800px;margin:0 auto}.science-step{gap:3rem;margin-bottom:4rem;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 8px 30px #00000014}.science-step,.step-visual{display:flex;align-items:center}.step-visual{gap:1rem;flex-shrink:0;min-width:250px}.damage,.hair-after,.hair-before,.molecule,.result{background:var(--gradient-primary);color:#fff;padding:.8rem 1.2rem;border-radius:12px;font-weight:700;font-size:1.1rem;white-space:nowrap}.arrow{font-size:1.5rem}.arrow,.plus{color:var(--secondary);font-weight:700}.plus{font-size:1.2rem}.result{background:linear-gradient(135deg,#10b981,#059669)}.hair-after{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.step-content h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.step-content p{color:var(--text-secondary);line-height:1.6}.science-evidence{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;text-align:center}.science-evidence h3{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.science-evidence ul{list-style:none;max-width:600px;margin:0 auto}.science-evidence li{color:var(--text-secondary);position:relative;padding:.5rem 0 .5rem 2rem}.science-evidence li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.video-gallery{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:3rem 0;position:relative;overflow:hidden}.video-gallery:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#0000,#d946ef,#0000)}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-top:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.video-grid-mobile{display:none}.video-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;border:1px solid #d946ef1a;transition:all .4s ease;position:relative}.video-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.video-card:hover:before{transform:scaleX(1)}.video-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.video-container{position:relative;width:100%;height:500px;overflow:hidden;background:#f1f5f9;max-width:350px;margin:0 auto}.video-container video{width:100%;height:100%;object-fit:cover;border-radius:0}.video-info{padding:2rem}.video-info h3{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.video-info p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.video-stats{display:flex;gap:1rem;flex-wrap:wrap}.video-stats span{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#d946ef1a;color:var(--secondary);border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid #d946ef33}.duration{background:#10b9811a!important;color:#059669!important;border-color:#10b98133!important}.category{background:#fbbf241a!important;color:#d97706!important;border-color:#fbbf2433!important}@media (max-width:768px){.video-grid{display:none}.video-grid-mobile{display:block;overflow-x:auto;overflow-y:hidden;margin-top:4rem;padding-bottom:20px;scrollbar-width:thin;scrollbar-color:#d946ef #f1f5f9}.video-grid-mobile::-webkit-scrollbar{height:8px}.video-grid-mobile::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.video-grid-mobile::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d946ef,#f97316);border-radius:4px}.video-grid-mobile::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c026d3,#ea580c)}.video-track-mobile{display:flex;gap:20px;padding:20px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.video-card-mobile{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;border:1px solid #d946ef1a;transition:all .4s ease;position:relative;min-width:280px;max-width:280px;flex-shrink:0}.video-card-mobile:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.video-card-mobile:hover:before{transform:scaleX(1)}.video-card-mobile:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.video-container-mobile{position:relative;width:100%;height:500px;overflow:hidden;background:#f1f5f9}.video-container-mobile video{width:100%;height:100%;object-fit:contain;border-radius:0}.video-info{padding:1.5rem}.video-info h3{font-size:1.2rem}.video-stats{flex-direction:column;gap:.5rem}.video-stats span{align-self:flex-start}}@media (max-width:480px){.video-container{height:200px}.video-container:after{font-size:2rem;width:50px;height:50px}}.testimonials{background:var(--bg-secondary);padding:3rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.about-values-mobile{display:none;overflow-x:auto;overflow-y:hidden;margin-top:3rem;padding:0 1rem 20px;scrollbar-width:thin;scrollbar-color:#d946ef #f1f5f9;-webkit-overflow-scrolling:touch}.about-values-mobile::-webkit-scrollbar{height:6px}.about-values-mobile::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.about-values-mobile::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d946ef,#f97316);border-radius:3px}.about-values-mobile::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c026d3,#ea580c)}.about-track-mobile{display:flex;gap:16px;padding:10px 0;width:-webkit-max-content;width:max-content;min-width:100%}.value-item-mobile{background:#fff;text-align:center;padding:2rem 1.5rem;border:2px solid #d946ef1a;border-radius:16px;transition:all .3s ease;min-width:240px;width:240px;flex-shrink:0;position:relative;display:flex;flex-direction:column;justify-content:center;min-height:200px;box-shadow:0 4px 20px #00000014}.value-item-mobile:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);border-radius:16px 16px 0 0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.value-item-mobile:hover:before{transform:scaleX(1)}.value-item-mobile:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#d946ef4d}.value-item-mobile h4{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--secondary);line-height:1.3}.value-item-mobile p{color:var(--text-secondary);line-height:1.5;font-size:.9rem}.testimonials-grid-mobile{display:none;overflow-x:auto;flex-direction:column;overflow-y:hidden;margin-bottom:4rem;padding-bottom:20px;scrollbar-width:thin;scrollbar-color:#d946ef #f1f5f9}.testimonials-grid-mobile::-webkit-scrollbar{height:8px}.testimonials-grid-mobile::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.testimonials-grid-mobile::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d946ef,#f97316);border-radius:4px}.testimonials-grid-mobile::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#c026d3,#ea580c)}.testimonials-track-mobile{display:flex;gap:20px;padding:20px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.testimonial-card-mobile{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;border:1px solid #d946ef1a;transition:all .3s ease;display:flex;flex-direction:column;min-width:350px;max-width:350px;flex-shrink:0}.testimonial-card-mobile:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}@media (max-width:768px){.testimonials-grid{display:none}.testimonials-grid-mobile{display:block}}.testimonial-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;border:1px solid #d946ef1a;transition:all .3s ease;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.customer-info{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.customer-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center}.avatar-placeholder{color:#fff;font-size:1.5rem;font-weight:700}.customer-details h4{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.rating{font-size:.9rem}.testimonial-card blockquote{font-style:italic;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;font-size:1rem}.treatment-info{background:#d946ef1a;color:var(--secondary);padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:600;margin-top:auto;align-self:flex-start}.testimonials-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:600px;margin:0 auto}.stat-item{text-align:center;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 30px #00000014}.stat-number{font-size:2.5rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-weight:600}.before-after{background:linear-gradient(135deg,#fdf4ff,#fef7f7);padding:6rem 0}.before-after-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:3rem;gap:3rem}.before-after-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 30px #00000014;text-align:center}.image-comparison{display:flex;gap:1rem;margin-bottom:1.5rem}.after-image,.before-image{flex:1 1;position:relative;border-radius:12px;overflow:hidden}.after-image img,.before-image img{width:100%;height:200px;object-fit:cover}.image-label{position:absolute;bottom:.5rem;right:.5rem;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;color:#fff}.image-label.before{background:#ef4444}.image-label.after{background:#10b981}.change-description h4{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.change-description p{color:var(--text-secondary)}.offer-section{background:linear-gradient(135deg,#fdf2f8,#fae8ff);color:var(--text-primary);padding:6rem 0;text-align:center}.offer-content{max-width:800px;margin:0 auto}.offer-badge{background:var(--gradient-primary);color:#fff;padding:.75rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;display:inline-block;margin-bottom:2rem}.offer-content h2{font-size:2.5rem;font-weight:800;margin-bottom:2rem}.price-comparison{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.regular-price{font-size:1.2rem;color:#94a3b8;text-decoration:line-through}.special-price{font-size:2rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.price-amount,.special-price{font-weight:800}.discount{background:#ef4444;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:700}.offer-benefits{background:#ffffff0d;padding:2.5rem;border-radius:20px;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.offer-benefits h3{font-size:1.4rem;margin-bottom:1.5rem}.offer-benefits ul{list-style:none;max-width:500px;margin:0 auto;text-align:left}.offer-benefits li{padding:.75rem 0;font-size:1.1rem;color:#e2e8f0}.offer-deadline{font-size:1.2rem;color:#fbbf24}.countdown{background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:6px;font-weight:700}.reservation-section{background:var(--bg-primary);padding:3rem 0}.reservation-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.reservation-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;border:2px solid var(--border);text-align:center;position:relative;transition:all .3s ease}.reservation-card.featured{border-color:var(--secondary);transform:scale(1.05)}.reservation-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.reservation-card.featured:hover{transform:scale(1.05) translateY(-5px)}.card-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--gradient-primary);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:700}.reservation-card h3{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.treatment-price{margin-bottom:1rem}.original-price{color:#94a3b8;text-decoration:line-through;font-size:1rem;margin-right:1rem}.treatment-time{color:var(--text-secondary);margin-bottom:1.5rem}.treatment-includes{list-style:none;margin-bottom:2rem}.treatment-includes li{color:var(--text-secondary);position:relative;padding:.5rem 0 .5rem 1.5rem}.treatment-includes li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.reservation-guarantee{background:#10b9811a;padding:2rem;border-radius:16px;text-align:center;margin-bottom:2rem;border:1px solid #10b98133}.reservation-guarantee h3{color:#059669;font-size:1.2rem;margin-bottom:1rem}.reservation-guarantee p{color:var(--text-secondary);line-height:1.6}.contact-info{text-align:center}.contact-method{display:flex;align-items:center;justify-content:center;gap:1.5rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 30px #00000014}.contact-icon{font-size:2rem}.contact-details{text-align:left}.contact-details h4{font-size:1.1rem;color:var(--text-primary)}.contact-details h4,.phone-number{font-weight:700;margin-bottom:.5rem}.phone-number{font-size:1.4rem;color:var(--secondary)}.contact-details p:last-child{color:var(--text-secondary);font-size:.9rem}.faq-section{background:var(--bg-secondary);padding:3rem 0}.faq-list{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));grid-gap:1.5rem;gap:1.5rem}.faq-item{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;border:1px solid var(--border);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.faq-item h4{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.4}.faq-item p{color:var(--text-secondary);line-height:1.5;font-size:.95rem}@media (max-width:968px){.faq-list{grid-template-columns:1fr;max-width:800px}.faq-item{padding:1.75rem}.faq-item h4{font-size:1.15rem}.faq-item p{font-size:1rem}}@media (max-width:768px){.science-step{flex-direction:column;text-align:center;gap:2rem}.step-visual{min-width:auto;justify-content:center}.image-comparison,.price-comparison{flex-direction:column}.price-comparison{gap:1rem}.contact-method{flex-direction:column}.contact-details,.contact-method{text-align:center}.before-after-grid,.reservation-options,.testimonials-grid{grid-template-columns:1fr}.reservation-card.featured{transform:none}.reservation-card.featured:hover{transform:translateY(-5px)}}.hair-page{background:var(--bg-primary)}.hair-hero{background:linear-gradient(135deg,#fdf4ff,#f0f9ff);position:relative;overflow:hidden}.hair-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.hair-problems{padding:6rem 0;background:var(--bg-secondary)}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-top:4rem}.problem-item{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 8px 30px #00000014;border:1px solid var(--border);transition:all .3s ease;position:relative;overflow:hidden}.problem-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.problem-item:hover:before{transform:scaleX(1)}.problem-item:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.problem-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#d946ef1a,#f973161a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;border:2px solid #d946ef33}.problem-item h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.problem-item p{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.hair-services{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.service-price{margin-top:auto;padding-top:1rem;font-size:1.1rem;font-weight:700;color:var(--secondary);text-align:center}.service-image-placeholder{width:100%;height:120px;background:linear-gradient(135deg,#d946ef1a,#f973161a);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1.5rem;transition:all .3s ease}.service-card:hover .service-image-placeholder{transform:scale(1.05);background:linear-gradient(135deg,#d946ef26,#f9731626)}.style-gallery{padding:6rem 0;background:var(--bg-primary)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-top:4rem}.gallery-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #00000014;border:1px solid var(--border);transition:all .3s ease}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.gallery-image{position:relative;width:100%;height:250px;overflow:hidden}.gallery-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#64748b;transition:all .3s ease}.gallery-item:hover .gallery-image-placeholder{transform:scale(1.1)}.gallery-info{padding:2rem}.gallery-info h4{font-size:1.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.gallery-info p{color:var(--text-secondary);line-height:1.6;font-size:.9rem}.features{padding:6rem 0;background:var(--bg-secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-top:4rem}.feature-item{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 8px 30px #00000014;border:1px solid var(--border);transition:all .3s ease}.feature-item:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#d946ef1a,#f973161a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;border:2px solid #d946ef33}.feature-item h3{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.feature-item p{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.salon-info{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 8px 30px #00000014;border:1px solid var(--border);margin-top:3rem}.salon-info h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;text-align:center}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.info-item h4{font-size:1.1rem;font-weight:700;color:var(--secondary);margin-bottom:.75rem}.info-item p{color:var(--text-secondary);line-height:1.6;font-size:.95rem}@media (max-width:768px){.problems-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.problem-item{padding:2rem}.problem-icon{width:60px;height:60px;font-size:1.5rem}.gallery-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.gallery-image{height:200px}.gallery-info{padding:1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.feature-item{padding:2rem}.feature-icon{width:60px;height:60px;font-size:1.5rem}.salon-info{padding:2rem}.info-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.features,.hair-problems,.style-gallery{padding:3rem 0}.feature-item,.problem-item{padding:1.5rem}.gallery-info{padding:1.2rem}.salon-info{padding:1.5rem}}.gloss-hair-page{background:#fff;font-family:Times New Roman,游明朝,Yu Mincho,游明朝体,YuMincho,ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,HiraMinProN-W3,HGS明朝E,ＭＳ Ｐ明朝,MS PMincho,serif;line-height:1.6}.gloss-header{position:relative}.gloss-header-bar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #9f886e33;transition:all .3s ease}.gloss-header-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:80px}.gloss-logo{font-size:2.5rem;font-weight:500;margin:0}.gloss-logo a{color:#9f886e;text-decoration:none;font-family:Inter,Helvetica Neue,sans-serif;letter-spacing:3px;font-weight:700;text-transform:uppercase;background:linear-gradient(135deg,#9f886e,#b8a084 50%,#73604a);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;position:relative;transition:all .3s ease}.gloss-logo a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:linear-gradient(135deg,#9f886e,#73604a);transition:width .3s ease}.gloss-logo a:hover:after{width:100%}.gloss-logo a:hover{transform:translateY(-1px);filter:brightness(1.1)}.gloss-nav-button{display:none;flex-direction:column;gap:4px;padding:10px;background:none;border:none;cursor:pointer}.gloss-nav-button span{width:25px;height:2px;background:#9f886e;transition:all .3s ease;transform-origin:center}.gloss-nav-button.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.gloss-nav-button.active span:nth-child(2){opacity:0}.gloss-nav-button.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.gloss-menu,.gloss-nav{display:flex}.gloss-menu{gap:3rem;list-style:none;margin:0;padding:0}.gloss-menu a{color:#666;text-decoration:none;font-weight:500;font-size:.95rem;letter-spacing:1px;transition:color .3s ease;position:relative}.gloss-menu a:hover{color:#9f886e}.gloss-menu a:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:#9f886e;transition:width .3s ease}.gloss-menu a:hover:after{width:100%}.gloss-hero-slider{height:90vh;position:relative;overflow:hidden}.gloss-slider-item{position:absolute;top:0;left:0;width:100%;height:100%}.gloss-hero-video{position:absolute;top:50%;left:50%;width:auto;height:auto;transform:translate(-50%,-60%);object-fit:contain;z-index:1}@media (max-width:800px){.gloss-hero-video{min-width:100%;min-height:100%;width:100%;max-width:none;max-height:100vh;transform:translate(-50%,-30%);object-fit:cover}}@media (min-width:769px){.gloss-hero-video{max-height:100vh;min-height:100vh;width:auto;height:70vh}}.gloss-slider-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000;z-index:2;display:flex;align-items:center;justify-content:center}@media (min-width:769px){.gloss-slider-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#fff,#fff 15%,#0000 20%,#0000 80%,#fff 85%,#fff);z-index:1;pointer-events:none}.gloss-slider-bg:after{display:none}}.gloss-slider-bg:after{content:"Gloss Tokyo - Beauty for Everyone";position:absolute;color:#fff;font-size:3rem;font-weight:300;text-align:center;letter-spacing:3px;text-shadow:-2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,2px 2px 0 #000,0 0 10px #00000080;z-index:3}@media (max-width:768px){.gloss-slider-bg{background:linear-gradient(135deg,#0006,#0009 50%,#0006)}.gloss-slider-bg:after{color:#fff;text-shadow:0 2px 20px #000c;background:#0000;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}}.gloss-main{margin-top:10px}.gloss-inner{max-width:1280px;margin:0 auto;padding:0 2rem}.gloss-intro-section{padding:6rem 0;text-align:center}.gloss-main-title{font-size:2.5rem;font-weight:500;color:#9f886e;margin-bottom:3rem;line-height:1.4;letter-spacing:1px}.gloss-intro-text{max-width:800px;margin:0 auto;font-size:1rem;line-height:1.8;color:#333}.gloss-intro-text p{margin-bottom:1.5rem;word-break:keep-all;overflow-wrap:break-word}@media (max-width:768px){.gloss-intro-text p{word-break:keep-all;overflow-wrap:break-word;line-height:1.7;hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;text-align:center}}.gloss-problems-list{margin:2rem 0;padding:2rem;background:linear-gradient(135deg,#faf8f5,#f5f2ed);border-radius:15px;border:1px solid #9f886e1a}.gloss-problems-list p{margin:.5rem 0;font-style:italic;color:#9f886e;position:relative;padding-left:1rem}.gloss-problems-list p:before{content:"・";position:absolute;left:0;color:#c5b8a8}.gloss-value-item{background:#ffffffe6;padding:2rem;border-radius:15px;margin-bottom:1rem;box-shadow:0 4px 15px #9f886e1a;border:1px solid #9f886e1a;transition:all .3s ease}.gloss-value-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #9f886e26}.gloss-value-item h4{font-size:1.3rem;font-weight:600;color:#9f886e;margin-bottom:1rem}.gloss-value-item p{color:#666;line-height:1.6;font-size:.95rem}.gloss-features-section{padding:6rem 0;background:linear-gradient(135deg,#c5b8a8,#9f886e);color:#fff}.gloss-features-inner{max-width:1280px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:4rem;gap:4rem}.gloss-feature-item{text-align:center;padding:3rem 2rem;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;transition:all .3s ease}.gloss-feature-item:hover{transform:translateY(-10px);background:#ffffff26}.gloss-feature-title{font-size:1.8rem;font-weight:500;margin-bottom:1.5rem;line-height:1.3;color:#fff}.gloss-feature-image{margin-bottom:1.5rem}.gloss-feature-image img{width:120px;height:120px;object-fit:cover;border-radius:15px;box-shadow:0 8px 25px #0000004d;transition:all .3s ease}.gloss-feature-item:hover .gloss-feature-image img{transform:scale(1.05);box-shadow:0 12px 35px #0006}.gloss-feature-text{font-size:.9rem;line-height:1.7;margin-bottom:2rem;color:#ffffffe6}.gloss-feature-button{display:inline-block;padding:1rem 2rem;background:#e8ddd0;color:#000;text-decoration:none;border-radius:0;font-weight:600;transition:all .3s ease;letter-spacing:1px;border:2px solid #000}.gloss-feature-button:hover{background:#f8f6f3;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.gloss-services-intro{padding:6rem 0;text-align:center}.gloss-service-row{display:flex;align-items:center;gap:4rem;margin-bottom:6rem;max-width:1280px;margin-left:auto;margin-right:auto;padding:0 2rem}.gloss-service-row.reverse{flex-direction:row-reverse}.gloss-service-content{flex:1 1}.gloss-service-image{flex:1 1;display:flex;align-items:center;justify-content:center;border-radius:15px;overflow:hidden}.gloss-service-image img{object-fit:cover;width:100%;object-fit:contain;border-radius:15px;box-shadow:0 8px 25px #9f886e33;transition:all .3s ease}.gloss-service-row:hover .gloss-service-image img{transform:scale(1.02);box-shadow:0 12px 35px #9f886e4d}.gloss-placeholder-image{height:300px;background:linear-gradient(135deg,#e8ddd0,#d4c4b0);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#9f886e;font-size:1.1rem;font-weight:500;text-align:center;border:2px solid #9f886e33}.gloss-gallery-section{padding:6rem 0}.gloss-section-title{font-size:3rem;font-weight:500;color:#9f886e;text-align:center;margin-bottom:4rem;letter-spacing:2px}.gloss-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.gloss-gallery-item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 30px #9f886e1a;border:1px solid #9f886e1a;transition:all .3s ease}.gloss-gallery-item:hover{transform:translateY(-8px);box-shadow:0 15px 40px #9f886e33}.gloss-step-number{width:80px;height:80px;background:linear-gradient(135deg,#9f886e,#73604a);color:#fff;border-radius:50%;font-size:2rem;font-weight:800;margin:0 auto 2rem;box-shadow:0 8px 25px #9f886e4d}.gloss-gallery-image,.gloss-step-number{display:flex;align-items:center;justify-content:center}.gloss-gallery-image{height:250px;background:linear-gradient(135deg,#f5f2ed,#ede6db);color:#9f886e;font-weight:500;border-bottom:1px solid #9f886e1a}.gloss-gallery-content{padding:2rem}.gloss-gallery-content h3{font-size:1.2rem;font-weight:600;color:#9f886e;margin-bottom:.5rem}.gloss-gallery-content p{color:#666;font-size:.9rem;line-height:1.5}.gloss-contact-section{padding:6rem 0;background:linear-gradient(135deg,#faf8f5,#f5f2ed);text-align:center}.gloss-contact-description{font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.gloss-contact-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.gloss-salon-info{max-width:1000px;margin:0 auto 4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem}.gloss-salon-item{background:#fff;padding:3rem 2rem;border-radius:15px;box-shadow:0 8px 30px #9f886e1a;border:1px solid #9f886e1a;transition:all .3s ease}.gloss-salon-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #9f886e26}.gloss-salon-name{font-size:1.3rem;font-weight:600;color:#9f886e;margin-bottom:1.5rem}.gloss-salon-address,.gloss-salon-phone{margin:.5rem 0;color:#666;font-size:.95rem;line-height:1.6}.gloss-salon-phone{color:#9f886e;font-weight:600;font-size:1.1rem}.gloss-cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:100px}.gloss-cta-button{display:inline-block;padding:1.2rem 3rem;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;letter-spacing:1px;transition:all .3s ease;min-width:200px}.gloss-cta-button.primary{background:linear-gradient(135deg,#9f886e,#73604a);color:#fff;box-shadow:0 8px 25px #9f886e4d}.gloss-cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #9f886e66}.gloss-cta-button.secondary{background:#fff;color:#9f886e;border:2px solid #9f886e}.gloss-cta-button.secondary:hover{background:#9f886e;color:#fff;transform:translateY(-3px)}.gloss-footer{position:fixed;bottom:0;left:0;right:0;z-index:999;background:#0000;margin:0;width:100%}.gloss-footer-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;height:80px}.gloss-footer-block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;height:80px}.gloss-footer-block.hotpepper{background:#fff}.gloss-footer-block.hotpepper .footer-block-text{color:#b1063a}.gloss-footer-block.line{background:linear-gradient(135deg,#06c755,#00b900)}.gloss-footer-block:hover{opacity:.9;transform:translateY(-2px)}.footer-block-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.footer-block-icon svg{width:100%;height:100%}.footer-block-text{color:#fff;font-size:.9rem;font-weight:600}@media (max-width:768px){.gloss-footer-grid{height:70px}.gloss-footer-block{height:90px;margin:0}.footer-block-icon{width:30px;height:30px;margin-bottom:0;flex-shrink:0}.footer-block-text{font-size:.7rem;margin:0}}.gloss-footer-cta{background:linear-gradient(135deg,#faf8f5,#f5f2ed);padding:5rem 0;border-bottom:1px solid #9f886e33}.gloss-footer-cta-inner{max-width:1280px;margin:0 auto;padding:0 2rem}.gloss-footer-cta-title{font-size:2.5rem;font-weight:500;color:#9f886e;text-align:center;margin-bottom:4rem;letter-spacing:2px}.gloss-footer-cta-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;max-width:1000px;margin:0 auto}.gloss-footer-cta-card{background:#fff;padding:3rem 2.5rem;border-radius:20px;text-align:center;box-shadow:0 8px 30px #9f886e26;border:1px solid #9f886e1a;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.gloss-footer-cta-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #9f886e40}.gloss-cta-icon{width:80px;height:80px;background:linear-gradient(135deg,#9f886e1a,#73604a1a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#9f886e;border:2px solid #9f886e33}.gloss-footer-cta-card h3{font-size:1.5rem;font-weight:600;color:#9f886e;margin-bottom:1rem;letter-spacing:1px}.gloss-footer-cta-card p{color:#666;line-height:1.7;margin-bottom:2rem;font-size:.95rem}.gloss-footer-cta-button{display:inline-block;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;letter-spacing:1px;transition:all .3s ease;min-width:200px}.gloss-footer-cta-button.primary{background:linear-gradient(135deg,#9f886e,#73604a);color:#fff;box-shadow:0 8px 25px #9f886e4d}.gloss-footer-cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #9f886e66}.gloss-footer-cta-button.secondary{background:linear-gradient(135deg,#06c755,#00b900);color:#fff;box-shadow:0 8px 25px #06c7554d}.gloss-footer-cta-button.secondary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #06c75566}.gloss-footer{padding:4rem 0 2rem}.gloss-footer-content{max-width:1280px;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;margin:0 auto 2rem}.gloss-footer-logo h3{font-size:2rem;font-weight:500;color:#c5b8a8;margin-bottom:.5rem;letter-spacing:2px}.gloss-footer-logo p{color:#999;font-size:.9rem}.gloss-footer-info{text-align:right}.gloss-footer-info p{margin:.3rem 0;color:#999;font-size:.9rem}.gloss-footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333}.gloss-footer-bottom p{margin:0;color:#666;font-size:.8rem}.gloss-service-title{font-size:1.6rem;font-weight:600;color:#333;margin-bottom:1.2rem;line-height:1.4;letter-spacing:.02em}.gloss-service-price{display:block;font-size:1.1rem;font-weight:600;color:#9f886e;margin-bottom:1.5rem;font-family:Inter,Helvetica Neue,sans-serif}.gloss-service-price:before{content:"¥";margin-right:.2em}.gloss-service-text{font-size:.98rem;line-height:1.9;color:#555;margin-bottom:2rem;font-weight:400;letter-spacing:.02em}@media (max-width:768px){.gloss-service-price{font-size:.85rem;margin-bottom:1rem}}@media (max-width:480px){.gloss-service-price{font-size:.8rem}}.gloss-services-detail{background:#faf8f5;padding:6rem 0}@media (max-width:768px){.gloss-services-detail{padding:3rem 0}.gloss-service-row{gap:2rem;margin-bottom:3rem;padding:0 1rem;align-items:center}.gloss-service-row,.gloss-service-row.reverse{flex-direction:column!important}.gloss-service-content{text-align:center;order:2}.gloss-service-image{order:1;width:100%}.gloss-service-title{font-size:1.4rem;line-height:1.3;margin-bottom:1rem}.gloss-service-text{font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}}@media (max-width:480px){.gloss-services-detail{padding:2rem 0}.gloss-service-row{gap:1.5rem;margin-bottom:2rem;padding:0 .75rem}.gloss-service-title{font-size:1.2rem}.gloss-service-text{font-size:.85rem}}@media (max-width:768px){.gloss-nav-button{display:flex}.gloss-nav{position:fixed;top:80px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;padding:2rem 0}.gloss-nav.active{transform:translateY(0);opacity:1;visibility:visible}.gloss-menu{flex-direction:column;gap:1.5rem;align-items:center}.gloss-hero-slider{height:60vh;min-height:400px}.gloss-slider-bg:after{font-size:1.5rem;line-height:1.3;padding:0 1rem;text-align:center}.gloss-main-title{font-size:1.6rem;line-height:1.4;padding:0 1rem;margin-bottom:2rem}.gloss-section-title{font-size:1.8rem;margin-bottom:2rem;padding:0 1rem}.gloss-features-inner{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.gloss-feature-item{padding:2rem 1.5rem;margin:0 1rem}.gloss-feature-title{font-size:1.4rem;line-height:1.3}.gloss-feature-image img{width:130px;height:130px}.gloss-feature-text{font-size:.85rem}.gloss-gallery-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.gloss-gallery-item{margin:0}.gloss-step-number{width:60px;height:60px;font-size:1.5rem;margin-bottom:1.5rem}.gloss-gallery-content{padding:1.5rem}.gloss-gallery-content h3{font-size:1.1rem}.gloss-salon-info{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.gloss-salon-item{padding:2rem 1.5rem;margin:0}.gloss-contact-icon{font-size:2rem}.gloss-salon-name{font-size:1.2rem}.gloss-salon-address,.gloss-salon-phone{font-size:.9rem}.gloss-cta-buttons{flex-direction:column;align-items:center;gap:1rem;padding:0 5rem}.gloss-cta-button{width:100%;max-width:280px;padding:1rem 2rem;font-size:1rem}.gloss-footer-content{flex-direction:column;text-align:center;gap:2rem}.gloss-footer-info{text-align:center}.gloss-footer-logo h3{font-size:1.5rem}.gloss-problems-list{margin:1.5rem 0;padding:1.5rem}.gloss-value-item{padding:1.5rem;margin-bottom:1rem}.gloss-value-item h4{font-size:1.1rem}.gloss-value-item p{font-size:.85rem}}@media (max-width:480px){.gloss-header-inner,.gloss-inner{padding:0 .75rem}.gloss-logo{font-size:1.5rem}.gloss-logo a{letter-spacing:2px}.gloss-hero-slider{height:50vh;min-height:350px}.gloss-slider-bg:after{font-size:1.2rem;line-height:1.2;padding:0 .5rem}.gloss-contact-section,.gloss-features-section,.gloss-gallery-section,.gloss-intro-section,.gloss-services-detail{padding:2.5rem 0}.gloss-main-title{font-size:1.3rem;line-height:1.3;margin-bottom:1.5rem}.gloss-section-title{font-size:1.5rem;margin-bottom:1.5rem}.gloss-feature-item{padding:1.5rem 1rem;margin:0 .5rem}.gloss-feature-title{font-size:1.2rem}.gloss-feature-image img{width:110px;height:110px}.gloss-feature-text{font-size:.8rem;margin-bottom:1.5rem}.gloss-feature-button{padding:.75rem 1.5rem;font-size:.9rem}.gloss-service-title{font-size:1.1rem}.gloss-service-text{font-size:.85rem}.gloss-service-row{margin-bottom:2rem}.gloss-step-number{width:50px;height:50px;font-size:1.2rem}.gloss-gallery-content{padding:1rem}.gloss-gallery-content h3{font-size:1rem}.gloss-gallery-content p{font-size:.8rem}.gloss-salon-item{padding:1.5rem 1rem}.gloss-contact-icon{font-size:1.8rem}.gloss-salon-name{font-size:1.1rem}.gloss-contact-description{font-size:1rem;padding:0 .5rem}.gloss-cta-button{max-width:260px;padding:.9rem 1.5rem;font-size:.95rem}.gloss-problems-list{padding:1rem;margin:1rem 0}.gloss-value-item{padding:1rem;margin-bottom:.75rem}.gloss-intro-text{font-size:.9rem;line-height:1.6}.gloss-footer{padding:2rem 0 1rem}}