/* =====================================================================
   Arabian Saluki Championship — public marketing site
   Brand: gold #F0A53C on near-black, Sora / Inter / Noto Kufi Arabic
   ===================================================================== */
:root{
  --gold:#F0A53C; --yellow:#F0E11E; --bronze:#C3692D; --brown:#2A1A08;
  --grad:linear-gradient(135deg,#F0E11E 0%,#F0A53C 48%,#C3692D 100%);
  --bg:#0A0A0A; --bg2:#100F0D; --elev:#151311; --card:#1C1A17; --card2:#221F1A;
  --border:#332B22; --border-soft:#241F19;
  --text:#F6F1E8; --text2:#B8A88F; --text3:#8A7A63;
  --maxw:1180px;
  --font-d:'Sora',system-ui,sans-serif; --font-b:'Inter',system-ui,sans-serif; --font-ar:'Noto Kufi Arabic','Inter',sans-serif;
  --r:16px; --ease:cubic-bezier(.4,0,.2,1);
  --hdr-h:71px; /* .hdr-inner 70px + 1px border — the video hero subtracts this to fill exactly one screen */
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-b);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
[dir=rtl] body{font-family:var(--font-ar)}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
::selection{background:rgba(240,165,60,.3)}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.grad{background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.muted{color:var(--text2)}
.sm{font-size:13px}

/* ---------------- buttons ---------------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-d);font-weight:700;font-size:15px;padding:13px 24px;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:transform .14s var(--ease),filter .14s var(--ease),background .2s,color .2s;white-space:nowrap}
[dir=rtl] .btn{font-family:var(--font-ar)}
.btn-gold{background:var(--grad);color:var(--brown);box-shadow:0 8px 22px rgba(240,165,60,.26)}
.btn-gold:hover{filter:brightness(1.05);transform:translateY(-2px)}
.btn-outline{border-color:var(--border);color:var(--text);background:rgba(255,255,255,.02)}
.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.btn-sm{padding:9px 16px;font-size:13.5px;border-radius:10px}
.btn-lg{padding:16px 30px;font-size:16px}

/* ---------------- header ---------------- */
.hdr{position:sticky;top:0;z-index:60;background:rgba(10,10,10,.72);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-soft);transition:background .3s}
.hdr.scrolled{background:rgba(10,10,10,.92)}
.hdr-inner{display:flex;align-items:center;gap:20px;height:70px}
.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}
/* The wordmark is the whole header brand — the Arabian Saluki Center emblem was dropped from it
   per client note (website.pptx). Height-driven so the EN and AR lockups (different aspect
   ratios) sit at the same optical size; width follows. */
.brand-mark{height:44px;width:auto}
.nav{display:flex;gap:28px;margin-inline-start:auto}
.nav a{font-size:14.5px;color:var(--text2);font-weight:500;transition:color .2s}
.nav a:hover{color:var(--text)}
/* Auth rows inside the menu — phone only; the header keeps them at desktop widths. */
.nav-auth{display:none}
.nav-auth.gold{color:var(--gold)}
.hdr-actions{display:flex;align-items:center;gap:12px}
.lang{background:rgba(255,255,255,.05);border:1px solid var(--border);color:var(--text);font-weight:600;font-size:13px;padding:8px 13px;border-radius:10px;cursor:pointer;font-family:inherit}
.lang:hover{border-color:var(--gold);color:var(--gold)}
/* Sign in → the owner app. A text link, not a button, so it survives the narrow mobile header
   alongside the language toggle and the burger (Register is hidden there — see the 900px rule). */
.signin{color:var(--gold);font-weight:600;font-size:13.5px;white-space:nowrap}
.signin:hover{text-decoration:underline}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.burger span{width:22px;height:2px;background:var(--text);border-radius:2px;transition:.25s}

/* ---------------- hero ---------------- */
.hero{position:relative;padding:88px 0 92px;overflow:hidden;border-bottom:1px solid var(--border-soft);
  background:radial-gradient(1100px 520px at 50% -8%,rgba(240,165,60,.14),transparent 62%),var(--bg)}
.hero-glow{position:absolute;inset:0;background:radial-gradient(560px 320px at 78% 18%,rgba(195,105,45,.14),transparent 60%);pointer-events:none}
.hero-inner{position:relative;text-align:center;max-width:820px;margin:0 auto}
/* Patronage credit — outranks the event name by protocol, so it sits above the title. Kept in
   white rather than the brand gold, which is reserved for the championship itself. */
