:root{--ink:#1b0a10;--plum:#3a101d;--wine:#641d30;--gold:#cba35c;--ivory:#f4ecdf;--sand:#d8c7b3;--line:rgba(244,236,223,.22)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:var(--ivory);font-family:Manrope,system-ui,sans-serif;overflow-x:hidden}
.skip{position:fixed;left:1rem;top:-5rem;z-index:99;background:var(--ivory);color:var(--ink);padding:.8rem 1rem}
.skip:focus{top:1rem}
.site-header{height:84px;position:absolute;inset:0 0 auto;z-index:20;display:grid;grid-template-columns:250px 1fr 100px;align-items:center;padding:0 clamp(1.2rem,5vw,5rem);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(18,5,11,.82),transparent)}
.brand{color:inherit;text-decoration:none;display:flex;align-items:center;gap:12px}
.brand-mark{font:600 2rem/1 'Cormorant Garamond',serif;color:var(--gold)}
.brand-logo{display:block;width:62px;height:52px;object-fit:contain}
.brand-name{font:500 .82rem/1.2 'Cormorant Garamond',serif;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}
.site-header nav{display:flex;justify-content:center;gap:clamp(1.2rem,3vw,3rem)}
.site-header nav a,.language{color:var(--ivory);text-decoration:none;background:none;border:0;font:500 .78rem Manrope;letter-spacing:.07em;cursor:pointer}
.language{justify-self:end;color:var(--gold)}
.menu-toggle{display:none}
.hero{position:relative;min-height:100svh;overflow:hidden;isolation:isolate}
.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.hero-wash{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(28,5,14,.97) 0%,rgba(28,5,14,.9) 35%,rgba(28,5,14,.28) 63%,rgba(28,5,14,.08)),linear-gradient(0deg,rgba(20,4,10,.5),transparent 48%)}
.hero-copy{position:relative;z-index:3;width:min(600px,86vw);padding-top:clamp(11rem,23vh,15rem);margin-left:clamp(1.3rem,7vw,7rem)}
.eyebrow{text-transform:uppercase;color:var(--gold);font-size:.75rem;font-weight:600;letter-spacing:.28em}
.hero h1,.section h2{font-family:'Cormorant Garamond',serif;font-weight:400}
.hero h1{font-size:clamp(3.7rem,6.2vw,7rem);line-height:.88;letter-spacing:-.035em;margin:1.3rem 0 1.7rem;text-wrap:balance}
.intro{max-width:500px;color:var(--sand);font-size:1rem;line-height:1.75}
.hero-actions{display:flex;gap:.8rem;margin-top:2rem;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.8rem 1.35rem;text-transform:uppercase;text-decoration:none;font-size:.73rem;font-weight:600;letter-spacing:.1em;transition:.25s ease}
.button-gold{background:var(--gold);color:var(--ink);border:1px solid var(--gold)}
.button-gold:hover{background:var(--ivory);border-color:var(--ivory)}
.button-ghost{color:var(--ivory);border:1px solid rgba(244,236,223,.55);backdrop-filter:blur(10px)}
.button-ghost:hover{border-color:var(--ivory);background:rgba(244,236,223,.08)}
.scroll-cue{position:absolute;z-index:3;bottom:2rem;left:clamp(1.3rem,7vw,7rem);color:var(--sand);font-size:.68rem;text-transform:uppercase;letter-spacing:.2em;text-decoration:none}
.hero-fabric-motion{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}
.fabric-piece{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform;transform-origin:center;filter:drop-shadow(0 12px 18px rgba(15,3,8,.28))}
.fabric-piece-one{clip-path:polygon(37% 0,52% 0,55% 27%,41% 30%);animation:originalSilkOne 7.6s ease-in-out infinite}
.fabric-piece-two{clip-path:polygon(54% 0,89% 0,87% 33%,57% 39%);animation:originalSilkTwo 8.8s ease-in-out -.8s infinite}
.fabric-piece-three{clip-path:polygon(18% 9%,46% 8%,49% 41%,21% 43%);animation:originalSilkThree 9.4s ease-in-out -1.6s infinite}
.fabric-piece-four{clip-path:polygon(18% 35%,48% 34%,46% 59%,19% 61%);animation:originalSilkOne 10.2s ease-in-out -2.4s infinite}
.fabric-piece-five{clip-path:polygon(57% 29%,93% 27%,93% 56%,56% 57%);animation:originalSilkTwo 9.8s ease-in-out -3.2s infinite}
.fabric-piece-six{clip-path:polygon(57% 46%,92% 44%,92% 69%,57% 70%);animation:originalSilkThree 8.2s ease-in-out -4s infinite}
.fabric-piece-seven{clip-path:polygon(18% 54%,45% 53%,44% 80%,17% 82%);animation:originalSilkTwo 10.8s ease-in-out -2.1s infinite}
.fabric-piece-eight{clip-path:polygon(57% 61%,87% 59%,86% 83%,56% 84%);animation:originalSilkOne 9.1s ease-in-out -3.6s infinite}
@keyframes originalSilkOne{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(-16px,-18px,0) rotate(-1.25deg)}}
@keyframes originalSilkTwo{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(18px,-13px,0) rotate(1.1deg)}}
@keyframes originalSilkThree{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-12px,15px,0) scale(1.012)}}
.floating-silk{position:absolute;right:-7%;top:10%;width:56%;height:82%;z-index:-1;pointer-events:none;perspective:900px}
.silk{position:absolute;width:68%;height:15%;object-fit:cover;border-radius:48% 52% 46% 54%/58% 42% 58% 42%;box-shadow:0 26px 50px rgba(12,2,7,.42);filter:saturate(.95);transform-origin:center;will-change:transform;mask-image:linear-gradient(100deg,transparent 0%,#000 12%,#000 86%,transparent 100%)}
.silk-one{top:12%;right:3%;transform:rotate(-10deg);animation:floatOne 8s ease-in-out infinite}
.silk-two{top:42%;right:15%;transform:rotate(7deg);animation:floatTwo 10s ease-in-out infinite}
.silk-three{top:68%;right:1%;transform:rotate(-3deg);animation:floatOne 12s ease-in-out -3s infinite}
@keyframes floatOne{50%{transform:translate3d(-20px,-18px,0) rotate(-5deg) scale(1.02)}
}
@keyframes floatTwo{50%{transform:translate3d(16px,22px,0) rotate(1deg) scale(.98)}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.silk{animation:none}
.fabric-piece{animation:none}
}
.section{padding:clamp(5rem,10vw,9rem) clamp(1.3rem,7vw,7rem)}
.section-heading{display:flex;justify-content:center;text-align:center;margin-bottom:3.5rem}
.section-heading h2,.signature h2,.branches h2{font-size:clamp(3.4rem,6vw,6.6rem);line-height:.92;margin:.7rem 0}
.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(203,163,92,.18)}
.collection-card{position:relative;min-height:380px;padding:2rem;color:var(--ivory);text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background-color:var(--plum);isolation:isolate}
.collection-card::before{content:'';position:absolute;inset:0;background:url('./assets/mfh-signature-print.png') center/cover;z-index:-2;transition:transform .5s ease}
.collection-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(25,5,12,.96),rgba(25,5,12,.08));z-index:-1}
.collection-card:hover::before{transform:scale(1.06)}
.card-jalabiya::before{background-position:20% center;filter:hue-rotate(315deg)}
.card-mukhawar::before{background-position:78% center;filter:saturate(.72)}
.card-lace::before{background-position:right center;filter:sepia(.22)}
.collection-card span{position:absolute;top:1.5rem;right:1.5rem;color:var(--gold);font-size:.72rem}
.collection-card h3{font:500 2.1rem 'Cormorant Garamond';margin:0}
.collection-card p{color:var(--sand);font-size:.86rem;line-height:1.6}
.signature{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(3rem,8vw,8rem);align-items:center;background:var(--ivory);color:var(--ink)}
.signature-visual{position:relative}
.signature-visual>img{display:block;width:100%;aspect-ratio:1.35;object-fit:cover}
.pattern-label{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;padding:1rem 1.2rem;background:rgba(30,8,15,.88);color:var(--ivory);display:flex;justify-content:space-between;backdrop-filter:blur(12px)}
.pattern-label span{color:var(--gold);font-size:.7rem;letter-spacing:.15em}
.pattern-label strong{font-weight:500}
.signature-copy>p:not(.eyebrow){font-size:1.02rem;line-height:1.85;color:#5b4650;max-width:530px}
.text-link{display:inline-block;margin-top:1.2rem;color:var(--wine);font-weight:600;text-decoration:none;border-bottom:1px solid var(--gold);padding-bottom:.35rem}
.story{text-align:center;background:linear-gradient(135deg,var(--plum),#1b0a10)}
.story blockquote{font:400 clamp(2.7rem,5.4vw,6rem)/1 'Cormorant Garamond';max-width:1180px;margin:2rem auto;text-wrap:balance}
.story-note{color:var(--sand)}
.branches{background:linear-gradient(rgba(18,6,11,.92),rgba(18,6,11,.96)),url('./assets/mfh-signature-print.png') center/cover}
.branch-copy{max-width:780px}
.branch-copy>p:not(.eyebrow){color:var(--sand);line-height:1.7}
.branch-actions{text-align:right}
.branch-actions p{color:var(--sand);font-size:.8rem;letter-spacing:.1em}
footer{padding:3rem clamp(1.3rem,7vw,7rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;background:#090205;border-top:1px solid var(--line);font-size:.78rem;color:var(--sand)}
footer div{display:flex;align-items:center;gap:1rem}
footer a{color:var(--gold);text-decoration:none}
.footer-logo{width:52px;height:44px}
.instagram-link{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-transform:uppercase;letter-spacing:.12em}
.instagram-link strong{color:var(--ivory);font-size:1rem;letter-spacing:.04em;text-transform:none}
[dir=rtl] body{font-family:'Noto Kufi Arabic',sans-serif}
[dir=rtl] .hero-copy{margin-left:0;margin-right:clamp(1.3rem,7vw,7rem)}
[dir=rtl] .scroll-cue{left:auto;right:clamp(1.3rem,7vw,7rem)}
[dir=rtl] .hero-wash{transform:scaleX(-1)}
[dir=rtl] .branch-actions{text-align:left}
@media(max-width:900px){.site-header{grid-template-columns:1fr auto auto;height:74px;padding:0 1.2rem}
.brand-name{display:none}
.menu-toggle{display:block;order:2;background:none;border:1px solid var(--line);color:var(--ivory);padding:.6rem .8rem}
.language{order:3;margin-left:.5rem}
.site-header nav{position:absolute;left:1rem;right:1rem;top:74px;display:none;flex-direction:column;gap:0;background:#1a080f;padding:.7rem}
.site-header nav.open{display:flex}
.site-header nav a{padding:1rem}
.hero{min-height:780px}
.hero-art{object-position:64% center}
.fabric-piece{object-position:64% center}
.hero-wash{background:linear-gradient(0deg,rgba(28,5,14,.98) 0%,rgba(28,5,14,.86) 58%,rgba(28,5,14,.2))}
.hero-copy{padding-top:11rem;margin:0 1.3rem}
.hero h1{font-size:clamp(3.4rem,15vw,5.7rem)}
.floating-silk{width:90%;right:-33%;top:14%;opacity:.55}
.collection-grid{grid-template-columns:1fr 1fr}
.signature{grid-template-columns:1fr}
.branches{grid-template-columns:1fr}
.branch-actions{text-align:left}
footer{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){.collection-grid{grid-template-columns:1fr}
.collection-card{min-height:300px}
.hero-actions .button{width:100%}
.story blockquote{font-size:2.8rem}
.section{padding-top:4.5rem;padding-bottom:4.5rem}
footer>p{display:none}
}
.branch-heading{text-align:center;max-width:760px;margin:0 auto 3.2rem}
.branch-heading>p:not(.eyebrow){color:var(--sand);line-height:1.7}
.branch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.branch-card{min-height:230px;padding:2rem;border:1px solid rgba(203,163,92,.45);background:rgba(27,10,16,.78);color:var(--ivory);text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;backdrop-filter:blur(8px);transition:transform .25s ease,background .25s ease}
.branch-card:hover{transform:translateY(-7px);background:rgba(58,16,29,.9)}
.branch-icon{font:400 3.2rem/1 'Cormorant Garamond',serif;color:var(--gold)}
.branch-card strong{font:500 1.5rem 'Cormorant Garamond',serif;letter-spacing:.08em}
.branch-card small{color:var(--sand);text-transform:uppercase;letter-spacing:.12em}
.fabrics-page{background:#12060b}
.fabric-header{position:fixed;background:rgba(18,6,11,.94);backdrop-filter:blur(14px)}
.fabric-intro{min-height:70svh;padding:clamp(11rem,22vh,15rem) clamp(1.3rem,7vw,7rem) 6rem;background:linear-gradient(90deg,rgba(27,10,16,.98),rgba(27,10,16,.45)),url('../assets/mfh-signature-print.png') center/cover}
.fabric-intro h1{font:400 clamp(4rem,8vw,8rem)/.9 'Cormorant Garamond',serif;margin:1.2rem 0}
.fabric-intro>p:last-child{color:var(--sand);font-size:1.05rem}
.fabric-category{min-height:68vh;padding:7rem clamp(1.3rem,7vw,7rem);display:grid;grid-template-columns:minmax(70px,140px) 1fr;align-items:center;border-top:1px solid var(--line);scroll-margin-top:82px}
.fabric-category:nth-child(even){background:var(--plum)}
.fabric-category>span{font:400 clamp(3rem,7vw,7rem)/1 'Cormorant Garamond',serif;color:rgba(203,163,92,.35)}
.fabric-category h2{font:400 clamp(3rem,6vw,6rem)/.95 'Cormorant Garamond',serif;margin:.8rem 0}
.fabric-category div>p:last-child{color:var(--sand)}
@media(max-width:900px){.branch-grid{grid-template-columns:1fr 1fr}.instagram-link{align-items:flex-start}.fabric-header nav{display:none}.fabric-category{grid-template-columns:1fr;align-content:center}.fabric-category>span{margin-bottom:2rem}}
@media(max-width:560px){.branch-grid{grid-template-columns:1fr}}
