/* ========================================================================
   BRAND INVEST — Unified editorial inner-page layer
   Applied after editorial.css across every non-home page.
   Purpose: one coherent visual language across EN / FA, desktop / mobile.
   ======================================================================== */

body.editorial-inner{
  --ui-page-pad: clamp(72px, 9vw, 144px);
  --ui-card-pad: clamp(22px, 2.5vw, 36px);
  background:#fff !important;
  color:var(--ink) !important;
}

body.editorial-inner main{display:block;background:#fff}
body.editorial-inner .container{
  width:100% !important;
  max-width:var(--maxw) !important;
  margin-inline:auto !important;
  padding-inline:var(--margin) !important;
}

/* ------------------------------------------------------------------------
   Header: same scale, geometry and behavior as the editorial homepage
   ------------------------------------------------------------------------ */
body.editorial-inner .site-header{
  inset-block-start:0 !important;
  inset-inline:0 !important;
  padding-block:20px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  isolation:isolate;
}
body.editorial-inner .site-header::after{
  content:"" !important;
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(8,10,13,.52),rgba(8,10,13,0));
  transition:opacity .35s var(--ease);
}
body.editorial-inner .site-header.scrolled{
  padding-block:13px !important;
  background:rgba(255,255,255,.92) !important;
  border-bottom:1px solid var(--line-soft) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
}
body.editorial-inner .site-header.scrolled::after{opacity:0}
body.editorial-inner .site-header .nav-wrap{
  width:100% !important;
  max-width:var(--maxw) !important;
  min-height:48px !important;
  margin-inline:auto !important;
  padding-inline:var(--margin) !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
body.editorial-inner .site-header .logo,
body.editorial-inner .unified-logo{
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:max-content !important;
  color:#fff !important;
  font-family:var(--sans) !important;
  font-size:1.08rem !important;
  font-weight:600 !important;
  line-height:1 !important;
  letter-spacing:.01em !important;
}
html[lang="fa"] body.editorial-inner .site-header .logo,
html[lang="fa"] body.editorial-inner .unified-logo{font-family:var(--fa) !important;font-size:1.05rem !important}
body.editorial-inner .site-header .logo img,
body.editorial-inner .unified-logo img{
  display:block !important;
  width:auto !important;
  height:34px !important;
  max-height:34px !important;
  opacity:1 !important;
  filter:brightness(0) invert(1) !important;
  object-fit:contain !important;
  transform:none !important;
}
body.editorial-inner .site-header.scrolled .logo,
body.editorial-inner .site-header.scrolled .unified-logo{color:var(--ink) !important}
body.editorial-inner .site-header.scrolled .logo img,
body.editorial-inner .site-header.scrolled .unified-logo img{filter:none !important}
body.editorial-inner .nav-links{
  display:flex;
  align-items:center;
  gap:clamp(18px,2vw,34px) !important;
  color:rgba(255,255,255,.84) !important;
}
body.editorial-inner .nav-links a{
  position:relative;
  padding-block:7px !important;
  color:inherit !important;
  opacity:1 !important;
  font-size:.82rem !important;
  font-weight:500 !important;
  letter-spacing:.035em !important;
}
html[lang="fa"] body.editorial-inner .nav-links a{font-size:.95rem !important;letter-spacing:0 !important}
body.editorial-inner .nav-links a::after{
  content:"";
  position:absolute;
  inset-inline:0;
  inset-block-end:0;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:inline-start;
  transition:transform .35s var(--ease);
}
body.editorial-inner .nav-links a:hover::after,
body.editorial-inner .nav-links a.active::after{transform:scaleX(1)}
body.editorial-inner .site-header.scrolled .nav-links{color:var(--ink-2) !important}
body.editorial-inner .site-header.scrolled .nav-links a:hover,
body.editorial-inner .site-header.scrolled .nav-links a.active{color:var(--ink) !important}
body.editorial-inner .nav-actions{gap:12px !important}
body.editorial-inner .language-switcher{
  position:relative;
  display:inline-flex;
  align-items:center;
  height:42px;
  padding-inline-start:10px;
  border:1px solid rgba(255,255,255,.28) !important;
  border-radius:2px !important;
  background:transparent !important;
}
body.editorial-inner .language-switcher-icon{font-size:.8rem;color:#fff !important}
body.editorial-inner .lang-select{
  height:40px !important;
  padding:0 12px 0 6px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#fff !important;
  font-size:.78rem !important;
  box-shadow:none !important;
}
body.editorial-inner .site-header.scrolled .language-switcher{border-color:var(--line) !important}
body.editorial-inner .site-header.scrolled .language-switcher-icon,
body.editorial-inner .site-header.scrolled .lang-select{color:var(--ink) !important}
body.editorial-inner .site-header .btn-primary{
  min-height:42px !important;
  padding-inline:21px !important;
  border-color:#fff !important;
  background:#fff !important;
  color:var(--ink) !important;
}
body.editorial-inner .site-header .btn-primary:hover{background:transparent !important;color:#fff !important}
body.editorial-inner .site-header.scrolled .btn-primary{border-color:var(--ink) !important;background:var(--ink) !important;color:#fff !important}
body.editorial-inner .site-header.scrolled .btn-primary:hover{background:transparent !important;color:var(--ink) !important}

/* Keep the consultation label visible when the editorial header is on white. */
.ed-header.on-light .ed-btn--light,
.ed-header.scrolled .ed-btn--light{
  background:var(--ink) !important;
  border-color:var(--ink) !important;
  color:#fff !important;
}
.ed-header.on-light .ed-btn--light:hover,
.ed-header.scrolled .ed-btn--light:hover{
  background:transparent !important;
  border-color:var(--ink) !important;
  color:var(--ink) !important;
}
body.editorial-inner .menu-toggle{
  width:46px !important;
  height:46px !important;
  border:1px solid rgba(255,255,255,.28) !important;
  border-radius:2px !important;
  background:transparent !important;
  color:#fff !important;
  font-size:0 !important;
  position:relative;
}
body.editorial-inner .menu-toggle::before,
body.editorial-inner .menu-toggle::after{
  content:"";
  position:absolute;
  inset-inline:12px;
  height:1px;
  background:currentColor;
}
body.editorial-inner .menu-toggle::before{top:17px}
body.editorial-inner .menu-toggle::after{bottom:17px}
body.editorial-inner .site-header.scrolled .menu-toggle{color:var(--ink) !important;border-color:var(--line) !important}

.site-progress{
  position:absolute;
  inset-inline:0;
  inset-block-end:-1px;
  height:1px;
  background:transparent;
  overflow:hidden;
}
.site-progress > i{
  display:block;
  width:100%;
  height:100%;
  background:var(--accent);
  transform:scaleX(0);
  transform-origin:inline-start;
  will-change:transform;
}

/* ------------------------------------------------------------------------
   Mobile navigation
   ------------------------------------------------------------------------ */
body.editorial-inner .mobile-menu{
  position:fixed !important;
  inset:0 !important;
  z-index:80 !important;
  display:flex !important;
  flex-direction:column !important;
  padding:26px var(--margin) !important;
  background:var(--bg-ink) !important;
  color:#fff !important;
  transform:translateY(-102%) !important;
  transition:transform .58s var(--ease) !important;
  overflow:auto !important;
}
body.editorial-inner .mobile-menu.open{transform:none !important}
body.editorial-inner .mobile-menu .nav-wrap{
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  padding:0 !important;
}
body.editorial-inner .mobile-menu .unified-logo{color:#fff !important}
body.editorial-inner .mobile-menu .unified-logo img{filter:brightness(0) invert(1) !important}
body.editorial-inner .mobile-menu-close{
  width:46px !important;
  height:46px !important;
  border:1px solid var(--line-invert) !important;
  border-radius:2px !important;
  background:transparent !important;
  color:#fff !important;
}
body.editorial-inner .mobile-menu-links{
  display:flex !important;
  flex:1;
  flex-direction:column;
  justify-content:center;
  gap:0 !important;
  margin-block:48px !important;
}
body.editorial-inner .mobile-menu-links a{
  padding-block:12px !important;
  border-bottom:1px solid var(--line-invert) !important;
  color:#fff !important;
  font-family:var(--serif) !important;
  font-size:clamp(2rem,8vw,3.4rem) !important;
  font-weight:340 !important;
  line-height:1.12 !important;
}
html[lang="fa"] body.editorial-inner .mobile-menu-links a{font-family:var(--fa) !important;font-weight:500 !important;line-height:1.5 !important}
body.editorial-inner .mobile-menu > div:last-child{margin-top:0 !important}
body.editorial-inner .mobile-menu .btn-primary{width:100%;background:#fff !important;color:var(--ink) !important;border-color:#fff !important}

/* ------------------------------------------------------------------------
   Inner-page hero: restrained, oversized, editorial
   ------------------------------------------------------------------------ */
body.editorial-inner .page-hero{
  min-height:clamp(500px,66vh,760px) !important;
  display:flex !important;
  align-items:flex-end !important;
  padding-block:clamp(168px,22vh,250px) clamp(60px,8vw,104px) !important;
  background:var(--bg-ink) !important;
  color:#fff !important;
  overflow:hidden !important;
  isolation:isolate;
}
body.editorial-inner .page-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-1 !important;
  display:block !important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0/8.333% 100%,
    radial-gradient(circle at 85% 12%,rgba(154,107,47,.18),transparent 28%) !important;
  opacity:1 !important;
}
[dir="rtl"] body.editorial-inner .page-hero::before{background:
  linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0/8.333% 100%,
  radial-gradient(circle at 15% 12%,rgba(154,107,47,.18),transparent 28%) !important}
body.editorial-inner .page-hero::after{content:none !important}
body.editorial-inner .page-hero .container{position:relative !important;z-index:2 !important}
body.editorial-inner .v9-page-art{display:none !important}
body.editorial-inner .breadcrumb{
  margin-bottom:clamp(28px,4vw,48px) !important;
  color:rgba(255,255,255,.5) !important;
  font-size:.76rem !important;
  letter-spacing:.12em !important;
  text-transform:uppercase;
}
html[lang="fa"] body.editorial-inner .breadcrumb{letter-spacing:0 !important;text-transform:none;font-size:.9rem !important}
body.editorial-inner .page-hero .eyebrow{color:rgba(255,255,255,.62) !important}
body.editorial-inner .page-hero .eyebrow::before{background:var(--accent-soft) !important}
body.editorial-inner .page-hero h1{
  max-width:18ch !important;
  margin:16px 0 24px !important;
  color:#fff !important;
  font-size:clamp(3rem,6.5vw,6.8rem) !important;
  font-weight:340 !important;
  line-height:.98 !important;
  text-wrap:balance;
}
html[lang="fa"] body.editorial-inner .page-hero h1{max-width:20ch !important;font-size:clamp(2.55rem,5.6vw,5.6rem) !important;line-height:1.25 !important}
body.editorial-inner .page-hero p{
  max-width:58ch !important;
  margin:0 !important;
  color:rgba(255,255,255,.73) !important;
  font-size:clamp(1rem,1.25vw,1.24rem) !important;
  line-height:1.75 !important;
}
html[lang="fa"] body.editorial-inner .page-hero p{line-height:2 !important}
body.editorial-inner .page-hero .hero-actions{margin-top:32px !important}
body.editorial-inner .page-hero .btn-ghost{border-color:rgba(255,255,255,.38) !important;color:#fff !important;background:transparent !important}

/* ------------------------------------------------------------------------
   Shared sections and typography
   ------------------------------------------------------------------------ */
body.editorial-inner .section,
body.editorial-inner .section.compact{
  position:relative;
  padding-block:var(--ui-page-pad) !important;
  background:#fff !important;
}
body.editorial-inner main > .section + .section{border-top:1px solid var(--line-soft)}
body.editorial-inner main > .section:nth-child(even){background:var(--bg-soft) !important}
body.editorial-inner .section.compact{padding-block:clamp(50px,6vw,88px) !important}
body.editorial-inner h1,
body.editorial-inner h2,
body.editorial-inner .display{
  color:var(--ink);
  font-family:var(--serif) !important;
  font-weight:340 !important;
  letter-spacing:-.014em !important;
  text-wrap:balance;
}
html[lang="fa"] body.editorial-inner h1,
html[lang="fa"] body.editorial-inner h2,
html[lang="fa"] body.editorial-inner .display{font-family:var(--fa) !important;font-weight:500 !important;letter-spacing:0 !important;line-height:1.35 !important}
body.editorial-inner h2,
body.editorial-inner .section h2.display{font-size:clamp(2.15rem,4.3vw,4.5rem) !important;line-height:1.04 !important}
body.editorial-inner h3{color:var(--ink);font-weight:500}
body.editorial-inner p{color:var(--ink-2)}
body.editorial-inner .eyebrow{
  color:var(--ink-2) !important;
  font-size:.7rem !important;
  font-weight:600 !important;
  letter-spacing:.2em !important;
}
html[lang="fa"] body.editorial-inner .eyebrow{font-size:.92rem !important;letter-spacing:0 !important;text-transform:none !important}
body.editorial-inner .eyebrow::before{width:42px !important;background:var(--accent) !important}
body.editorial-inner .prose{max-width:820px !important;font-size:1.04rem}
body.editorial-inner .prose h2{margin-top:clamp(52px,7vw,92px) !important;font-size:clamp(1.8rem,3.1vw,3rem) !important}
body.editorial-inner .prose h3{margin-top:38px;font-family:var(--serif);font-size:clamp(1.3rem,2vw,1.8rem);font-weight:400}
html[lang="fa"] body.editorial-inner .prose h3{font-family:var(--fa);font-weight:500}
body.editorial-inner .prose p,
body.editorial-inner .prose li{color:var(--ink-2) !important;line-height:1.9}
html[lang="fa"] body.editorial-inner .prose p,
html[lang="fa"] body.editorial-inner .prose li{line-height:2.05}
body.editorial-inner .prose a{border-bottom:1px solid currentColor}

/* ------------------------------------------------------------------------
   Buttons, inputs and controls
   ------------------------------------------------------------------------ */
body.editorial-inner .btn{
  min-height:52px !important;
  padding-inline:26px !important;
  border-radius:2px !important;
  box-shadow:none !important;
  font-size:.76rem !important;
  font-weight:500 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  transition:background .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease) !important;
}
html[lang="fa"] body.editorial-inner .btn{font-size:.94rem !important;letter-spacing:0 !important;text-transform:none !important}
body.editorial-inner main .btn-primary,
body.editorial-inner .modal .btn-primary{
  border:1px solid var(--ink) !important;
  background:var(--ink) !important;
  color:#fff !important;
}
body.editorial-inner main .btn-primary:hover,
body.editorial-inner .modal .btn-primary:hover{background:transparent !important;color:var(--ink) !important;transform:none !important}
body.editorial-inner .btn-outline{
  border:1px solid var(--ink) !important;
  background:transparent !important;
  color:var(--ink) !important;
}
body.editorial-inner .btn-outline:hover{background:var(--ink) !important;color:#fff !important;transform:none !important}
body.editorial-inner input,
body.editorial-inner select,
body.editorial-inner textarea{
  min-height:50px;
  border-radius:2px !important;
  border-color:var(--line) !important;
  box-shadow:none !important;
}
body.editorial-inner textarea{min-height:130px}

/* ------------------------------------------------------------------------
   Editorial cards and grids
   ------------------------------------------------------------------------ */
body.editorial-inner .goal-grid,
body.editorial-inner .benefit-grid,
body.editorial-inner .why-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:0 !important;
  border-top:1px solid var(--line) !important;
  border-inline-start:1px solid var(--line) !important;
}
body.editorial-inner .goal-card,
body.editorial-inner .benefit-card,
body.editorial-inner .why-card{
  min-height:330px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:var(--ui-card-pad) !important;
  border:0 !important;
  border-inline-end:1px solid var(--line) !important;
  border-bottom:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  overflow:hidden;
  transition:background .4s var(--ease),padding .4s var(--ease) !important;
}
body.editorial-inner .goal-card:hover,
body.editorial-inner .benefit-card:hover,
body.editorial-inner .why-card:hover{
  padding-inline-start:calc(var(--ui-card-pad) + 10px) !important;
  background:var(--bg-soft) !important;
  border-color:var(--line) !important;
  box-shadow:none !important;
  transform:none !important;
  translate:none !important;
}
body.editorial-inner .goal-card::after,
body.editorial-inner .benefit-card::after,
body.editorial-inner .why-card::after{content:none !important}
body.editorial-inner .goal-icon,
body.editorial-inner .v8-icon-frame{
  width:42px !important;
  height:42px !important;
  flex:0 0 42px !important;
  margin:0 0 auto !important;
  border:1px solid var(--line) !important;
  border-radius:2px !important;
  background:transparent !important;
  box-shadow:none !important;
}
body.editorial-inner .goal-icon img,
body.editorial-inner .v8-icon-frame img{width:22px !important;height:22px !important;object-fit:contain !important;filter:grayscale(1) contrast(.8) !important}
body.editorial-inner .goal-card h3,
body.editorial-inner .benefit-card h3,
body.editorial-inner .why-card h3{
  margin:32px 0 12px !important;
  font-family:var(--serif) !important;
  font-size:clamp(1.45rem,2vw,2rem) !important;
  font-weight:360 !important;
  line-height:1.18 !important;
}
html[lang="fa"] body.editorial-inner .goal-card h3,
html[lang="fa"] body.editorial-inner .benefit-card h3,
html[lang="fa"] body.editorial-inner .why-card h3{font-family:var(--fa) !important;font-weight:500 !important;line-height:1.55 !important}
body.editorial-inner .goal-card p,
body.editorial-inner .benefit-card p,
body.editorial-inner .why-card p{max-width:46ch;margin-bottom:28px !important}
body.editorial-inner .goal-card .btn,
body.editorial-inner .benefit-card .btn,
body.editorial-inner .why-card .btn{margin-top:auto}

body.editorial-inner .mini-facts{
  gap:0 !important;
  border-top:1px solid var(--line) !important;
  border-inline-start:1px solid var(--line) !important;
}
body.editorial-inner .fact{
  padding:22px !important;
  border:0 !important;
  border-inline-end:1px solid var(--line) !important;
  border-bottom:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
}

body.editorial-inner .article-grid,
body.editorial-inner .contact-cards{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:0 !important;
  border-top:1px solid var(--line) !important;
  border-inline-start:1px solid var(--line) !important;
}
body.editorial-inner .article-card,
body.editorial-inner .contact-card{
  min-height:220px;
  padding:var(--ui-card-pad) !important;
  border:0 !important;
  border-inline-end:1px solid var(--line) !important;
  border-bottom:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  transition:background .35s var(--ease) !important;
}
body.editorial-inner .article-card:hover,
body.editorial-inner .contact-card:hover{background:var(--bg-soft) !important}
body.editorial-inner .article-card h3,
body.editorial-inner .contact-card h3{font-family:var(--serif);font-weight:380;font-size:clamp(1.35rem,1.8vw,1.85rem)}
html[lang="fa"] body.editorial-inner .article-card h3,
html[lang="fa"] body.editorial-inner .contact-card h3{font-family:var(--fa);font-weight:500}

/* Areas: modular 12-column grid */
body.editorial-inner .area-list{
  display:grid !important;
  grid-template-columns:repeat(12,minmax(0,1fr)) !important;
  gap:var(--gutter) !important;
}
body.editorial-inner .area-card{
  grid-column:span 6;
  min-width:0;
  min-height:280px;
  padding:clamp(26px,3vw,42px) !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  transition:background .4s var(--ease),transform .4s var(--ease) !important;
}
body.editorial-inner .area-card:nth-child(3n+1){grid-column:span 7}
body.editorial-inner .area-card:nth-child(3n+2){grid-column:span 5}
body.editorial-inner .area-card:hover{background:var(--bg-soft) !important;transform:translateY(-4px) !important;box-shadow:none !important}
body.editorial-inner .area-card h3{
  max-width:100%;
  font-family:var(--serif);
  font-weight:360;
  font-size:clamp(1.55rem,2.3vw,2.35rem);
  line-height:1.16;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
}
html[lang="fa"] body.editorial-inner .area-card h3{font-family:var(--fa);font-weight:500}
body.editorial-inner .score-row{padding-block:12px !important;border-top:1px solid var(--line-soft) !important;color:var(--ink-2)}

/* Opportunities: deliberate asymmetric editorial grid */
body.editorial-inner .project-grid{
  display:grid !important;
  grid-template-columns:repeat(12,minmax(0,1fr)) !important;
  gap:clamp(28px,4vw,60px) var(--gutter) !important;
}
body.editorial-inner .project-card{
  grid-column:span 4;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
  transition:transform .55s var(--ease) !important;
}
body.editorial-inner .project-card:first-child{grid-column:span 8;grid-row:span 2}
body.editorial-inner .project-card:nth-child(5n+4){grid-column:span 5}
body.editorial-inner .project-card:nth-child(5n+5){grid-column:span 7}
body.editorial-inner .project-card:hover{transform:translateY(-5px) !important;box-shadow:none !important}
body.editorial-inner .project-image{
  height:auto !important;
  aspect-ratio:4/3;
  border-radius:0 !important;
  background:var(--bg-soft) !important;
  overflow:hidden !important;
}
body.editorial-inner .project-card:first-child .project-image{aspect-ratio:16/10}
body.editorial-inner .project-image::after{background:linear-gradient(0deg,rgba(15,17,20,.45),transparent 55%) !important}
body.editorial-inner .project-image img{width:100% !important;height:100% !important;object-fit:cover !important;transition:transform 1s var(--ease) !important}
body.editorial-inner .project-card:hover .project-image img{transform:scale(1.035) !important}
body.editorial-inner .project-tags{inset-block-start:14px !important;inset-inline-start:14px !important;left:auto !important}
body.editorial-inner .tag{padding:7px 10px !important;border-radius:2px !important;background:rgba(20,22,26,.78) !important;font-size:.68rem !important;letter-spacing:.08em !important;text-transform:uppercase !important;backdrop-filter:none !important}
html[lang="fa"] body.editorial-inner .tag{letter-spacing:0 !important;text-transform:none !important;font-size:.82rem !important}
body.editorial-inner .project-body{padding:18px 0 0 !important}
body.editorial-inner .project-body h3{margin-bottom:9px !important;font-family:var(--serif) !important;font-size:clamp(1.4rem,2vw,2rem) !important;font-weight:360 !important;line-height:1.15 !important}
html[lang="fa"] body.editorial-inner .project-body h3{font-family:var(--fa) !important;font-weight:500 !important;line-height:1.5 !important}
body.editorial-inner .project-meta{color:var(--ink-3) !important;font-size:.75rem !important;text-transform:uppercase;letter-spacing:.06em}
html[lang="fa"] body.editorial-inner .project-meta{text-transform:none;letter-spacing:0;font-size:.86rem !important}
body.editorial-inner .project-price{color:var(--ink) !important;font-size:.98rem !important;font-weight:600 !important}
body.editorial-inner .project-actions{padding-top:15px;border-top:1px solid var(--line-soft)}
body.editorial-inner .favorite{border-radius:2px !important;border-color:var(--line) !important;background:transparent !important}
body.editorial-inner .favorite.active{background:var(--ink) !important;color:#fff !important}

/* Filters */
body.editorial-inner .filter-bar{
  top:84px !important;
  gap:8px !important;
  padding:12px !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  background:rgba(255,255,255,.94) !important;
  box-shadow:none !important;
  backdrop-filter:blur(10px) !important;
}
body.editorial-inner .filter-bar select{border-radius:0 !important;background:#fff !important}
body.editorial-inner .results-line{padding-bottom:20px;border-bottom:1px solid var(--line);color:var(--ink-3) !important}

/* Detail/project pages */
body.editorial-inner .detail-hero{
  display:grid !important;
  grid-template-columns:7fr 5fr !important;
  min-height:clamp(650px,92vh,940px) !important;
  background:var(--bg-ink) !important;
  color:#fff !important;
}
body.editorial-inner .detail-media{min-height:100% !important;background:#1b1e24}
body.editorial-inner .detail-media::after{background:linear-gradient(90deg,transparent,rgba(20,22,26,.12)) !important}
[dir="rtl"] body.editorial-inner .detail-media::after{background:linear-gradient(-90deg,transparent,rgba(20,22,26,.12)) !important}
body.editorial-inner .detail-copy{
  padding:clamp(150px,14vw,210px) clamp(32px,6vw,100px) clamp(60px,8vw,110px) !important;
  background:var(--bg-ink) !important;
}
body.editorial-inner .detail-copy h1{max-width:12ch;color:#fff !important;font-size:clamp(2.8rem,5vw,5.4rem) !important;line-height:1 !important}
html[lang="fa"] body.editorial-inner .detail-copy h1{max-width:16ch;font-size:clamp(2.4rem,4.6vw,4.7rem) !important;line-height:1.3 !important}
body.editorial-inner .detail-copy p{color:rgba(255,255,255,.68) !important}
body.editorial-inner .price-box{
  padding:20px 0 !important;
  border:0 !important;
  border-block:1px solid var(--line-invert) !important;
  border-radius:0 !important;
  background:transparent !important;
}
body.editorial-inner .detail-stats{gap:0 !important;border-top:1px solid var(--line-invert) !important;border-inline-start:1px solid var(--line-invert) !important}
body.editorial-inner .detail-stat{padding:16px !important;border:0 !important;border-inline-end:1px solid var(--line-invert) !important;border-bottom:1px solid var(--line-invert) !important;border-radius:0 !important;background:transparent !important}
body.editorial-inner .detail-stat span,
body.editorial-inner .detail-stat small{color:rgba(255,255,255,.6) !important}
body.editorial-inner .detail-copy .btn-primary{background:#fff !important;color:var(--ink) !important;border-color:#fff !important}
body.editorial-inner .detail-copy .btn-primary:hover{background:transparent !important;color:#fff !important}
body.editorial-inner .detail-copy .btn-ghost{border-color:var(--line-invert) !important;color:#fff !important;background:transparent !important}

/* Long-form content + side cards */
body.editorial-inner .content-grid{
  display:grid !important;
  grid-template-columns:minmax(0,8fr) minmax(280px,4fr) !important;
  gap:clamp(46px,7vw,110px) !important;
  align-items:start !important;
}
body.editorial-inner .sticky-card{top:112px !important}
body.editorial-inner .soft-panel,
body.editorial-inner .sticky-card,
body.editorial-inner .founder-card{
  padding:clamp(26px,3vw,44px) !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
}
body.editorial-inner .soft-panel::before{content:none !important}
body.editorial-inner .founder-card{grid-template-columns:minmax(240px,4fr) minmax(0,8fr) !important;gap:clamp(30px,5vw,70px) !important}
body.editorial-inner .founder-card img{border-radius:0 !important;aspect-ratio:4/5;object-fit:cover}

/* Accordions, notices, timeline */
body.editorial-inner .accordion{border-top:1px solid var(--line) !important}
body.editorial-inner .accordion-item{border-bottom:1px solid var(--line) !important}
body.editorial-inner .accordion-button{padding-block:25px !important;color:var(--ink) !important;font-weight:500 !important}
body.editorial-inner .accordion-button span:last-child{border-radius:2px !important;border-color:var(--line) !important}
body.editorial-inner .notice{
  padding:20px 22px !important;
  border:1px solid rgba(154,107,47,.35) !important;
  border-inline-start:3px solid var(--accent) !important;
  border-radius:0 !important;
  background:rgba(154,107,47,.055) !important;
  color:#6d512d !important;
}
body.editorial-inner .timeline::before{background:var(--line) !important}
body.editorial-inner .step-num{border-radius:2px !important;border-color:var(--line) !important;background:#fff !important}
body.editorial-inner .step:hover .step-num{background:var(--ink) !important;color:#fff !important;transform:translateY(-3px) !important}
body.editorial-inner .source-note{border-inline-start:2px solid var(--accent) !important;border-left:0;padding-inline-start:14px !important;color:var(--ink-3) !important}

/* ------------------------------------------------------------------------
   Footer: one shared visual language
   ------------------------------------------------------------------------ */
body.editorial-inner .footer{
  padding-block:clamp(64px,8vw,112px) 40px !important;
  background:var(--bg-ink) !important;
  color:#fff !important;
}
body.editorial-inner .footer .container{padding-inline:var(--margin) !important}
body.editorial-inner .footer-grid{
  display:grid !important;
  grid-template-columns:1.5fr .8fr .8fr 1.15fr !important;
  gap:clamp(30px,4vw,66px) !important;
}
body.editorial-inner .unified-foot-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
  color:#fff;
  font-family:var(--sans);
  font-size:1.15rem;
  font-weight:600;
}
html[lang="fa"] body.editorial-inner .unified-foot-brand{font-family:var(--fa)}
body.editorial-inner .unified-foot-brand img{width:auto !important;height:34px !important;filter:brightness(0) invert(1) !important}
body.editorial-inner .footer p,
body.editorial-inner .footer a{color:rgba(255,255,255,.64) !important;font-size:.92rem}
body.editorial-inner .footer a:hover{color:#fff !important}
body.editorial-inner .footer h4{
  margin:4px 0 18px !important;
  color:rgba(255,255,255,.46) !important;
  font-size:.68rem !important;
  font-weight:600 !important;
  letter-spacing:.2em !important;
  text-transform:uppercase !important;
}
html[lang="fa"] body.editorial-inner .footer h4{font-size:.88rem !important;letter-spacing:0 !important;text-transform:none !important}
body.editorial-inner .footer-grid > div:not(:first-child) p{margin-bottom:8px}
body.editorial-inner .footer-bottom{
  margin-top:clamp(44px,6vw,78px) !important;
  padding-top:25px !important;
  border-top:1px solid var(--line-invert) !important;
  color:rgba(255,255,255,.46) !important;
}

/* Floating contact controls */
body.editorial-inner .whatsapp-float{
  width:54px !important;
  height:54px !important;
  inset-inline-end:22px !important;
  right:auto !important;
  border:1px solid var(--ink) !important;
  border-radius:2px !important;
  background:var(--ink) !important;
  box-shadow:none !important;
}
body.editorial-inner .whatsapp-float img{width:26px !important;height:26px !important}
body.editorial-inner .mobile-bar{
  border-radius:2px !important;
  background:rgba(20,22,26,.96) !important;
  box-shadow:none !important;
}
body.editorial-inner .mobile-bar a,
body.editorial-inner .mobile-bar button{border-radius:1px !important;font-weight:500 !important}
body.editorial-inner .mobile-bar button{background:#fff !important;color:var(--ink) !important}

/* Modal inherits the same geometry */
body.editorial-inner .modal-card{border-radius:0 !important;box-shadow:none !important}
body.editorial-inner .modal-close{border-radius:2px !important}
body.editorial-inner .choice{border-radius:0 !important}

/* ------------------------------------------------------------------------
   Motion
   ------------------------------------------------------------------------ */
body.editorial-inner .reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .8s var(--ease),transform .8s var(--ease) !important;
}
body.editorial-inner .reveal.visible{opacity:1;transform:none}
body.editorial-inner img{image-rendering:auto}

/* ------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------ */
@media (max-width:1120px){
  body.editorial-inner .nav-links{display:none !important}
  body.editorial-inner .menu-toggle{display:grid !important}
  body.editorial-inner .project-card,
  body.editorial-inner .project-card:first-child,
  body.editorial-inner .project-card:nth-child(5n+4),
  body.editorial-inner .project-card:nth-child(5n+5){grid-column:span 6;grid-row:auto}
  body.editorial-inner .footer-grid{grid-template-columns:1.2fr 1fr 1fr !important}
  body.editorial-inner .footer-grid > div:last-child{grid-column:1/-1;padding-top:24px;border-top:1px solid var(--line-invert)}
}

@media (max-width:860px){
  body.editorial-inner .page-hero{min-height:520px !important}
  body.editorial-inner .goal-grid,
  body.editorial-inner .benefit-grid,
  body.editorial-inner .why-grid,
  body.editorial-inner .article-grid,
  body.editorial-inner .contact-cards{grid-template-columns:1fr !important}
  body.editorial-inner .area-card,
  body.editorial-inner .area-card:nth-child(3n+1),
  body.editorial-inner .area-card:nth-child(3n+2){grid-column:1/-1}
  body.editorial-inner .detail-hero{grid-template-columns:1fr !important}
  body.editorial-inner .detail-media{min-height:56vh !important}
  body.editorial-inner .detail-copy{padding:70px var(--margin) 82px !important}
  body.editorial-inner .content-grid{grid-template-columns:1fr !important}
  body.editorial-inner .sticky-card{position:static !important}
  body.editorial-inner .founder-card{grid-template-columns:1fr !important}
}

@media (max-width:680px){
  html,
  body.editorial-inner{max-width:100%;overflow-x:clip}
  body.editorial-inner{--ui-page-pad:clamp(64px,18vw,92px)}
  body.editorial-inner main,
  body.editorial-inner section,
  body.editorial-inner .container,
  body.editorial-inner .ed-wrap,
  body.editorial-inner .content-grid,
  body.editorial-inner .prose,
  body.editorial-inner .soft-panel{min-width:0;max-width:100%}
  body.editorial-inner h1,
  body.editorial-inner h2,
  body.editorial-inner h3,
  body.editorial-inner p,
  body.editorial-inner a,
  body.editorial-inner address{
    overflow-wrap:anywhere;
    word-break:normal;
  }
  body.editorial-inner input,
  body.editorial-inner select,
  body.editorial-inner textarea,
  body.editorial-inner button{max-width:100%;min-width:0}
  body.editorial-inner .site-header{padding-block:14px !important}
  body.editorial-inner .site-header .nav-actions .btn,
  body.editorial-inner .site-header .language-switcher{display:none !important}
  body.editorial-inner .site-header .logo img{height:31px !important}
  body.editorial-inner .page-hero{
    min-height:500px !important;
    padding-block:150px 66px !important;
  }
  body.editorial-inner .page-hero::before{background:radial-gradient(circle at 80% 8%,rgba(154,107,47,.15),transparent 35%) !important}
  body.editorial-inner .page-hero h1{font-size:clamp(2.55rem,13vw,4.1rem) !important}
  html[lang="fa"] body.editorial-inner .page-hero h1{font-size:clamp(2.25rem,11vw,3.5rem) !important}
  body.editorial-inner .goal-card,
  body.editorial-inner .benefit-card,
  body.editorial-inner .why-card{min-height:290px}
  body.editorial-inner .project-grid{gap:44px !important}
  body.editorial-inner .project-card,
  body.editorial-inner .project-card:first-child,
  body.editorial-inner .project-card:nth-child(5n+4),
  body.editorial-inner .project-card:nth-child(5n+5){grid-column:1/-1}
  body.editorial-inner .project-card:first-child .project-image{aspect-ratio:4/3}
  body.editorial-inner .filter-bar{position:static !important;grid-template-columns:1fr !important}
  body.editorial-inner .filter-bar .btn{grid-column:auto !important;width:100%}
  body.editorial-inner .footer-grid{grid-template-columns:1fr !important}
  body.editorial-inner .footer-grid > div{padding-top:22px;border-top:1px solid var(--line-invert)}
  body.editorial-inner .footer-grid > div:first-child{padding-top:0;border-top:0}
  body.editorial-inner .footer-grid > div:last-child{grid-column:auto}
  body.editorial-inner .footer-bottom{flex-direction:column !important}
  body.editorial-inner .article-card,
  body.editorial-inner .contact-card{min-height:auto}
  body.editorial-inner .area-card{min-height:auto;padding:24px 20px !important}
  body.editorial-inner .area-card h3{font-size:clamp(1.45rem,8vw,2rem)}
}

@media (prefers-reduced-motion:reduce){
  body.editorial-inner .reveal{opacity:1 !important;transform:none !important;transition:none !important}
  body.editorial-inner .project-image img{transition:none !important}
}

/* Language access must remain available when the desktop selector is hidden. */
.mobile-language-link{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  margin-top:18px;
  padding:14px 0;
  border-top:1px solid var(--line-invert);
  border-bottom:1px solid var(--line-invert);
  color:rgba(255,255,255,.78) !important;
  font-family:var(--sans) !important;
  font-size:.78rem !important;
  font-weight:500 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
html[lang="fa"] .mobile-language-link{
  font-family:var(--fa) !important;
  font-size:.94rem !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.mobile-language-link::after{content:"↗";font-size:1rem}
body.editorial-inner .mobile-menu .mobile-language-link{margin-top:-26px;margin-bottom:24px}
.ed-mobile-foot .mobile-language-link{margin:0 0 4px}

@media (min-width:1025px){.ed-mobile .mobile-language-link{display:none}}


/* Opportunities filter toolbar — compact clear action and strict alignment */
body.editorial-inner[data-page="opportunities"] .filter-bar{
  display:grid !important;
  grid-template-columns:32px repeat(5,minmax(0,1fr)) 42px !important;
  align-items:center !important;
  gap:8px !important;
  padding:12px !important;
}
body.editorial-inner[data-page="opportunities"] .filter-bar::before{
  width:32px !important;
  height:32px !important;
  margin:0 !important;
  align-self:center !important;
  justify-self:center !important;
}
body.editorial-inner[data-page="opportunities"] .filter-bar select{
  width:100% !important;
  min-width:0 !important;
  height:50px !important;
  min-height:50px !important;
  padding-inline:16px 38px !important;
  border:1px solid var(--line) !important;
  background-color:#fff !important;
  color:var(--ink) !important;
}
body.editorial-inner[data-page="opportunities"] .filter-clear{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  min-width:42px;
  padding:0;
  margin:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:transparent;
  color:var(--ink-2);
  font:300 28px/1 Georgia,serif;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
body.editorial-inner[data-page="opportunities"] .filter-clear:hover:not(:disabled),
body.editorial-inner[data-page="opportunities"] .filter-clear:focus-visible{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
}
body.editorial-inner[data-page="opportunities"] .filter-clear:active:not(:disabled){transform:scale(.94)}
body.editorial-inner[data-page="opportunities"] .filter-clear:disabled{
  opacity:.28;
  cursor:default;
}
body.editorial-inner[data-page="opportunities"] .filter-clear:focus-visible{
  outline:2px solid var(--gold,#caa75e);
  outline-offset:3px;
}
body.editorial-inner[data-page="opportunities"] .results-line{
  display:grid !important;
  grid-template-columns:max-content minmax(0,1fr) !important;
  align-items:center !important;
  gap:24px !important;
}
body.editorial-inner[data-page="opportunities"] .results-line > :last-child{
  text-align:end;
}
[dir="rtl"] body.editorial-inner[data-page="opportunities"] .results-line > :last-child{
  text-align:start;
}

@media (max-width:1180px){
  body.editorial-inner[data-page="opportunities"] .filter-bar{
    grid-template-columns:32px repeat(3,minmax(0,1fr)) 42px !important;
  }
  body.editorial-inner[data-page="opportunities"] .filter-bar select:nth-of-type(4){grid-column:2/3}
  body.editorial-inner[data-page="opportunities"] .filter-bar select:nth-of-type(5){grid-column:3/4}
  body.editorial-inner[data-page="opportunities"] .filter-clear{grid-column:5;grid-row:1}
}

@media (max-width:760px){
  body.editorial-inner[data-page="opportunities"] .filter-bar{
    position:static !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) 40px !important;
    gap:8px !important;
    padding:10px !important;
  }
  body.editorial-inner[data-page="opportunities"] .filter-bar::before{
    display:none !important;
  }
  body.editorial-inner[data-page="opportunities"] .filter-bar select,
  body.editorial-inner[data-page="opportunities"] .filter-bar select:nth-of-type(4),
  body.editorial-inner[data-page="opportunities"] .filter-bar select:nth-of-type(5){
    grid-column:auto;
    height:48px !important;
    min-height:48px !important;
  }
  body.editorial-inner[data-page="opportunities"] .filter-bar select:nth-of-type(5){grid-column:1/3}
  body.editorial-inner[data-page="opportunities"] .filter-clear{
    grid-column:3;
    grid-row:1;
    width:40px;
    height:40px;
    min-width:40px;
  }
  body.editorial-inner[data-page="opportunities"] .results-line{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
  body.editorial-inner[data-page="opportunities"] .results-line > :last-child,
  [dir="rtl"] body.editorial-inner[data-page="opportunities"] .results-line > :last-child{
    text-align:inherit;
  }
}

/* ========================================================================
   Standard floating WhatsApp contact button
   ======================================================================== */
.whatsapp-float,
body.editorial-inner .whatsapp-float,
body.brand-v8 .whatsapp-float,
body.brand-v9 .whatsapp-float,
body:not(.ed-page) .whatsapp-float{
  position:fixed !important;
  inset-inline-end:24px !important;
  inset-block-end:24px !important;
  right:auto !important;
  bottom:auto !important;
  z-index:46 !important;
  width:auto !important;
  min-width:148px !important;
  height:56px !important;
  padding:0 18px 0 14px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  direction:ltr !important;
  border:1px solid rgba(0,0,0,.06) !important;
  border-radius:999px !important;
  background:#25D366 !important;
  color:#fff !important;
  box-shadow:0 12px 30px rgba(18,140,68,.28),0 3px 10px rgba(0,0,0,.12) !important;
  font-family:"Josefin Sans",Arial,sans-serif !important;
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1 !important;
  letter-spacing:.015em !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  overflow:visible !important;
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease !important;
  -webkit-tap-highlight-color:transparent;
}
.whatsapp-float img,
body.editorial-inner .whatsapp-float img,
body.brand-v8 .whatsapp-float img,
body.brand-v9 .whatsapp-float img{
  flex:0 0 auto !important;
  width:25px !important;
  height:25px !important;
  object-fit:contain !important;
  filter:none !important;
}
.whatsapp-float__label{
  display:inline-block;
  transform:translateY(1px);
}
.whatsapp-float:hover{
  transform:translateY(-3px) !important;
  background:#20bd5a !important;
  box-shadow:0 16px 38px rgba(18,140,68,.34),0 5px 14px rgba(0,0,0,.14) !important;
}
.whatsapp-float:active{transform:translateY(-1px) scale(.985) !important}
.whatsapp-float:focus-visible{
  outline:3px solid rgba(37,211,102,.3) !important;
  outline-offset:4px !important;
}
@media (max-width:760px){
  .whatsapp-float,
  body.editorial-inner .whatsapp-float,
  body.brand-v8 .whatsapp-float,
  body.brand-v9 .whatsapp-float,
  body:not(.ed-page) .whatsapp-float{
    display:none !important;
  }
}


/* Accurate About-page facts and restored floating WhatsApp — V13 */
body.editorial-inner[data-page="about"] .mini-facts{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:0 !important;
  margin-top:0 !important;
  border:1px solid var(--line) !important;
  background:var(--line) !important;
}
body.editorial-inner[data-page="about"] .mini-facts .fact{
  min-width:0 !important;
  min-height:178px !important;
  padding:24px !important;
  border:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  display:grid !important;
  grid-template-columns:48px minmax(0,1fr) !important;
  grid-template-rows:auto auto !important;
  align-content:center !important;
  align-items:center !important;
  column-gap:14px !important;
  row-gap:6px !important;
  box-shadow:none !important;
}
body.editorial-inner[data-page="about"] .mini-facts .v8-fact-icon{
  grid-row:1/3 !important;
  margin:0 !important;
}
body.editorial-inner[data-page="about"] .mini-facts strong{
  display:block !important;
  min-width:0 !important;
  font-size:clamp(1.05rem,1.35vw,1.25rem) !important;
  line-height:1.25 !important;
  overflow-wrap:anywhere !important;
}
body.editorial-inner[data-page="about"] .mini-facts p{
  margin:0 !important;
  color:var(--ink-3) !important;
  font-size:.9rem !important;
  line-height:1.5 !important;
}
@media (max-width:560px){
  body.editorial-inner[data-page="about"] .mini-facts{grid-template-columns:1fr !important}
  body.editorial-inner[data-page="about"] .mini-facts .fact{min-height:132px !important}
}

/* Keep the standard WhatsApp pill visible while scrolling on every page. */
.whatsapp-float,
body.editorial-inner .whatsapp-float,
body.brand-v8 .whatsapp-float,
body.brand-v9 .whatsapp-float,
body:not(.ed-page) .whatsapp-float{
  position:fixed !important;
  right:24px !important;
  left:auto !important;
  bottom:24px !important;
  inset-inline-end:auto !important;
  inset-block-end:auto !important;
  display:inline-flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  transform:none;
  z-index:70 !important;
}
@media (max-width:760px){
  .whatsapp-float,
  body.editorial-inner .whatsapp-float,
  body.brand-v8 .whatsapp-float,
  body.brand-v9 .whatsapp-float,
  body:not(.ed-page) .whatsapp-float{
    right:14px !important;
    bottom:82px !important;
    min-width:132px !important;
    height:50px !important;
    padding:0 15px 0 12px !important;
    display:inline-flex !important;
  }
  body.ed-page .whatsapp-float{bottom:14px !important}
}

/* Production mobile typography + header fit — V14 */
@media (max-width:640px){
  .ed-header{
    padding-block:12px !important;
  }
  .ed-header.on-light,
  .ed-header.scrolled{
    padding-block:10px !important;
  }
  .ed-header .ed-wrap{
    gap:8px !important;
    padding-inline:12px !important;
  }
  .ed-logo{
    flex:0 0 auto !important;
    gap:8px !important;
    font-size:.9rem !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
  .ed-logo img{
    flex:0 0 auto !important;
    height:30px !important;
  }
  .ed-logo span{
    display:inline-block !important;
    white-space:nowrap !important;
  }
  .ed-actions{
    flex:0 1 auto !important;
    min-width:0 !important;
    gap:8px !important;
    margin-inline-start:auto !important;
  }
  .ed-actions .ed-btn{
    flex:0 0 auto !important;
    width:auto !important;
    min-height:44px !important;
    padding-inline:12px !important;
    font-size:.66rem !important;
    line-height:1 !important;
    letter-spacing:.1em !important;
    white-space:nowrap !important;
  }
  html[lang="fa"] .ed-actions .ed-btn{
    font-size:.82rem !important;
    letter-spacing:0 !important;
  }
  .ed-burger{
    flex:0 0 42px !important;
    width:42px !important;
    height:44px !important;
  }

  body:not(.ed-page) .page-hero h1{
    font-size:clamp(2.1rem,10vw,2.75rem) !important;
    line-height:1.03 !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }
  html[lang="fa"] body:not(.ed-page) .page-hero h1{
    font-size:clamp(2rem,9vw,2.55rem) !important;
    line-height:1.35 !important;
  }
  body:not(.ed-page) .page-hero p{
    font-size:.96rem !important;
    line-height:1.75 !important;
  }

  .hm-hero h1{
    font-size:clamp(2.35rem,11vw,3.2rem) !important;
    line-height:1 !important;
  }
  html[lang="fa"] .hm-hero h1{
    font-size:clamp(2.15rem,9.5vw,2.9rem) !important;
    line-height:1.25 !important;
  }
  .hm-manifesto .hm-mani-label,
  .hm-manifesto .hm-mani-text{
    grid-column:1/-1 !important;
  }
  .hm-manifesto .ed-grid{
    row-gap:22px !important;
  }
  .hm-manifesto .hm-mani-text .ed-display{
    font-size:clamp(1.45rem,6.5vw,1.7rem) !important;
    line-height:1.22 !important;
  }
  html[lang="fa"] .hm-manifesto .hm-mani-text .ed-display{
    line-height:1.65 !important;
  }
  .ed-h2{
    font-size:clamp(1.85rem,8vw,2.2rem) !important;
  }
}

@media (max-width:350px){
  .ed-header .ed-wrap{padding-inline:9px !important}
  .ed-logo{font-size:.82rem !important}
  .ed-logo img{height:27px !important}
  .ed-actions .ed-btn{
    padding-inline:9px !important;
    font-size:.6rem !important;
  }
  .ed-burger{
    flex-basis:39px !important;
    width:39px !important;
  }
}