.hero-patron{margin-bottom:22px}
.hero-patron .pre{display:block;font-size:clamp(13px,1.6vw,15.5px);color:var(--text2);letter-spacing:.02em}
.hero-patron .name{display:block;font-family:var(--font-d);font-weight:800;font-size:clamp(21px,3.1vw,31px);line-height:1.25;margin:5px 0 4px}
.hero-patron .role{display:block;font-size:clamp(12.5px,1.5vw,14.5px);color:var(--text2)}
[dir=rtl] .hero-patron .name{font-family:var(--font-ar);line-height:1.5}
.hero-city{font-family:var(--font-d);font-weight:700;font-size:clamp(15px,2.2vw,20px);letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
[dir=rtl] .hero-city{font-family:var(--font-ar);letter-spacing:0}
.hero-title{font-family:var(--font-d);font-weight:800;font-size:clamp(38px,7vw,72px);line-height:1.03;letter-spacing:-.02em}
/* Client note "Move البطولة up": Arabic reads بطولة السلوقي العربي, so in RTL the two title lines
   swap order. flex-direction, not swapped dict values, so البطولة keeps the gold gradient span. */
[dir=rtl] .hero-title{font-family:var(--font-ar);letter-spacing:0;line-height:1.2;display:flex;flex-direction:column-reverse}
.hero-title span{display:block}
.hero-tag{font-family:var(--font-d);font-size:clamp(16px,2.4vw,21px);color:var(--text);margin-top:20px;font-weight:500}
[dir=rtl] .hero-tag{font-family:var(--font-ar)}
/* City + season, a notch below the tagline. Was a gold pill above the title until the client
   moved it here (website.pptx); it keeps the gold so it still reads as the event's dateline. */
.hero-where{font-family:var(--font-d);font-size:clamp(12.5px,1.6vw,15px);color:var(--gold);letter-spacing:.08em;margin-top:9px}
[dir=rtl] .hero-where{font-family:var(--font-ar);letter-spacing:0}
.hero-sub{font-size:16px;color:var(--text2);margin:14px auto 0;max-width:600px}
.hero-cta{display:flex;gap:13px;justify-content:center;flex-wrap:wrap;margin-top:32px}
.hero-org{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:42px;color:var(--text3);font-size:13px;flex-wrap:wrap}
.hero-org img{height:52px;width:auto;opacity:1;filter:saturate(1.08) brightness(1.12)}
.hero-org .dot{opacity:.5}

/* ---------------- stats ---------------- */
.stats{background:var(--bg2);border-bottom:1px solid var(--border-soft)}
.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;padding:34px 22px}
.stat{text-align:center}
/* line-height is pinned to the LARGEST value size (not each value's own), so the season — which
   renders smaller to fit on one line — still occupies the same box and its label stays aligned. */
.stat b{--stat-size:clamp(28px,4vw,40px);display:block;font-family:var(--font-d);font-size:var(--stat-size);line-height:calc(var(--stat-size) * 1.35);font-weight:800;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.stat span{font-size:13px;color:var(--text2);letter-spacing:.02em}
/* The season is the one multi-word value — keep it on a single line so it aligns with the numerals. */
.stat b[data-i18n="stat.seasonV"]{white-space:nowrap;font-size:calc(var(--stat-size) * .775)} /* line-height inherited above keeps it aligned */

/* ---------------- sections ---------------- */
.section{padding:88px 0}
.section[id],.cta-band[id]{scroll-margin-top:82px}
.section.alt{background:var(--bg2)}
.section-head{text-align:center;max-width:640px;margin:0 auto 48px}
.kicker{display:inline-block;font-family:var(--font-d);font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
[dir=rtl] .kicker{letter-spacing:0;font-family:var(--font-ar)}
/* The client deleted the About + Compete kickers in Arabic only, so those dict values are '' —
   collapse the empty span or its 14px margin leaves a stray gap above the AR headings. */
.kicker:empty{display:none}
.h2{font-family:var(--font-d);font-weight:800;font-size:clamp(26px,4vw,40px);line-height:1.12;letter-spacing:-.01em}
[dir=rtl] .h2{font-family:var(--font-ar);letter-spacing:0;line-height:1.3}
.lead{font-size:17px;color:var(--text);margin-top:16px}
.section p.muted{margin-top:14px}

/* about */
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}
.about-card{background:linear-gradient(160deg,var(--card),var(--card2));border:1px solid var(--border);border-radius:24px;padding:38px;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,.4)}
.about-emblem{max-width:260px;margin:0 auto 24px;filter:drop-shadow(0 10px 30px rgba(240,165,60,.2))}
.about-badges{display:flex;flex-wrap:wrap;gap:9px;justify-content:center}
.pill{font-size:12.5px;font-weight:600;color:var(--gold);background:rgba(240,165,60,.1);border:1px solid rgba(240,165,60,.25);padding:7px 13px;border-radius:999px}

