:root {
  --ink: #2b1526;
  --muted: #76586b;
  --pink: #ed3d86;
  --pink-dark: #a91759;
  --rose: #fff1f7;
  --line: rgba(87, 26, 58, .12);
  --white: rgba(255, 255, 255, .92);
  --shadow: 0 18px 50px rgba(83, 19, 54, .15);
  --wine: #6f1746;
  --wine-deep: #3a0d29;
  --gold: #f0b95f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(ellipse 900px 620px at 88% -10%, rgba(237,61,134,.22), transparent 60%),
    radial-gradient(ellipse 700px 500px at -10% 15%, rgba(111,23,70,.18), transparent 55%),
    radial-gradient(ellipse 1000px 700px at 50% 120%, rgba(169,23,89,.16), transparent 60%),
    linear-gradient(135deg, rgba(255,246,250,.97), rgba(255,231,242,.92)),
    url("../assets/phone-accent.png") right 6rem top 5rem / min(42vw, 560px) auto no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, var(--wine-deep) 0%, var(--wine) 45%, var(--pink) 100%);
  box-shadow: 0 8px 30px rgba(67, 12, 43, .28);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'><path d='M260 40c60 25 90 90 78 155-9 46-42 82-42 128 0 30 18 45 18 45H90s24-20 24-55c0-40-30-70-38-112C62 138 96 68 165 45c30-10 65-13 95-5z' fill='rgba(255,255,255,0.05)'/></svg>") right -40px top -20px / 340px auto no-repeat;
  pointer-events: none;
}
.site-header::after {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  right: -120px; top: -220px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255,255,255,.06), 0 0 0 60px rgba(255,255,255,.04);
}
.header-inner { max-width: 1180px; margin: auto; padding: 1.2rem 1.25rem 1.55rem; position: relative; z-index: 1; }
.topline { display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.brand { display:flex; align-items:center; gap:.8rem; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 42px; height: 42px; display:grid; place-items:center; border-radius: 14px; background: rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.3); font-size: 1.1rem; }
.brand-text small { display:block; color: rgba(255,255,255,.7); font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; }
.brand-text strong { font-size:1.08rem; }
.header-nav { display:flex; gap:.55rem; flex-wrap:wrap; }
.header-nav a { padding:.52rem .8rem; color:rgba(255,255,255,.88); border-radius:999px; font-size:.88rem; }
.header-nav a:hover { background:rgba(255,255,255,.14); color:#fff; }
.hero-copy { max-width: 700px; padding: 2.2rem 0 .35rem; }
.hero-kicker { margin:0 0 .5rem; color:#ffb9d8; font-weight:700; text-transform:uppercase; letter-spacing:.16em; font-size:.72rem; }
.hero-copy h1 { margin:0; font-size:clamp(2rem, 5vw, 4rem); line-height:1.03; letter-spacing:-.055em; }
.hero-copy p { max-width: 610px; margin:1rem 0 0; color:rgba(255,255,255,.78); font-size:1.04rem; }

.container { max-width: 1180px; margin: 0 auto; padding: 1.6rem 1.25rem 3.5rem; }
.area-select { display:flex; gap:.55rem; flex-wrap:wrap; padding:.85rem; background:rgba(255,255,255,.7); border:1px solid var(--line); border-radius:20px; box-shadow: 0 8px 25px rgba(95,25,61,.06); backdrop-filter: blur(12px); }
.area-btn { padding:.55rem .9rem; border:1px solid var(--line); border-radius:999px; background:#fff; color:var(--muted); font-weight:650; font-size:.88rem; transition:.2s ease; }
.area-btn:hover, .area-btn.active { color:#fff; border-color:var(--pink); background:var(--pink); box-shadow:0 6px 15px rgba(237,61,134,.22); }
.profiles { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:1.2rem; margin-top:1.45rem; }
.card { overflow:hidden; border:1px solid rgba(91, 25, 60, .1); border-radius:22px; background:rgba(255,255,255,.89); box-shadow:var(--shadow); transition:transform .2s ease, box-shadow .2s ease; }
.card:hover { transform:translateY(-5px); box-shadow:0 24px 55px rgba(83,19,54,.22); }
.card-image { display:block; width:100%; aspect-ratio: 4 / 3; object-fit:cover; background:linear-gradient(135deg,var(--pink),var(--wine)); }
.card-content { display:flex; flex-direction:column; justify-content:space-between; min-height:150px; padding:1rem 1rem 1.05rem; }
.card-title { margin:0; color:var(--pink-dark); font-size:1.15rem; }
.card-text { margin:.38rem 0 .9rem; color:var(--muted); font-size:.9rem; }
.card-area { padding-top:.7rem; border-top:1px solid var(--line); color:#8b5b74; font-size:.82rem; }
.card-area i { color:var(--pink); margin-right:.3rem; }
.pagination { display:flex; justify-content:center; gap:.45rem; margin:2rem 0; flex-wrap:wrap; }
.pagination a { min-width:38px; height:38px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; background:#fff; color:var(--muted); font-weight:700; }
.pagination a:hover, .pagination a.active { color:#fff; border-color:var(--pink); background:var(--pink); }
.faq { max-width: 900px; margin: 2rem auto 0; padding:1.45rem; border:1px solid var(--line); border-radius:24px; background:rgba(255,255,255,.75); box-shadow:0 12px 35px rgba(95,25,61,.08); }
.faq h1 { margin:.1rem 0 1rem; font-size:1.65rem; }
.faq-item { padding:1rem 0; border-top:1px solid var(--line); }
.faq-question { font-weight:800; color:var(--pink-dark); }
.faq-answer { margin-top:.45rem; color:var(--muted); }

.profile-container { display:grid; grid-template-columns:minmax(280px, .9fr) minmax(0, 1.1fr); gap:2rem; align-items:start; padding:1.3rem; border:1px solid var(--line); border-radius:28px; background:rgba(255,255,255,.82); box-shadow:var(--shadow); }
.profile-image img { display:block; width:100%; max-height:650px; object-fit:cover; border-radius:20px; }
.profile-content h1 { margin:.25rem 0 1rem; font-size:clamp(1.8rem, 4vw, 3.1rem); line-height:1.08; letter-spacing:-.04em; }
.profile-description, .profile-services, .profile-pricing { margin-top:1.2rem; padding:1rem 1.1rem; border:1px solid var(--line); border-radius:18px; background:rgba(255,247,251,.72); }
.profile-services h3, .profile-pricing h3 { margin:0 0 .5rem; color:var(--pink-dark); }
.profile-services ul { margin:.3rem 0 0; padding-left:1.2rem; }
.profile-services li::marker { color:var(--pink); }
.cta-button { border:0; border-radius:999px; padding:.9rem 1.3rem; margin-top:1.3rem; color:#fff; background:linear-gradient(135deg,var(--pink),#a91759); box-shadow:0 10px 24px rgba(169,23,89,.26); font-weight:800; cursor:pointer; }
.cta-button:hover { filter:brightness(1.08); transform:translateY(-1px); }
.cta-button a { color:#fff; }
.site-footer { position: relative; margin-top:1rem; padding:2rem 1.25rem; color:rgba(255,255,255,.75); background: linear-gradient(120deg, var(--wine-deep), #23081a); text-align:center; overflow: hidden; }
.site-footer::before { content:""; position:absolute; inset:0; background: linear-gradient(90deg, transparent, var(--pink), transparent); height:2px; top:0; opacity:.6; }
.site-footer strong { color:#fff; letter-spacing:.01em; }

@media (max-width: 980px) { .profiles { grid-template-columns:repeat(3, minmax(0,1fr)); } }
@media (max-width: 720px) { .topline { align-items:flex-start; flex-direction:column; } .header-nav { width:100%; } .profiles { grid-template-columns:repeat(2, minmax(0,1fr)); gap:.85rem; } .profile-container { grid-template-columns:1fr; padding:.85rem; } }
@media (max-width: 460px) { .profiles { grid-template-columns:1fr; } .hero-copy { padding-top:1.5rem; } .card-content { min-height:unset; } }
@media print { body { background:#fff; } .site-header { color:#000; background:#fff; box-shadow:none; border-bottom:2px solid #222; } .hero-copy p, .hero-kicker { color:#333; } .header-nav, .area-select, .pagination, .cta-button { display:none; } .card, .profile-container, .faq { box-shadow:none; background:#fff; } .site-footer { color:#000; background:#fff; border-top:1px solid #222; } }