:root{
  --bg: #FDFBF7;
  --bg-soft: #F7F2EA;
  --bg-deep: #EFE7DB;

  --ink: #1A1A1A;
  --ink-soft: #4A433B;
  --ink-muted: #7B7368;

  --line: rgba(26, 26, 26, 0.08);
  --line-strong: rgba(26, 26, 26, 0.14);

  --gold: #C7AE7B;
  --gold-soft: #E8DCC6;

  --white: rgba(255,255,255,0.58);
  --glass: rgba(255,255,255,0.42);
  --glass-strong: rgba(255,255,255,0.58);

  --shadow-soft: 0 20px 60px rgba(64, 44, 17, 0.07);
  --shadow-card: 0 18px 50px rgba(28, 21, 12, 0.08);
  --shadow-hover: 0 24px 70px rgba(28, 21, 12, 0.12);

  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 18px;

  --container: 1820px;
}

*{
  box-sizing:border-box;
}

html, body{
  margin:0;
  padding:0;
  min-height:100%;
}

body{
  font-family:"Inter", system-ui, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(231, 215, 188, 0.55), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(246, 239, 227, 0.7), transparent 24%),
    linear-gradient(180deg, #FDFBF7 0%, #FBF7F1 100%);
  overflow-x:hidden;
}

button,
input,
textarea{
  font: inherit;
}

button{
  border:0;
  background:none;
}

.site-bg{
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.12));
}

.site-glow{
  position:fixed;
  pointer-events:none;
  z-index:0;
  filter:blur(80px);
  opacity:.65;
}

.site-glow-a{
  top:-120px;
  right:-120px;
  width:440px;
  height:440px;
  background:rgba(230, 217, 192, .75);
  border-radius:50%;
}

.site-glow-b{
  left:-100px;
  bottom:-100px;
  width:420px;
  height:420px;
  background:rgba(241, 234, 221, .85);
  border-radius:50%;
}

.site-noise{
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.045;
  background-image:
    linear-gradient(rgba(0,0,0,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.08) 1px, transparent 1px);
  background-size:4px 4px;
}

.shell{
  position:relative;
  z-index:1;
  width:calc(100% - 40px);
  max-width:1820px;
  margin:16px auto 30px;
}

.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
  padding:6px 4px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.brand-monogram{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-family:"Playfair Display", serif;
  font-size:30px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(26,26,26,.08);
  box-shadow:var(--shadow-soft);
}

.brand-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.brand-copy strong{
  font-size:17px;
  font-weight:600;
  letter-spacing:.01em;
}

.brand-overline{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--ink-muted);
}

.status-pill{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(26,26,26,.08);
  color:var(--ink-soft);
  font-size:13px;
  font-weight:600;
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.hero{
  position:relative;
  overflow:hidden;
}

.hero-full{
  min-height:clamp(440px, 62vh, 640px);
  border-radius:40px;
  margin-bottom:18px;
  border:1px solid rgba(26,26,26,.05);
  box-shadow:var(--shadow-card);
  background:
    radial-gradient(circle at 14% 24%, rgba(255,255,255,.95), transparent 18%),
    radial-gradient(circle at 82% 14%, rgba(232,219,194,.82), transparent 18%),
    radial-gradient(circle at 72% 78%, rgba(223,205,173,.38), transparent 18%),
    linear-gradient(135deg, #F2EADF 0%, #FBF7F1 40%, #EDE2D0 100%);
}

.hero-backdrop{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.02)),
    url("/static/hero-salon.png") center center / cover no-repeat;
  opacity:.40;
}