/* competitions */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
/* The speed races are their own row; the two side competitions sit under their own heading, and
   the entry CTA closes the section on a single centred card (Website v2.pptx slide 2). */
.cards-2{grid-template-columns:repeat(2,1fr);max-width:760px;margin-inline:auto}
.cards-cta{grid-template-columns:minmax(0,420px);justify-content:center;margin-top:26px}
.section-head.sub{margin:52px auto 26px}
.h3{font-family:var(--font-d);font-weight:700;font-size:clamp(19px,2.6vw,25px);letter-spacing:-.005em}
[dir=rtl] .h3{font-family:var(--font-ar);letter-spacing:0}
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:26px;transition:transform .2s var(--ease),border-color .2s,background .2s}
.card:hover{transform:translateY(-4px);border-color:rgba(240,165,60,.4);background:var(--card2)}
.card-ic{font-size:30px;width:56px;height:56px;display:grid;place-items:center;background:rgba(240,165,60,.08);border:1px solid rgba(240,165,60,.18);border-radius:14px;margin-bottom:16px}
.card h3{font-family:var(--font-d);font-weight:700;font-size:19px;margin-bottom:8px}
[dir=rtl] .card h3{font-family:var(--font-ar)}
.card p{color:var(--text2);font-size:14.5px}
.tag{display:inline-block;margin-top:16px;font-size:12px;font-weight:600;color:var(--text3);border:1px solid var(--border);border-radius:999px;padding:5px 12px}
.card-cta{background:linear-gradient(160deg,rgba(240,165,60,.12),rgba(195,105,45,.06));border-color:rgba(240,165,60,.32);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}
.card-cta h3{font-size:20px}
.card-cta p{color:var(--text)}

/* participate */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:s}
.step{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:26px 22px;position:relative}
.step-n{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--grad);color:var(--brown);font-family:var(--font-d);font-weight:800;font-size:18px;margin-bottom:16px}
.step h4{font-family:var(--font-d);font-weight:700;font-size:16.5px;margin-bottom:7px}
[dir=rtl] .step h4{font-family:var(--font-ar)}
.step p{color:var(--text2);font-size:14px}

/* the app */
.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.feat{list-style:none;margin:24px 0 26px;display:flex;flex-direction:column;gap:13px}
.feat li{position:relative;padding-inline-start:30px;color:var(--text);font-size:15.5px}
.feat li::before{content:"";position:absolute;inset-inline-start:0;top:8px;width:16px;height:16px;border-radius:50%;background:var(--grad)}
/* The tick is drawn from two borders plus a rotation. transform:rotate() does not mirror under
   dir=rtl, so the kept borders must not mirror either — border-left (physical), not
   border-inline-start, or Arabic gets a backwards tick. Placement stays logical. */
