:root {
  color-scheme: light;
  --ink: #241a12;
  --muted: #6f6258;
  --line: #e8ded2;
  --paper: #fffaf2;
  --bg: #f7f0e6;
  --card: #fffdf8;
  --coffee: #5a341d;
  --coffee-2: #8d5b35;
  --date: #0f5132;
  --cream: #f2dfc3;
  --amber: #c4834b;
  --shadow: 0 18px 60px rgba(63, 37, 18, .12);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 211, 169, .72), transparent 32rem),
    radial-gradient(circle at 95% 5%, rgba(167, 119, 78, .20), transparent 28rem),
    linear-gradient(180deg, #fff9ef 0%, var(--bg) 52%, #f8f3eb 100%);
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
.skip-link { position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus { left: 18px; top: 18px; width: auto; height: auto; padding: 10px 12px; background: var(--ink); color: white; border-radius: 999px; z-index: 10; }
.site-header {
  position: sticky; top: 0; z-index: 5;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 242, .78);
  border-bottom: 1px solid rgba(232, 222, 210, .75);
}
.nav { max-width: 1120px; margin: 0 auto; padding: 16px 22px; display:flex; align-items:center; justify-content:space-between; gap: 18px; }
.brand { display:flex; align-items:center; gap: 10px; font-weight: 800; text-decoration:none; letter-spacing: -.02em; }
.brand-mark { width: 34px; height:34px; display:grid; place-items:center; border-radius:12px; background: var(--ink); color: #fff4e1; font-size: 17px; box-shadow: 0 8px 18px rgba(36,26,18,.18); }
.nav-links { display:flex; align-items:center; gap: 4px; flex-wrap: wrap; justify-content:flex-end; }
.nav-links a { min-height:44px; display:grid; place-items:center; padding: 0 12px; text-decoration:none; color: var(--muted); border-radius: 999px; font-size: 14px; }
.nav-links a:hover, .nav-links a:focus-visible { background: rgba(90,52,29,.08); color: var(--ink); outline:none; }
.nav-links .pill { background: var(--ink); color: white; padding-inline: 16px; }
main { overflow:hidden; }
.hero { max-width:1180px; margin:0 auto; padding: 72px 22px 46px; display:grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 520px); gap: 48px; align-items:center; }
.hero-copy { min-width: 0; }
.eyebrow { color: var(--coffee); font-weight:800; letter-spacing:.04em; text-transform:uppercase; font-size:13px; }
h1 { margin: 12px 0 16px; font-size: clamp(42px, 7vw, 76px); line-height: .95; letter-spacing: -.07em; max-width: 850px; }
.lede { font-size: clamp(18px, 2vw, 22px); color: var(--muted); max-width: 680px; margin: 0 0 22px; }
.area-strip { display:inline-flex; align-items:center; gap:10px; margin: 4px 0 8px; padding: 11px 14px; border:1px solid var(--line); border-radius:999px; background:rgba(255,253,248,.72); color:#4f4035; font-weight:750; font-size:14px; }
.area-dot { width:9px; height:9px; border-radius:50%; background: var(--date); box-shadow:0 0 0 5px rgba(15,81,50,.11); }
.cta-row { display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-top: 22px; }
.button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:8px; border-radius:999px; padding: 0 18px; text-decoration:none; font-weight: 750; border:1px solid transparent; }
.button.primary { background: var(--ink); color:white; box-shadow: 0 12px 28px rgba(36,26,18,.18); }
.button.secondary { background:rgba(255,255,255,.56); border-color: var(--line); color:var(--ink); }
.product-showcase { position:relative; min-height: 760px; border-radius: 40px; background: linear-gradient(145deg, #3a2114, #7b4a2a 58%, #c38b55); box-shadow: var(--shadow); overflow:hidden; border:1px solid rgba(255,255,255,.38); display:grid; place-items:center; padding:28px; }
.product-showcase:before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 24% 8%, rgba(255,255,255,.36), transparent 15rem), radial-gradient(circle at 80% 20%, rgba(255,225,184,.28), transparent 18rem), linear-gradient(180deg, transparent 0 54%, rgba(36,26,18,.68)); }
.product-showcase:after { content:""; position:absolute; z-index:1; inset-inline:0; bottom:0; height:130px; color: rgba(255,244,225,.96); background: currentColor; clip-path: polygon(0 78%,5% 78%,5% 62%,9% 62%,9% 78%,15% 78%,15% 45%,19% 45%,19% 78%,25% 78%,25% 58%,29% 58%,29% 78%,34% 78%,34% 30%,38% 10%,42% 30%,42% 78%,48% 78%,48% 52%,52% 52%,52% 78%,58% 78%,58% 38%,62% 38%,62% 78%,68% 78%,68% 56%,72% 56%,72% 78%,78% 78%,78% 24%,80% 24%,80% 5%,84% 5%,84% 24%,87% 24%,87% 78%,93% 78%,93% 50%,97% 50%,97% 78%,100% 78%,100% 100%,0 100%); }
.app-phone { position:relative; z-index:2; width:min(100%, 390px); height: 704px; background:#f8f1e8; border:8px solid #17100d; border-radius:42px; box-shadow:0 26px 76px rgba(0,0,0,.25); overflow:hidden; display:flex; flex-direction:column; }
.phone-island { position:absolute; z-index:3; top:11px; left:50%; transform:translateX(-50%); width:118px; height:33px; border-radius:28px; background:#080706; }
.phone-status { height:44px; display:flex; justify-content:space-between; align-items:center; padding:0 22px; font-size:13px; font-weight:850; }
.phone-screen { flex:1; min-height:0; overflow:auto; padding: 18px 14px 12px; scrollbar-width: none; }
.phone-screen::-webkit-scrollbar, .chip-rail::-webkit-scrollbar, .weekly-rail::-webkit-scrollbar { display:none; }
.phone-topbar { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:9px; }
.area-heading small { display:block; color:#8a6a51; font-weight:900; font-size:10px; letter-spacing:.11em; text-transform:uppercase; margin-bottom:5px; }
.area-heading strong { display:block; font-size:23px; line-height:1.02; letter-spacing:-.055em; }
.language-pill { min-width:44px; min-height:44px; border-radius:22px; display:grid; place-items:center; background:#fffaf2; border:1px solid #e1d0bd; color:#6f4328; font-weight:950; }
.context-row { display:flex; align-items:center; gap:8px; margin:0 0 8px; padding:8px 11px; border-radius:17px; background:#fffaf2; border:1px solid #e1d2c2; color:#5d5047; font-size:12px; font-weight:800; }
.chip-rail { display:flex; gap:8px; overflow-x:auto; scroll-snap-type:x proximity; -webkit-overflow-scrolling:touch; padding: 1px 0 8px; }
.chip { scroll-snap-align:start; min-height:36px; white-space:nowrap; display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:0 12px; background:#fffaf2; border:1px solid #e3d2bf; color:#6a5646; font-size:12px; font-weight:850; }
.chip.active { background:#261812; color:#fff5e7; border-color:#261812; }
.featured-pick { overflow:hidden; border-radius:24px; background:#fffdf7; border:1px solid #e4d3bf; box-shadow:0 17px 36px rgba(75,47,27,.12); margin-bottom:11px; }
.feature-art { min-height:48px; background:linear-gradient(145deg,#7a4728,#c68b55 62%,#f0cf9d); position:relative; color:white; display:flex; align-items:flex-start; justify-content:space-between; gap:8px; padding:9px; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.06em; }
.feature-art:after { content:""; position:absolute; inset:auto 0 0; height:54px; background:linear-gradient(180deg,transparent,rgba(31,18,10,.56)); }
.feature-art span { position:relative; z-index:1; align-self:flex-start; padding:6px 8px; border-radius:999px; background:rgba(24,13,8,.34); backdrop-filter: blur(8px); }
.feature-art span:last-child { align-self:flex-start; }
.feature-body { padding:11px; }
.cafe-name { display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:18px; letter-spacing:-.03em; }
.meta { margin:2px 0 0; color:#806d5d; font-size:12px; }
.why { margin:5px 0 0; color:#3e3026; font-size:13px; font-weight:750; }
.mini-tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:8px; }
.mini-tags span { border-radius:999px; background:#f3eadf; color:#5e4938; padding:5px 8px; font-size:11px; font-weight:800; }
.section-title { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin: 9px 0 7px; }
.section-title h2 { margin:0; font-size:16px; letter-spacing:-.025em; line-height:1.08; }
.section-title h2 span { display:block; color:#9a6f48; text-transform:uppercase; letter-spacing:.1em; font-size:9px; margin-bottom:4px; }
.section-title > span { color:#8b5b38; font-size:12px; font-weight:900; }
.weekly-rail { display:flex; gap:10px; overflow-x:auto; scroll-snap-type:x proximity; -webkit-overflow-scrolling:touch; padding-bottom:4px; }
.weekly-card { flex:0 0 138px; scroll-snap-align:start; background:#fffdf8; border:1px solid #e5d5c4; border-radius:18px; padding:7px; display:grid; grid-template-columns:34px minmax(0,1fr); column-gap:7px; align-items:center; }
.weekly-art { width:34px; height:34px; border-radius:12px; background:linear-gradient(145deg,#704325,#d19a63); margin-bottom:0; display:flex; align-items:flex-start; justify-content:flex-start; padding:5px; color:white; }
.weekly-art span, .thumb span { border-radius:999px; background:rgba(34,20,13,.46); padding:4px 6px; font-size:10px; font-weight:950; }
.weekly-card strong { display:block; font-size:12px; line-height:1.18; }
.weekly-card small { display:block; margin-top:4px; color:#806d5d; font-size:10px; line-height:1.25; }
.nearby-list { display:grid; gap:7px; }
.nearby-card { display:grid; grid-template-columns:44px minmax(0,1fr) auto; gap:9px; align-items:center; background:#fffdf8; border:1px solid #e5d5c4; border-radius:18px; padding:7px; }
.thumb { width:44px; height:44px; border-radius:14px; background:linear-gradient(145deg,#8c5430,#d5a36d); display:flex; align-items:flex-start; justify-content:flex-start; padding:5px; color:white; }
.nearby-card strong { font-size:13px; }
.nearby-card p { margin:1px 0 0; color:#806d5d; font-size:11px; }
.nearby-card small { display:block; color:#4b3a2e; font-size:11px; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.refine-panel { margin-top:8px; border-radius:18px; padding:8px; background:#efe1d0; border:1px solid #decbb8; }
.refine-panel h3 { margin:0 0 8px; font-size:14px; letter-spacing:-.02em; }
.decision-note { margin:11px 0 0; padding:11px; border-radius:18px; background:rgba(36,26,18,.07); color:#6e5c4d; font-size:11px; line-height:1.35; }
.tabbar { flex:0 0 58px; border-top:1px solid #e6d6c4; background:rgba(255,250,242,.94); display:grid; grid-template-columns:repeat(4,1fr); align-items:center; padding:5px 10px 7px; }
.tabbar span { display:grid; place-items:center; gap:2px; color:#8b7868; font-size:16px; }
.tabbar span:first-child { color:#281a13; }
.tabbar b { font-size:10px; }
.section { max-width:1120px; margin:0 auto; padding: 54px 22px; }
.section h2 { font-size: clamp(30px, 4vw, 48px); letter-spacing:-.045em; line-height:1.04; margin:0 0 14px; }
.section-intro { color:var(--muted); font-size:18px; max-width:720px; margin:0 0 28px; }
.bilingual-section { display:grid; grid-template-columns: .9fr 1.1fr; align-items:stretch; gap:20px; }
.arabic-panel { border-radius:34px; padding:28px; background:linear-gradient(145deg,#fffdf8,#f2e0c9); border:1px solid rgba(216,195,170,.9); box-shadow:0 16px 42px rgba(63,37,18,.08); font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif; text-align:right; }
.arabic-panel small { display:block; color:#8a6a51; font-weight:900; letter-spacing:.02em; margin-bottom:7px; }
.arabic-panel h3 { margin:0; font-size:34px; line-height:1.08; letter-spacing:-.04em; }
.arabic-panel p { color:#5c4a3b; font-size:18px; }
.arabic-chips { display:flex; flex-wrap:wrap; gap:8px; margin:18px 0; }
.arabic-chips span { min-height:40px; display:inline-flex; align-items:center; border-radius:999px; padding:0 13px; background:#fffaf2; border:1px solid #e1d0bd; font-weight:800; color:#5e4938; }
.arabic-card { display:grid; gap:4px; background:#241a12; color:#fff4e1; border-radius:22px; padding:18px; }
.arabic-card span { color:rgba(255,244,225,.78); }
.arabic-note { font-size:14px !important; margin-bottom:0; }
.grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:16px; }
.card { background: rgba(255,253,248,.78); border:1px solid rgba(232,222,210,.86); border-radius: var(--radius); padding:22px; box-shadow: 0 10px 26px rgba(63,37,18,.055); }
.card h3 { margin:0 0 8px; font-size:20px; letter-spacing:-.02em; }
.card p { margin:0; color: var(--muted); }
.intent-list { display:flex; flex-wrap:wrap; gap:10px; margin-top: 18px; }
.intent-list span { border:1px solid var(--line); background:rgba(255,255,255,.58); border-radius:999px; padding:10px 13px; color:#4d3c2e; }
.split { display:grid; grid-template-columns: .9fr 1.1fr; gap:18px; align-items:stretch; }
.notice { background: var(--ink); color:#fff7e9; border-radius: 34px; padding: 32px; display:flex; flex-direction:column; justify-content:space-between; min-height: 310px; }
.notice p { color: rgba(255,247,233,.78); }
.arabic { direction:rtl; text-align:right; font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif; }
.page { max-width: 900px; margin: 0 auto; padding: 58px 22px 80px; }
.page h1 { font-size: clamp(38px, 6vw, 62px); }
.page h2 { margin-top: 34px; font-size: 24px; letter-spacing:-.02em; }
.page p, .page li { color: var(--muted); }
.page .legal-card { background: rgba(255,253,248,.72); border: 1px solid var(--line); border-radius: 24px; padding: 24px; margin-top: 18px; }
.site-footer { border-top:1px solid var(--line); margin-top: 36px; background: rgba(255,250,242,.48); }
.footer-inner { max-width:1120px; margin:0 auto; padding:28px 22px; display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; color:var(--muted); font-size:14px; }
.footer-inner a { color:var(--ink); }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 46px; }
  .product-showcase { min-height: 690px; }
  .bilingual-section, .grid, .split { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .nav { align-items:flex-start; }
  .nav-links a:not(.pill) { display:none; }
  h1 { font-size: clamp(34px, 10.5vw, 40px); letter-spacing: -.075em; }
  .lede { font-size: 18px; max-width: 320px; }
  .hero { padding-inline:16px; gap:28px; overflow:hidden; }
  .hero-copy, .bilingual-section, .section > * { max-width: 320px; }
  .product-showcase { max-width: 320px; }
  .product-showcase { width:100%; margin-inline:0; padding:12px; min-height: 650px; border-radius:32px; }
  .app-phone { width:min(100%, 274px); height: 626px; border-width:6px; border-radius:36px; }
  .phone-screen { padding-inline:12px; }
  .area-heading strong { font-size:23px; }
  .section { padding-inline:16px; }
  .section h2 { font-size: clamp(26px, 7.5vw, 32px); max-width: 320px; }
  .feature-grid { grid-template-columns:1fr; }
  .arabic-panel { padding:22px; }
  .arabic-panel h3 { font-size:30px; }
}
@media (max-width: 360px) {
  .app-phone { height: 650px; }
  .nearby-card { grid-template-columns:46px minmax(0,1fr) auto; }
  .thumb { width:46px; height:46px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } *, *:before, *:after { animation-duration:.001ms !important; transition-duration:.001ms !important; } }