.hero-inner{
  position:relative;
  z-index:1;
  min-height:clamp(440px, 62vh, 640px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:clamp(28px, 4.2vw, 64px);
}

.hero-copy{
  max-width:min(780px, 100%);
}

.eyebrow{
  margin:0 0 14px;
  color:var(--ink-muted);
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.20em;
}

.hero h1{
  margin:0;
  font-family:"Playfair Display", serif;
  font-size:clamp(2.2rem, 3.6vw, 3.9rem);
  line-height:1.02;
  letter-spacing:-.025em;
  max-width:760px;
}

.hero-text{
  margin:18px 0 0;
  max-width:640px;
  color:var(--ink-soft);
  font-size:clamp(.95rem, 1.05vw, 1.05rem);
  line-height:1.7;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.cta-btn{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-width:240px;
  padding:14px 18px;
  border-radius:999px;
  cursor:pointer;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
  overflow:hidden;
}

.cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-hover);
}

.cta-btn:active{
  transform:translateY(0);
}

.cta-dark{
  color:#fff;
  background:linear-gradient(135deg, #1B1B1B 0%, #2B241D 100%);
  box-shadow:var(--shadow-card);
}

.cta-light{
  color:var(--ink);
  background:rgba(255,255,255,.62);
  border:1px solid rgba(199,174,123,.55);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.cta-icon{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:inline-flex;
}

.cta-icon svg{
  width:100%;
  height:100%;
}

.cta-content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
}

.cta-title{
  font-size:.95rem;
  font-weight:700;
}

.cta-subtitle{
  font-size:.8rem;
  opacity:.8;
}

.voice-mini-wave{
  margin-left:auto;
  display:flex;
  align-items:flex-end;
  gap:3px;
  height:18px;
}

.voice-mini-wave i{
  width:3px;
  border-radius:999px;
  background:currentColor;
  opacity:.55;
  animation:miniWave 1.15s ease-in-out infinite;
}

.voice-mini-wave i:nth-child(1){ height:7px; animation-delay:0s; }
.voice-mini-wave i:nth-child(2){ height:14px; animation-delay:.15s; }
.voice-mini-wave i:nth-child(3){ height:9px; animation-delay:.3s; }

@keyframes miniWave{
  0%,100%{ transform:scaleY(.8); opacity:.35; }
  50%{ transform:scaleY(1.15); opacity:.9; }
}

.hero-floating-card{
  position:absolute;
  right:clamp(20px, 2.4vw, 36px);
  bottom:clamp(20px, 2.4vw, 32px);
  max-width:260px;
  padding:14px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(26,26,26,.06);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.hero-floating-card .mini-label{
  display:block;
  margin-bottom:6px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--ink-muted);
}

.hero-floating-card strong{
  display:block;
  font-family:"Playfair Display", serif;
  font-size:clamp(1.05rem, 1.4vw, 1.4rem);
  line-height:1.15;
  font-weight:600;
}

.quickbar{
  display:flex;
  justify-content:flex-end;
  margin-bottom:18px;
}

.mini-action{
  min-height:46px;
  padding:12px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.52);
  border:1px solid rgba(26,26,26,.08);
  color:var(--ink);
  font-weight:600;
  cursor:pointer;
  box-shadow:var(--shadow-soft);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.mini-action:hover{
  transform:translateY(-1px);
  box-shadow:var(--shadow-card);
}

.assistant-zone{
  display:grid;
}

.panel{
  border-radius:36px;
  padding:28px;
  background:rgba(255,255,255,.44);
  border:1px solid rgba(26,26,26,.07);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.panel.hidden{
  display:none;
}

.panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}

.panel-kicker{
  margin:0 0 8px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--ink-muted);
  font-weight:700;
}

.panel-head h2{
  margin:0;
  font-family:"Playfair Display", serif;
  font-size:2rem;
  font-weight:600;
  letter-spacing:-.02em;
}

.panel-desc{
  max-width:500px;
  margin:0;
  color:var(--ink-soft);
  line-height:1.75;
  text-align:right;
}

.chat-modal{
  border-radius:32px;
  padding:18px;
  background:var(--glass);
  border:1px solid rgba(255,255,255,.55);
  box-shadow:var(--shadow-card);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.chat-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:4px 6px 16px;
  border-bottom:1px solid rgba(26,26,26,.06);
  margin-bottom:16px;
}