.feat li::after{content:"";position:absolute;inset-inline-start:5px;top:12px;width:5px;height:8px;border:2px solid var(--brown);border-top:0;border-left:0;transform:rotate(40deg)}
.app-badges{display:flex;gap:11px;flex-wrap:wrap}
.store{font-size:13px;font-weight:600;color:var(--text2);border:1px solid var(--border);border-radius:12px;padding:11px 16px;background:rgba(255,255,255,.02)}
.app-mock{display:grid;place-items:center}
.phone{width:236px;height:480px;border-radius:38px;background:linear-gradient(160deg,#1b1916,#0d0c0b);border:1px solid var(--border);box-shadow:0 40px 90px rgba(0,0,0,.6),inset 0 0 0 8px #000;position:relative;overflow:hidden}
.phone-notch{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:96px;height:20px;background:#000;border-radius:12px;z-index:2}
.phone-screen{position:absolute;inset:8px;border-radius:32px;background:radial-gradient(500px 300px at 50% 0,rgba(240,165,60,.14),transparent 60%),#0f0e0c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center}
.phone-screen img{border-radius:16px}
.phone-title{font-family:var(--font-d);font-weight:700;font-size:19px}
.phone-sub{color:var(--text2);font-size:13px;margin-top:-6px}
.phone-cta{margin-top:12px;background:var(--grad);color:var(--brown);font-family:var(--font-d);font-weight:700;font-size:14px;padding:11px 34px;border-radius:11px}

/* cta band */
.cta-band{padding:70px 0;background:radial-gradient(800px 300px at 50% 120%,rgba(240,165,60,.18),transparent),linear-gradient(180deg,var(--bg),#0d0b09);border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft)}
.cta-inner{text-align:center;max-width:680px;margin:0 auto}
.cta-band h2{font-family:var(--font-d);font-weight:800;font-size:clamp(24px,3.4vw,36px);line-height:1.15}
/* Arabic needs more leading than the Latin heading — client note: "more space between the lines". */
[dir=rtl] .cta-band h2{font-family:var(--font-ar);line-height:1.55}
.cta-band p{color:var(--text2);margin-top:12px;font-size:16px}
.cta-row{display:flex;gap:13px;justify-content:center;flex-wrap:wrap;margin-top:28px}

/* partners — logos only, no captions (client note, website.pptx) */
.partners{display:flex;gap:72px;justify-content:center;align-items:center;flex-wrap:wrap}
.partner{display:flex;flex-direction:column;align-items:center}
.partner img{opacity:.92;height:118px;width:auto}
@media (max-width:640px){.partners{gap:40px}.partner img{height:88px}}

/* footer */
.ftr{background:var(--bg2);border-top:1px solid var(--border-soft);padding:52px 0 28px}
.ftr-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.ftr-brand{display:flex;flex-direction:column;gap:12px;align-items:flex-start;max-width:340px}
/* Same artwork as the header wordmark, sized independently of it. */
.ftr-mark{height:42px;width:auto}
.ftr-col{display:flex;flex-direction:column;gap:10px}
.ftr-h{font-family:var(--font-d);font-weight:700;font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--text3);margin-bottom:4px}
[dir=rtl] .ftr-h{letter-spacing:0;font-family:var(--font-ar)}
.ftr-col a,.ftr-col span{color:var(--text2);font-size:14px}
.ftr-col a:hover{color:var(--gold)}
.ftr-foot{margin-top:40px;padding-top:22px;border-top:1px solid var(--border-soft);color:var(--text3);font-size:13px;text-align:center}
.ftr-foot a{color:var(--text2)}
.ftr-foot a:hover{color:var(--gold)}

/* ---------------- legal pages (/privacy/) ----------------
   Long-form prose: a single measure-limited column, no reveal animation, and the header carries
   only the brand + language toggle (.hdr-end supplies the margin the missing .nav normally does). */
.hdr-end{margin-inline-start:auto}
.legal{max-width:760px}
.legal .lead{margin-top:18px}
.legal h2{font-family:var(--font-d);font-size:clamp(18px,2.4vw,22px);font-weight:700;color:var(--text);margin:34px 0 10px}
[dir=rtl] .legal h2{font-family:var(--font-ar)}
.legal p{color:var(--text2);font-size:15.5px;line-height:1.85}
.legal ul{margin:10px 0 0;padding-inline-start:22px}
.legal li{color:var(--text2);font-size:15.5px;line-height:1.85;margin-bottom:8px}
.legal li::marker{color:var(--gold)}

/* reveal on scroll */
/* Reveal = a subtle transform-only slide. Opacity is never touched, so content is ALWAYS visible
   (never a blank page) whether or not JS runs or the animation fires. */
.reveal{transform:translateY(14px);transition:transform .55s var(--ease)}
.reveal.in{transform:none}
@media (prefers-reduced-motion:reduce){.reveal{transform:none;transition:none}}

/* ---------------- responsive ---------------- */
@media (max-width:900px){
  .stats-grid{grid-template-columns:repeat(3,1fr);gap:26px 14px}
  .nav{display:none;position:absolute;top:70px;inset-inline:0;flex-direction:column;gap:0;background:var(--elev);border-bottom:1px solid var(--border);padding:8px 0}
  .nav.open{display:flex}
  .nav a{padding:14px 24px;font-size:15px;border-top:1px solid var(--border-soft)}
  .burger{display:flex}
  .nav-auth{display:block}
  .hdr-actions .btn-gold{display:none}   /* redundant on mobile — hero + CTA band carry Register */
  /* Sign in moves into the menu. The wordmark is the whole brand now, and the Arabic lockup is
     136px wide at 30px tall; with "تسجيل الدخول" (96px) still in the row the burger was pushed
     39px off a 375px screen and 54px off a 360px one. Brand + language + burger fits both. */
  .hdr-actions .signin{display:none}
  /* .nav carries the margin-auto that pushes everything right, and it is hidden here — without
     this the actions bunch up against the logo and leave ~120px of dead space at the edge. */
  .hdr-actions{margin-inline-start:auto;gap:14px}
  /* 44px touch targets: the burger and Sign in were 28px and 22px tall. */
  .burger{padding:14px 8px}
  .signin{padding:11px 2px}
  .about-grid,.app-grid{grid-template-columns:1fr;gap:38px}
  .app-mock{order:-1}
  .cards{grid-template-columns:repeat(2,1fr)}
  .cards-cta{grid-template-columns:minmax(0,420px)}  /* one card — never half a two-up row */
  .steps{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .section{padding:64px 0}
  .hero{padding:64px 0 68px}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:26px 14px}
  .cards,.steps{grid-template-columns:1fr}
  .nav a[data-i18n="nav.app"]{border-bottom:1px solid var(--border-soft)}
  .ftr-grid{grid-template-columns:1fr;gap:30px}
  .hero-org{gap:10px}
  .btn-lg{width:100%}
  /* The wordmark is the only brand in the header, so it always shows — but at 44px its ~183px
     width leaves no room for language + Sign in + burger on a 375px viewport. 30px keeps the row
     on one line in both languages ("تسجيل الدخول" is nearly twice the width of "Sign in"). */
  .brand-mark{height:30px}
  .ftr-mark{height:36px}
}


/* ================= video hero (city pages) + landing =================
   The <video> sits behind the hero content and covers the viewport. It is muted + playsinline +
   autoplay, which is the only combination browsers allow to start on its own on mobile; the poster
   shows first paint and stays if autoplay is refused (iOS Low Power Mode does refuse). */
.hero.has-video{min-height:calc(100svh - var(--hdr-h));display:flex;align-items:center;padding:32px 0 40px;background:var(--bg);border-bottom:none}
/* Tighter than the plain hero so the whole block still fits one screen on short laptops. */
.hero.has-video .hero-patron{margin-bottom:14px}
.hero.has-video .hero-org{margin-top:26px}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}
/* Scrim: without it the gold text loses contrast wherever the footage is bright. */
.hero.has-video::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(10,9,8,.72) 0%,rgba(10,9,8,.52) 42%,rgba(10,9,8,.88) 100%)}
.hero.has-video .hero-inner,.hero.has-video .hero-glow{z-index:2}
@media (prefers-reduced-motion:reduce){.hero-video{display:none}}

/* ---- landing (home) : full-bleed video, logo, language, two city CTAs ---- */
.landing{position:relative;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}
.landing-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.landing::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(10,9,8,.62) 0%,rgba(10,9,8,.42) 40%,rgba(10,9,8,.9) 100%)}
.landing-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px clamp(16px,4vw,44px)}
.landing-brand{display:flex;align-items:center;gap:12px}
.landing-brand img{height:90px;width:auto}
.landing-mid{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:26px;padding:24px clamp(16px,5vw,40px) clamp(48px,9vh,90px)}
.landing-title{font-family:var(--font-d);font-weight:800;font-size:clamp(30px,5.4vw,60px);line-height:1.05;letter-spacing:-.02em}
/* Same client note as the hero: Arabic reads بطولة السلوقي العربي, so the two title lines swap
   order in RTL. column-reverse, not swapped strings, so بطولة keeps its gold gradient span. */
