
@font-face{font-family:Cairo;src:url('./assets/fonts/Cairo-VariableFont_slnt,wght.ttf') format('truetype');font-weight:200 1000;font-display:swap}
:root{--green:#1F3A34;--cream:#F7F3EB;--deep:#132822;--gold:#D9B58B;--paper:#EFE4D3;--ink:#17211D;--muted:#75695D;--line:rgba(31,58,52,.18);--radius:30px;--shadow:0 24px 70px rgba(31,58,52,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Cairo,system-ui,sans-serif;background:var(--cream);color:var(--ink);direction:rtl;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-2;background:linear-gradient(rgba(247,243,235,.88),rgba(247,243,235,.91)),url('./assets/sano-pattern-background.jpeg') center top/cover repeat;background-attachment:fixed}body:after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 18% 14%,rgba(217,181,139,.22),transparent 30%),radial-gradient(circle at 86% 5%,rgba(31,58,52,.10),transparent 34%)}a{color:inherit;text-decoration:none}.wrap{width:min(1220px,92vw);margin:auto}.top-note{background:var(--green);color:var(--cream);text-align:center;font-size:13px;font-weight:800;padding:8px 16px}.header{position:sticky;top:0;z-index:50;background:rgba(247,243,235,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(31,58,52,.10);box-shadow:0 10px 28px rgba(31,58,52,.06)}.nav{height:70px;position:relative;display:flex;align-items:center;justify-content:center;padding-inline:118px 188px}.brand{position:absolute;right:0;width:65px;height:65px;display:grid;place-items:center}.brand img{width:60px;height:60px;object-fit:contain}.links{display:flex;gap:4px;border:1px solid rgba(31,58,52,.12);background:rgba(255,255,255,.52);border-radius:999px;padding:5px}.links a{min-height:36px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;font-weight:900;color:var(--green);font-size:14px}.links a:hover,.links a.active{background:var(--green);color:var(--cream)}.actions{position:absolute;left:0;display:flex;gap:8px;direction:ltr}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;padding:0 20px;border:1px solid var(--line);font-weight:900;background:var(--paper);color:var(--green);transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(31,58,52,.14)}.btn-primary{background:var(--green);color:var(--cream);border-color:var(--green)}.page-hero{padding:72px 0 54px;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:44px;align-items:center}.eyebrow{display:inline-flex;border-radius:999px;padding:9px 15px;background:rgba(217,181,139,.28);color:#7B5635;font-weight:900;letter-spacing:.08em;direction:ltr}h1{font-size:clamp(54px,7.2vw,104px);line-height:1.12;margin:20px 0 26px;color:var(--green);letter-spacing:-.035em}.lead{font-size:clamp(24px,2.6vw,38px);line-height:1.42;margin:0 0 18px;color:#7B5635;font-weight:900}.copy{font-size:18px;line-height:1.9;color:var(--muted);max-width:650px}.hero-photo,.wide-photo{position:relative;border-radius:42px;overflow:hidden;min-height:470px;box-shadow:var(--shadow);background:var(--green)}.hero-photo{height:470px}.hero-photo img,.wide-photo img,.gallery img,.visual-card img{width:100%;height:100%;object-fit:cover;display:block}.hero-photo:after,.wide-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(247,243,235,.5);border-radius:34px;margin:16px;pointer-events:none}.hero-photo--supply{height:auto;aspect-ratio:3/4;background:#141412}.hero-photo--supply img{object-fit:contain}.section{padding:74px 0;border-bottom:1px solid var(--line)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}h2{font-size:clamp(36px,4.8vw,70px);line-height:1.06;margin:0;color:var(--green);letter-spacing:-.03em}.section-head p{margin:0;color:var(--muted);font-size:17px;line-height:1.8;max-width:560px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card,.visual-card,.event-card,.form-card{background:rgba(255,255,255,.66);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 14px 50px rgba(31,58,52,.06)}.card h3,.visual-card h3,.event-card h3{margin:0 0 10px;color:var(--green);font-size:24px}.card p,.visual-card p,.event-card p{margin:0;color:var(--muted);line-height:1.75}.visual-card{padding:0;overflow:hidden;transition:.2s}.visual-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(31,58,52,.14)}.visual-card:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.visual-card img{height:230px}.visual-card div{padding:22px}.visual-card-cta{display:inline-flex;align-items:center;gap:6px;margin-top:12px;background:var(--green);color:var(--cream);font-weight:900;font-size:14px;border-radius:999px;padding:10px 20px;transition:.2s;box-shadow:0 10px 24px rgba(31,58,52,.18)}.visual-card:hover .visual-card-cta{background:var(--gold);color:var(--green);transform:translateX(-4px);box-shadow:0 14px 30px rgba(217,181,139,.35)}.visual-card:focus-visible .visual-card-cta{background:var(--gold);color:var(--green)}.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:14px}.gallery img{border-radius:28px;min-height:250px;box-shadow:0 14px 40px rgba(31,58,52,.09)}.gallery img:first-child{grid-row:span 2;min-height:516px}.menu-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.menu-sidebar{position:sticky;top:90px;display:grid;gap:8px;background:rgba(255,255,255,.58);border:1px solid var(--line);border-radius:24px;padding:12px}.menu-sidebar a{padding:12px 14px;border-radius:18px;color:var(--green);font-weight:900}.menu-sidebar a:hover{background:var(--green);color:var(--cream)}.menu-section{display:grid;gap:18px;margin-bottom:36px}.menu-sub{background:rgba(255,255,255,.64);border:1px solid var(--line);border-radius:28px;overflow:hidden}.menu-sub h3{margin:0;padding:20px 24px;color:var(--green);border-bottom:1px solid var(--line);font-size:26px}.menu-item{display:grid;grid-template-columns:1fr auto;gap:18px;padding:16px 24px;border-bottom:1px solid rgba(31,58,52,.10);align-items:start}.menu-item:last-child{border-bottom:0}.menu-name{font-weight:900;color:var(--ink);font-size:17px}.menu-en{color:var(--muted);font-size:13px;direction:ltr;text-align:right}.menu-meta{color:var(--muted);font-size:12px;margin-top:4px}.menu-price{font-weight:900;color:var(--green);direction:ltr;white-space:nowrap}.products,.bean-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:rgba(255,255,255,.70);border:1px solid var(--line);border-radius:26px;padding:22px 16px 24px;text-align:center;box-shadow:0 14px 50px rgba(31,58,52,.06)}.product-card img{width:100%;max-width:190px;aspect-ratio:1/1;object-fit:contain}.product-card h3{font-size:15px;color:var(--green);line-height:1.25}.form-card{display:grid;gap:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:7px;color:var(--green);font-weight:900}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:18px;background:rgba(247,243,235,.82);padding:13px 14px;font:inherit;color:var(--ink)}textarea{min-height:118px;resize:vertical}footer{background:var(--deep);color:var(--cream);margin-top:40px;border-top:1px solid rgba(247,243,235,.10)}.footer-main{width:min(1220px,92vw);margin:auto;display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:58px;padding:66px 0 60px;align-items:start}.footer-logo{width:92px;height:92px;object-fit:contain;margin-bottom:18px;background:rgba(247,243,235,.06);border-radius:16px;padding:4px}.footer-brand-block p{font-size:17px;line-height:1.75;color:rgba(247,243,235,.82);max-width:420px}.footer-col h3{font-size:24px;color:var(--gold);margin:0 0 22px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px 30px}.footer-links a,.footer-col a,.footer-col span{display:block;color:rgba(247,243,235,.74);font-size:16px;line-height:1.55;margin-bottom:10px}.footer-bottom{background:rgba(0,0,0,.14);border-top:1px solid rgba(247,243,235,.10);padding:18px 0}.footer-bottom-inner{width:min(1220px,92vw);margin:auto;display:flex;justify-content:space-between;color:rgba(247,243,235,.62);font-size:14px}.socials{display:flex;gap:10px;margin-top:18px}.socials span{width:42px;height:42px;border-radius:12px;border:1px solid rgba(247,243,235,.18);display:grid;place-items:center;color:var(--gold);font-weight:900;font-size:11px}@media(max-width:900px){.nav{height:auto;min-height:58px;padding-inline:66px 86px}.links{display:none}.actions{left:0}.brand{right:0;width:49px;height:49px}.brand img{width:46px;height:46px}.page-hero{padding:44px 0;text-align:center}.hero-grid,.section-head,.menu-layout,.footer-main{grid-template-columns:1fr;display:grid}.hero-grid{gap:28px}h1{font-size:clamp(58px,16vw,92px)}.lead{font-size:clamp(28px,7vw,42px)}.copy,.section-head p{margin-inline:auto}.hero-photo{height:360px;min-height:360px}.hero-photo--supply{height:auto;min-height:0;aspect-ratio:3/4;max-width:420px;margin-inline:auto}.grid-3,.grid-4,.grid-2,.products,.bean-grid,.form-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery img:first-child{grid-row:auto;min-height:260px}.menu-sidebar{position:static;grid-template-columns:1fr 1fr}.footer-main,.footer-brand-block{text-align:center}.footer-links{grid-template-columns:1fr}.socials,.footer-bottom-inner{justify-content:center}.footer-bottom-inner{flex-direction:column;text-align:center;gap:8px}}

.social-grid{gap:22px}.social-card{display:flex;flex-direction:column;align-items:flex-start;gap:14px;transition:.25s}.social-card:hover{transform:translateY(-4px);border-color:var(--gold);box-shadow:0 20px 60px rgba(31,58,52,.14)}.social-icon{width:56px;height:56px;min-width:56px;min-height:56px;flex-shrink:0;border-radius:18px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,var(--green),#2c4f47);color:var(--gold);box-shadow:0 10px 26px rgba(31,58,52,.2)}.social-icon svg{width:28px;height:28px;max-width:28px;max-height:28px;display:block;flex-shrink:0}

.gform-card{background:rgba(255,255,255,.7);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);display:grid;gap:22px}.gform-steps{display:flex;flex-wrap:wrap;gap:12px}.gform-steps span{display:inline-flex;align-items:center;gap:8px;background:rgba(217,181,139,.22);color:var(--green);font-weight:900;font-size:14px;border-radius:999px;padding:8px 16px 8px 8px}.gform-steps i{font-style:normal;width:24px;height:24px;border-radius:50%;background:var(--green);color:var(--cream);display:inline-flex;align-items:center;justify-content:center;font-size:12px}.gform-frame{position:relative;width:100%;max-width:760px;margin:0 auto;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:var(--paper);box-shadow:0 14px 50px rgba(31,58,52,.10)}.gform-iframe{display:block;width:100%;border:0;height:clamp(900px,145vw,1320px)}@media(min-width:761px){.gform-iframe{height:1320px}}.gform-note{margin:0;color:var(--muted);font-size:14px;text-align:center}@media(max-width:900px){.gform-card{padding:20px;border-radius:24px}.gform-steps{justify-content:center}}

@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* SANO-07 footer alignment cleanup */
footer .footer-main{
  width:min(1220px,92vw);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(320px,1.18fr) minmax(220px,.9fr) minmax(260px,.92fr);
  gap:clamp(34px,5vw,76px);
  padding:58px 0 54px;
  align-items:start;
  direction:rtl;
}
footer .footer-brand-block,
footer .footer-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:right;
}
footer .footer-brand-block{justify-self:end;max-width:430px}
footer .footer-col{justify-self:center;min-width:0}
footer .footer-col:last-child{justify-self:start;min-width:260px}
footer .footer-logo{margin:0 0 18px auto}
footer .footer-brand-block p{margin:0 0 22px;max-width:420px}
footer .footer-socials,
footer .socials{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start;margin-top:4px}
footer .footer-links{display:grid;grid-template-columns:repeat(2,minmax(90px,1fr));gap:10px 30px}
footer .footer-col h3{margin:0 0 20px;line-height:1.2}
footer .footer-col a,
footer .footer-col span{margin-bottom:10px;line-height:1.6}
@media(max-width:900px){
  footer .footer-main{grid-template-columns:1fr;padding:42px 0;gap:30px;text-align:center}
  footer .footer-brand-block,footer .footer-col{align-items:center;text-align:center;justify-self:center;max-width:520px}
  footer .footer-logo{margin-inline:auto}
  footer .footer-links{grid-template-columns:1fr;gap:8px}
  footer .footer-socials,footer .socials{justify-content:center}
}