.chat-modal-kicker{
  display:block;
  margin-bottom:4px;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--ink-muted);
}

.chat-modal-head strong{
  font-family:"Playfair Display", serif;
  font-size:1.5rem;
  font-weight:600;
}

.messages{
  min-height:380px;
  max-height:58vh;
  overflow:auto;
  display:grid;
  gap:14px;
  padding-right:6px;
}

.messages::-webkit-scrollbar,
.voice-card p::-webkit-scrollbar,
textarea::-webkit-scrollbar{
  width:10px;
}

.messages::-webkit-scrollbar-thumb,
.voice-card p::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb{
  background:rgba(199,174,123,.42);
  border-radius:999px;
}

.message{
  max-width:min(78%, 760px);
  border-radius:26px;
  padding:18px 20px;
  box-shadow:0 12px 30px rgba(28,21,12,.06);
  border:1px solid rgba(26,26,26,.05);
}

.message.user{
  margin-left:auto;
  background:linear-gradient(180deg, rgba(32,32,32,.98), rgba(22,22,22,.95));
  color:#fff;
}

.message.assistant{
  margin-right:auto;
  background:rgba(255,255,255,.72);
  color:var(--ink);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.message-role{
  margin-bottom:8px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:800;
  opacity:.7;
}

.message-body{
  white-space:pre-wrap;
  line-height:1.8;
  font-size:.98rem;
}

.composer{
  margin-top:18px;
}

.composer-box{
  padding:12px;
  border-radius:24px;
  background:rgba(255,255,255,.6);
  border:1px solid rgba(26,26,26,.07);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}

.composer textarea{
  width:100%;
  min-height:108px;
  resize:vertical;
  border:0;
  outline:none;
  background:transparent;
  color:var(--ink);
  padding:10px 12px;
  border-radius:18px;
  line-height:1.75;
}

.composer textarea::placeholder{
  color:#8b8277;
}

.composer-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:14px;
  flex-wrap:wrap;
}

.speak-toggle{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--ink-soft);
  font-weight:600;
}

.speak-toggle input{
  accent-color:#1A1A1A;
}

