/* Wish The Brand — botanical luxury theme */
:root {
    --wish-forest: #123f38;
    --wish-forest-deep: #082a26;
    --wish-forest-soft: #1d5a4e;
    --wish-copper: #c77d5d;
    --wish-copper-light: #e4ad8f;
    --wish-ivory: #fbf8f1;
    --wish-sand: #efe7da;
    --wish-ink: #17201e;
    --wish-muted: #68736e;
    --gold: var(--wish-copper);
    --gold-light: var(--wish-copper-light);
    --gold-dark: #9f5b43;
    --black: var(--wish-ink);
    --white: #fffdf9;
    --cream: var(--wish-ivory);
    --gray-100: #f3eee5;
    --gray-300: #d9d0c3;
    --gray-500: var(--wish-muted);
    --gray-800: #2b3733;
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Manrope', system-ui, sans-serif;
    --font-footer-title: var(--font-heading);
    --transition: .4s cubic-bezier(.2,.75,.25,1);
    --shadow-soft: 0 24px 70px rgba(8, 42, 38, .11);
    --shadow-gold: 0 16px 42px rgba(199, 125, 93, .25);
}

html { background: var(--wish-ivory); }

body.lux-body {
    color: var(--wish-ink);
    background:
        radial-gradient(circle at 8% 18%, rgba(199,125,93,.08), transparent 28rem),
        radial-gradient(circle at 90% 58%, rgba(18,63,56,.07), transparent 32rem),
        var(--wish-ivory);
    font-family: var(--font-body);
    letter-spacing: -.012em;
}

body.lux-body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .18;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