/* SANO-07 bilingual AR/EN language switch */
.lang-switch{display:inline-flex;align-items:center;gap:2px;border:1px solid var(--line);background:rgba(255,255,255,.55);border-radius:999px;padding:3px;direction:ltr}
.lang-pill{min-height:34px;min-width:34px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;color:var(--green);letter-spacing:.02em;transition:.2s}
.lang-pill:hover{background:rgba(31,58,52,.08)}
.lang-pill.active{background:var(--green);color:var(--cream)}
@media(max-width:900px){
  .lang-switch{padding:2px}
  .lang-pill{min-height:30px;min-width:28px;padding:0 9px;font-size:11px}
}

/* SANO-07 English (LTR) page overrides — additive, scoped to html[dir="ltr"] so Arabic pages are untouched */
html[dir="ltr"] body{direction:ltr}
html[dir="ltr"] footer .footer-main{direction:ltr}
html[dir="ltr"] footer .footer-brand-block,
html[dir="ltr"] footer .footer-col{align-items:flex-start;text-align:left}
html[dir="ltr"] footer .footer-brand-block{justify-self:start}
html[dir="ltr"] footer .footer-col:last-child{justify-self:end}
html[dir="ltr"] footer .footer-logo{margin:0 0 18px 0}
html[dir="ltr"] .menu-en{direction:ltr;text-align:left}
@media(max-width:900px){
  html[dir="ltr"] footer .footer-brand-block,
  html[dir="ltr"] footer .footer-col{align-items:center;text-align:center}
}


