:root{--bg:#edeef0;--card:#f4f5f8;--popup:#f3f4f6;--muted:#868686;--accent:#a5a5a5;--accent-2:#bbbbbb;--radius:14px;--ui-shadow:0 2px 24px #bdbdbd1a;font-family:"Inter",system-ui,sans-serif;color-scheme:light;}
:root.dark-theme{--bg:#141416;--card:#232326;--popup:#19191a;--muted:#bdb9b9;--accent:#b22222;--accent-2:#d33;--ui-shadow:0 4px 34px #000a;color-scheme:dark;}

*{box-sizing:border-box}
body{margin:0;background:linear-gradient(180deg,#e3e3e5 0%,#bcbcc2 100%);background-size:cover;color:#222;line-height:1.48;text-align:center;}
header{padding:20px;display:flex;justify-content:center;align-items:center;max-width:1100px;margin:0 auto;}
nav a{color:var(--muted);text-decoration:none;margin-left:16px;font-size:14px;transition:color 0.2s;}
nav a:hover{color:#fff;}
.brand{display:flex;align-items:center;gap:10px;}
.brand img{width:48px;height:48px;border-radius:10px;object-fit:cover;}
h1{margin:0;font-size:18px;font-weight:700;}
.container{max-width:1100px;margin:0 auto;padding:12px;}
.hero{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:40px 12px;}
.hero-inner{background:rgba(255,255,255,0.03);padding:28px;border-radius:var(--radius);box-shadow:0 8px 30px rgba(0,0,0,0.6);}
.title-main{font-size:4rem;font-weight:800;color:var(--accent);text-transform:uppercase;letter-spacing:2px;transition:color 0.33s;}
.intro-text { font-size: 1.2rem; color: var(--muted); margin: 20px 0; line-height: 1.6; }
.btn{padding:12px 18px;border-radius:10px;border:1.5px solid #bbbbbb;cursor:pointer;font-weight:600;background:#fff;color:#333;text-decoration:none;box-shadow:0 2px 8px #c8c8c862;display:inline-block;transition:background 0.3s,box-shadow 0.3s, color 0.25s, border 0.3s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;}
.btn:hover{background:var(--accent-2);color:#1a1a1a;box-shadow:0 6px 28px #bdbdbd77;}
.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,0.1);color:var(--muted);}
.btn.ghost:hover{color:#fff;border-color:#fff;}
.cta-row{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap;justify-content:center;align-items:center;}
.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px;}
.card,.modele-card{background:#eeeeef;border:1.5px solid #dedee2;padding:16px;border-radius:10px;box-shadow:var(--ui-shadow);transition:box-shadow .28s;}
.card:hover,.modele-card:hover{box-shadow:0 8px 34px #ccccccbb;}
.card h3{margin:6px 0;}
.card p{margin:0;color:var(--muted);font-size:14px;}
.price{color:var(--accent);font-weight:700;margin-top:6px;}
footer{background:rgba(244,245,248,0.97);text-align:center;color:var(--muted);padding:24px;border-top:1px solid #e1e1e1;}
.footer-massage{font-size:2.5rem;font-weight:600;color:#868686;text-transform:uppercase;letter-spacing:2px;margin-top:20px;}
.galerie{margin-top:60px;text-align:center;}
.galerie h2{font-size:1.8rem;margin-bottom:10px;}
.galerie p{color:var(--muted);margin-bottom:20px;}
.galerie-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;}
.galerie-grid img{width:100%;height:240px;object-fit:cover;border-radius:var(--radius);transition: transform 0.3s ease, box-shadow 0.3s ease;cursor:pointer;box-shadow:0 4px 16px #cccccc6c;}
.galerie-grid img:hover{transform:scale(1.04);box-shadow:0 12px 32px #e3e3e3aa;}
.galerie-grid img[src=""] {display:none;}
.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.9);display:none;justify-content:center;align-items:center;z-index:1000;}
.lightbox img{max-width:90%;max-height:90%;border-radius:var(--radius);box-shadow:0 8px 30px rgba(0,0,0,0.8);}
.header-flash {
  animation: sweetkitty-glow 1.76s infinite alternate;
  text-shadow: 0 0 12px #000000,0 0 22px rgb(0, 0, 0),0 0 8px #fff1;
}
@keyframes sweetkitty-glow {
  0% { text-shadow: 0 0 6px #000000, 0 0 10px #fff4; color: #fff; }
  60% { text-shadow: 0 0 42px #000000,0 0 24px rgb(0, 0, 0),0 0 10px #fff2; color: #fff9;}
  100% { text-shadow: 0 0 16px #000000, 0 0 36px rgb(0, 0, 0), 0 0 20px #fff3; color: #fff; }
}
.age-modal-blur { filter: blur(8px); pointer-events: none; overflow: hidden; }
.reserve-btn-main { margin: 24px 0 18px 0; padding: 16px 32px; font-size: 1.1rem; border-radius: 12px; }
.modeles { margin-top: 50px; text-align: center; }
.modeles h2 { font-size: 1.8rem; margin-bottom: 10px; }
.modeles p { color: var(--muted); margin-bottom: 20px; }
.modeles-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 34px; margin-top: 44px; justify-items:center;}
.modele-card { background: var(--card); padding: 32px 18px 28px 18px; border-radius: 22px; text-align: center; box-shadow:0 4px 22px #0003; font-size:1.12rem; max-width:400px; width:100%; margin:auto;}
.modele-card h3 { margin: 0 0 18px 0; font-size: 1.35rem; color: var(--accent); font-weight:800;}
.modele-card p { margin: 16px 0 0 0; }
.modele-card a { color: var(--accent); text-decoration: underline; font-weight: 700; font-size:1.11em;}
.modele-card a:hover { color: #d90000; text-decoration:underline; }
.modele-card p a { color: #111; text-decoration: underline; font-weight: bold; font-size: 1.06em;}
#lang-switch button {background:none; border:none; color:#fff; padding:8px 20px; font-size:1.09rem; cursor:pointer; border-radius:7px; margin:0 6px; font-weight:600;transition:color .22s, border-bottom .22s, background .19s; outline:none;}
#lang-switch button.active,
#lang-switch button.selected,
#lang-switch button:active {color:#b22222; text-decoration:underline; background:rgba(178,34,34,.10);}
#lang-switch button:hover {color:#b22222; text-decoration:underline; background:rgba(178,34,34,.07);}
@media (max-width: 768px) {
  header { padding: 12px 16px; }
  .brand { flex-direction: column; gap: 8px; }
  .brand img { width: 40px; height: 40px; }
  h1 { font-size: 16px; }
  .container { padding: 8px; }
  .hero { min-height: 60vh; padding: 20px 8px; }
  .hero-inner { padding: 20px 16px; margin: 0 8px; }
  .title-main { font-size: 2.5rem; }
  .intro-text { font-size: 1rem; }
  .btn { padding: 14px 24px; min-height: 48px; }
  .cta-row { flex-direction: column; gap: 12px; }
  .cta-row .btn { width: 100%; max-width: 280px; }
  .modeles-grid { grid-template-columns: 1fr; gap: 20px; }
  .modele-card { padding: 20px 16px; }
  .galerie-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; }
  .galerie-grid img { height: 180px; }
  .footer-massage { font-size: 1.8rem; }
  .lightbox img { max-width: 95%; max-height: 80%; }
  #lang-switch button { padding: 10px 16px; font-size: 1rem; margin: 0 4px; }
  body{background: linear-gradient(180deg, #f6f8fb 0%, #eeeeee 80%);}
}
@media (max-width: 480px) {
  .title-main { font-size: 2rem; }
  .hero-inner { padding: 16px 12px; }
  .intro-text { font-size: 0.9rem; }
  .galerie-grid { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
  .galerie-grid img { height: 150px; }
  .modele-card { padding: 16px 12px; }
}
@media (hover: none) and (pointer: coarse) {
  .btn:hover { transform: none; }
  .galerie-grid img:hover { transform: none; }
  .btn:active { transform: scale(0.98); }
}
#remember-block { margin-top:12px; display:flex; align-items:center; justify-content:center; gap:9px; }
#custom-cb {
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  background: #18171a;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background .18s, border .18s;
  cursor: pointer;
  user-select: none;
  margin-right: 7px;
}
#custom-cb.checked {
  background: #18171a;
  border-color: #ff2222;
}
#custom-cb.checked::before, #custom-cb.checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 2.5px;
  background: #ff2222;
  box-shadow: 0 0 7px #ff2222, 0 0 2px #b22222;
  border-radius: 2px;
  z-index: 2;
  transition: background .18s, box-shadow .18s;
}
#custom-cb.checked::before { transform: translate(-50%, -50%) rotate(45deg); }
#custom-cb.checked::after { transform: translate(-50%, -50%) rotate(-45deg); }
#remember-me { display: none; }

.lang-select{font-size:1.13rem;font-weight:700;border-radius:9px;border:1.5px solid #bababa;background:#e5e5e5;color:#313131;box-shadow:0 2px 8px #e0e0e0ab;transition:background .23s,color .18s,border .18s;padding:10px 30px;}
.lang-select.active,.lang-select:focus{background:#bdbdbd;color:#232326;border:1.5px solid #888;outline:none;}
body.dark-theme .lang-select{background:#232326;color:#f2f2f2;border:1.5px solid #858585;}
body.dark-theme .lang-select.active,body.dark-theme .lang-select:focus{background:#343439;color:#fff;border:1.5px solid #bbb;}

#promo-popup,#age-modal>div{background:var(--popup)!important;border:1.5px solid #dedede!important;box-shadow:0 12px 40px #bbb5!important;color:#232!important;}
#promo-popup button,#age-modal button{background:var(--accent-2)!important;color:#444!important;border:1.5px solid #bbb!important;font-weight:600;border-radius:8px!important;box-shadow:0 2px 5px #e0e0e05a!important;transition:background .21s,color .19s;}
#promo-popup button:hover,#age-modal button:hover{background:var(--accent)!important;color:#fff!important;}
#promo-popup .promo-profile{color:#888;font-weight:700;}.promo-profile:hover{color:#222}

body.dark-theme{background:linear-gradient(180deg,#181820 0%,#111216 100%);color:#f1f1f1;}
body.dark-theme .card,body.dark-theme .modele-card{background:#232326;border:1.5px solid #242427;color:#f2f2f2;}
body.dark-theme .btn,body.dark-theme .lang-select{background:#232326!important;color:#e0e0e0!important;border:1.5px solid #444!important;}
body.dark-theme #promo-popup,body.dark-theme #age-modal>div{background:var(--popup)!important;color:#fafafa!important;}
body.dark-theme .title-main{color:var(--accent);}
#promo-popup{color:#595959!important;}
#promo-popup .promo-profile{color:#888!important;}
#promo-popup .promo-profile:hover{color:#222!important;}
#age-modal>div{background:#131214!important;border-radius:28px!important;box-shadow:0 12px 40px #000a!important;color:#fff!important;padding:40px 36px 36px 36px;}#age-modal button{background:#b22222!important;color:#fff!important;border:none!important;font-weight:600;border-radius:10px!important;box-shadow:0 6px 24px #6007!important;transition:all 0.3s!important;padding:14px 36px!important;margin:6px 6px 0 6px!important;}#age-modal button:hover{background:#d33!important;}
#age-modal .lang-select{background:#232326!important;color:#e0e0e0!important;border:1.5px solid #444!important;}

body.dark-theme .lang-chooser{background:none!important;border:none!important;box-shadow:none!important;}
.lang-chooser{background:none!important;border:none!important;box-shadow:none!important;padding:18px 0;width:auto;margin:0 auto 18px auto;}

.theme-toggle-float{position:fixed;top:14px;right:18px;z-index:30000;background:transparent;border:none;cursor:pointer;color:#888;transition:color .23s;font-size:2.2rem;line-height:1;padding:3px 7px 2px 7px;border-radius:50%;outline:none;}
.theme-toggle-float:focus{outline:none;box-shadow:none;}
.theme-toggle-float svg{display:block;width:2.2rem;height:2.2rem;transition:fill .19s;color:inherit;}
@media (max-width:600px){.theme-toggle-float{top:9px;right:7px;font-size:2.04rem;}}