::selection { color: #fff; background: var(--wish-copper); }
.lux-container { max-width: 1240px; padding-inline: clamp(20px, 4vw, 56px); }

.lux-header {
    height: 84px;
    background: rgba(8, 42, 38, .86);
    border-bottom: 1px solid rgba(228, 173, 143, .2);
    backdrop-filter: blur(20px) saturate(140%);
    box-shadow: none;
}
.lux-header.is-scrolled {
    background: rgba(8, 42, 38, .96);
    box-shadow: 0 14px 40px rgba(5, 24, 21, .18);
}
.lux-header__inner { max-width: 1440px; padding-inline: clamp(18px, 3vw, 48px); }
.lux-logo__img { max-height: 68px; width: auto; filter: drop-shadow(0 5px 18px rgba(0,0,0,.18)); }
.lux-logo--center {
    padding: 4px 16px;
    border: 1px solid rgba(228,173,143,.22);
    border-radius: 16px;
    background: rgba(255,253,249,.94);
    box-shadow: 0 10px 28px rgba(5,24,21,.14);
}
.lux-nav__link, .lux-header__auth-link {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.lux-nav__link::after { height: 2px; border-radius: 99px; background: var(--wish-copper-light); }
.lux-nav__link.is-active, .lux-nav__link:hover { color: var(--wish-copper-light); }

.lux-btn {
    min-height: 48px;
    padding: 13px 28px;
    border-radius: 999px;
    overflow: hidden;
    isolation: isolate;
    position: relative;
}
.lux-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.28) 48%, transparent 70%);
    transform: translateX(-120%);
    transition: transform .7s ease;
}
.lux-btn:hover::before { transform: translateX(120%); }
.lux-btn--gold { color: #fff; background: linear-gradient(135deg, var(--wish-copper), #a95e46); }
.lux-btn--gold:hover { color: #fff; background: linear-gradient(135deg, var(--wish-copper-light), var(--wish-copper)); }
.lux-btn--outline { border-color: rgba(199,125,93,.65); color: var(--wish-copper); }
.lux-btn--outline:hover { color: #fff; background: var(--wish-forest); border-color: var(--wish-forest); }

.lux-hero { min-height: min(900px, 94vh); }
.lux-hero__overlay {
    background:
        linear-gradient(90deg, rgba(5,31,27,.88) 0%, rgba(8,42,38,.6) 46%, rgba(8,42,38,.18) 100%),
        linear-gradient(0deg, rgba(5,31,27,.7), transparent 55%);
}
.lux-hero__fallback { background: linear-gradient(145deg, var(--wish-forest-deep), var(--wish-forest) 54%, #5d4035); }
.lux-hero__grain { opacity: .1; }
.lux-hero__content { max-width: 780px; }
.lux-hero__eyebrow, .lux-section__eyebrow {
    color: var(--wish-copper);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
}
.lux-hero__title {
    max-width: 760px;
    font-size: clamp(52px, 7.4vw, 108px);
    font-weight: 500;
    line-height: .9;
    letter-spacing: -.045em;
    text-wrap: balance;
}
.lux-hero__subtitle { max-width: 600px; font-size: clamp(16px, 1.5vw, 20px); }

.wish-hair-story {
    position: relative;
    padding: 0 0 clamp(100px, 12vw, 180px);
    color: #fff;
    background: var(--wish-forest-deep);
    overflow: clip;
}
.wish-hair-story::before {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: 22%;
    border: 1px solid rgba(228,173,143,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(228,173,143,.025), 0 0 0 160px rgba(228,173,143,.018);
}
.wish-hair-story__marquee {
    padding-block: 25px;
    margin-bottom: clamp(72px, 9vw, 126px);
    border-block: 1px solid rgba(228,173,143,.14);
    overflow: hidden;
}
.wish-hair-story__track {
    display: flex;
    align-items: center;
    gap: 36px;
    width: max-content;
    color: rgba(255,255,255,.16);
    font: 500 clamp(52px, 7vw, 104px)/.8 var(--font-heading);
    letter-spacing: -.04em;
    animation: wish-marquee 28s linear infinite;
}
.wish-hair-story__track i { width: 8px; height: 8px; border-radius: 50%; background: var(--wish-copper); }
.wish-hair-story__grid {
    display: grid;
    grid-template-columns: minmax(280px, .86fr) minmax(320px, 1fr);
    gap: clamp(50px, 8vw, 118px);
    align-items: center;
}
.wish-hair-story__portrait { position: relative; z-index: 1; }
.wish-hair-story__image-mask {
    height: min(760px, 72vw);
    border-radius: 240px 240px 20px 20px;
    overflow: hidden;
    box-shadow: 0 34px 90px rgba(0,0,0,.35);
}
.wish-hair-story__image-mask img { width: 100%; height: 112%; object-fit: cover; will-change: transform; }
.wish-hair-story__index {
    display: block;
    margin-top: 20px;
    color: var(--wish-copper-light);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.wish-hair-story__copy { position: relative; z-index: 2; padding-bottom: 130px; }
.wish-hair-story__copy h2 {
    margin: 18px 0 28px;
    max-width: 760px;
    color: #fff;
    font: 500 clamp(46px, 5.2vw, 78px)/.95 var(--font-heading);
    letter-spacing: -.04em;
}
.wish-hair-story__copy > p {
    max-width: 610px;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.85;
}
.wish-hair-story__pillars { margin: 36px 0 42px; border-top: 1px solid rgba(255,255,255,.12); }
.wish-hair-story__pillars li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    transition: padding-left var(--transition), color var(--transition);
}
.wish-hair-story__pillars li:hover { padding-left: 10px; color: var(--wish-copper-light); }
.wish-hair-story__pillars strong { color: var(--wish-copper); font-size: 11px; letter-spacing: .15em; }
.wish-hair-story__pillars span { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.wish-hair-story__craft {
    position: absolute;
    z-index: 3;
    width: min(420px, 38vw);
    right: clamp(20px, 4vw, 60px);
    bottom: clamp(55px, 6vw, 90px);
    margin: 0;
    padding: 8px;
    background: var(--wish-ivory);
    box-shadow: 0 28px 70px rgba(0,0,0,.35);
    transform: rotate(2deg);
}
.wish-hair-story__craft img { display: block; width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.wish-hair-story__craft figcaption { padding: 11px 8px 5px; color: var(--wish-forest); font: italic 500 20px var(--font-heading); }

.lux-section { padding-block: clamp(84px, 10vw, 148px); }
.lux-section__title, .lux-about__content h2 {
    color: var(--wish-forest-deep);
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.035em;
    text-wrap: balance;
}
.lux-section__head { margin-bottom: clamp(42px, 6vw, 72px); }
.lux-about, .lux-staff, .lux-section--cream { background: transparent; }
.lux-services { background: rgba(255,253,249,.76); }

/* Reworked about: editorial split composition */
.lux-about {
    position: relative;
    padding-block: clamp(110px, 13vw, 190px);
    overflow: clip;
}
.lux-about::before {
    content: 'W';
    position: absolute;
    right: -1vw;
    top: 0;
    color: rgba(18,63,56,.035);
    font: 500 min(46vw, 680px)/.8 var(--font-heading);
    pointer-events: none;
}
.lux-about__grid {
    grid-template-columns: minmax(320px, .94fr) minmax(360px, 1fr);
    gap: clamp(68px, 10vw, 150px);
    align-items: center;
}
.lux-about__visual { min-height: 720px; }
.lux-about__visual::after {
    content: 'Hair, considered.';
    position: absolute;
    right: -46px;
    bottom: 70px;
    z-index: 4;
    padding: 14px 24px;
    color: var(--wish-forest);
    background: var(--wish-ivory);
    border: 1px solid rgba(199,125,93,.28);
    font: italic 500 24px var(--font-heading);
    box-shadow: var(--shadow-soft);
    transform: rotate(-3deg);
}
.lux-about__image-wrap {
    width: 88%;
    height: 650px;
    margin: 0;
    border-radius: 220px 220px 22px 22px;
    border: 8px solid rgba(255,253,249,.95);
    box-shadow: 38px 42px 0 rgba(18,63,56,.08), 0 30px 80px rgba(8,42,38,.2);
}
.lux-about__image { height: 110%; object-fit: cover; object-position: center; }
.lux-about__shape--one {
    width: 210px;
    height: 210px;
    left: auto;
    right: -10px;
    top: 24px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(199,125,93,.45);
    box-shadow: 0 0 0 36px rgba(199,125,93,.05);
}
.lux-about__shape--two { width: 130px; height: 190px; left: -32px; bottom: 12px; border-radius: 70px; }
.lux-about__content { max-width: 680px; }
.lux-about__content .lux-section__title { font-size: clamp(52px, 6vw, 86px); }
.lux-about__text {
    max-width: 590px;
    margin-top: 32px;
    color: var(--wish-muted);
    font-size: 16px;
    line-height: 1.9;
}
.lux-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
    padding-top: 34px;
    border-top: 1px solid rgba(18,63,56,.14);
}
.lux-stat { padding: 0 18px; border-left: 1px solid rgba(199,125,93,.36); }
.lux-stat:first-child { padding-left: 0; border-left: 0; }
.lux-stat__number { font-size: clamp(38px, 4vw, 56px); line-height: 1; }
.lux-stat__label { display: block; margin-top: 9px; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

/* Reworked service menu: tall editorial cards */
.lux-services {
    position: relative;
    padding-block: clamp(110px, 12vw, 178px);
    background: var(--wish-sand);
    overflow: hidden;
}
.lux-services::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .45;
    background: radial-gradient(circle at 0 0, rgba(199,125,93,.15), transparent 38%), radial-gradient(circle at 100% 100%, rgba(18,63,56,.1), transparent 40%);
}
.lux-services .lux-container { position: relative; z-index: 1; }
.lux-services .lux-section__head { max-width: 900px; text-align: left; }
.lux-services .lux-section__title { max-width: 840px; font-size: clamp(54px, 7vw, 96px); }
.lux-services-slider { overflow: visible; }
.lux-services-slider .swiper-wrapper { align-items: stretch; }
.lux-services-slider .swiper-slide { height: auto; }
.lux-service-card {
    height: 100%;
    border: 0;
    border-radius: 180px 180px 22px 22px;
    background: rgba(255,253,249,.94);
    box-shadow: 0 24px 65px rgba(8,42,38,.1);
}
.lux-service-card::before {
    content: counter(wish-service, decimal-leading-zero);
    position: absolute;
    z-index: 4;
    top: 24px;
    left: 24px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    background: rgba(8,42,38,.55);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}
.lux-services-slider .swiper-slide { counter-increment: wish-service; }
.lux-services-slider .swiper-wrapper { counter-reset: wish-service; }
.lux-service-card__media { height: 410px; border-radius: 180px 180px 0 0; }
.lux-service-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(8,42,38,.34), transparent 48%);
    pointer-events: none;
}
.lux-service-card__body { padding: 30px 28px 32px; }
.lux-service-card__title { color: var(--wish-forest-deep); font: 500 34px/1 var(--font-heading); }
.lux-service-card__desc { min-height: 76px; line-height: 1.7; }
.lux-service-card__price { margin-top: 20px; font-weight: 700; letter-spacing: .06em; }
.lux-service-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(18,63,56,.1); }
.lux-service-card__duration { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lux-services .lux-section__cta { margin-top: 64px; }

.lux-about__image-wrap {
    border-radius: 48% 48% 18px 18px;
    box-shadow: 24px 28px 0 rgba(18,63,56,.08), var(--shadow-soft);
}
.lux-about__shape--one { background: rgba(199,125,93,.18); }
.lux-about__shape--two { border-color: rgba(18,63,56,.2); }
.lux-stat { border-left-color: rgba(199,125,93,.4); }
.lux-stat__number { color: var(--wish-forest); font-family: var(--font-heading); }

.lux-service-card, .lux-staff-card, .lux-product-card {
    border: 1px solid rgba(18,63,56,.09);
    border-radius: 22px;
    background: rgba(255,253,249,.88);
    box-shadow: 0 14px 45px rgba(8,42,38,.07);
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.lux-service-card:hover, .lux-staff-card:hover, .lux-product-card:hover {
    transform: translateY(-10px);
    border-color: rgba(199,125,93,.35);
    box-shadow: 0 28px 70px rgba(8,42,38,.14);
}
.lux-service-card__media { border-radius: 18px 18px 0 0; overflow: hidden; }
.lux-service-card__price { color: var(--wish-copper); }
.lux-slider-btn { border-radius: 50%; border-color: rgba(18,63,56,.2); color: var(--wish-forest); }
.lux-slider-btn:hover { color: #fff; background: var(--wish-forest); }
.swiper-pagination-bullet-active { background: var(--wish-copper) !important; }

.lux-testimonials { background: var(--wish-forest-deep); }
.lux-testimonial-card { border-color: rgba(228,173,143,.16); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); }
.lux-cta { min-height: 620px; }
.lux-cta__overlay { background: linear-gradient(90deg, rgba(5,31,27,.92), rgba(8,42,38,.62), rgba(8,42,38,.28)); }
.lux-cta__title { font-size: clamp(48px, 6vw, 84px); font-weight: 500; line-height: .95; }

.lux-contact { background: var(--wish-sand); }
.lux-contact__form, .lux-contact__card {
    border: 1px solid rgba(18,63,56,.1);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
}
input, textarea, select { accent-color: var(--wish-copper); }
input:focus, textarea:focus, select:focus { border-color: var(--wish-copper) !important; box-shadow: 0 0 0 4px rgba(199,125,93,.12) !important; }

.lux-footer {
    color: rgba(255,255,255,.82);
    background:
        radial-gradient(circle at 15% 0%, rgba(199,125,93,.16), transparent 32rem),
        var(--wish-forest-deep);
    border-top: 1px solid rgba(228,173,143,.18);
}
.lux-footer__logo {
    display: inline-flex;
    padding: 10px 22px;
    border-radius: 20px;
    background: rgba(255,253,249,.95);
    box-shadow: 0 16px 36px rgba(0,0,0,.16);
}
.lux-footer__logo-img { max-height: 104px; filter: drop-shadow(0 6px 16px rgba(0,0,0,.1)); }
.lux-footer__title { color: var(--wish-copper-light); font-size: 24px; font-weight: 500; }
.lux-footer__divider { background: linear-gradient(90deg, transparent, rgba(228,173,143,.35), transparent); }
.lux-footer__social-link { border: 1px solid rgba(228,173,143,.28); background: rgba(255,255,255,.04); }
.lux-footer__social-link:hover { color: #fff; background: var(--wish-copper); transform: translateY(-3px); }

.lux-mobile-menu__panel { background: var(--wish-forest-deep); }
.lux-mobile-menu__list > li > a, .lux-mobile-shop-toggle { font-family: var(--font-heading); font-size: 32px; }
.lux-cart-toast, .lux-toast { border-radius: 14px; background: var(--wish-forest-deep); box-shadow: var(--shadow-soft); }

@media (max-width: 991px) {
    .lux-header { height: 74px; }
    .lux-logo__img { max-height: 58px; }
    .lux-hero { min-height: 800px; }
    .lux-hero__overlay { background: linear-gradient(0deg, rgba(5,31,27,.94), rgba(8,42,38,.5) 72%, rgba(8,42,38,.35)); }
    .wish-hair-story__grid { grid-template-columns: 1fr; }
    .wish-hair-story__image-mask { height: min(760px, 112vw); }
    .wish-hair-story__copy { padding-bottom: 0; }
    .wish-hair-story__craft { position: relative; right: auto; bottom: auto; width: min(82vw, 520px); margin: -30px 0 0 auto; }
    .lux-about__grid { grid-template-columns: 1fr; }
    .lux-about__visual { min-height: 650px; }
    .lux-about__image-wrap { height: 600px; }
    .lux-about__visual::after { right: 2%; }
}

@media (max-width: 600px) {
    .wish-hair-story__track { gap: 22px; }
    .wish-hair-story__marquee { margin-bottom: 70px; }
    .wish-hair-story__craft { width: 92%; }
    .lux-about__visual { min-height: 510px; }
    .lux-about__image-wrap { width: 92%; height: 470px; border-radius: 160px 160px 18px 18px; }
    .lux-about__visual::after { right: 0; bottom: 18px; font-size: 19px; }
    .lux-stats { gap: 12px; }
    .lux-stat { padding-inline: 8px; }
    .lux-service-card__media { height: 380px; }
}

@media (prefers-reduced-motion: no-preference) {
    .lux-about__shape--one { animation: wish-float 8s ease-in-out infinite; }
    .lux-about__shape--two { animation: wish-float 10s ease-in-out infinite reverse; }
    .lux-logo__img { transition: transform .55s cubic-bezier(.2,.75,.25,1); }
    .lux-logo:hover .lux-logo__img { transform: scale(1.035); }
    @keyframes wish-float { 50% { transform: translate3d(0,-14px,0) rotate(2deg); } }
    @keyframes wish-marquee { to { transform: translateX(-50%); } }
}

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