

:root {
  --ink: #17252d;
  --ink-soft: #52636b;
  --paper: #fbfaf6;
  --cream: #f2efe7;
  --orange: #f26b3b;
  --orange-dark: #d8522c;
  --lemon: #f7c85b;
  --mint: #cfe9d9;
  --line: #e5e1d8;
  --radius: 0.75rem;
  font-family: "DM Sans", "Noto Sans Arabic", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input { font: inherit; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell { overflow: hidden; background: var(--paper); }
.topbar { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 5vw, 72px); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 16px; font-weight: 800; letter-spacing: .2em; }
.brand-mark { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font-size: 15px; letter-spacing: 0; transform: rotate(-10deg); }
.brand-slash { color: var(--orange); margin: 0 2px; }
.nav-actions { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); font-size: 13px; color: var(--ink-soft); }
.nav-link { transition: color .18s ease; }
.nav-link:hover { color: var(--orange-dark); }
.language-switch { display: inline-flex; align-items: center; gap: 7px; background: transparent; color: var(--ink); cursor: pointer; padding: 9px 0 9px 13px; border-left: 1px solid var(--line); font-size: 13px; font-weight: 700; transition: color .18s ease; }
.language-switch:hover { color: var(--orange-dark); }

.hero-section { min-height: 640px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 32px; align-items: center; padding: 48px clamp(22px, 8vw, 120px) 90px; background: var(--cream); position: relative; }
.hero-section:before { content: ""; position: absolute; inset: 0; opacity: .32; pointer-events: none; background-image: radial-gradient(#c7c1b4 0.7px, transparent 0.7px); background-size: 15px 15px; mask-image: linear-gradient(to right, black, transparent 76%); }
.hero-copy { max-width: 660px; position: relative; z-index: 2; padding-top: 12px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 9px; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(242,107,59,.12); }
h1, h2, h3, p { margin: 0; }
h1 { max-width: 650px; margin: 24px 0 21px; color: var(--ink); font-size: clamp(48px, 6.4vw, 87px); line-height: .98; letter-spacing: -.07em; font-weight: 700; }
.title-accent { color: var(--orange); font-style: italic; font-weight: 500; }
.hero-intro { max-width: 430px; color: var(--ink-soft); line-height: 1.7; font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 18px; background: var(--ink); color: white; border-radius: 5px; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .18s ease, transform .18s ease, box-shadow .18s ease; box-shadow: 0 8px 20px rgba(23,37,45,.14); }
.primary-button:hover { background: var(--orange); transform: translateY(-2px); box-shadow: 0 12px 24px rgba(242,107,59,.2); }
.primary-button:active, .category-pill:active, .quick-order:active, .card-order:active { transform: scale(.97); }
.text-button { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; padding: 10px 0; }
.text-button svg { color: var(--orange); transition: transform .18s ease; }
.text-button:hover svg { transform: translateX(4px); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 69px; color: #78838a; font-size: 11px; letter-spacing: .01em; }
.hero-meta span, .footer-contact span, .footer-contact a { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta svg, .footer-contact svg { color: var(--orange); }
.hero-art { min-height: 510px; position: relative; display: grid; place-items: center; z-index: 1; }
.sun-orb { width: min(33vw, 380px); aspect-ratio: 1; border-radius: 50%; background: var(--lemon); position: absolute; top: 3%; right: 12%; opacity: .75; }
.hero-shadow { width: 340px; height: 50px; position: absolute; bottom: 12%; left: 16%; background: rgba(32,45,47,.14); filter: blur(21px); border-radius: 50%; }
.glass { position: absolute; overflow: hidden; filter: drop-shadow(10px 22px 10px rgba(35,45,42,.17)); border: 5px solid rgba(255,255,255,.68); background: rgba(255,255,255,.16); }
.glass:before { content: ""; position: absolute; inset: -2px; border: 1px solid rgba(255,255,255,.55); border-radius: inherit; z-index: 4; pointer-events: none; }
.glass-tall { width: 143px; height: 280px; border-radius: 22px 22px 45px 45px; transform: rotate(8deg); right: 29%; top: 20%; }
.glass-round { width: 176px; height: 184px; border-radius: 28px 28px 58px 58px; transform: rotate(-8deg); left: 15%; bottom: 23%; }
.glass-small { width: 124px; height: 155px; border-radius: 20px 20px 40px 40px; transform: rotate(13deg); right: 7%; bottom: 17%; }
.liquid { position: absolute; left: -12%; width: 124%; bottom: -4%; height: 78%; border-radius: 40% 40% 0 0; }
.liquid-orange { background: linear-gradient(180deg, #f99b39, #ef5d32); }
.liquid-pink { background: linear-gradient(180deg, #f38a80, #db4b61); height: 72%; }
.liquid-yellow { background: linear-gradient(180deg, #ffe98d, #f5b932); height: 70%; }
.straw { position: absolute; width: 9px; height: 185px; top: -60px; border-radius: 8px; transform: rotate(20deg); z-index: 3; }
.straw-orange { background: #e44e2e; left: 44%; }
.straw-pink { background: #a83a56; left: 38%; height: 165px; transform: rotate(-25deg); }
.straw-yellow { background: #e48c29; left: 35%; height: 135px; transform: rotate(25deg); }
.ice { position: absolute; z-index: 3; width: 31px; height: 31px; border-radius: 7px; background: rgba(255,255,255,.48); transform: rotate(25deg); box-shadow: inset 2px 2px 2px rgba(255,255,255,.56); }
.ice-a { left: 21px; top: 83px; }.ice-b { right: 19px; top: 105px; }.ice-c { left: 19px; top: 64px; }.ice-d { right: 17px; top: 52px; width: 25px; height: 25px; }
.lime-slice { position: absolute; width: 57px; height: 57px; border-radius: 50%; right: 18px; top: 52px; background: #cfe27a; border: 8px solid #a5c962; z-index: 3; opacity: .9; }
.glass-highlight { position: absolute; z-index: 5; width: 10px; height: 75%; left: 19px; top: 13%; border-radius: 8px; background: rgba(255,255,255,.38); transform: rotate(3deg); }
.hero-note { position: absolute; z-index: 8; color: var(--ink); background: rgba(255,255,255,.76); backdrop-filter: blur(8px); box-shadow: 0 9px 30px rgba(37,51,48,.12); padding: 11px 14px; border-radius: 5px; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.hero-note { pointer-events: none; user-select: none; }.hero-note svg { vertical-align: -3px; color: var(--orange); margin-right: 5px; }.note-one { top: 15%; right: 3%; transform: rotate(4deg); }.note-two { bottom: 13%; left: 2%; font-size: 28px; letter-spacing: -.06em; line-height: .86; }.note-two span { display: block; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; margin-top: 7px; color: var(--orange-dark); }

.menu-section { padding: 100px clamp(22px, 8vw, 120px) 118px; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; max-width: 1120px; margin: 0 auto 44px; }
.section-heading h2, .story-copy h2 { margin-top: 12px; color: var(--ink); font-size: clamp(38px, 4vw, 58px); line-height: .96; letter-spacing: -.065em; font-weight: 700; }
.section-heading p { margin-top: 15px; max-width: 430px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.menu-count { text-align: right; color: var(--ink-soft); padding-bottom: 3px; }.menu-count strong { display: block; color: var(--orange); font-size: 48px; line-height: .9; letter-spacing: -.07em; font-weight: 500; }.menu-count span { display: block; margin-top: 7px; text-transform: uppercase; font-size: 10px; letter-spacing: .15em; }
.menu-tools { max-width: 1120px; margin: 0 auto 22px; display: flex; justify-content: space-between; align-items: center; gap: 17px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.category-list { display: flex; gap: 8px; flex-wrap: wrap; }.category-pill { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; color: var(--ink-soft); background: transparent; border: 1px solid transparent; border-radius: 5px; font-size: 12px; cursor: pointer; transition: color .18s ease, background .18s ease, border .18s ease; }.category-pill:hover { color: var(--orange-dark); border-color: #f2d1c5; }.category-pill.active { color: white; background: var(--orange); border-color: var(--orange); }.category-pill.active svg { color: white; }
.search-box { width: 205px; display: flex; align-items: center; gap: 8px; padding: 10px 12px; color: #8a9598; background: #f4f1eb; border-radius: 5px; }.search-box input { width: 100%; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 12px; }.search-box input::placeholder { color: #9ca3a4; }.results-note { max-width: 1120px; margin: 0 auto 18px; color: #899294; font-size: 11px; }.results-note strong { color: var(--ink); }
.drink-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }.drink-card { min-width: 0; background: #fff; border: 1px solid #eeeae2; border-radius: 7px; overflow: hidden; animation: card-in .5s var(--ease-out, cubic-bezier(.23,1,.32,1)) both; animation-delay: var(--delay); transition: transform .22s ease, box-shadow .22s ease; }.drink-card:hover { transform: translateY(-5px); box-shadow: 0 18px 32px rgba(29,43,41,.1); }.drink-image-wrap { height: 220px; position: relative; overflow: hidden; background: #e7e3dc; }.drink-image { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s cubic-bezier(.23,1,.32,1); }.drink-card:hover .drink-image { transform: scale(1.05); }.image-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,29,31,.02), rgba(15,29,31,.3)); pointer-events: none; }.drink-tag { position: absolute; top: 13px; left: 13px; color: var(--ink); background: var(--lemon); padding: 6px 8px; border-radius: 3px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }.quick-order { position: absolute; right: 13px; bottom: 13px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: white; cursor: pointer; box-shadow: 0 5px 15px rgba(15,25,25,.14); font-size: 24px; font-weight: 500; line-height: 1; transition: background .18s ease, color .18s ease, transform .18s ease; }.quick-order:hover { color: white; background: var(--orange); transform: rotate(-8deg); }.drink-info { padding: 17px 17px 15px; }.drink-name-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }.drink-info h3 { font-size: 18px; letter-spacing: -.035em; font-weight: 700; }.price { color: var(--orange-dark); white-space: nowrap; font-size: 13px; font-weight: 700; }.drink-info p { min-height: 40px; margin-top: 7px; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }.card-order { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; padding: 0; color: var(--orange-dark); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }.card-order svg { transition: transform .18s ease; }.card-order:hover svg { transform: translate(3px, -3px); }.empty-state { max-width: 1120px; margin: 55px auto 20px; min-height: 160px; display: grid; place-items: center; align-content: center; gap: 9px; color: var(--ink-soft); background: #f4f1eb; border-radius: 6px; }.empty-state svg { color: var(--orange); }.empty-state p { font-size: 14px; }

.story-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); min-height: 620px; background: var(--mint); }.story-visual { min-height: 560px; position: relative; overflow: hidden; background: #d9eedf; }.story-visual:before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(#8fc2a6 0.7px, transparent .7px); background-size: 14px 14px; }.story-circle { position: absolute; border-radius: 50%; border: 1px solid rgba(28,86,65,.2); }.circle-one { width: 500px; height: 500px; top: 5%; left: 12%; }.circle-two { width: 340px; height: 340px; top: 21%; left: 28%; background: rgba(255,255,255,.15); }.story-cup { position: absolute; width: 190px; height: 300px; top: 21%; left: 41%; transform: rotate(9deg); }.cup-lid { position: absolute; z-index: 3; top: 0; left: -6px; width: 200px; height: 31px; border-radius: 50%; background: #f2b45b; border: 5px solid #fce4ab; box-shadow: 0 4px 4px rgba(20,60,43,.15); }.cup-body { height: 268px; margin-top: 15px; background: linear-gradient(100deg, #f27e48, #e05431); clip-path: polygon(5% 0, 95% 0, 81% 100%, 19% 100%); display: grid; place-items: center; color: #fff6e7; box-shadow: 15px 20px 20px rgba(21,71,52,.2); }.cup-body span { font-size: 25px; line-height: .85; letter-spacing: .14em; font-weight: 800; text-align: center; transform: rotate(-1deg); }.cup-shadow { position: absolute; width: 175px; height: 24px; bottom: -18px; left: 5px; border-radius: 50%; background: rgba(22,68,46,.25); filter: blur(10px); }.story-card { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 10px; padding: 11px 14px; background: rgba(255,255,255,.72); backdrop-filter: blur(8px); border-radius: 5px; color: var(--ink); font-size: 11px; font-weight: 800; box-shadow: 0 8px 18px rgba(26,77,55,.08); }.story-card svg { color: var(--orange); }.card-top { top: 16%; left: 15%; transform: rotate(-5deg); }.card-bottom { right: 11%; bottom: 17%; transform: rotate(4deg); }.story-copy { align-self: center; max-width: 500px; padding: 82px clamp(30px, 8vw, 112px) 82px clamp(30px, 7vw, 100px); }.story-copy h2 { font-size: clamp(40px, 4vw, 64px); }.story-copy h2 span:last-child { color: var(--orange-dark); font-style: italic; font-weight: 500; }.story-copy p { margin-top: 24px; max-width: 390px; color: #4e6c61; font-size: 14px; line-height: 1.8; }.story-details { display: flex; gap: 30px; margin: 29px 0 34px; }.story-details div { display: flex; gap: 10px; align-items: flex-start; }.story-details strong { color: var(--orange-dark); font-size: 11px; }.story-details span { color: #4e6c61; font-size: 11px; line-height: 1.5; }
.footer { padding: 44px clamp(22px, 8vw, 120px) 25px; color: white; background: var(--ink); }.footer-brand { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.13); }.footer .brand { color: white; }.footer-brand p { color: #a9b7b8; font-size: 13px; }.footer-contact { display: flex; flex-wrap: wrap; gap: 22px; padding: 22px 0; color: #b7c4c4; font-size: 11px; }.footer-contact a:hover { color: var(--lemon); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: #738383; font-size: 10px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }

@keyframes card-in { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media (max-width: 900px) { .hero-section { grid-template-columns: 1fr; padding-top: 32px; padding-bottom: 45px; }.hero-copy { max-width: 680px; }.hero-art { min-height: 400px; margin-top: -12px; }.hero-meta { margin-top: 42px; }.sun-orb { width: 330px; top: 3%; right: 19%; }.glass-tall { right: 29%; top: 15%; transform: rotate(8deg) scale(.85); }.glass-round { left: 24%; bottom: 12%; transform: rotate(-8deg) scale(.82); }.glass-small { right: 13%; bottom: 9%; transform: rotate(13deg) scale(.76); }.hero-shadow { bottom: 7%; }.note-one { right: 12%; top: 4%; }.note-two { left: 12%; bottom: 4%; }.drink-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.story-section { grid-template-columns: 1fr; }.story-visual { min-height: 470px; }.story-copy { padding: 75px 8vw 82px; max-width: 680px; } }
@media (max-width: 620px) { .topbar { height: 72px; }.nav-link { display: none; }.language-switch { border-left: 0; padding-left: 0; }.hero-section { min-height: 0; padding: 30px 22px 36px; }.hero-copy { padding-top: 0; }h1 { font-size: clamp(45px, 14vw, 69px); margin-top: 21px; }.hero-intro { font-size: 14px; }.hero-actions { gap: 17px; flex-wrap: wrap; margin-top: 26px; }.hero-meta { gap: 9px 15px; margin-top: 38px; }.hero-art { min-height: 320px; margin-top: -6px; transform: scale(.83); transform-origin: center; width: 120%; margin-left: -10%; }.sun-orb { width: 315px; right: 11%; }.glass-tall { right: 26%; top: 10%; }.glass-round { left: 15%; bottom: 11%; }.glass-small { right: 2%; bottom: 7%; }.note-one { right: 0; top: 0; }.note-two { left: 0; bottom: 2%; }.menu-section { padding: 73px 22px 82px; }.section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }.section-heading h2 { font-size: 44px; }.menu-count { text-align: left; display: flex; align-items: baseline; gap: 9px; }.menu-count strong { font-size: 36px; }.menu-count span { margin: 0; }.menu-tools { align-items: stretch; flex-direction: column; padding-bottom: 14px; }.category-list { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; margin-right: -22px; padding-right: 22px; scrollbar-width: none; }.category-list::-webkit-scrollbar { display: none; }.category-pill { white-space: nowrap; }.search-box { width: 100%; }.drink-grid { grid-template-columns: 1fr; gap: 16px; }.drink-image-wrap { height: 230px; }.drink-info { padding: 16px 15px 14px; }.story-visual { min-height: 390px; }.circle-one { width: 350px; height: 350px; left: 4%; }.circle-two { width: 250px; height: 250px; left: 22%; }.story-cup { transform: rotate(9deg) scale(.72); transform-origin: center; top: 10%; left: 34%; }.story-card { transform: scale(.9); }.card-top { top: 12%; left: 6%; }.card-bottom { right: 5%; bottom: 12%; }.story-copy { padding: 64px 22px 72px; }.story-copy h2 { font-size: 46px; }.story-details { gap: 19px; }.footer-brand, .footer-bottom { align-items: flex-start; flex-direction: column; }.footer-contact { gap: 13px; flex-direction: column; } }
[dir="rtl"] .brand { letter-spacing: .08em; }.site-shell[dir="rtl"] .hero-copy, [dir="rtl"] .hero-copy { text-align: right; }.site-shell[dir="rtl"] .eyebrow, [dir="rtl"] .eyebrow { justify-content: flex-start; }.site-shell[dir="rtl"] .hero-actions, [dir="rtl"] .hero-actions { justify-content: flex-start; }.site-shell[dir="rtl"] .hero-meta, [dir="rtl"] .hero-meta { justify-content: flex-start; }.site-shell[dir="rtl"] .menu-count, [dir="rtl"] .menu-count { text-align: left; }.site-shell[dir="rtl"] .drink-tag, [dir="rtl"] .drink-tag { left: auto; right: 13px; }.site-shell[dir="rtl"] .quick-order, [dir="rtl"] .quick-order { right: auto; left: 13px; }.site-shell[dir="rtl"] .section-heading p, [dir="rtl"] .section-heading p, [dir="rtl"] .story-copy p { line-height: 1.9; }.site-shell[dir="rtl"] .story-copy, [dir="rtl"] .story-copy { text-align: right; }
.order-toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 12px 18px; color: white; background: var(--ink); border-radius: 999px; box-shadow: 0 10px 25px rgba(23,37,45,.22); font-size: 13px; font-weight: 600; text-align: center; opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity .22s ease, transform .22s ease; }.order-toast.show { opacity: 1; transform: translate(-50%, 0); }

.order-modal { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 20px; background: rgba(23,37,45,.42); opacity: 0; pointer-events: none; transition: opacity .2s ease; }.order-modal.show { opacity: 1; pointer-events: auto; }.order-modal-card { width: min(430px, 100%); max-height: min(600px, 90vh); overflow: auto; padding: 26px; color: var(--ink); background: var(--paper); border-radius: 12px; box-shadow: 0 20px 60px rgba(23,37,45,.25); }.order-modal-title { margin: 0 0 20px; font-size: 28px; }.order-lines { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }.order-lines li { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }.order-lines .empty-order { display: block; color: var(--ink-soft); text-align: center; border-bottom: 0; }.order-total { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 2px solid var(--ink); font-size: 17px; }.order-total-value { color: var(--orange-dark); }.order-close { width: 100%; margin-top: 22px; padding: 12px 16px; color: white; background: var(--ink); border-radius: 5px; cursor: pointer; font-weight: 700; }