.send-btn{
  min-width:150px;
  min-height:52px;
  padding:12px 20px;
  border-radius:999px;
  background:linear-gradient(135deg, #1A1A1A 0%, #2A241F 100%);
  color:#fff;
  font-weight:700;
  cursor:pointer;
  box-shadow:var(--shadow-card);
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.send-btn:hover{
  transform:translateY(-1px);
  box-shadow:var(--shadow-hover);
  filter:brightness(1.02);
}

.send-btn:disabled{
  opacity:.55;
  cursor:not-allowed;
  transform:none;
  box-shadow:none;
}

.glass-card{
  background:var(--glass);
  border:1px solid rgba(255,255,255,.52);
  box-shadow:var(--shadow-card);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.voice-stage{
  position:relative;
  border-radius:32px;
  padding:34px 20px 26px;
  overflow:hidden;
}

.voice-stage-core{
  position:absolute;
  inset:50% auto auto 50%;
  width:260px;
  height:260px;
  transform:translate(-50%, -50%);
  border-radius:50%;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.7), rgba(231, 216, 190, .28) 45%, transparent 70%);
  filter:blur(2px);
  pointer-events:none;
}

.voice-actions{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.voice-btn{
  position:relative;
  min-height:58px;
  padding:14px 20px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-weight:700;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease, background .2s ease;
}

.voice-btn:hover{
  transform:translateY(-1px);
}

.voice-btn:disabled{
  opacity:.55;
  cursor:not-allowed;
  transform:none;
  box-shadow:none;
}

.voice-btn-main{
  min-width:280px;
  color:#fff;
  background:linear-gradient(135deg, #1A1A1A 0%, #322B25 100%);
  box-shadow:var(--shadow-card);
}

.voice-btn-ghost{
  color:var(--ink);
  background:rgba(255,255,255,.65);
  border:1px solid rgba(26,26,26,.08);
  box-shadow:var(--shadow-soft);
}

.voice-btn-icon{
  width:22px;
  height:22px;
  display:inline-flex;
}

.voice-btn-icon svg{
  width:100%;
  height:100%;
}

.voice-wave{
  margin-left:6px;
  display:none;
  align-items:flex-end;
  gap:4px;
  height:18px;
}

.voice-wave i{
  width:3px;
  background:#fff;
  border-radius:999px;
  animation:voiceWave 1s ease-in-out infinite;
}

.voice-wave i:nth-child(1){height:8px;animation-delay:0s;}
.voice-wave i:nth-child(2){height:15px;animation-delay:.12s;}
.voice-wave i:nth-child(3){height:11px;animation-delay:.24s;}
.voice-wave i:nth-child(4){height:17px;animation-delay:.36s;}

@keyframes voiceWave{
  0%,100%{ transform:scaleY(.75); opacity:.35; }
  50%{ transform:scaleY(1.12); opacity:1; }
}

.voice-btn-main.is-listening .voice-wave{
  display:flex;
}

.voice-hint{
  position:relative;
  z-index:1;
  margin:18px 0 0;
  text-align:center;
  color:var(--ink-soft);
  font-weight:600;
}

.voice-panels{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}

.voice-card{
  padding:20px;
  border-radius:24px;
}

.voice-card h3{
  margin:0 0 10px;
  font-family:"Playfair Display", serif;
  font-size:1.45rem;
  font-weight:600;
}

.voice-card p{
  margin:0;
  color:var(--ink-soft);
  line-height:1.8;
  white-space:pre-wrap;
}

@media (max-width: 1100px){
  .hero-full{
    min-height:520px;
  }

  .hero-inner{
    min-height:520px;
  }

  .panel-head{
    flex-direction:column;
  }

  .panel-desc{
    text-align:left;
  }
}

@media (max-width: 900px){
  .shell{
    width:calc(100% - 20px);
    margin:12px auto 24px;
  }

  .topbar{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
    margin-bottom:10px;
  }

  .hero-full{
    min-height:auto;
    border-radius:30px;
  }

  .hero-backdrop{
    opacity:.28;
  }

  .hero-inner{
    min-height:auto;
    padding:28px 18px 96px;
  }

  .hero h1{
    font-size:clamp(1.9rem, 7.5vw, 2.8rem);
    max-width:100%;
  }

  .hero-text{
    max-width:100%;
  }

  .hero-actions{
    flex-direction:column;
    width:100%;
  }

  .cta-btn{
    width:100%;
    min-width:0;
  }

  .hero-floating-card{
    right:18px;
    left:18px;
    bottom:18px;
    max-width:none;
    padding:16px 18px;
    border-radius:22px;
  }

  .quickbar{
    justify-content:stretch;
  }

  .mini-action{
    width:100%;
  }

  .panel{
    padding:18px;
    border-radius:26px;
  }

  .chat-modal{
    padding:14px;
    border-radius:24px;
  }

  .messages{
    min-height:300px;
    max-height:50vh;
  }

  .message{
    max-width:100%;
  }

  .composer-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .send-btn{
    width:100%;
  }

  .voice-panels{
    grid-template-columns:1fr;
  }

  .voice-actions{
    flex-direction:column;
  }

  .voice-btn{
    width:100%;
  }
}

@media (max-width: 560px){
  .brand-monogram{
    width:46px;
    height:46px;
    font-size:26px;
  }

  .brand-copy strong{
    font-size:15px;
  }

  .status-pill{
    width:100%;
    justify-content:center;
  }

  .hero-inner{
    padding:24px 16px 90px;
  }

  .eyebrow{
    font-size:10px;
  }

  .hero-text{
    font-size:.97rem;
    line-height:1.7;
  }

  .panel-head h2{
    font-size:1.7rem;
  }

  .chat-modal-head strong{
    font-size:1.28rem;
  }

  .voice-card h3{
    font-size:1.22rem;
  }
}

.cta-whatsapp{
  color:#fff;
  background:linear-gradient(135deg, #178A57 0%, #25D366 100%);
  box-shadow:var(--shadow-card);
}

.cta-whatsapp:hover{
  filter:brightness(1.03);
}

.cta-btn.is-disabled,
.cta-btn[aria-disabled="true"]{
  opacity:.56;
  pointer-events:none;
  cursor:not-allowed;
  box-shadow:none;
}

.channel-note{
  margin:16px 0 0;
  font-size:.95rem;
  color:var(--ink-soft);
  max-width:680px;
}
@media (max-width: 1280px){
  .hero-inner{
    align-items:stretch;
    padding-bottom:32px;
  }

  .hero-copy{
    max-width:100%;
  }

  .hero-actions{
    width:100%;
    max-width:100%;
  }

  .hero-floating-card{
    position:static;
    right:auto;
    left:auto;
    bottom:auto;
    margin-top:24px;
    align-self:flex-end;
    width:min(100%, 420px);
    max-width:100%;
  }
}

@media (max-width: 900px){
  .hero-inner{
    padding:28px 18px 28px;
  }

  .hero-actions{
    flex-direction:column;
    width:100%;
  }

  .cta-btn{
    width:100%;
    min-width:0;
  }

  .hero-floating-card{
    position:static;
    margin-top:20px;
    width:100%;
    max-width:100%;
    align-self:stretch;
  }
}

@media (max-width: 560px){
  .hero-inner{
    padding:24px 16px 24px;
  }

  .hero-floating-card strong{
    font-size:clamp(1.1rem, 7vw, 1.5rem);
    line-height:1.12;
  }

  .cta-content{
    min-width:0;
  }

  .cta-title,
  .cta-subtitle{
    word-break:break-word;
  }
}

/* ---------- CTA Teléfono fijo ---------- */
.cta-phone{
  color:var(--ink);
  background:rgba(255,255,255,.78);
  border:1px solid rgba(199,174,123,.55);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.cta-phone .cta-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  border-radius:50%;
  background:linear-gradient(135deg, #C7AE7B 0%, #E8DCC6 100%);
  color:#1A1A1A;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}

.cta-phone .cta-icon svg{
  width:16px;
  height:16px;
}

.cta-phone:hover{
  filter:brightness(1.02);
}

.inline-phone{
  color:var(--ink);
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid var(--gold);
  white-space:nowrap;
}

.inline-phone:hover{
  color:var(--gold);
}

.channel-note-phone{
  margin-top:6px;
}

/* ---------- Catálogo de servicios ---------- */
.catalog{
  position:relative;
  margin:30px 0 26px;
  padding:clamp(28px, 4vw, 56px);
  border-radius:48px;
  border:1px solid rgba(26,26,26,.06);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.85), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(232,219,194,.55), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.62) 0%, rgba(247,242,234,.72) 100%);
  box-shadow:var(--shadow-card);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  overflow:hidden;
}

.catalog::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:47px;
  pointer-events:none;
  background:
    radial-gradient(circle at 90% 0%, rgba(199,174,123,.18), transparent 40%);
}

.catalog-head{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  margin-bottom:34px;
}

.catalog-head-copy{
  max-width:760px;
}

.catalog-head-copy .eyebrow{
  margin-bottom:10px;
}

.catalog-head h2{
  margin:0;
  font-family:"Playfair Display", serif;
  font-size:clamp(2rem, 3.6vw, 3.4rem);
  font-weight:600;
  letter-spacing:-.02em;
  line-height:1.04;
}

.catalog-desc{
  margin:18px 0 0;
  color:var(--ink-soft);
  line-height:1.75;
  max-width:640px;
}

.catalog-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.catalog-meta-pill{
  display:inline-flex;
  align-items:center;
  padding:9px 16px;
  border-radius:999px;
  background:#1A1A1A;
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  box-shadow:var(--shadow-soft);
}

.catalog-meta-pill-soft{
  background:rgba(255,255,255,.7);
  color:var(--ink-soft);
  border:1px solid rgba(26,26,26,.08);
}

.catalog-groups{
  position:relative;
  display:grid;
  gap:36px;
}

.catalog-group{
  display:grid;
  grid-template-columns:minmax(220px, 280px) 1fr;
  gap:30px;
  align-items:start;
}

.catalog-group-head{
  position:sticky;
  top:24px;
  padding:22px;
  border-radius:26px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(26,26,26,.06);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.catalog-group-tag{
  display:inline-block;
  padding:6px 12px;
  margin-bottom:12px;
  border-radius:999px;
  background:linear-gradient(135deg, #C7AE7B 0%, #E8DCC6 100%);
  color:#1A1A1A;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.catalog-group-head h3{
  margin:0 0 8px;
  font-family:"Playfair Display", serif;
  font-size:1.6rem;
  font-weight:600;
  letter-spacing:-.01em;
}

.catalog-group-head p{
  margin:0;
  color:var(--ink-soft);
  line-height:1.65;
  font-size:.95rem;
}

.service-list{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));
  gap:16px;
  padding:0;
  margin:0;
}

.service-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(26,26,26,.06);
  box-shadow:var(--shadow-soft);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.service-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-hover);
  border-color:rgba(199,174,123,.5);
  background:#fff;
}

