:root{--paper:#f8f5ed;--ink:#30312c;--muted:#67695f;--orange:#b84627;--line:#deded2;--soft:#eeeee4}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 Arial,sans-serif}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.wrap{width:min(1180px,calc(100% - 64px));margin:auto}.skip{position:absolute;top:-100px}.skip:focus{top:12px;background:white;z-index:20;padding:12px}header{border-bottom:1px solid var(--line)}.header{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:100px}.brand{display:flex;align-items:center;gap:12px;font:32px/1 Georgia,serif;white-space:nowrap;direction:ltr}.brand img{width:44px;height:44px}.nav{display:flex;gap:28px;font-size:14px}.nav a:hover,.text-link:hover{color:var(--orange)}.locale{display:flex;gap:4px;align-items:center;border:1px solid var(--line);border-radius:40px;padding:4px}.locale button{border:0;background:none;color:var(--muted);border-radius:30px;padding:7px 10px;font-size:13px;min-height:36px}.locale button[aria-pressed=true]{background:var(--ink);color:white}.hero{display:grid;grid-template-columns:1.25fr 1fr;gap:60px;align-items:center;padding-block:76px 70px}.eyebrow{text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:2.1px;color:var(--orange);margin:0 0 22px}.eyebrow:before{content:'';display:inline-block;width:20px;height:1px;background:currentColor;vertical-align:middle;margin-inline-end:12px}h1,h2,h3,p{margin-top:0}h1{font:clamp(44px,5.1vw,68px)/1.08 Georgia,serif;letter-spacing:-2.5px;margin-bottom:24px;font-weight:400}h1 em{font-weight:400;color:var(--orange)}.intro{font-size:17px;color:var(--muted);max-width:490px;line-height:1.8}.actions{display:flex;align-items:center;gap:26px;margin-top:30px;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;background:var(--orange);color:#fff;padding:14px 23px;border-radius:6px;font-size:14px;border:1px solid transparent;font-weight:600}.button:hover{background:#96391f}.text-link{font-size:14px;border-bottom:1px solid var(--line);padding:8px 0}.hero-art{height:404px;position:relative;display:flex;justify-content:center;align-items:center;background:#eeeee3;border-radius:180px 180px 12px 12px;overflow:hidden}.hero-art:before,.hero-art:after{content:'';position:absolute;width:340px;height:340px;border:1px solid #d9d9c9;border-radius:50%}.hero-art:after{width:440px;height:440px}.hero-art img{width:164px;position:relative;z-index:1}.art-label{position:absolute;bottom:33px;text-align:center;z-index:1;font:13px Georgia,serif;letter-spacing:2px}.float-note{position:absolute;top:43px;inset-inline-start:30px;border:1px solid #d5d5c6;border-radius:30px;padding:6px 14px;font-size:10px;letter-spacing:1px}.service-strip{border-block:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:20px 0;color:var(--muted);font-size:13px}.service-strip span:before{content:'✦';color:var(--orange);margin-inline-end:12px}.gallery{padding-block:78px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}h2{font:44px/1.2 Georgia,serif;letter-spacing:-1px;margin-bottom:12px}.section-head p,.subcopy{color:var(--muted);max-width:520px;font-size:15px;margin-bottom:0}.number{font:italic 18px Georgia;color:#898b7d}.filters{border-block:1px solid var(--line);padding:20px 0;display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:12px}.category{display:flex;gap:7px;flex-wrap:wrap}.chip{font-size:12px;background:transparent;border:1px solid var(--line);border-radius:30px;padding:9px 13px;color:var(--muted)}.chip[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:#fff}.language-filter{display:flex;gap:10px;align-items:center;font-size:12px;white-space:nowrap}select{max-width:200px;border:1px solid var(--line);border-radius:5px;background:var(--paper);padding:9px;color:var(--ink);font-size:12px}.result-note{font-size:12px;color:var(--muted);margin:14px 0 24px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fffdf8;border:1px solid var(--line);border-radius:10px;padding:24px;transition:border-color .2s}.card:hover{border-color:#c6a58d}.card-top{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px;color:var(--muted)}.pill{background:var(--soft);padding:4px 9px;border-radius:4px}.card h3{font:24px Georgia,serif;margin:18px 0 5px}.card-description{font-size:12px;color:var(--muted);min-height:39px;margin:0 0 15px}.player{display:flex;align-items:center;gap:14px;direction:ltr;margin:20px 0}.play{border:0;border-radius:50%;width:44px;height:44px;flex-shrink:0;background:var(--soft);color:var(--ink);font-size:17px}.play[aria-pressed=true]{background:var(--orange);color:white}.wave{height:38px;display:flex;align-items:center;gap:3px;flex:1;overflow:hidden}.wave i{width:3px;min-width:2px;border-radius:4px;background:#c5c7b4}.card.playing .wave i{background:var(--orange)}.time{font-size:11px;font-variant-numeric:tabular-nums;color:var(--muted)}input[type=range]{width:100%;accent-color:var(--orange);height:12px;display:block;margin-bottom:18px}.request{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px;font-size:12px;font-weight:600}.request:hover{color:var(--orange)}.error{color:#9b2c1a;font-size:12px}.empty{grid-column:1/-1;text-align:center;padding:50px 20px;border:1px dashed #b9baac;border-radius:12px}.empty h3{font:28px Georgia}.empty p{color:var(--muted)}.how{background:var(--soft);padding:65px 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:45px}.step-num{font:italic 25px Georgia;color:var(--orange);display:block;margin-bottom:16px}.steps h3{font:25px Georgia;margin-bottom:12px}.steps p{color:var(--muted);font-size:14px}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;padding-block:80px}details{border-bottom:1px solid var(--line);padding:17px 0}summary{cursor:pointer;font-size:15px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:20px}summary:after{content:'+';font-size:20px;font-weight:400;color:var(--orange)}details[open] summary:after{content:'−'}details p{font-size:14px;color:var(--muted);margin:15px 0 3px}.closing{padding:44px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:65px}.closing h2{font-size:34px}.closing p{color:var(--muted);margin-bottom:0;font-size:14px}footer{border-top:1px solid var(--line);padding-block:28px}.footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer .brand{font-size:24px}.footer .brand img{width:30px;height:30px}.footer small{font-size:11px;color:var(--muted)}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3{font-family:Tahoma,Arial,sans-serif;letter-spacing:0;line-height:1.5}[dir=rtl] h1{font-size:47px}[dir=rtl] h2{font-size:34px}[dir=rtl] .eyebrow{letter-spacing:0}[dir=rtl] .card h3{font-size:22px}[dir=rtl] .hero{gap:45px}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:1000px){.nav{display:none}.hero{gap:35px}.cards{grid-template-columns:repeat(2,1fr)}.filters{align-items:start;flex-direction:column}.faq{gap:45px}}@media(max-width:650px){.wrap{width:calc(100% - 36px)}.header{min-height:84px;gap:10px;flex-wrap:wrap;padding-block:15px}.brand{font-size:26px;gap:8px}.brand img{width:35px;height:35px}.locale button{font-size:12px;padding:6px 8px}.hero{grid-template-columns:1fr;padding-block:42px;gap:35px}h1{font-size:46px;letter-spacing:-1.6px}.intro{font-size:15px}.hero-art{height:260px;border-radius:140px 140px 10px 10px}.hero-art img{width:105px}.art-label{bottom:23px;font-size:11px}.float-note{top:27px;font-size:9px}.hero-art:before{width:225px;height:225px}.hero-art:after{width:305px;height:305px}.service-strip{display:grid;grid-template-columns:1fr 1fr;gap:14px;font-size:11px}.service-strip span:before{margin-inline-end:7px}.gallery{padding-block:48px}h2{font-size:36px}.section-head{gap:10px}.number{display:none}.cards{grid-template-columns:1fr}.card{padding:22px}.card-description{min-height:0}.how{padding-block:45px}.steps{grid-template-columns:1fr;gap:22px;margin-top:30px}.step-num{margin-bottom:10px}.faq{grid-template-columns:1fr;gap:25px;padding-block:50px}.closing{padding:28px;flex-direction:column;align-items:start;margin-bottom:45px}.closing h2{font-size:30px}.footer{flex-wrap:wrap}.footer small{max-width:200px}[dir=rtl] h1{font-size:38px}[dir=rtl] .hero{gap:30px}[dir=rtl] h2{font-size:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.float-note{inset-inline-start:50%;transform:translateX(-50%);white-space:nowrap}[dir=rtl] .float-note{transform:translateX(50%)}input[type=range]{direction:ltr}

.voice-languages{display:flex;gap:4px;background:var(--soft);border-radius:7px;padding:4px}.voice-languages button{flex:1;min-width:0;min-height:40px;padding:6px 4px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:12px}.voice-languages button[aria-pressed=true]{background:var(--ink);color:#fff}.voice-languages button:hover{color:var(--orange)}.voice-languages button[aria-pressed=true]:hover{color:#fff}
.voice-music{display:flex;gap:6px;margin-top:8px}.voice-music button{flex:1;min-height:36px;padding:5px;border:1px solid var(--line);border-radius:5px;background:transparent;color:var(--muted);font-size:12px}.voice-music button[aria-pressed=true]{border-color:var(--orange);color:var(--orange);background:#f8eee8}.voice-music button:hover{border-color:var(--orange)}

.icon{width:16px;height:16px;display:inline-block;vertical-align:middle;flex-shrink:0}.play{display:inline-flex;align-items:center;justify-content:center;padding:0}.play .icon{width:20px;height:20px}

@font-face{font-family:"IBM Plex Sans Arabic";src:url("assets/fonts/IBMPlexSansArabic-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("assets/fonts/IBMPlexSansArabic-Medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("assets/fonts/IBMPlexSansArabic-SemiBold.woff2") format("woff2");font-style:normal;font-weight:600 700;font-display:swap}
:root[dir=rtl] body,:lang(ar),:lang(ckb){font-family:"IBM Plex Sans Arabic",Arial,sans-serif}
:root[dir=rtl] h1,:root[dir=rtl] h2,:root[dir=rtl] h3{font-family:"IBM Plex Sans Arabic",Arial,sans-serif;font-weight:500;letter-spacing:0;line-height:1.35}
:root[dir=rtl] h1{font-size:clamp(38px,4.2vw,54px)}
:root[dir=rtl] h2{font-size:clamp(32px,3.4vw,42px)}
:root[dir=rtl] .intro{font-size:18px;line-height:1.8}
:root[dir=rtl] .eyebrow{font-size:14px;letter-spacing:0;line-height:1.6}
:root[dir=rtl] .button,:root[dir=rtl] .text-link,:root[dir=rtl] .chip,:root[dir=rtl] .request,:root[dir=rtl] .voice-languages button,:root[dir=rtl] .voice-music button{font-size:14px}
:root[dir=rtl] .card-description,:root[dir=rtl] .result-note,:root[dir=rtl] .card-top,:root[dir=rtl] .service-strip{font-size:13px}
:root[dir=rtl] .card h3{font-size:24px}
:root[dir=rtl] .locale button{font-size:14px}
:root[dir=rtl] .steps h3{font-size:25px}
.hero-art{height:404px;background:transparent;border-radius:18px;overflow:visible;display:flex;flex-direction:column;gap:28px;isolation:isolate}
.hero-art:before,.hero-art:after{inset:50% auto auto 50%;width:min(78%,340px);height:auto;aspect-ratio:1;border-color:#e4ddd1;transform:translate(-50%,-50%);transition:transform .5s ease,border-color .5s ease;pointer-events:none}
.hero-art:after{width:min(100%,440px);border-color:#ebe5dc}
.hero-art img{width:clamp(170px,18vw,220px);transition:transform .5s ease;filter:drop-shadow(0 15px 22px rgba(113,66,43,.08))}
.hero-wave{z-index:1;display:flex;align-items:center;justify-content:center;gap:7px;height:22px;color:var(--orange)}
.hero-wave i{width:4px;height:9px;border-radius:9px;background:currentColor;opacity:.55;transform-origin:center}
.hero-wave i:nth-child(2),.hero-wave i:nth-child(4){height:15px}
.hero-wave i:nth-child(3){height:21px}
.hero-art:is(:hover,:focus-visible,:active) img{transform:translateY(-7px)}
.hero-art:is(:hover,:focus-visible,:active):before{transform:translate(-50%,-50%) scale(1.06);border-color:#d8c9b8}
.hero-art:is(:hover,:focus-visible,:active) .hero-wave i{animation:hero-voice .85s ease-in-out infinite alternate;animation-delay:var(--delay,0s);opacity:.85}
.hero-wave i:nth-child(2){--delay:-.35s}.hero-wave i:nth-child(3){--delay:-.6s}.hero-wave i:nth-child(4){--delay:-.15s}.hero-wave i:nth-child(5){--delay:-.5s}
@keyframes hero-voice{to{transform:scaleY(.35)}}
@media(max-width:650px){.hero-art{height:270px;gap:18px}.hero-art img{width:145px}:root[dir=rtl] h1{font-size:38px}:root[dir=rtl] h2{font-size:32px}:root[dir=rtl] .intro{font-size:16px}:root[dir=rtl] .service-strip{font-size:13px}}
@media(prefers-reduced-motion:reduce){.hero-art img,.hero-art:before,.hero-art:after{transition:none}.hero-art:is(:hover,:focus-visible,:active) .hero-wave i{animation:none}}
