@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap');
:root{--bg:#111411;--panel:#1b1e1a;--gold:#dab978;--text:#f5f3ed;--muted:#b6b9b0;--line:#ffffff20}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--bg);color:var(--text);font-family:'Noto Sans Arabic',Tahoma,Arial,sans-serif;font-size:16px;line-height:1.8}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:2px solid var(--gold);outline-offset:5px}.announcement{background:var(--gold);color:#20221b;text-align:center;font-size:13px;padding:5px}header{max-width:1380px;margin:auto;padding:21px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand b{font-family:Georgia,serif;font-weight:400;color:var(--gold);font-size:43px;line-height:1;display:block;letter-spacing:5px}.brand span{display:block;font:9px Arial;letter-spacing:2px;margin-top:9px}nav{display:flex;gap:35px;font-size:14px}nav a:hover{color:var(--gold)}.cart-button,.outline-button{border:1px solid #bfa16a88;color:var(--text);background:transparent;padding:10px 19px;font-size:14px}.cart-button span{background:var(--gold);color:#111;padding:0 7px;margin-right:8px;border-radius:50%}.intro{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 35px;gap:40px;padding:40px 5% 48px;align-items:center}.eyebrow{color:var(--gold);font-size:13px;letter-spacing:1px}h1{font-size:clamp(35px,4.4vw,63px);line-height:1.5;font-weight:500;margin:14px 0}h1 em{font-style:normal;color:var(--gold)}p{color:var(--muted)}.intro p{margin:0 0 26px}.gold-button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--gold);border:1px solid var(--gold);color:#15180f;padding:12px 24px;font-weight:600;font-size:15px}.gold-button:hover{background:#edcf96}.intro-note{font-size:12px;color:var(--muted);margin-top:29px;display:flex;gap:12px;align-items:center}.intro-note i{font-style:normal;color:var(--gold)}.hero-photo{height:410px;position:relative;overflow:hidden;border-radius:160px 160px 2px 2px;background:#473623}.hero-photo>img{height:100%;width:145%;max-width:none;object-fit:cover;object-position:left 44%;position:absolute;left:0}.hero-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#080b08dd)}.photo-label{position:absolute;z-index:1;bottom:25px;right:25px;left:25px;display:flex;flex-direction:column;font-size:14px}.photo-label>b{font-size:25px}.photo-label>span:first-child{font-size:12px;color:var(--gold)}.vertical-word{writing-mode:vertical-rl;direction:ltr;font:11px Arial;letter-spacing:4px;color:var(--muted)}.collection{max-width:1380px;padding:25px 5% 65px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}h2{font-size:32px;font-weight:500;line-height:1.6;margin:3px 0}.section-head p{font-size:14px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product{min-width:0}.product-image{height:380px;overflow:hidden;position:relative;background:#30291c}.product-image img{position:absolute;left:0;height:100%;width:185%;max-width:none;object-fit:cover;object-position:left center;transition:transform .5s}.product:hover img{transform:scale(1.035)}.product:nth-child(2) .product-image img{width:172%}.product:nth-child(3) .product-image img{width:145%}.badge{position:absolute;top:15px;right:15px;background:#171a15e8;padding:4px 13px;font-size:12px;color:var(--gold)}.product-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:19px 0 10px}.product h3{font-size:21px;margin:0;font-weight:500}.price{font-size:17px;color:var(--gold);white-space:nowrap}.price small{font-size:12px}.product ul{padding:0;list-style:none;margin:0 0 19px;color:var(--muted);font-size:14px;min-height:130px}.product li{padding:4px 0}.product li:before{content:'—';color:var(--gold);margin-left:8px}.product button{width:100%;background:transparent;color:var(--text);border:1px solid #bca06c88;padding:11px}.product button:hover{background:var(--gold);color:#15180f}.price-note{font-size:13px;margin-top:24px}.how{border-block:1px solid var(--line);padding:40px 5%;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:35px;background:var(--panel)}.how h2{font-size:25px}.how>div>b{font:30px Georgia;color:var(--gold)}.how h3{font-size:18px;margin:12px 0 3px}.how p{font-size:14px;margin:0}.contact{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:55px 5%}.contact h2{font-size:29px}.contact p{font-size:14px}footer{padding:27px 5%;border-top:1px solid var(--line);display:flex;align-items:center;gap:30px;flex-wrap:wrap;color:var(--muted);font-size:13px}.footer-logo{color:var(--gold);font:32px Georgia;letter-spacing:4px}footer a:hover{color:var(--gold)}dialog{width:min(710px,94vw);max-height:90dvh;padding:0;background:#191d18;color:var(--text);border:1px solid #9f875355;box-shadow:0 30px 90px #0008}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}body:has(dialog[open]){overflow:hidden}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;border-bottom:1px solid var(--line)}.dialog-header h2{font-size:24px}.dialog-header small{color:var(--gold);font-size:12px}.close{color:white;font-size:32px;border:0;background:transparent;padding:0 10px}.dialog-content{padding:24px 28px}.package-summary{color:var(--gold);font-size:14px;margin-bottom:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:block;font-size:14px;margin-bottom:13px}input,select,textarea{width:100%;display:block;margin-top:6px;padding:10px 12px;color:var(--text);background:#242922;border:1px solid #606857;border-radius:3px;font-size:16px;min-width:0}input:focus,select:focus,textarea:focus{outline:2px solid var(--gold);outline-offset:1px}input::placeholder,textarea::placeholder{color:#a1a59a;font-size:14px}.hint{font-size:13px;line-height:1.9;margin:9px 0 19px}fieldset{border:0;border-top:1px solid var(--line);padding:18px 0 0;margin:22px 0 0}legend{padding-left:15px;color:var(--gold);font-size:16px}.dialog-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#22281f;padding:18px 28px;position:sticky;bottom:0}.dialog-bottom small{font-size:12px;display:block;color:var(--muted)}.dialog-bottom b{color:var(--gold)}.full{width:100%}.checkout-total{display:flex;justify-content:space-between;padding:16px 0;border-block:1px solid var(--line)}.checkout-total b{color:var(--gold)}.cart-item{padding:16px;border:1px solid var(--line);margin-bottom:14px}.cart-item h3{font-size:18px;margin:0}.cart-item p{font-size:14px;white-space:pre-line;margin:5px 0}.cart-item button{border:0;color:var(--gold);background:transparent;padding:5px 0;font-size:14px}.cart-empty{text-align:center;padding:45px 10px;color:var(--muted)}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--gold);color:#15180f;padding:10px 24px;box-shadow:0 5px 30px #0005;z-index:10;font-size:14px;display:none}#checkoutStatus{font-size:14px;color:var(--gold)}[hidden]{display:none!important}@media(max-width:800px){header{padding:18px 5%}nav{display:none}.brand b{font-size:35px}.intro{gap:20px;grid-template-columns:1fr 1fr;padding-top:25px}.vertical-word{display:none}.hero-photo{height:350px;border-radius:100px 100px 0 0}.intro p{font-size:14px}.intro-note{flex-wrap:wrap;font-size:12px;gap:7px}.products{gap:15px}.product-image{height:280px}.product-title{align-items:start;flex-direction:column}.product h3{font-size:19px}.how{grid-template-columns:1fr 1fr}.contact{flex-direction:column;align-items:start}footer{gap:18px}.section-head p{display:none}}@media(max-width:560px){.intro{display:flex;flex-direction:column;align-items:stretch;position:relative;padding-bottom:35px}.intro-copy{padding-bottom:5px}.intro h1{font-size:37px;margin:10px 0}.intro h1 br{display:none}.intro p{margin-bottom:20px}.intro .gold-button{padding:10px 19px}.intro-note{margin-top:17px}.hero-photo{height:310px;border-radius:90px 90px 0 0}.hero-photo>img{width:145%;object-position:left 43%}.products{grid-template-columns:1fr;gap:38px}.product-image{height:420px}.product-title{flex-direction:row;align-items:center}.product ul{min-height:auto}.collection{padding-top:5px}.section-head{margin-bottom:20px}h2{font-size:28px}.how{gap:30px 20px}.how>div:first-child{grid-column:1/-1}.how>div:last-child{grid-column:1/-1}.contact h2{font-size:25px}footer span{display:none}.form-grid{grid-template-columns:1fr 1fr;gap:10px}.dialog-content{padding:19px}.dialog-header{padding:17px 19px}.dialog-bottom{padding:15px}.dialog-bottom .gold-button{padding:10px 15px;font-size:14px}.dialog-bottom b{font-size:14px}.cart-button{padding:8px 11px;font-size:12px}.brand span{font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* UTTU white and gold collection */
:root{--bg:#fff;--panel:#faf9f6;--gold:#936c26;--text:#28251e;--muted:#706b60;--line:#b0925233}body{background:#fff}.announcement{background:#e8d3a7;color:#352713}.brand b,.footer-logo{color:#946d29}.gold-button{background:#bd9650;border-color:#bd9650;color:#fff}.gold-button:hover{background:#a37b38;color:#fff}.cart-button span{background:#b48a42;color:#fff}.intro{grid-template-columns:1fr 1fr 35px}.hero-photo{height:auto;max-height:none;border-radius:0;background:transparent;align-self:stretch;display:flex;align-items:center}.hero-photo>img{position:static;display:block;width:100%;height:auto;object-fit:contain;max-width:100%;max-height:620px}.hero-photo:after{display:none}.photo-label{display:none}.product-image{height:auto;aspect-ratio:2/3;background:#faf8f4}.product-image img,.product:nth-child(2) .product-image img,.product:nth-child(3) .product-image img{position:static;width:100%;height:100%;max-width:100%;object-fit:contain;transform:none}.product:hover img{transform:none}.badge{display:none}.product button{color:#745019;border-color:#a88241}.product button:hover{background:#bd9650;color:#fff}.cart-button,.outline-button{border-color:#b18b47;color:#71521e}.reference-note{font-size:13px;color:#716444;background:#faf6ee;border-right:3px solid #bb9858;padding:12px 16px;margin-top:25px}.pieces-heading{margin-top:48px}.pieces{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.piece-card{border:1px solid var(--line);padding:23px 20px;background:#fcfbf8}.piece-card h3{margin:0;font-size:21px;color:#74551f}.piece-card p{font-size:14px;min-height:50px}.piece-card button{border:1px solid #b89a65;background:white;color:#755320;padding:9px 14px;width:100%}.piece-card button:hover{background:#f4ead7}.price-note{line-height:1.9}dialog{background:#fff;color:var(--text);border-color:#c8ab70}.close{color:#50432d}.dialog-bottom{background:#faf7ef;border-top:1px solid var(--line)}input,select,textarea{background:#fff;color:var(--text);border-color:#c6baa2}input::placeholder,textarea::placeholder{color:#817a6b}.checks{display:flex;gap:13px;flex-wrap:wrap;margin-top:9px}.checks label,.check-row{display:flex;gap:8px;align-items:center}.checks input,.check-row input{width:19px;height:19px;margin:0;accent-color:#a57c35;flex-shrink:0}.field-label{font-size:14px}.text-button{border:0;padding:3px 0;background:none;color:#8b6524;text-decoration:underline;font-size:14px}#formEstimate{max-width:300px;margin-top:3px;font-size:12px}.checkout-total{align-items:center;gap:15px}.checkout-total b{font-size:16px;white-space:pre-line}.cart-item h3{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.cart-item .price{font-size:15px;white-space:normal}#toast{background:#e9d5ad;color:#332713}footer{background:#faf9f6}@media(max-width:800px){.pieces{grid-template-columns:repeat(2,1fr)}.hero-photo{height:auto}}@media(max-width:560px){.intro{display:flex}.hero-photo{height:auto;max-height:none}.hero-photo>img{width:100%;height:auto;max-height:none}.product-image{height:auto}.pieces{gap:10px}.piece-card{padding:17px 13px}.piece-card p{font-size:13px}.dialog-bottom{align-items:center}.dialog-bottom>div{max-width:55%}.form-grid{grid-template-columns:1fr}.checks{gap:22px}}
.piece-photo{width:100%;height:220px;object-fit:contain;display:block;background:#faf9f6;margin-bottom:18px}.model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.model-card{border:1px solid var(--line);padding:12px;display:flex;flex-direction:column}.model-photo{background:#faf9f6;border:0;padding:0;cursor:zoom-in;width:100%;height:330px}.model-photo img{width:100%;height:100%;object-fit:contain;display:block}.model-card h3{font-size:16px;font-weight:500;margin:13px 0;flex:1}.model-select{background:white;color:#805c21;border:1px solid #bc9b63;padding:10px;font-size:14px}.model-select:hover{background:#f8f1e5}.detail-preview{display:block;width:100%;height:230px;object-fit:contain;margin:5px 0 19px;background:#faf9f7}.photo-details{margin:0 0 20px}.photo-details summary{cursor:pointer;color:#835f25;font-size:14px}.photo-details img{height:300px}#photoDialog{width:min(850px,96vw)}#photoTitle{font-size:18px}#fullPhoto{display:block;width:100%;height:auto;max-height:70dvh;object-fit:contain;background:#faf9f6}.photo-action{padding:15px;text-align:center}@media(max-width:800px){.model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.model-photo{height:290px}}@media(max-width:560px){.model-grid{grid-template-columns:1fr}.model-photo{height:auto}.model-photo img{height:auto;max-height:560px}.piece-photo{height:180px}}
.contact-phones{display:flex;flex-direction:column;gap:12px;min-width:260px}.contact-phones a{display:flex;align-items:center;justify-content:center;gap:18px;text-align:center}.contact-phones b{white-space:nowrap}.store-address{max-width:650px}.store-hours{color:#74541d!important;font-size:17px!important}#orderReview{margin-top:20px;border-top:1px solid var(--line);padding-top:20px}#orderSummary{font-size:14px;line-height:2;background:#fcfaf5}#orderReview .contact-phones{min-width:0}@media(max-width:560px){.contact-phones{width:100%;min-width:0}}
.store-first{max-width:1380px;margin:0 auto;padding:28px 5%;border-bottom:1px solid var(--line);background:linear-gradient(100deg,#fff,#fcf8ef);gap:35px}.store-first h1{font-size:34px;line-height:1.5;margin:5px 0 7px;color:#77571f}.store-first h1 span{font-family:Georgia,serif;letter-spacing:3px}.store-first p{margin:6px 0;font-size:15px}.store-first .store-description{color:#4c483e}.store-first .contact-phones>p{font-size:14px;margin-bottom:4px;color:#6b522a;text-align:center}.waze-link{display:inline-block;color:#805b1d;border-bottom:1px solid #b49356;margin-top:10px;font-size:15px}.hero-title{font-size:clamp(35px,4.4vw,63px);line-height:1.5;font-weight:500;margin:14px 0}.hero-title em{font-style:normal;color:var(--gold)}@media(max-width:800px){.store-first{flex-direction:column;align-items:stretch;gap:15px}.store-first .contact-phones{display:grid;grid-template-columns:1fr 1fr;gap:10px}.store-first .contact-phones>p{grid-column:1/-1;text-align:right}.store-first .contact-phones a{gap:8px;padding:10px}.store-first h1{font-size:30px}}@media(max-width:560px){.store-first{padding:20px 5%}.store-first .contact-phones a{flex-direction:column;gap:0;font-size:14px}.store-first p{font-size:14px}.store-first .store-hours{font-size:15px!important}.hero-title{font-size:37px}.hero-title br{display:none}}