/* SANO-07 Saudi Riyal symbol */
.sar-price{display:inline-flex;align-items:center;gap:.34em;direction:ltr;white-space:nowrap;font-variant-numeric:tabular-nums}
.sar-symbol{width:.92em;height:.92em;display:inline-block;object-fit:contain;vertical-align:-.08em;filter:none}
.menu-price .sar-symbol,.product-price .sar-symbol{width:.95em;height:.95em}

.menu-price .sar-price{font-weight:1000;color:var(--green);}

/* SANO-07 mobile product price SAR symbol hard override */
.product-price .sar-price{display:inline-flex;align-items:center;justify-content:center;gap:.34em;direction:ltr;white-space:nowrap;font-variant-numeric:tabular-nums}
.product-price img.sar-symbol,.products .product-card .product-price img.sar-symbol{width:.95em!important;height:.95em!important;max-width:.95em!important;max-height:.95em!important;min-width:0!important;min-height:0!important;display:inline-block!important;object-fit:contain!important;position:static!important;flex:0 0 auto!important;vertical-align:-.08em}


/* SANO-07 mobile/card stability fix: prevents Safari zoom/overflow and oversized product cards */
@media(max-width:1200px){
  html,body{max-width:100%;overflow-x:hidden}
  .wrap{width:min(100% - 32px, 760px)}
  .products{grid-template-columns:1fr!important;width:min(100%,390px)!important;max-width:390px!important;margin-inline:auto!important;gap:22px!important}
  .product-card{width:100%!important;min-height:0!important;height:auto!important;padding:20px 16px 22px!important;justify-content:flex-start!important;display:flex!important;flex-direction:column!important;align-items:center!important}
  .product-photo{width:min(72%,190px)!important;max-width:190px!important;aspect-ratio:1/1!important;margin-bottom:14px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .product-photo img{width:auto!important;height:auto!important;max-width:100%!important;max-height:175px!important;object-fit:contain!important}
  .product-photo-brand img{max-width:72%!important;max-height:150px!important}
  .product-name{margin:0 0 10px!important;line-height:1.25!important;min-height:0!important}
  .product-price{margin:0 0 14px!important;line-height:1.1!important}
  .product-price .sar-price{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.34em!important}
  .product-price img.sar-symbol{width:.95em!important;height:.95em!important;max-width:.95em!important;max-height:.95em!important;aspect-ratio:auto!important;object-fit:contain!important;flex:0 0 auto!important}
  .product-btn{width:100%!important;margin-top:0!important;min-height:42px!important}
}

/* SANO-08 mobile premium coffee reset — concept-inspired by Stumptown structure, using Sano assets/tokens only */
@media(max-width:900px){
  body{background:linear-gradient(180deg,#fbf7ef 0%,#f6eedf 56%,#f3eadb 100%)!important;color:var(--ink)}
  body:before{background:radial-gradient(circle at 50% 0%,rgba(217,181,139,.22),transparent 36%),linear-gradient(180deg,#fbf7ef,#f5ecdf)!important;background-attachment:scroll!important;opacity:1!important}
  body:after{opacity:.16!important;background:radial-gradient(circle at 8% 8%,rgba(31,58,52,.10),transparent 28%),radial-gradient(circle at 92% 18%,rgba(123,86,53,.12),transparent 30%)!important}
  .top-note{font-size:12px!important;line-height:1.35!important;padding:7px 14px!important;font-weight:800!important;letter-spacing:0!important}
  .header{background:rgba(251,247,239,.96)!important;box-shadow:0 8px 22px rgba(31,58,52,.07)!important}
  .nav{min-height:56px!important;padding-inline:68px 78px!important}
  .brand{right:8px!important;width:48px!important;height:48px!important}
  .brand img{width:44px!important;height:44px!important;object-fit:contain!important}
  .actions{left:8px!important;gap:6px!important;align-items:center!important}
  .actions>.btn{min-height:34px!important;padding:0 13px!important;font-size:15px!important;line-height:1!important;box-shadow:none!important}
  .lang-switch{background:#fffaf2!important;border-color:rgba(31,58,52,.14)!important}
  .lang-pill{min-height:29px!important;min-width:28px!important;padding:0 9px!important;font-size:11px!important}

  .hero{width:min(100% - 28px,560px)!important;padding:30px 0 42px!important;text-align:center!important}
  .hero:before{display:none!important}
  .hero-grid{display:flex!important;flex-direction:column!important;gap:24px!important;align-items:stretch!important}
  .hero-grid>div:first-child{background:rgba(255,252,246,.74)!important;border:1px solid rgba(31,58,52,.12)!important;border-radius:30px!important;padding:24px 18px 20px!important;box-shadow:0 18px 48px rgba(31,58,52,.08)!important;backdrop-filter:blur(10px)!important}
  .eyebrow{font-size:12px!important;line-height:1!important;padding:7px 13px!important;margin:0 auto 12px!important;letter-spacing:.10em!important;background:rgba(217,181,139,.30)!important}
  .hero h1,h1{font-size:clamp(44px,13vw,66px)!important;line-height:1.06!important;margin:12px auto 14px!important;max-width:350px!important;letter-spacing:-.03em!important}
  html[dir="rtl"] .hero h1,html[dir="rtl"] h1{font-size:clamp(48px,14vw,72px)!important;line-height:1.02!important;max-width:360px!important}
  .sub,.lead{font-size:clamp(21px,6vw,28px)!important;line-height:1.30!important;margin:0 auto 7px!important;max-width:350px!important;color:var(--brown)!important}
  .hero p:not(.sub),.copy{font-size:16px!important;line-height:1.75!important;margin:14px auto 0!important;max-width:340px!important;color:#6d6257!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:18px!important;justify-content:stretch!important}
  .hero-actions .btn{min-height:44px!important;padding:0 12px!important;font-size:16px!important;white-space:nowrap!important}
  .hero-photo{order:2!important;min-height:0!important;height:340px!important;border-radius:30px!important;box-shadow:0 22px 58px rgba(31,58,52,.16)!important}
  .hero-photo:before{background:linear-gradient(0deg,rgba(19,40,34,.62),rgba(19,40,34,.08) 58%,rgba(19,40,34,.02))!important}
  .hero-photo:after{inset:12px!important;border-radius:22px!important}
  .photo-caption{right:16px!important;left:16px!important;bottom:16px!important;max-width:none!important;padding:14px 16px!important;border-radius:20px!important;text-align:right!important;background:rgba(251,247,239,.91)!important}
  html[dir="ltr"] .photo-caption{text-align:left!important}
  .photo-caption b{font-size:16px!important;line-height:1.25!important}.photo-caption span{font-size:12px!important}

  .section{padding:50px 0!important}.section-head{margin-bottom:20px!important}.section-head h2,h2{font-size:clamp(32px,9vw,44px)!important;line-height:1.10!important}.section-head p{font-size:16px!important;line-height:1.7!important}.card,.visual-card,.event-card,.form-card{border-radius:24px!important;padding:20px!important}.btn{letter-spacing:0!important}
}
@media(max-width:430px){
  .hero-actions{grid-template-columns:1fr!important}.hero-actions .btn{white-space:normal!important}.hero-photo{height:318px!important}.nav{padding-inline:64px 72px!important}.actions>.btn{padding:0 11px!important;font-size:14px!important}
}

/* SANO-09 mobile photo-background + 15% typography reduction */
@media(max-width:900px){
  body{background:#161f1a!important;color:var(--ink)}
  body:before{background:linear-gradient(180deg,rgba(10,18,15,.48) 0%,rgba(31,58,52,.34) 34%,rgba(247,243,235,.84) 78%,rgba(247,243,235,.94) 100%),url('./assets/e6a8aee15d-1787075587.jpg') center top/cover no-repeat!important;background-attachment:scroll!important;opacity:1!important}
  body:after{opacity:.10!important;background:linear-gradient(180deg,rgba(217,181,139,.20),transparent 36%)!important}
  .top-note{background:rgba(31,58,52,.92)!important}
  .header{background:rgba(251,247,239,.88)!important;backdrop-filter:blur(20px)!important}
  .hero{padding:26px 0 38px!important}
  .hero-grid{gap:20px!important}
  .hero-grid>div:first-child{background:rgba(251,247,239,.84)!important;border-color:rgba(247,243,235,.42)!important;box-shadow:0 22px 58px rgba(0,0,0,.22)!important}
  .hero h1,h1{font-size:clamp(37px,11vw,56px)!important;line-height:1.05!important;margin:10px auto 12px!important;max-width:320px!important}
  html[dir="rtl"] .hero h1,html[dir="rtl"] h1{font-size:clamp(41px,12vw,61px)!important;line-height:1.02!important;max-width:330px!important}
  .sub,.lead{font-size:clamp(18px,5.1vw,24px)!important;line-height:1.30!important;max-width:320px!important}
  .hero p:not(.sub),.copy{font-size:15px!important;line-height:1.72!important;max-width:320px!important}
  .eyebrow{font-size:11px!important;padding:6px 12px!important}
  .hero-actions .btn{min-height:42px!important;font-size:15px!important}
  .hero-photo{display:none!important}
  .photo-caption{padding:12px 14px!important;border-radius:18px!important}
  .photo-caption b{font-size:15px!important}.photo-caption span{font-size:11px!important}
  .section{padding:44px 0!important}
  .section-head h2,h2{font-size:clamp(27px,7.65vw,37px)!important;line-height:1.12!important}
  .section-head p{font-size:15px!important}
}
@media(max-width:430px){
  .hero-photo{height:242px!important}
  .hero-actions .btn{font-size:14.5px!important}
}

/* SANO-10 mobile Arabic brand headline one-line correction */
@media(max-width:900px){
  html[dir="rtl"] .hero h1{
    white-space:nowrap!important;
    max-width:none!important;
    width:100%!important;
    font-size:clamp(34px,10.2vw,52px)!important;
    letter-spacing:-.045em!important;
    line-height:1.05!important;
  }
}
@media(max-width:430px){
  html[dir="rtl"] .hero h1{font-size:clamp(31px,9.4vw,43px)!important;}
}
@media(max-width:360px){
  html[dir="rtl"] .hero h1{font-size:29px!important;}
}