[dir=rtl] .landing-title{font-family:var(--font-ar);letter-spacing:0;line-height:1.35;display:flex;flex-direction:column-reverse}
.landing-title span{display:block}
.landing-sub{font-family:var(--font-d);font-size:clamp(14px,2vw,19px);color:var(--text2);max-width:560px}
[dir=rtl] .landing-sub{font-family:var(--font-ar)}
/* The two city choices are the whole point of this page, so they are large tap targets. */
.city-cta{display:flex;gap:clamp(12px,2vw,20px);flex-wrap:wrap;justify-content:center;width:100%;max-width:680px}
.city-btn{flex:1 1 240px;min-height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  padding:18px 26px;border-radius:16px;border:1px solid rgba(240,165,60,.5);background:rgba(18,16,14,.6);
  backdrop-filter:blur(6px);color:var(--text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.city-btn:hover,.city-btn:focus-visible{transform:translateY(-3px);border-color:var(--gold);background:rgba(30,26,20,.78)}
.city-name{font-family:var(--font-d);font-weight:800;font-size:clamp(18px,2.6vw,25px);
  background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
[dir=rtl] .city-name{font-family:var(--font-ar)}
.city-hint{font-size:12.5px;color:var(--text2);letter-spacing:.02em}
[dir=rtl] .city-hint{font-family:var(--font-ar)}
@media (max-width:640px){
  .landing-brand img{height:60px}   /* 90px x2 side by side would overflow a phone header */
  .city-btn{flex:1 1 100%}
}
