@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
:root{--wine:#632332;--cream:#fff8ec;--ink:#382426;--muted:#78665f;--line:#ddcfc0}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #c28842;outline-offset:6px}a:hover{opacity:.8}.header{height:116px;margin:0 5.2%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-family:'Playfair Display',Georgia,serif;color:var(--wine);font-size:42px;letter-spacing:-2px;line-height:1}.brand span{display:block;text-align:center;font:500 10px 'DM Sans',sans-serif;letter-spacing:3px;margin-top:9px}.header nav{display:flex;gap:36px;font-size:15px}.header-note{font-size:14px;color:var(--muted)}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px;padding:38px 3% 38px 5.2%;gap:35px}.hero-copy{padding-top:44px;display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;line-height:1.7;margin:0 0 28px;display:flex;align-items:center;gap:14px}.line{width:28px;height:1px;background:var(--wine)}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:400}h1{font-size:clamp(48px,5.8vw,88px);line-height:1.12;letter-spacing:-3px;margin:0 0 26px;color:var(--wine)}em{font-weight:400}h1 em,h2 em{color:var(--wine)}.intro{font-size:17px;line-height:1.9;color:var(--muted);margin:0 0 30px}.button{display:inline-flex;gap:45px;align-items:center;background:var(--wine);color:var(--cream);padding:19px 25px;font-size:15px}.button span{font-size:22px}.hero-bottom{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding-top:45px;gap:15px}.hero-bottom>span:first-child{font-size:21px;color:var(--wine)}.hero-bottom>span:last-child{font-size:10px;letter-spacing:1.7px}.hero-photo{position:relative;min-height:590px;overflow:hidden;border-radius:200px 200px 3px 3px}.hero-photo img{height:100%;width:100%;position:absolute;object-fit:cover;object-position:51% center}.photo-badge{position:absolute;right:24px;bottom:25px;width:122px;height:122px;background:var(--cream);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:12px;line-height:1.5;color:var(--wine);transform:rotate(9deg);box-shadow:0 0 0 6px #fff8ec44}.photo-badge em{font-family:'Playfair Display',Georgia,serif;font-size:27px;line-height:1.1}.ribbon{background:var(--wine);color:var(--cream);padding:24px 4%;display:flex;justify-content:space-around;gap:20px;align-items:center;font-size:12px;letter-spacing:2px}.ribbon i{font-size:18px;font-style:normal;color:#d0a479}.menu-section{display:grid;grid-template-columns:0.8fr 1.4fr;gap:8%;padding:100px 7% 110px}.menu-heading h2{font-size:56px;line-height:1.18;letter-spacing:-1.5px;margin:0 0 24px}.menu-heading>p:not(.eyebrow){color:var(--muted);line-height:1.8}.small-arabic{display:block;text-align:left;color:var(--wine);font-size:33px;margin-top:45px}.menu-item{display:flex;align-items:center;gap:22px;padding:24px 0;border-bottom:1px solid var(--line)}.menu-item:first-child{border-top:1px solid var(--line)}.number{font-size:12px;color:var(--muted);align-self:flex-start;margin-top:10px}.menu-item h3{font-size:27px;margin:0 0 9px;line-height:1.3}.menu-item p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}.arabic{font-size:16px;color:var(--wine);margin-left:auto;white-space:nowrap}.tag{font:500 10px 'DM Sans',sans-serif;letter-spacing:1px;vertical-align:middle;border:1px solid var(--line);padding:4px 7px;margin-left:8px}.visit{padding:65px 7%;background:#eedfca;display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:10%}.visit .eyebrow{margin-bottom:20px}.visit h2{font-size:46px;line-height:1.25;letter-spacing:-1px;margin:0}.visit-copy p{font-size:16px;line-height:1.8;color:#69574f;margin:0 0 23px}.text-link{display:inline-flex;gap:25px;border-bottom:1px solid var(--wine);padding-bottom:9px;font-size:14px;color:var(--wine)}footer{padding:40px 5.2%;display:flex;justify-content:space-between;align-items:center;gap:24px}footer p,footer>a:last-child{font-size:13px;color:var(--muted)}.footer-brand{font-size:32px}.footer-brand span{font-size:8px;letter-spacing:2px}@media(min-width:1500px){body{max-width:1800px;margin:auto}.hero{min-height:740px}.hero-photo{min-height:680px}}@media(max-width:1000px){.header-note{display:none}.hero{gap:25px}.hero-photo{min-height:550px}.hero-bottom{flex-direction:column;align-items:flex-start;gap:12px}h1{letter-spacing:-2px}.menu-section{gap:5%;padding:70px 5%}.arabic{display:none}.menu-heading h2{font-size:44px}.visit{gap:6%}.visit h2{font-size:38px}}@media(max-width:650px){.header{height:90px;margin:0 6%}.brand{font-size:35px}.header nav{gap:22px;font-size:14px}.hero{padding:15px 6% 26px;display:flex;flex-direction:column;gap:30px}.hero-copy{padding-top:22px}.eyebrow{font-size:11px;letter-spacing:1.5px;margin-bottom:22px}h1{font-size:57px;line-height:1.1;margin-bottom:22px;letter-spacing:-2px}.intro{font-size:16px;line-height:1.8;margin-bottom:25px}.button{padding:15px 22px}.hero-bottom{flex-direction:row;align-items:center;padding-top:30px}.hero-bottom>span:first-child{font-size:18px}.hero-bottom>span:last-child{font-size:8px;max-width:90px;line-height:1.7;text-align:right}.hero-photo{min-height:390px;border-radius:150px 150px 2px 2px}.photo-badge{width:105px;height:105px;right:20px;bottom:20px}.ribbon{flex-wrap:wrap;padding:19px 5%;gap:12px 18px;font-size:10px;letter-spacing:1px}.ribbon i{font-size:12px}.ribbon span:last-child,.ribbon i:last-of-type{display:none}.menu-section{grid-template-columns:1fr;padding:55px 6%;gap:30px}.menu-heading h2{font-size:45px}.small-arabic{display:none}.menu-heading>p:not(.eyebrow){margin-bottom:0}.menu-item{gap:15px;padding:22px 0}.menu-item h3{font-size:25px}.menu-item p{font-size:14px}.visit{display:block;padding:45px 6%}.visit h2{font-size:35px;margin-bottom:25px}.visit-copy p{max-width:360px}footer{padding:30px 6%;flex-wrap:wrap}.footer-brand{font-size:30px}footer p{order:3;width:100%;margin:0;font-size:12px}footer>a:last-child{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
