:root {
  --pink: #efced9;
  --hot-pink: #e52774;
  --navy: #09133a;
  --off-white: #f8f4f6;
  --white: #fffdfd;
  --muted: #596078;
  --line: rgba(229, 39, 116, .16);
  --shadow: 0 14px 36px rgba(9, 19, 58, .08);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --header-height: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--navy); background: var(--off-white); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(2.15rem, 4vw, 4.15rem); line-height: 1.06; letter-spacing: -.035em; }
h2 em { color: var(--hot-pink); font-weight: inherit; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--hot-pink); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--navy); color: white; border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 100; top: 0; height: var(--header-height); border-bottom: 1px solid rgba(9,19,58,.08); background: #f8f4f6; backdrop-filter: blur(12px); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { background: #f8f4f6; box-shadow: 0 8px 28px rgba(9,19,58,.08); }
.header-inner { width: min(1400px, calc(100% - 56px)); height: 100%; margin: auto; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 38px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; position: relative; font-family: var(--serif); font-weight: 700; line-height: .7; letter-spacing: -.045em; }
.brand-velours { color: var(--navy); }
.brand-rebelle { color: var(--hot-pink); font-style: italic; }
.brand-sub { display: flex; align-items: center; gap: 7px; margin-top: 10px; font: 600 .48rem/1 var(--sans); letter-spacing: .28em; text-transform: uppercase; color: var(--navy); }
.brand-sub i { width: 16px; height: 1px; background: currentColor; }
.brand--header .brand-velours, .brand--header .brand-rebelle { font-size: 2.05rem; }
.desktop-nav { display: flex; justify-content: flex-end; gap: clamp(18px, 2.4vw, 38px); }
.desktop-nav a { position: relative; padding: 32px 0 27px; font-size: .73rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--hot-pink); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.desktop-nav a.active { color: var(--hot-pink); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 0 28px; border: 1px solid var(--hot-pink); border-radius: 5px; background: var(--hot-pink); color: white; font: 700 .72rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 9px 25px rgba(229,39,116,.18); transition: transform .22s, box-shadow .22s, color .22s, background .22s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(229,39,116,.25); }
.button--small { min-height: 46px; padding-inline: 23px; font-size: .68rem; }
.button--outline { background: transparent; color: var(--navy); border-color: var(--navy); box-shadow: none; }
.button--outline:hover { color: white; background: var(--navy); box-shadow: 0 10px 25px rgba(9,19,58,.15); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: min(710px, calc(100vh - var(--header-height))); display: grid; grid-template-columns: 44% 56%; background: #fbf5f6; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; z-index: 2; width: 360px; height: 520px; left: -270px; bottom: -240px; border: 1px solid rgba(229,39,116,.2); border-radius: 50%; box-shadow: 35px -25px 0 -34px rgba(229,39,116,.32), 70px -50px 0 -69px rgba(229,39,116,.25), 105px -75px 0 -104px rgba(229,39,116,.2); transform: rotate(24deg); }
.hero-copy { z-index: 3; align-self: center; width: min(620px, calc(100% - 72px)); margin-left: max(42px, calc((100vw - 1400px)/2)); padding: 58px 0; }
.brand--hero { margin-bottom: 24px; }
.brand--hero .brand-velours, .brand--hero .brand-rebelle { font-size: clamp(4.3rem, 7.2vw, 8.1rem); }
.brand--hero .brand-sub { margin-top: 22px; font-size: clamp(.55rem, .7vw, .75rem); letter-spacing: .5em; justify-content: center; }
.brand--hero .brand-sub i { width: 34px; }
.signature { color: var(--hot-pink); font: italic 600 clamp(1.1rem,1.5vw,1.45rem)/1.3 var(--serif); text-align: center; }
.hero-kicker { margin: 22px 0 12px; color: var(--navy); font-size: clamp(.95rem,1.25vw,1.18rem); font-weight: 600; }
.hero-text { max-width: 540px; margin-bottom: 28px; font-size: .9rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 18px; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,#fbf5f6 0%,transparent 10%); pointer-events:none; }
.hero-visual picture, .hero-visual img { width: 100%; height: 100%; }
.hero-visual img { object-fit: cover; object-position: 63% center; }
.spark { position: absolute; z-index: 4; color: var(--hot-pink); font-size: 28px; }
.spark--one { left: 41%; top: 18%; }
.spark--two { left: 38%; bottom: 20%; color: var(--navy); font-size: 21px; }

.section { padding: 100px max(30px, calc((100vw - 1400px)/2)); }
.section-heading { text-align: center; margin-bottom: 44px; }
.section-heading h2 { max-width: 980px; margin-inline: auto; }
.eyebrow { margin-bottom: 14px; color: var(--navy); font-size: .7rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow span { color: var(--hot-pink); margin-right: 9px; }
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; align-items: center; padding: 36px 22px 30px; border: 1px solid rgba(9,19,58,.08); border-radius: 9px; background: #faf2f5; box-shadow: 0 8px 24px rgba(9,19,58,.045); text-align: center; transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(229,39,116,.22); box-shadow: var(--shadow); }
.line-icon { width: 64px; height: 64px; margin-bottom: 22px; fill: none; stroke: var(--hot-pink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { min-height: 44px; margin-bottom: 14px; font-size: .84rem; line-height: 1.35; letter-spacing: .075em; text-transform: uppercase; }
.service-card p { margin-bottom: 18px; font-size: .76rem; line-height: 1.65; }
.service-card > span { margin-top: auto; color: var(--hot-pink); font: 600 .72rem var(--sans); }

.salon-section { display: grid; grid-template-columns: 43% 57%; min-height: 650px; background: #fffafa; }
.salon-image { max-height: 700px; overflow: hidden; }
.salon-image picture, .salon-image img { width: 100%; height: 100%; }
.salon-image img { object-fit: cover; object-position: center 54%; }
.salon-copy { align-self: center; padding: 72px max(40px, calc((100vw - 1400px)/2)) 72px 6vw; }
.salon-copy > p:not(.eyebrow) { max-width: 760px; font-size: .9rem; }
.benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 38px 0; }
.benefits > div { display: grid; grid-template-columns: auto 1fr; column-gap: 11px; }
.benefit-icon { grid-row: 1 / span 2; color: var(--hot-pink); font: 2rem/1 var(--serif); }
.benefits h3 { margin: 1px 0 6px; font: 700 .83rem var(--serif); }
.benefits p { margin: 0; font-size: .67rem; line-height: 1.55; }

.experience { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(55px,8vw,130px); background: var(--off-white); }
.experience-copy { max-width: 620px; }
.experience-copy > p:not(.eyebrow):not(.quote) { font-size: .95rem; }
.quote { margin: 34px 0; padding-left: 26px; border-left: 2px solid var(--hot-pink); color: var(--navy); font: italic 600 1.35rem/1.5 var(--serif); }
.text-link { display: inline-flex; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid var(--hot-pink); color: var(--hot-pink); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.experience-image { position: relative; height: 650px; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 110px 6px 6px 6px; }
.image-note { position: absolute; left: -40px; bottom: 36px; padding: 16px 24px; background: var(--navy); color: white; font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; box-shadow: var(--shadow); }
.image-note i { color: var(--hot-pink); margin: 0 6px; font-style: normal; }

.gallery-section { background: var(--white); }
.gallery { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.gallery figure { position: relative; height: 290px; margin: 0; overflow: hidden; border-radius: 8px; background: var(--pink); }
.gallery img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; transition: transform .5s ease; }
.gallery figcaption { position: absolute; inset: auto 0 0; padding: 30px 12px 12px; color: white; background: linear-gradient(transparent,rgba(9,19,58,.72)); font-size: .66rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figure:hover figcaption { opacity: 1; transform: none; }
.gallery-note { margin: 28px 0 0; text-align: center; font: italic 600 1rem var(--serif); color: var(--hot-pink); }

.care-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: var(--navy); color: white; }
.care-image { padding: 70px 0 70px max(30px, calc((100vw - 1400px)/2)); }
.care-image img { width: 100%; height: 570px; object-fit: cover; object-position: center; border-radius: 6px; }
.care-copy { align-self: center; max-width: 680px; padding: 75px max(30px, calc((100vw - 1400px)/2)) 75px 7vw; }
.care-copy h2 { color: white; }
.care-copy p { color: rgba(255,255,255,.72); }
.eyebrow--light { color: var(--pink); }
.care-copy ul { display: grid; gap: 14px; padding: 0; margin: 34px 0 0; list-style: none; }
.care-copy li { position: relative; padding-left: 28px; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.care-copy li::before { content: "✦"; position: absolute; left: 0; color: var(--hot-pink); }

.testimonials { background: linear-gradient(180deg,#fdf8f9,#f9eff3); }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.review-card { position: relative; min-height: 210px; padding: 30px; border: 1px solid rgba(9,19,58,.07); border-radius: 10px; background: rgba(255,255,255,.8); box-shadow: 0 8px 26px rgba(9,19,58,.045); }
.review-card::after { content: "“"; position: absolute; right: 26px; top: 8px; color: var(--hot-pink); font: 700 4rem var(--serif); opacity: .9; }
.review-top { display: grid; grid-template-columns: 44px auto 1fr; align-items: center; gap: 12px; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: var(--navy); font: 700 1rem var(--serif); }
.review-top strong { font-size: .76rem; }
.stars { justify-self: end; padding-right: 24px; color: var(--hot-pink); font-size: .72rem; letter-spacing: .12em; }
.review-card blockquote { margin: 26px 0 0; color: var(--muted); font: italic 500 .82rem/1.8 var(--sans); }

.contact-section { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: clamp(40px,7vw,110px); align-items: stretch; padding: 82px max(30px, calc((100vw - 1400px)/2)); background: var(--white); border-top: 1px solid var(--line); }
.contact-copy h2 { max-width: 520px; font-size: clamp(2.5rem,4vw,4rem); }
address { font-style: normal; }
address p { margin: 9px 0; font-size: .8rem; }
address span { display: inline-block; width: 24px; color: var(--hot-pink); font-weight: 700; }
address a { font-weight: 600; color: var(--navy); }
.appointment-card { display: flex; flex-direction: column; justify-content: center; padding: 38px; border: 1px solid var(--hot-pink); border-radius: 10px; text-align: center; }
.calendar-icon { color: var(--hot-pink); font-size: 2.8rem; line-height: 1; }
.appointment-card h3 { margin: 12px 0; font: 700 1.3rem var(--serif); }
.appointment-card p { font-size: .78rem; }
.appointment-card .button { margin-top: 10px; }
.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1fr 1.25fr; align-items: center; gap: 40px; padding: 45px max(30px, calc((100vw - 1400px)/2)); overflow: hidden; background: var(--navy); color: white; }
.site-footer::after { content:""; position:absolute; right:-80px; bottom:-100px; width:260px; height:260px; border:1px solid rgba(229,39,116,.5); border-radius:50%; box-shadow: 25px 0 0 -24px rgba(229,39,116,.4), 50px 0 0 -49px rgba(229,39,116,.3); }
.brand--footer .brand-velours { color: white; }
.brand--footer .brand-velours, .brand--footer .brand-rebelle { font-size: 2.65rem; }
.brand--footer .brand-sub { color: white; }
.footer-signature { margin-top: 15px; color: var(--hot-pink); font: italic 600 .9rem var(--serif); letter-spacing: normal; }
.footer-message, .footer-legal { z-index: 1; }
.footer-message p, .footer-legal p { color: rgba(255,255,255,.78); font-size: .74rem; line-height: 1.65; }
.footer-legal a { color: white; }
.footer-legal > p:first-child span { color: var(--hot-pink); }
.site-credit { margin-bottom: 0; }
.site-credit a { position: relative; font-weight: 600; }
.site-credit a::after { content: ""; position: absolute; right: 100%; bottom: -3px; left: 0; height: 1px; background: var(--hot-pink); transition: right .25s; }
.site-credit a:hover::after { right: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --header-height: 78px; }
  .header-inner { grid-template-columns: 190px 1fr auto; gap: 22px; }
  .brand--header .brand-velours, .brand--header .brand-rebelle { font-size: 1.75rem; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .64rem; }
  .header-cta { display: none; }
  .services-grid { grid-template-columns: repeat(3,1fr); }
  .service-card:nth-last-child(-n+2) { transform: translateX(50%); }
  .service-card:nth-last-child(-n+2):hover { transform: translate(50%,-7px); }
  .gallery { grid-template-columns: repeat(3,1fr); }
  .gallery figure { height: 330px; }
  .contact-section { grid-template-columns: 1.1fr .9fr; }
}

@media (max-width: 920px) {
  .header-inner { width: calc(100% - 36px); display: flex; justify-content: space-between; }
  .desktop-nav { display: none; }
  .menu-toggle { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; background: transparent; }
  .menu-toggle span { width: 25px; height: 2px; background: var(--navy); transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: var(--header-height) 0 auto; max-height: calc(100vh - var(--header-height)); display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 24px 24px 34px; overflow-y: auto; background: #f8f4f6; box-shadow: 0 18px 30px rgba(9,19,58,.11); transform: translateY(-120%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .mobile-nav.open { transform: none; visibility: visible; }
  .mobile-nav > a:not(.button) { width: min(360px,100%); padding: 13px; border-bottom: 1px solid rgba(9,19,58,.07); text-align: center; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-nav .button { width: min(320px,100%); margin-top: 18px; }
  .hero { min-height: 640px; grid-template-columns: 51% 49%; }
  .hero-copy { width: calc(100% - 50px); margin-left: 30px; }
  .brand--hero .brand-velours, .brand--hero .brand-rebelle { font-size: clamp(3.55rem,8vw,5.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 280px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:nth-last-child(-n+2), .service-card:nth-last-child(-n+2):hover { transform: none; }
  .service-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .salon-section { grid-template-columns: 1fr 1.1fr; }
  .salon-copy { padding: 60px 35px; }
  .benefits { grid-template-columns: 1fr; }
  .experience { gap: 45px; }
  .experience-image { height: 570px; }
  .review-grid { gap: 15px; }
  .review-top { grid-template-columns: 42px 1fr; }
  .stars { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .section { padding: 76px 22px; }
  h2 { font-size: clamp(2.25rem,10vw,3.15rem); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { width: calc(100% - 44px); margin: 0 22px; padding: 70px 0 48px; text-align: center; }
  .brand--hero { margin-inline: auto; }
  .brand--hero .brand-velours, .brand--hero .brand-rebelle { font-size: clamp(4rem,18vw,5.8rem); }
  .brand--hero .brand-sub { letter-spacing: .32em; }
  .hero-kicker { max-width: 420px; margin-inline: auto; }
  .hero-text { margin-inline: auto; }
  .hero-actions { max-width: 380px; margin-inline: auto; }
  .hero-visual { height: 470px; }
  .hero-visual::after { background: linear-gradient(180deg,#fbf5f6 0%,transparent 12%); }
  .hero-visual img { object-position: 61% center; }
  .spark--one { left: auto; right: 7%; top: 14%; }
  .spark--two { left: 7%; top: 33%; bottom: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { width: 100%; min-height: 290px; grid-column: auto; }
  .salon-section { grid-template-columns: 1fr; }
  .salon-image { height: 560px; }
  .salon-copy { padding: 70px 22px 80px; }
  .benefits { gap: 22px; }
  .experience { grid-template-columns: 1fr; gap: 60px; }
  .experience-image { height: 590px; }
  .experience-image img { border-radius: 70px 5px 5px 5px; }
  .image-note { left: 12px; bottom: -18px; }
  .gallery { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .gallery figure { height: 250px; }
  .gallery figcaption { opacity: 1; transform: none; }
  .care-section { grid-template-columns: 1fr; }
  .care-image { padding: 55px 22px 0; }
  .care-image img { height: 520px; }
  .care-copy { padding: 58px 22px 70px; }
  .review-grid { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; padding: 72px 22px; }
  .contact-copy { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; text-align: center; padding: 55px 22px; }
  .brand--footer { margin: auto; }
}

@media (max-width: 430px) {
  .brand--header .brand-velours, .brand--header .brand-rebelle { font-size: 1.55rem; }
  .brand--header .brand-sub { font-size: .4rem; letter-spacing: .21em; }
  .brand--hero .brand-velours, .brand--hero .brand-rebelle { font-size: clamp(3.8rem,18vw,4.8rem); }
  .brand--hero .brand-sub { font-size: .46rem; letter-spacing: .22em; }
  .signature { font-size: 1.03rem; }
  .hero-visual { height: 360px; }
  .gallery figure { height: 210px; }
  .appointment-card { padding: 32px 22px; }
  .experience-image { height: 500px; }
  .image-note { right: 12px; padding: 14px 12px; font-size: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
