/* =========================================================
   AD SMILE ARCH — salon.css  ·  "The Smile Studio"
   Innovative beauty palette: porcelain · berry-plum ·
   terracotta-rose · sage-mint · brass + iridescent accent.
   Loaded on <body class="salon">. NO medical framing.
   ========================================================= */

.salon{
  --bg:#faf6f2; --bg-2:#f3eae4; --warm:#efe2d8;
  --ink:#2a1722;            /* deep aubergine ink — crisp on porcelain */
  --ink-soft:#6c5560;       /* readable secondary */
  --line:#e7dad2;
  --plum:#5e2a3b; --plum-deep:#431e2b;
  --rose:#c97b6b; --rose-deep:#a85a4e;
  --mint:#8fb8a6; --mint-deep:#5e8c77;
  --gold:#c9a227; --gold-soft:#e6c878;
  --irid:linear-gradient(120deg,#f6d8c9 0%,#eccfe2 50%,#d2e6dc 100%);
  --irid-soft:linear-gradient(120deg,rgba(246,216,201,.5),rgba(236,207,226,.5),rgba(210,230,220,.5));
  background:var(--bg);color:var(--ink);font-weight:400;
}
.salon::before{opacity:.025}
.salon ::selection{background:var(--rose);color:#fff}
.salon ::-webkit-scrollbar-track{background:var(--bg)}
.salon ::-webkit-scrollbar-thumb{background:linear-gradient(var(--rose),var(--plum));border:3px solid var(--bg)}

/* fonts: Fraunces display + Jost body */
.salon h1,.salon h2,.salon h3,.salon h4,.salon h5{font-family:'Fraunces',serif;font-weight:600;letter-spacing:-.01em;color:var(--ink)}
.salon .script{font-family:'Pinyon Script',cursive}
.salon .eyebrow{color:var(--rose-deep);font-weight:600;font-size:.72rem}
.salon .eyebrow::before{background:linear-gradient(90deg,transparent,var(--rose))}
.salon .eyebrow.center::before{background:linear-gradient(90deg,transparent,var(--rose))}
.salon .eyebrow.center::after{background:linear-gradient(90deg,var(--rose),transparent)}
.salon .sec-title{color:var(--ink)}
.salon .sec-title em{color:var(--rose-deep)}
.salon .sec-sub{color:var(--ink-soft);font-size:1.08rem}

/* glitter palette on light bg — visible rose+gold */
.salon .glitter .g{--g-color:#e6c878;--g-glow:rgba(201,123,107,.55)}
.salon .glitter .g.spark{--g-color:#c97b6b;--g-glow:rgba(94,42,59,.4)}

/* buttons */
.salon .btn-solid{background:var(--plum);color:#fff5ef;border-radius:44px;padding:16px 34px;
  display:inline-flex;align-items:center;gap:10px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;
  transition:.45s var(--ease);box-shadow:0 16px 34px -18px rgba(94,42,59,.7)}
.salon .btn-solid:hover{background:var(--rose-deep);transform:translateY(-3px);box-shadow:0 22px 44px -16px rgba(168,90,78,.7)}
.salon .btn-line{border:1.5px solid var(--plum);color:var(--plum);border-radius:44px;padding:15px 32px;
  display:inline-flex;align-items:center;gap:10px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;transition:.45s var(--ease)}
.salon .btn-line:hover{background:var(--plum);color:#fff5ef;transform:translateY(-3px)}

/* ===== NAV ===== */
.salon header.scrolled{background:rgba(250,246,242,.9);box-shadow:0 1px 0 var(--line),0 16px 40px -30px rgba(94,42,59,.3)}
.salon .logo .lt b{background:linear-gradient(135deg,var(--rose-deep),var(--plum));-webkit-background-clip:text;background-clip:text;color:transparent}
.salon .logo .lt span{color:var(--ink-soft)}
.salon .navlinks a{color:#4a3640;font-weight:500}
.salon .navlinks a::after{background:var(--rose)}
.salon .navlinks a:hover{color:var(--rose-deep)}
.salon .nav-cta{border-color:var(--plum);color:var(--plum);font-weight:500}
.salon .nav-cta:hover{background:var(--plum);color:#fff5ef;box-shadow:0 8px 22px -8px rgba(94,42,59,.5)}
.salon .burger span{background:var(--plum)}
.salon .navlinks.mobile{background:rgba(250,246,242,.98);border-left:1px solid var(--line)}
.salon .navlinks.mobile a{border-bottom:1px solid var(--line)}

/* ===== HERO ===== */
.s-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:130px 0 70px;overflow:hidden}
.s-hero-bg{position:absolute;inset:0;z-index:0;background:
   radial-gradient(70% 60% at 88% 16%,rgba(236,207,226,.55),transparent 60%),
   radial-gradient(60% 60% at 6% 92%,rgba(210,230,220,.55),transparent 60%),
   radial-gradient(50% 50% at 50% 50%,rgba(246,216,201,.35),transparent 70%),
   linear-gradient(160deg,#faf6f2,#f3eae4)}
.s-hero-bg::after{content:"";position:absolute;width:62vmax;height:62vmax;right:-16vmax;top:-12vmax;
  background:var(--irid);opacity:.55;border-radius:46% 54% 60% 40%/52% 44% 56% 48%;
  filter:blur(8px);animation:morph 18s ease-in-out infinite}
@keyframes morph{0%,100%{border-radius:46% 54% 60% 40%/52% 44% 56% 48%;transform:rotate(0)}50%{border-radius:60% 40% 44% 56%/46% 58% 42% 54%;transform:rotate(12deg)}}
.s-hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.s-hero .eyebrow{margin-bottom:14px}
.salon .makeup-kit{display:flex;gap:14px;align-items:center;margin-bottom:18px}
.salon .makeup-kit svg{width:26px;height:26px;fill:none;stroke:var(--rose-deep);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.salon .makeup-kit svg.spark-ic{fill:var(--gold-soft,#e6c878);stroke:var(--gold-soft,#e6c878);animation:kit-twinkle 1.8s ease-in-out infinite}
@keyframes kit-twinkle{0%,100%{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}
.s-name{font-family:'Fraunces',serif;font-size:clamp(2.9rem,6.6vw,5.1rem);line-height:1;color:var(--ink);font-weight:600}
.s-name em{font-style:italic;font-weight:500;background:linear-gradient(120deg,var(--rose-deep),var(--plum) 60%,var(--rose));-webkit-background-clip:text;background-clip:text;color:transparent}
.s-lead{font-size:1.12rem;color:#4a3b42;max-width:46ch;margin:22px 0 18px;line-height:1.7}
.s-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}
.s-tag{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:9px 18px;border-radius:30px;font-weight:500;
  background:rgba(255,255,255,.7);backdrop-filter:blur(6px);border:1px solid var(--line);color:var(--plum)}
.s-btns{display:flex;gap:14px;flex-wrap:wrap}
.s-right{position:relative;display:flex;justify-content:center}
.s-photo{position:relative;width:min(100%,440px);aspect-ratio:680/900;border-radius:300px 300px 34px 34px;overflow:hidden;
  box-shadow:0 50px 100px -42px rgba(94,42,59,.5);border:9px solid #fff}
.s-photo img{width:100%;height:100%;object-fit:cover;object-position:top center}
.s-leaf{position:absolute;z-index:-1;opacity:.6}
.s-leaf svg{width:150px;height:150px;stroke:var(--mint-deep);fill:none;stroke-width:1}
.s-leaf.l1{top:-34px;left:-34px}
.s-leaf.l2{bottom:-22px;right:-34px;transform:rotate(160deg)}
.s-chip{position:absolute;z-index:3;background:rgba(255,255,255,.82);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.7);
  border-radius:20px;padding:15px 19px;box-shadow:0 24px 50px -24px rgba(94,42,59,.45);display:flex;align-items:center;gap:13px}
.s-chip .em{font-family:'Fraunces';font-weight:600;font-size:1.8rem;line-height:1;
  background:linear-gradient(120deg,var(--rose-deep),var(--plum));-webkit-background-clip:text;background-clip:text;color:transparent}
.s-chip .lbl{font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-soft);max-width:12ch;font-weight:500}
.s-chip.c1{top:8%;left:-6%}
.s-chip.c2{bottom:11%;right:-7%}

/* ===== marquee strip (plum) ===== */
.s-strip{background:var(--plum);overflow:hidden;padding:20px 0}
.s-strip-track{display:flex;gap:54px;width:max-content;animation:slide 30s linear infinite}
.s-strip:hover .s-strip-track{animation-play-state:paused}
@keyframes slide{to{transform:translateX(-50%)}}
.s-strip .it{font-family:'Fraunces';font-style:italic;font-size:1.4rem;color:#f3d9c9;white-space:nowrap;display:inline-flex;align-items:center;gap:16px}
.s-strip .it::after{content:"✦";color:var(--gold-soft);font-style:normal;font-size:.8rem}

/* ===== section bg helpers ===== */
.salon .bg-warm{background:linear-gradient(180deg,#f3eae4,#efe2d8)}
.salon .bg-plain{background:var(--bg)}
.salon .bg-ink{background:linear-gradient(160deg,#3a1f2e,#2a1722)}
.salon .bg-ink .sec-title,.salon .bg-ink h2,.salon .bg-ink h3,.salon .bg-ink h4{color:#fbeef0}
.salon .bg-ink .sec-title em{color:var(--gold-soft)}
.salon .bg-ink .sec-sub,.salon .bg-ink p{color:#e3cdd2}
.salon .bg-ink .eyebrow{color:var(--gold-soft)}
.salon .bg-ink .eyebrow::before,.salon .bg-ink .eyebrow.center::after,.salon .bg-ink .eyebrow.center::before{background:linear-gradient(90deg,transparent,var(--gold-soft))}

/* iridescent hairline divider */
.irid-div{height:3px;width:120px;margin:0 auto;border-radius:3px;background:var(--irid)}

/* ===== ritual ===== */
.s-ritual{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.r-step{position:relative;text-align:center;padding:38px 22px;background:#fff;border-radius:26px;border:1px solid var(--line);
  transition:.5s var(--ease);overflow:hidden}
.r-step::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--irid);transform:scaleX(0);transform-origin:left;transition:.5s var(--ease)}
.r-step:hover{transform:translateY(-10px);box-shadow:0 34px 64px -34px rgba(94,42,59,.4);border-color:transparent}
.r-step:hover::before{transform:scaleX(1)}
.r-step .ring{width:80px;height:80px;margin:0 auto 22px;border-radius:50%;display:grid;place-items:center;
  background:var(--irid);box-shadow:inset 0 0 0 6px #fff}
.r-step .ring svg{width:34px;height:34px;stroke:var(--plum);fill:none;stroke-width:1.4}
.r-step .no{font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rose-deep);margin-bottom:6px;font-weight:600}
.r-step h3{font-size:1.5rem;margin-bottom:8px}
.r-step p{color:var(--ink-soft);font-size:.92rem}

/* ===== experts ===== */
.experts-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.experts-photo{position:relative;border-radius:30px;overflow:hidden;border:9px solid #fff;box-shadow:0 46px 90px -42px rgba(94,42,59,.5)}
.experts-photo img{width:100%;display:block}
.experts-photo .float{position:absolute;bottom:22px;left:22px;right:22px;background:rgba(255,255,255,.86);
  backdrop-filter:blur(10px);border-radius:20px;padding:18px 22px;display:flex;gap:18px;align-items:center}
.experts-photo .float .big{font-family:'Fraunces';font-weight:600;font-size:2.5rem;line-height:1;
  background:linear-gradient(120deg,var(--rose-deep),var(--plum));-webkit-background-clip:text;background-clip:text;color:transparent}
.experts-photo .float .t{font-size:.85rem;color:var(--ink-soft)}
.experts-text h2{font-size:clamp(2rem,4vw,3rem);margin:16px 0 14px}
.experts-text h2 em{font-style:italic;color:var(--rose-deep)}
.experts-text p{color:#4a3b42;margin-bottom:16px;line-height:1.7}
.elist{display:flex;flex-direction:column;gap:12px;margin-top:22px}
.elist li{display:flex;gap:14px;align-items:flex-start}
.elist .ic{flex:0 0 42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--irid)}
.elist .ic svg{width:20px;height:20px;stroke:var(--plum);fill:none;stroke-width:1.6}
.elist b{font-family:'Fraunces';font-weight:600;color:var(--ink);display:block;font-size:1.06rem}
.elist span{font-size:.9rem;color:var(--ink-soft)}

/* ===== signature kit (dark aubergine) ===== */
.kit-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.kit-photo{position:relative;border-radius:30px;overflow:hidden;border:8px solid rgba(255,255,255,.08);box-shadow:0 46px 90px -42px rgba(0,0,0,.6)}
.kit-photo img{width:100%;display:block}
.kit-photo .stamp{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.9);border-radius:30px;padding:8px 18px;
  font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--plum);font-weight:600}
.kit-list{display:flex;flex-direction:column;gap:14px;margin-top:26px}
.kit-list li{display:flex;gap:16px;align-items:flex-start}
.kit-list .ic{flex:0 0 46px;height:46px;border-radius:12px;display:grid;place-items:center;background:rgba(230,200,120,.16);border:1px solid rgba(230,200,120,.4)}
.kit-list .ic svg{width:22px;height:22px;stroke:var(--gold-soft);fill:none;stroke-width:1.5}
.kit-list b{font-family:'Fraunces';font-weight:600;font-size:1.12rem;display:block;color:#fbeef0}
.kit-list span{font-size:.9rem;color:#e3cdd2}
.kit-value{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding:15px 26px;border-radius:14px;
  background:linear-gradient(135deg,var(--gold-soft),var(--gold));color:#2a1722;font-weight:600;letter-spacing:.03em}
.kit-value b{font-family:'Fraunces';font-size:1.4rem}

/* ===== services menu ===== */
.menu{max-width:900px;margin:0 auto}
.menu-row{display:flex;align-items:baseline;gap:18px;padding:24px 0;border-bottom:1px dashed var(--line);transition:.3s}
.menu-row:hover{padding-left:8px}
.menu-row:hover .mr-name{color:var(--rose-deep)}
.mr-name{font-family:'Fraunces';font-weight:600;font-size:1.45rem;color:var(--ink);transition:.3s;white-space:nowrap}
.mr-dots{flex:1;border-bottom:1px dotted #d3c2b8;transform:translateY(-4px)}
.mr-desc{flex:0 0 auto;max-width:40%;font-size:.88rem;color:var(--ink-soft);text-align:right}
.mr-meta{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);white-space:nowrap;font-weight:600}

/* ===== love grid ===== */
.love-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.love{position:relative;padding:36px 28px;background:#fff;border-radius:26px;border:1px solid var(--line);transition:.5s var(--ease);overflow:hidden}
.love::after{content:"";position:absolute;inset:0;border-radius:26px;padding:1.5px;background:var(--irid);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:.5s}
.love:hover{transform:translateY(-10px);box-shadow:0 34px 64px -34px rgba(94,42,59,.4)}
.love:hover::after{opacity:1}
.love .ic{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin-bottom:18px;background:var(--irid)}
.love .ic svg{width:28px;height:28px;stroke:var(--plum);fill:none;stroke-width:1.4}
.love h4{font-size:1.4rem;margin-bottom:8px}
.love p{color:var(--ink-soft);font-size:.92rem}

/* ===== gallery ===== */
.s-gal{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.s-gal a{position:relative;border-radius:22px;overflow:hidden;aspect-ratio:3/4;border:6px solid #fff;box-shadow:0 26px 54px -36px rgba(94,42,59,.45)}
.s-gal img{width:100%;height:100%;object-fit:cover;transition:.7s var(--ease)}
.s-gal a:hover img{transform:scale(1.07)}
.s-gal a::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(94,42,59,.45),transparent 55%);opacity:.55;transition:.4s}
.s-gal a:hover::after{opacity:.2}

/* ===== book band (photo-capable) ===== */
.book-band{position:relative;border-radius:32px;overflow:hidden;padding:64px;text-align:center;background:linear-gradient(160deg,#3a1f2e,#2a1722)}
.book-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.5}
.book-band .ov{position:absolute;inset:0;z-index:1;background:linear-gradient(160deg,rgba(58,31,46,.86),rgba(42,23,34,.92))}
.book-band>*{position:relative;z-index:2}
.book-band .script{color:var(--gold-soft);font-size:2.1rem}
.book-band h2{font-size:clamp(2rem,4.5vw,3.2rem);color:#fbeef0;margin:6px 0 16px}
.book-band p{color:#e3cdd2;max-width:48ch;margin:0 auto 30px}

/* ===== contact ===== */
.s-ct{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:stretch}
.s-ct-info h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 16px}
.s-ct-info h2 em{font-style:italic;color:var(--rose-deep)}
.s-ct-info p{color:#4a3b42;max-width:42ch;margin-bottom:28px}
.s-ct-list{display:flex;flex-direction:column;gap:6px;margin-bottom:28px}
.s-ct-row{display:flex;gap:16px;align-items:center;padding:16px;border-radius:16px;transition:.4s;border:1px solid transparent}
.s-ct-row:hover{background:#fff;border-color:var(--line);box-shadow:0 18px 40px -30px rgba(94,42,59,.4)}
.s-ct-row .ic{flex:0 0 46px;height:46px;border-radius:12px;display:grid;place-items:center;background:var(--irid)}
.s-ct-row .ic svg{width:20px;height:20px;stroke:var(--plum);fill:none;stroke-width:1.6}
.s-ct-row .tx span{display:block;font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:#9a8190}
.s-ct-row .tx b{font-weight:600;color:var(--ink);font-size:1.04rem;font-family:'Fraunces'}
.s-socials{display:flex;gap:12px}
.s-socials a{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff;transition:.4s}
.s-socials a:hover{background:var(--plum);transform:translateY(-4px)}
.s-socials a svg{width:20px;height:20px;fill:var(--plum);transition:.4s}
.s-socials a:hover svg{fill:#fff5ef}
.s-form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:42px;box-shadow:0 34px 80px -44px rgba(94,42,59,.4);position:relative;overflow:hidden}
.s-form::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--irid)}
.s-form h3{font-size:1.8rem;margin-bottom:6px}
.s-form .sm{font-size:.88rem;color:var(--ink-soft);margin-bottom:24px}
.s-form .fg label{display:block;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#9a8190;margin-bottom:8px;font-weight:500}
.s-form .fg{margin-bottom:18px}
.s-form input,.s-form select,.s-form textarea{width:100%;padding:14px 16px;border-radius:12px;background:var(--bg);
  border:1px solid var(--line);color:var(--ink);font-family:'Jost';font-size:.95rem;transition:.3s}
.s-form input:focus,.s-form select:focus,.s-form textarea:focus{outline:none;border-color:var(--rose);box-shadow:0 0 0 3px rgba(201,123,107,.18)}
.s-form textarea{resize:vertical;min-height:90px}
.s-form .btn-solid{width:100%;justify-content:center;margin-top:6px}

/* ===== footer ===== */
.salon footer{background:linear-gradient(160deg,#3a1f2e,#2a1722);border-top:1px solid rgba(230,200,120,.22)}
.salon .foot-grid p{color:#cdb4bc}
.salon .foot-grid h5{color:var(--gold-soft)}
.salon .foot-grid a{color:#cdb4bc}
.salon .foot-grid a:hover{color:var(--gold-soft)}
.salon .foot-bot{border-top:1px solid rgba(230,200,120,.14);color:#a98c98}
.salon .foot-bot .gold-txt{background:linear-gradient(135deg,var(--gold-soft),var(--rose));-webkit-background-clip:text;background-clip:text;color:transparent}
.salon .logo .lt span{color:#cdb4bc}

/* responsive */
@media(max-width:1000px){
  .s-hero .wrap,.experts-grid,.kit-grid,.s-ct{grid-template-columns:1fr}
  .s-right{order:-1;margin-bottom:14px}
  .s-ritual{grid-template-columns:1fr 1fr}
  .love-grid,.s-gal{grid-template-columns:1fr 1fr}
  .s-chip.c1{left:0}.s-chip.c2{right:0}
  .mr-desc{display:none}
}
@media(max-width:600px){
  .s-ritual,.love-grid,.s-gal{grid-template-columns:1fr}
  .book-band,.s-form{padding:30px}
  .menu-row{flex-wrap:wrap;gap:8px}
  .mr-dots{display:none}
}

/* =========================================================
   ADD-ON: gradient button + illustrated transformation
   ========================================================= */
.salon .btn-grad{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;border-radius:44px;
  font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#fff5ef;
  background:linear-gradient(120deg,var(--rose) 0%,var(--plum) 70%);background-size:160% 160%;
  box-shadow:0 18px 38px -16px rgba(94,42,59,.65);transition:.45s var(--ease)}
.salon .btn-grad:hover{transform:translateY(-3px);background-position:100% 0;box-shadow:0 24px 48px -16px rgba(168,90,78,.7)}

/* illustrated before/after */
.ill-band{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.ill-stage{position:relative;background:#fff;border-radius:28px;padding:30px;border:1px solid var(--line);
  box-shadow:0 40px 80px -44px rgba(94,42,59,.4)}
.ill-stage::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;border-radius:28px 28px 0 0;background:var(--irid)}
.ill-stage svg{width:100%;height:auto;display:block}
.ill-cap{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding:0 8px}
.ill-cap span{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}
.ill-cap b{font-family:'Fraunces';font-weight:600;color:var(--rose-deep);font-size:1.05rem}
.ill-text h2{font-size:clamp(2rem,4vw,3rem);margin:16px 0 0}
.ill-text h2 em{font-style:italic;color:var(--rose-deep)}
.ill-points{display:flex;flex-direction:column;gap:14px;margin-top:24px}
.ill-points li{display:flex;gap:14px;align-items:flex-start}
.ill-points .pn{flex:0 0 34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--irid)}
.ill-points .pn svg{width:18px;height:18px;stroke:var(--plum);fill:none;stroke-width:2}
.ill-points b{font-family:'Fraunces';font-weight:600;color:var(--ink);display:block;font-size:1.04rem}
.ill-points span{font-size:.9rem;color:var(--ink-soft)}
@media(max-width:1000px){.ill-band{grid-template-columns:1fr;gap:36px}}

/* ── Makeup side icons by the journey title ── */
.salon .mk-script-row{display:inline-flex;align-items:center;gap:14px;justify-content:center}
.salon .mk-side{width:24px;height:24px;flex:none;fill:none;stroke:var(--rose);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:.85;animation:mk-bob 3s ease-in-out infinite}
.salon .mk-side:last-child{animation-delay:1.5s}
@keyframes mk-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}

/* ── Reusable makeup-tools corner decorations (all sections) ── */
.salon .mk-corner{position:absolute;width:120px;height:140px;pointer-events:none;z-index:0;opacity:.5;
  background-repeat:no-repeat;background-size:contain}
.salon .mk-tr{top:18px;right:20px}
.salon .mk-bl{bottom:18px;left:20px;transform:scaleX(-1)}
.salon .sec,.salon .mission{position:relative;overflow:hidden}
.salon .bg-ink .mk-corner{opacity:.55}
/* ── Per-section distinct makeup products ── */
.salon [data-mk="kajal"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M30%2028%20L96%2096%22%2F%3E%3Cpath%20d%3D%22M28%2030%20l-8%208%2014%2014%208%20-8z%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M96%2096%20l8%2012%20-12%20-8z%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14%2096%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%22104%22%20cy%3D%2234%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="kajal"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M30%2028%20L96%2096%22%2F%3E%3Cpath%20d%3D%22M28%2030%20l-8%208%2014%2014%208%20-8z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M96%2096%20l8%2012%20-12%20-8z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14%2096%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%22104%22%20cy%3D%2234%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="mascara"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2248%22%20y%3D%2270%22%20width%3D%2220%22%20height%3D%2246%22%20rx%3D%224%22%2F%3E%3Cline%20x1%3D%2258%22%20y1%3D%2270%22%20x2%3D%2258%22%20y2%3D%2222%22%2F%3E%3Cpath%20d%3D%22M58%2024%20l7%205%20-7%205%207%205%20-7%205%207%205%20-7%205%207%205%20-7%205%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M100%2030%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%22100%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="mascara"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2248%22%20y%3D%2270%22%20width%3D%2220%22%20height%3D%2246%22%20rx%3D%224%22%2F%3E%3Cline%20x1%3D%2258%22%20y1%3D%2270%22%20x2%3D%2258%22%20y2%3D%2222%22%2F%3E%3Cpath%20d%3D%22M58%2024%20l7%205%20-7%205%207%205%20-7%205%207%205%20-7%205%207%205%20-7%205%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M100%2030%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%22100%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="blush"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2256%22%20cy%3D%2264%22%20r%3D%2230%22%2F%3E%3Ccircle%20cx%3D%2256%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%20opacity%3D%220.4%22%2F%3E%3Cpath%20d%3D%22M40%2026%20Q56%2012%2072%2026%22%20%2F%3E%3Cpath%20d%3D%22M104%2096%20l2.5%205%205%202.5%20-5%202.5%20-2.5%205%20-2.5%20-5%20-5%20-2.5%205%20-2.5z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2240%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="blush"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2256%22%20cy%3D%2264%22%20r%3D%2230%22%2F%3E%3Ccircle%20cx%3D%2256%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%20opacity%3D%220.4%22%2F%3E%3Cpath%20d%3D%22M40%2026%20Q56%2012%2072%2026%22%20%2F%3E%3Cpath%20d%3D%22M104%2096%20l2.5%205%205%202.5%20-5%202.5%20-2.5%205%20-2.5%20-5%20-5%20-2.5%205%20-2.5z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2240%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="foundation"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2242%22%20y%3D%2254%22%20width%3D%2234%22%20height%3D%2256%22%20rx%3D%226%22%2F%3E%3Crect%20x%3D%2252%22%20y%3D%2236%22%20width%3D%2214%22%20height%3D%2218%22%20rx%3D%222%22%2F%3E%3Crect%20x%3D%2248%22%20y%3D%2226%22%20width%3D%2222%22%20height%3D%2212%22%20rx%3D%223%22%2F%3E%3Cline%20x1%3D%2259%22%20y1%3D%2226%22%20x2%3D%2259%22%20y2%3D%2214%22%2F%3E%3Cpath%20d%3D%22M48%2014%20h22%22%20%2F%3E%3Cpath%20d%3D%22M104%2040%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%22100%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="foundation"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2242%22%20y%3D%2254%22%20width%3D%2234%22%20height%3D%2256%22%20rx%3D%226%22%2F%3E%3Crect%20x%3D%2252%22%20y%3D%2236%22%20width%3D%2214%22%20height%3D%2218%22%20rx%3D%222%22%2F%3E%3Crect%20x%3D%2248%22%20y%3D%2226%22%20width%3D%2222%22%20height%3D%2212%22%20rx%3D%223%22%2F%3E%3Cline%20x1%3D%2259%22%20y1%3D%2226%22%20x2%3D%2259%22%20y2%3D%2214%22%2F%3E%3Cpath%20d%3D%22M48%2014%20h22%22%20%2F%3E%3Cpath%20d%3D%22M104%2040%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%22100%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="lipstick"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2242%22%20y%3D%2256%22%20width%3D%2226%22%20height%3D%2248%22%20rx%3D%224%22%2F%3E%3Crect%20x%3D%2246%22%20y%3D%2228%22%20width%3D%2218%22%20height%3D%2228%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M48%2028%20Q55%2012%2062%2028%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M100%2096%20l2.5%205%205%202.5%20-5%202.5%20-2.5%205%20-2.5%20-5%20-5%20-2.5%205%20-2.5z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2240%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="lipstick"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2242%22%20y%3D%2256%22%20width%3D%2226%22%20height%3D%2248%22%20rx%3D%224%22%2F%3E%3Crect%20x%3D%2246%22%20y%3D%2228%22%20width%3D%2218%22%20height%3D%2228%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M48%2028%20Q55%2012%2062%2028%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M100%2096%20l2.5%205%205%202.5%20-5%202.5%20-2.5%205%20-2.5%20-5%20-5%20-2.5%205%20-2.5z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2240%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="brush"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cline%20x1%3D%2236%22%20y1%3D%22112%22%20x2%3D%2292%22%20y2%3D%2240%22%2F%3E%3Cpath%20d%3D%22M90%2044%20Q108%2030%20114%2018%20Q100%2024%2082%2038%20Z%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M16%2036%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%22104%22%20cy%3D%22104%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="brush"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cline%20x1%3D%2236%22%20y1%3D%22112%22%20x2%3D%2292%22%20y2%3D%2240%22%2F%3E%3Cpath%20d%3D%22M90%2044%20Q108%2030%20114%2018%20Q100%2024%2082%2038%20Z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M16%2036%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%22104%22%20cy%3D%22104%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="palette"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2228%22%20y%3D%2242%22%20width%3D%2276%22%20height%3D%2250%22%20rx%3D%226%22%2F%3E%3Ccircle%20cx%3D%2248%22%20cy%3D%2260%22%20r%3D%229%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%20opacity%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%2272%22%20cy%3D%2260%22%20r%3D%229%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%2248%22%20cy%3D%2278%22%20r%3D%229%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%2272%22%20cy%3D%2278%22%20r%3D%229%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%20opacity%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M104%20110%20l2.5%205%205%202.5%20-5%202.5%20-2.5%205%20-2.5%20-5%20-5%20-2.5%205%20-2.5z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2230%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="palette"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2228%22%20y%3D%2242%22%20width%3D%2276%22%20height%3D%2250%22%20rx%3D%226%22%2F%3E%3Ccircle%20cx%3D%2248%22%20cy%3D%2260%22%20r%3D%229%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%20opacity%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%2272%22%20cy%3D%2260%22%20r%3D%229%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%2248%22%20cy%3D%2278%22%20r%3D%229%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%2272%22%20cy%3D%2278%22%20r%3D%229%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%20opacity%3D%220.5%22%2F%3E%3Cpath%20d%3D%22M104%20110%20l2.5%205%205%202.5%20-5%202.5%20-2.5%205%20-2.5%20-5%20-5%20-2.5%205%20-2.5z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2230%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="nailpolish"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2244%22%20y%3D%2262%22%20width%3D%2234%22%20height%3D%2244%22%20rx%3D%225%22%2F%3E%3Crect%20x%3D%2254%22%20y%3D%2240%22%20width%3D%2214%22%20height%3D%2222%22%20rx%3D%223%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%20opacity%3D%220.6%22%2F%3E%3Crect%20x%3D%2250%22%20y%3D%2230%22%20width%3D%2222%22%20height%3D%2212%22%20rx%3D%223%22%2F%3E%3Cline%20x1%3D%2261%22%20y1%3D%2230%22%20x2%3D%2261%22%20y2%3D%2216%22%2F%3E%3Cpath%20d%3D%22M14%2050%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%22104%22%20cy%3D%22100%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="nailpolish"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2244%22%20y%3D%2262%22%20width%3D%2234%22%20height%3D%2244%22%20rx%3D%225%22%2F%3E%3Crect%20x%3D%2254%22%20y%3D%2240%22%20width%3D%2214%22%20height%3D%2222%22%20rx%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%20opacity%3D%220.6%22%2F%3E%3Crect%20x%3D%2250%22%20y%3D%2230%22%20width%3D%2222%22%20height%3D%2212%22%20rx%3D%223%22%2F%3E%3Cline%20x1%3D%2261%22%20y1%3D%2230%22%20x2%3D%2261%22%20y2%3D%2216%22%2F%3E%3Cpath%20d%3D%22M14%2050%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%22104%22%20cy%3D%22100%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="perfume"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2242%22%20y%3D%2260%22%20width%3D%2240%22%20height%3D%2248%22%20rx%3D%228%22%2F%3E%3Crect%20x%3D%2254%22%20y%3D%2244%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Crect%20x%3D%2252%22%20y%3D%2234%22%20width%3D%2220%22%20height%3D%2210%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M72%2038%20q14%20-2%2018%20-10%22%20%2F%3E%3Ccircle%20cx%3D%2296%22%20cy%3D%2222%22%20r%3D%222.5%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%22104%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22%23c97b6b%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M18%2096%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="perfume"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2242%22%20y%3D%2260%22%20width%3D%2240%22%20height%3D%2248%22%20rx%3D%228%22%2F%3E%3Crect%20x%3D%2254%22%20y%3D%2244%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Crect%20x%3D%2252%22%20y%3D%2234%22%20width%3D%2220%22%20height%3D%2210%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M72%2038%20q14%20-2%2018%20-10%22%20%2F%3E%3Ccircle%20cx%3D%2296%22%20cy%3D%2222%22%20r%3D%222.5%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%22104%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M18%2096%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="lashes"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M24%2084%20Q62%2044%20100%2084%22%20%2F%3E%3Cpath%20d%3D%22M30%2080%20l-4%20-14%22%2F%3E%3Cpath%20d%3D%22M44%2070%20l-2%20-16%22%2F%3E%3Cpath%20d%3D%22M62%2066%20l0%20-18%22%2F%3E%3Cpath%20d%3D%22M80%2070%20l2%20-16%22%2F%3E%3Cpath%20d%3D%22M94%2080%20l4%20-14%22%2F%3E%3Cpath%20d%3D%22M104%20100%20l2.5%205%205%202.5%20-5%202.5%20-2.5%205%20-2.5%20-5%20-5%20-2.5%205%20-2.5z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%22100%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="lashes"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%22M24%2084%20Q62%2044%20100%2084%22%20%2F%3E%3Cpath%20d%3D%22M30%2080%20l-4%20-14%22%2F%3E%3Cpath%20d%3D%22M44%2070%20l-2%20-16%22%2F%3E%3Cpath%20d%3D%22M62%2066%20l0%20-18%22%2F%3E%3Cpath%20d%3D%22M80%2070%20l2%20-16%22%2F%3E%3Cpath%20d%3D%22M94%2080%20l4%20-14%22%2F%3E%3Cpath%20d%3D%22M104%20100%20l2.5%205%205%202.5%20-5%202.5%20-2.5%205%20-2.5%20-5%20-5%20-2.5%205%20-2.5z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%22100%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon [data-mk="mirror"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23c97b6b%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2256%22%20cy%3D%2252%22%20r%3D%2230%22%2F%3E%3Cpath%20d%3D%22M44%2040%20Q56%2030%2068%2040%22%20opacity%3D%220.5%22%2F%3E%3Cline%20x1%3D%2256%22%20y1%3D%2282%22%20x2%3D%2256%22%20y2%3D%22116%22%2F%3E%3Cpath%20d%3D%22M48%20110%20h16%22%2F%3E%3Cpath%20d%3D%22M102%2034%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2292%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
.salon .bg-ink[data-mk="mirror"] .mk-corner{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20120%20140%27%20fill%3D%27none%27%20stroke%3D%27%23e6c878%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2256%22%20cy%3D%2252%22%20r%3D%2230%22%2F%3E%3Cpath%20d%3D%22M44%2040%20Q56%2030%2068%2040%22%20opacity%3D%220.5%22%2F%3E%3Cline%20x1%3D%2256%22%20y1%3D%2282%22%20x2%3D%2256%22%20y2%3D%22116%22%2F%3E%3Cpath%20d%3D%22M48%20110%20h16%22%2F%3E%3Cpath%20d%3D%22M102%2034%20l3%206%206%203%20-6%203%20-3%206%20-3%20-6%20-6%20-3%206%20-3z%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2292%22%20r%3D%223%22%20fill%3D%22%23e6c878%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}
@media(max-width:640px){.salon .mk-corner{width:78px;height:92px;opacity:.4}}
@media(prefers-reduced-motion:reduce){.salon .mk-side{animation:none}}

/* ════════ SITE-WIDE FLOATING GLITTER ════════ */
.salon .page-glitter{position:fixed;inset:0;pointer-events:none;z-index:60;overflow:hidden}
.salon .sec,.salon .mission,.salon .s-hero{position:relative}
.salon .pg-dot{position:absolute;top:110%;color:var(--gold-soft);
  text-shadow:0 0 6px rgba(230,200,120,.7);will-change:transform,opacity;
  animation-name:pg-float;animation-timing-function:linear;animation-iteration-count:infinite}
@keyframes pg-float{
  0%{transform:translateY(0) rotate(0deg) scale(.8);opacity:0}
  10%{opacity:.6}
  90%{opacity:.6}
  100%{transform:translateY(-118vh) rotate(220deg) scale(1.1);opacity:0}}
/* a little rose tint variety */
.salon .pg-dot:nth-child(3n){color:var(--rose)}
.salon .pg-dot:nth-child(5n){color:#f0d9a0}

/* ════════ MAKEUP & SMILE QUOTE BAND (salon) — dark plum theme ════════ */
.salon .smile-quote{position:relative;max-width:860px;margin:64px auto 8px;text-align:center;
  padding:52px 50px;border-radius:26px;overflow:hidden;
  background:linear-gradient(135deg,#3a1f2e 0%,#2e1826 50%,#2a1722 100%);
  background-size:200% 200%;animation:sq-bg 14s ease infinite;
  border:1px solid rgba(230,200,120,.28);
  box-shadow:0 30px 70px -30px rgba(20,8,16,.75)}
@keyframes sq-bg{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
/* soft glow blobs drifting inside */
.salon .smile-quote::before{content:"";position:absolute;inset:-40%;z-index:0;pointer-events:none;
  background:radial-gradient(circle at 30% 30%,rgba(201,123,107,.22),transparent 45%),
            radial-gradient(circle at 75% 70%,rgba(230,200,120,.16),transparent 45%);
  animation:sq-blob 16s ease-in-out infinite}
@keyframes sq-blob{0%,100%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.15)}}
.salon .smile-quote::after{content:"";position:absolute;inset:0;border-radius:26px;padding:1.6px;
  background:linear-gradient(120deg,var(--gold-soft),var(--rose),var(--plum),var(--gold-soft));
  background-size:300% 300%;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;mask-composite:exclude;
  animation:sq-border 6s linear infinite;opacity:.85;pointer-events:none}
@keyframes sq-border{0%{background-position:0% 50%}100%{background-position:300% 50%}}
.salon .smile-quote .sq-text{position:relative;z-index:2;margin:0;
  font-family:'Fraunces',Georgia,serif;font-size:1.55rem;line-height:1.62;
  color:#fbeef0;font-weight:400}
.salon .smile-quote .sq-text em{font-style:italic;font-weight:600;
  background:linear-gradient(120deg,var(--gold-soft),#f3d79a 60%,var(--rose));
  -webkit-background-clip:text;background-clip:text;color:transparent}
.salon .smile-quote .sq-emoji{display:block;margin-top:20px;font-size:1.8rem;letter-spacing:.2em;position:relative;z-index:2}
.salon .smile-quote .sq-glitter{position:absolute;width:12px;height:12px;border-radius:50%;z-index:1;
  background:radial-gradient(circle,#fff3cf 0%,rgba(230,200,120,.7) 45%,transparent 70%);
  filter:drop-shadow(0 0 7px rgba(230,200,120,.95));animation:sq-twinkle 2.4s ease-in-out infinite}
.salon .smile-quote .q1{top:12%;left:7%;animation-delay:0s}
.salon .smile-quote .q2{top:66%;left:11%;animation-delay:.4s;transform:scale(.7)}
.salon .smile-quote .q3{top:20%;right:8%;animation-delay:.8s;transform:scale(1.1)}
.salon .smile-quote .q4{top:72%;right:12%;animation-delay:1.2s;transform:scale(.8)}
.salon .smile-quote .q5{top:44%;left:3.5%;animation-delay:.6s;transform:scale(.6)}
.salon .smile-quote .q6{top:48%;right:4%;animation-delay:1.6s;transform:scale(.9)}
.salon .smile-quote .q7{top:8%;left:46%;animation-delay:2s;transform:scale(.55)}
.salon .smile-quote .q8{top:86%;left:52%;animation-delay:1s;transform:scale(.65)}
@keyframes sq-twinkle{0%,100%{opacity:.14}50%{opacity:1}}
@media(max-width:640px){.salon .smile-quote{padding:34px 22px}.salon .smile-quote .sq-text{font-size:1.18rem}}
@media(prefers-reduced-motion:reduce){.salon .smile-quote,.salon .smile-quote::before,.salon .smile-quote::after{animation:none}}

/* ════════ ENHANCED REAL SMILE TRANSFORMATIONS ════════ */
.salon #results{position:relative;background:linear-gradient(180deg,#f6ece6,#f1e0d6)}
.salon #results .sec-title{font-size:clamp(2rem,4.5vw,3.1rem)}
/* gradient highlight pill behind eyebrow */
.salon #results .eyebrow.center{display:inline-block;padding:8px 20px;border-radius:30px;
  background:linear-gradient(120deg,rgba(201,123,107,.16),rgba(230,200,120,.18));
  color:var(--rose-deep);font-weight:700;
  box-shadow:0 6px 18px -8px rgba(168,90,78,.4)}
.salon #results .eyebrow.center::before,.salon #results .eyebrow.center::after{display:none}
/* glowing card border on hover + lift */
.salon #results .ba-card{transition:.5s var(--ease);box-shadow:0 14px 36px -22px rgba(168,90,78,.4)}
.salon #results .ba-card::before{background:linear-gradient(120deg,var(--gold-soft),var(--rose),var(--plum),var(--gold-soft));background-size:300% 300%}
.salon #results .ba-card:hover{transform:translateY(-12px) scale(1.015);
  box-shadow:0 42px 80px -34px rgba(168,90,78,.55)}
/* shimmering sweep across image on hover */
.salon #results .ba-img-wrap::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.45) 48%,transparent 62%);
  transform:translateX(-120%);transition:none}
.salon #results .ba-card:hover .ba-img-wrap::after{animation:sweep 1s ease forwards}
@keyframes sweep{to{transform:translateX(120%)}}
/* upgraded tag with shimmer */
.salon #results .ba-cap .tag{background:linear-gradient(120deg,rgba(201,123,107,.14),rgba(230,200,120,.16));
  border-color:rgba(201,123,107,.5)}
/* floating corner sparkle on each card */
.salon #results .ba-card .ba-img-wrap::before{content:"✦";position:absolute;top:10px;right:12px;z-index:3;
  font-size:14px;color:var(--gold-soft);text-shadow:0 0 8px rgba(230,200,120,.9);
  opacity:0;transition:.4s}
.salon #results .ba-card:hover .ba-img-wrap::before{opacity:1;animation:kit-twinkle 1.5s ease-in-out infinite}
.smile-quote{
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

/* Background Image */
.smile-quote::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url('images/smile-bg.jpg') center center/cover no-repeat;
    opacity: 0.15; /* Mild image */
    transition: all 0.5s ease;
    z-index: -2;
}

/* Hover Overlay */
.smile-quote::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 140, 255, 0.85),
        rgba(0, 200, 255, 0.75)
    );
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
}

.smile-quote:hover::after{
    opacity: 1;
}

.smile-quote:hover .sq-text,
.smile-quote:hover .sq-text em,
.smile-quote:hover .sq-emoji{
    color: #fff;
}

.sq-text{
    position: relative;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    transition: 0.5s;
}

.sq-text em{
    color: #0a7cff;
    font-style: normal;
    font-weight: 700;
    transition: 0.5s;
}

.sq-emoji{
    display: block;
    margin-top: 15px;
    font-size: 1.5rem;
    transition: 0.5s;
}.logo{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.footer-logo{
    width:80px;
    height:90px;
    object-fit:contain;
}

.lt{
    display:flex;
    flex-direction:column;
}

.lt b{
    font-size:20px;
    color:#fff;
}

.lt span{
    font-size:13px;
    color:#cfcfcf;
}.logo{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.footer-logo{
    width:80px;
    height:90px;
    object-fit:contain;
}

.lt{
    display:flex;
    flex-direction:column;
}

.lt b{
    font-size:20px;
    color:#fff;
}

.lt span{
    font-size:13px;
    color:#cfcfcf;
}