.service-card-featured{
  border:1px solid rgba(199,174,123,.55);
  background:
    linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(248,240,225,.85) 100%);
}

.service-badge{
  position:absolute;
  top:14px;
  right:14px;
  padding:5px 10px;
  border-radius:999px;
  background:#1A1A1A;
  color:#fff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.service-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.service-code{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(26,26,26,.06);
  color:var(--ink-soft);
  font-size:11px;
  font-weight:700;
  letter-spacing:.10em;
  font-variant-numeric:tabular-nums;
}

.service-duration{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--ink-muted);
  font-size:.82rem;
  font-weight:600;
}

.service-duration::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--gold);
}

.service-name{
  margin:2px 0 0;
  font-family:"Playfair Display", serif;
  font-size:1.22rem;
  font-weight:600;
  letter-spacing:-.01em;
  line-height:1.18;
  color:var(--ink);
}

.service-desc{
  margin:0;
  color:var(--ink-soft);
  font-size:.92rem;
  line-height:1.6;
}

.service-foot{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-top:12px;
  border-top:1px dashed rgba(26,26,26,.10);
}

.service-price{
  font-family:"Playfair Display", serif;
  font-size:1.6rem;
  font-weight:700;
  letter-spacing:-.01em;
  color:var(--ink);
  font-variant-numeric:tabular-nums;
}

.service-tags{
  font-size:.78rem;
  color:var(--ink-muted);
  text-align:right;
  letter-spacing:.02em;
}

.catalog-note{
  position:relative;
  margin:30px 0 0;
  padding:16px 20px;
  border-radius:20px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(26,26,26,.06);
  color:var(--ink-soft);
  font-size:.95rem;
  line-height:1.7;
}

@media (max-width: 1100px){
  .catalog-group{
    grid-template-columns:1fr;
    gap:18px;
  }

  .catalog-group-head{
    position:static;
  }
}

@media (max-width: 900px){
  .catalog{
    padding:24px;
    border-radius:30px;
  }

  .catalog-head{
    flex-direction:column;
    align-items:flex-start;
    margin-bottom:24px;
  }

  .service-list{
    grid-template-columns:1fr;
  }
}

@media (max-width: 560px){
  .catalog{
    padding:20px;
    border-radius:24px;
  }

  .catalog-head h2{
    font-size:1.9rem;
  }

  .catalog-group-head h3{
    font-size:1.35rem;
  }

  .service-name{
    font-size:1.12rem;
  }

  .service-price{
    font-size:1.4rem;
  }
}
