/* Shared poster-theme pass for all non-home/non-services pages. */
/* Mobile only: tablets and desktops get each page's own full responsive layout below. */
@media (max-width:767px){
body{
  background:#050505 !important;
  color:#fff !important;
}

body::before,
body::after{
  content:"NAILS";
  position:fixed;
  z-index:-1;
  inset-block:0;
  width:24vw;
  display:none;
  align-items:center;
  justify-content:center;
  color:rgba(10,10,10,.055);
  font-family:Arial Black,Impact,sans-serif;
  font-size:clamp(120px,20vw,300px);
  font-weight:900;
  writing-mode:vertical-rl;
  pointer-events:none;
}

body::before{
  left:0;
  transform:rotate(180deg);
}

body::after{
  right:0;
  content:"BY SALLY";
  font-size:clamp(76px,9vw,150px);
  letter-spacing:.04em;
}

.bg{
  display:none !important;
}

.container{
  max-width:430px !important;
  padding-inline:14px !important;
}

.site-header,
.header{
  position:sticky !important;
  top:0;
  z-index:80;
  opacity:1 !important;
  transform:none !important;
  background:#050505 !important;
  border-bottom:1px solid rgba(255,195,220,.28) !important;
  box-shadow:none !important;
}

.header-inner{
  max-width:430px !important;
  margin:0 auto !important;
  padding:8px 14px !important;
}

.brand{
  gap:10px !important;
}

.brand-logo{
  width:48px !important;
  height:48px !important;
  border-radius:999px !important;
  overflow:hidden;
  background:#fff7fa !important;
  border:1px solid rgba(255,195,220,.7) !important;
  box-shadow:0 8px 24px rgba(255,153,196,.18) !important;
}

.brand-logo img{
  width:40px !important;
  height:40px !important;
  object-fit:contain !important;
}

.brand-sep{
  display:none !important;
}

.brand-text strong,
.brand > strong{
  color:#ffc3dc !important;
  font-family:Arial Black,Impact,sans-serif !important;
  font-size:16px !important;
  letter-spacing:.02em !important;
  text-transform:uppercase;
}

.brand-text small,
.mini{
  color:#fff !important;
  font-size:8px !important;
  letter-spacing:.28em !important;
  text-transform:uppercase;
}

.nav{
  display:none !important;
}

.menu-btn{
  display:grid !important;
  place-items:center;
  width:42px;
  height:42px;
  padding:0 !important;
  border:1px solid rgba(255,195,220,.55) !important;
  border-radius:999px !important;
  color:#ffc3dc !important;
  background:rgba(255,195,220,.08) !important;
  font-size:21px;
}

.mobile-menu{
  position:fixed !important;
  top:65px;
  left:0;
  right:0;
  z-index:70 !important;
  display:none;
  flex-direction:column;
  gap:8px;
  padding:14px;
  background:#050505 !important;
  border-bottom:1px solid rgba(255,195,220,.35) !important;
}

.mobile-menu.open{
  display:flex !important;
}

.mobile-menu a{
  color:#fff !important;
  border:1px solid rgba(255,195,220,.22);
  border-radius:10px !important;
  padding:12px 14px !important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}

.btn-primary,
.btn-submit,
.submit-btn,
.cta-btn,
.back-btn,
.btn,
.filter-btn.active,
.chip.active{
  color:#050505 !important;
  background:#ffc3dc !important;
  border-color:#ffc3dc !important;
  box-shadow:0 0 18px rgba(255,151,196,.24) !important;
}

.btn-outline,
.btn-secondary,
.filter-btn,
.chip{
  color:#fff !important;
  border:1px solid rgba(255,195,220,.48) !important;
  background:rgba(255,195,220,.08) !important;
}

.page-header,
.hero-section,
.title-wrap,
div.page-title{
  position:relative;
  max-width:430px;
  margin:0 auto !important;
  padding:30px 14px 28px !important;
  overflow:hidden;
  text-align:left !important;
  background:
    radial-gradient(circle at 80% 10%, rgba(255,195,220,.38), transparent 34%),
    radial-gradient(ellipse at -10% 88%, rgba(255,195,220,.88) 0 20%, transparent 21%),
    linear-gradient(180deg,#171116 0%,#050505 74%);
}

body:has(.story-section) .page-header{
  width:100%;
  max-width:none !important;
  margin:0 !important;
  padding-inline:0 !important;
}

body:has(.story-section) .page-header .container{
  max-width:min(100%, 760px) !important;
  margin-inline:auto !important;
  padding-inline:clamp(20px, 5vw, 48px) !important;
}

.page-header::before,
.hero-section::before,
.title-wrap::before,
div.page-title::before{
  content:"NBS";
  position:absolute;
  right:-18px;
  top:10px;
  color:rgba(255,211,227,.16);
  font-family:Arial Black,Impact,sans-serif;
  font-size:96px;
  line-height:.75;
  letter-spacing:-.08em;
}

.page-header h1,
.hero-section h1,
.title-wrap h1,
div.page-title h1,
.h1{
  position:relative;
  margin:0 0 12px !important;
  color:#ffd3e3 !important;
  font-family:Arial Black,Impact,sans-serif !important;
  font-size:clamp(48px,15vw,72px) !important;
  line-height:.78 !important;
  letter-spacing:-.06em !important;
  text-align:left !important;
  text-transform:uppercase;
  text-shadow:
    0 0 8px rgba(255,160,198,.78),
    0 0 24px rgba(255,116,175,.38);
}

.accent{
  color:#ffd3e3 !important;
  background:none !important;
  -webkit-text-fill-color:currentColor !important;
}

.page-subtitle,
.lead,
div.page-title p{
  position:relative;
  max-width:330px !important;
  margin:0 !important;
  color:#fff !important;
  font-size:13px !important;
  line-height:1.35 !important;
  font-weight:700;
  text-align:left !important;
}

.section{
  max-width:430px;
  margin:0 auto;
  padding:22px 14px !important;
  background:#050505;
}

.story-section,
.artist-section,
.contact-form,
.info-card,
.cta-section,
.form-section,
.payment-summary,
.success-message,
.card,
.appointments-container,
.controls-bar,
.modal-content{
  border:1px solid rgba(255,195,220,.68) !important;
  border-radius:0 !important;
  color:#fff !important;
  background:
    linear-gradient(135deg, rgba(255,195,220,.14), rgba(255,255,255,.03)),
    #050505 !important;
  box-shadow:0 18px 32px rgba(0,0,0,.34) !important;
}

.story-section,
.artist-section{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:18px !important;
  padding:18px !important;
  transform:rotate(-1deg);
}

.story-section h2,
.artist-title,
.values-title,
.form-title,
.section-title,
.cta-title,
.table-title,
.modal-title,
.card .title,
.contact-form h2,
.info-title{
  color:#ffc3dc !important;
  font-family:Arial Black,Impact,sans-serif !important;
  text-transform:uppercase;
  letter-spacing:.01em;
}

.story-content p,
.artist-subtitle,
.artist-bio,
.value-desc,
.info-content,
.cta-text,
.sub,
.hint,
.payment-note,
.payment-methods-title{
  color:#fff !important;
  font-size:13px;
  line-height:1.42;
  font-weight:650;
}

.story-image,
.artist-photo{
  overflow:visible !important;
}

.story-image img,
.artist-photo img{
  border:2px solid #fff;
  border-radius:15px;
  box-shadow:0 14px 28px rgba(0,0,0,.32);
  transform:rotate(3deg);
}

.experience-badge,
.artist-badge,
.badge,
.payment-icon{
  color:#050505 !important;
  background:#ffc3dc !important;
  border:0 !important;
  border-radius:7px !important;
  font-weight:900;
}

.stats-section,
.values-grid,
.main-grid,
.contact-sidebar,
.stats-row{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
}

.stat-card,
.value-card{
  padding:18px !important;
  color:#fff !important;
  border:1px solid rgba(255,195,220,.58) !important;
  border-radius:0 !important;
  background:rgba(5,5,5,.84) !important;
}

.stat-card:nth-child(2n),
.value-card:nth-child(2n),
.info-card:nth-child(2n){
  transform:rotate(1.4deg);
}

.stat-card:nth-child(2n+1),
.value-card:nth-child(2n+1),
.info-card:nth-child(2n+1){
  transform:rotate(-1deg);
}

.stat-number,
.stat-value{
  color:#ffc3dc !important;
  font-family:Arial Black,Impact,sans-serif;
}

.stat-icon,
.value-icon,
.info-icon,
.section-icon{
  display:none !important;
}

.artist-profile{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:16px !important;
}

.artist-name,
.value-title{
  color:#ffc3dc !important;
}

.footer-grid{
  grid-template-columns:1fr !important;
  max-width:430px !important;
  padding:28px 14px !important;
  gap:22px !important;
}

.site-footer{
  margin-top:0 !important;
  color:#fff !important;
  background:#050505 !important;
  border-top:1px solid rgba(255,195,220,.32) !important;
}

.foot-title,
.footer-brand strong{
  color:#ffc3dc !important;
  font-family:Arial Black,Impact,sans-serif;
  text-transform:uppercase;
}

.muted,
.foot-list li,
.copy-row{
  color:#fff !important;
}

.copy-row{
  max-width:430px !important;
  padding:14px 14px 20px !important;
  border-top:1px solid rgba(255,195,220,.22) !important;
}

/* Contact */
.contact-form,
.info-card{
  padding:18px !important;
}

.form-row,
.form-grid,
.date-time-grid{
  grid-template-columns:1fr !important;
  gap:14px !important;
}

label,
.form-label,
.label{
  color:#ffc3dc !important;
  font-size:11px !important;
  font-weight:900 !important;
  letter-spacing:.12em;
  text-transform:uppercase;
}

input,
textarea,
select,
.form-input,
.form-textarea,
.form-select,
.search-input,
.control{
  color:#fff !important;
  background:#080808 !important;
  border:1px solid rgba(255,195,220,.56) !important;
  border-radius:8px !important;
}

input::placeholder,
textarea::placeholder{
  color:rgba(255,255,255,.54) !important;
}

.social-links{
  justify-content:flex-start !important;
  gap:10px !important;
}

.social-links a{
  width:38px !important;
  height:38px !important;
  border:1px solid rgba(255,195,220,.7) !important;
  background:rgba(255,195,220,.08) !important;
}

.social-links img{
  width:18px !important;
  height:18px !important;
  filter:brightness(0) invert(1);
}

/* Gallery */
.controls,
.search,
.tools{
  max-width:430px;
  margin:0 auto 12px !important;
  padding-inline:14px;
}

.controls{
  display:flex !important;
  gap:8px !important;
  overflow-x:auto;
  scrollbar-width:none;
}

.controls::-webkit-scrollbar{
  display:none;
}

.chip{
  flex:0 0 auto;
  border-radius:999px !important;
  padding:9px 12px !important;
  font-size:10px !important;
  font-weight:900 !important;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.tools{
  display:flex !important;
  gap:10px !important;
}

.masonry{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:10px !important;
  padding:10px 0 36px !important;
}

.masonry .card{
  overflow:visible !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.masonry .card:nth-child(2n){
  transform:rotate(2deg);
}

.masonry .card:nth-child(2n+1){
  transform:rotate(-2deg);
}

.shine{
  margin:0;
  overflow:hidden;
  border:2px solid #fff;
  border-radius:14px;
  background:#111;
  box-shadow:0 14px 24px rgba(0,0,0,.32);
}

.shine img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.masonry .meta{
  margin-top:-12px !important;
  padding:0 6px !important;
  color:#fff !important;
}

.masonry .title{
  display:inline-block;
  padding:5px 7px;
  color:#050505 !important;
  background:#ffc3dc;
  border-radius:6px;
  font-family:Arial Black,Impact,sans-serif;
  font-size:10px !important;
  text-transform:uppercase;
}

.tags{
  display:none !important;
}

.like{
  color:#ffc3dc !important;
  background:#050505 !important;
  border:1px solid #ffc3dc !important;
}

.lightbox{
  background:rgba(0,0,0,.92) !important;
}

/* Booking */
.header .back-btn{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  border-radius:999px !important;
  padding:0 12px !important;
  color:#050505 !important;
  font-size:10px !important;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.page-title h1{
  max-width:360px;
}

.form-section{
  margin:18px 0 !important;
  padding:18px !important;
  transform:rotate(-.4deg);
}

.form-section:nth-of-type(2n){
  transform:rotate(.5deg);
}

.section-header{
  display:block !important;
  margin-bottom:16px !important;
}

.service-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
}

.service-card{
  color:#fff !important;
  border:1px solid rgba(255,195,220,.62) !important;
  border-radius:0 !important;
  background:rgba(5,5,5,.84) !important;
}

.service-card.selected,
.time-slot.selected{
  color:#050505 !important;
  background:#ffc3dc !important;
  border-color:#ffc3dc !important;
}

.service-name,
.service-price,
.payment-value{
  color:#ffc3dc !important;
  font-family:Arial Black,Impact,sans-serif;
}

.service-card.selected .service-name,
.service-card.selected .service-price{
  color:#050505 !important;
}

.time-slots{
  display:grid !important;
  grid-template-columns:repeat(2,1fr) !important;
  gap:9px !important;
}

.time-slot{
  min-height:38px;
  color:#fff !important;
  border:1px solid rgba(255,195,220,.54) !important;
  background:rgba(255,195,220,.08) !important;
  border-radius:8px !important;
}

.payment-row{
  border-color:rgba(255,195,220,.24) !important;
}

.submit-section{
  padding:12px 0 34px !important;
}

.btn-submit{
  width:100%;
  min-height:48px;
  border-radius:999px !important;
  font-family:Arial Black,Impact,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* Appointments and admin */
.appointments-container,
.controls-bar,
.stats-row{
  max-width:none !important;
}

.appointments-table{
  color:#fff !important;
}

.appointments-table th{
  color:#ffc3dc !important;
  border-bottom:1px solid rgba(255,195,220,.4) !important;
}

.appointments-table td{
  border-bottom:1px solid rgba(255,195,220,.18) !important;
}

.filters{
  display:flex;
  gap:8px;
  overflow-x:auto;
  scrollbar-width:none;
}

.filters::-webkit-scrollbar{
  display:none;
}

.filter-btn{
  flex:0 0 auto;
  border-radius:999px !important;
  font-size:10px !important;
  font-weight:900 !important;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.modal{
  background:rgba(0,0,0,.82) !important;
}

.wrap{
  max-width:430px !important;
  padding:36px 14px !important;
}

.card{
  padding:22px !important;
  transform:rotate(-1deg);
}

.control{
  display:flex;
  align-items:center;
}

.icon{
  color:#ffc3dc !important;
}

.toggle-pass{
  color:#ffc3dc !important;
}

.toast{
  color:#050505 !important;
  background:#ffc3dc !important;
}

.copy{
  color:#fff !important;
}

@media (min-width:620px) and (max-width:767px){
  body{
    background:#f2eee9 !important;
  }

  body::before,
  body::after{
    display:flex;
  }

  .container,
  .hero-section,
  .title-wrap,
  div.page-title,
  .section,
  .footer-grid,
  .copy-row,
  .wrap{
    max-width:430px !important;
  }

  main,
  body > .container{
    width:min(100%,430px);
    margin-inline:auto !important;
    background:#050505;
    box-shadow:0 34px 90px rgba(0,0,0,.24);
  }
}
} /* end mobile-only poster theme (max-width:767px) */

/* Reliable hamburger icon: draw the three bars instead of relying on text glyphs. */
.menu-btn {
  position: relative !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.menu-btn::before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #ffc3dc !important;
  box-shadow: 0 -6px 0 #ffc3dc, 0 6px 0 #ffc3dc !important;
}

/* Center the CSS-drawn hamburger bars inside the circular button. */
.menu-btn {
  display: grid !important;
  place-items: center !important;
}

.menu-btn::before {
  margin: 0 !important;
  transform: none !important;
}

/* Final hamburger fix: hide the original text glyph and center one CSS icon. */
#menuBtn.menu-btn,
button.menu-btn {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -999px !important;
}

#menuBtn.menu-btn::before,
button.menu-btn::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 18px !important;
  height: 2px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: #ffc3dc !important;
  box-shadow: 0 -6px 0 #ffc3dc, 0 6px 0 #ffc3dc !important;
  transform: translate(-50%, -50%) !important;
  text-indent: 0 !important;
}
